freebsd-dev/sys/conf
John Baldwin 7f5092f330 Round 2 of munging the MI/MD split in NOTES. Put almost all the device
drivers with MI portions into the MI notes.  Device drivers such as busses
like the isa, eisa, and pci devices are now in the MD NOTES section even
though they have some MI code.  This will ensure that only the proper bits
of device drivers will be included due to the optional bits dependent on
the busses in sys/conf/files.  This commit also takes the stance that since
hints are ignored in NOTES anyways, it is ok to include hints for a bus
that may not be present.

Advice from:    bde
2002-04-09 18:26:58 +00:00
..
defines
files Add the se driver. 2002-04-09 00:30:43 +00:00
files.alpha Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
files.i386 Add the i386dump.c dumpsys() source file. 2002-03-31 22:28:28 +00:00
files.ia64 Actually have ia64dump.c be included in the build. Can't be bad. 2002-04-03 04:42:14 +00:00
files.pc98 Added the new kernel dumping support for pc98. 2002-04-06 06:41:54 +00:00
files.powerpc Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
files.sparc64 Fix the ofw_isa.c entries, readd ofw_bus.c. 2002-04-05 02:42:25 +00:00
kern.mk
kern.post.mk Minor cleanups to post.mk from bde. Mostly ordering 2002-03-20 19:18:42 +00:00
kern.pre.mk Remove the setting of 'FMT'. We now do ELF by default, so only bother 2002-03-24 17:45:46 +00:00
kmod_syms.awk Only use POSIX Awk features. 2002-03-25 20:32:24 +00:00
kmod.mk lint the previous lint commit. 2002-03-18 09:35:45 +00:00
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
majors Grab a major number for the se driver. 2002-04-09 00:34:18 +00:00
Makefile.alpha Commit some infrastructure for turning on -Werror for kernel compiles. 2002-02-20 23:35:56 +00:00
Makefile.i386 Commit some infrastructure for turning on -Werror for kernel compiles. 2002-02-20 23:35:56 +00:00
Makefile.ia64 Now that we can thorougly self compile the kernel, stop hard coding the 2002-04-07 04:34:21 +00:00
Makefile.pc98 Commit some infrastructure for turning on -Werror for kernel compiles. 2002-02-20 23:35:56 +00:00
Makefile.powerpc Remove the setting of 'FMT'. We now do ELF by default, so only bother 2002-03-24 17:45:46 +00:00
Makefile.sparc64 MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful 2002-03-24 17:42:06 +00:00
newvers.sh
NOTES Round 2 of munging the MI/MD split in NOTES. Put almost all the device 2002-04-09 18:26:58 +00:00
options Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this 2002-04-09 05:14:17 +00:00
options.alpha
options.i386 Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
options.ia64
options.pc98 Back out all the pmap related stuff I've touched over the last few days. 2002-02-27 09:51:33 +00:00
options.powerpc
options.sparc64 Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10s 2002-03-13 05:58:45 +00:00
systags.sh