summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-08-01 11:40:54 +0000
committermarkm <markm@FreeBSD.org>2004-08-01 11:40:54 +0000
commita6c822020d368106b01f399673116ff8716835c7 (patch)
tree6d7271eea5bb8ced5f0b1cdd585641f60f5622e5 /sys/conf/files.amd64
parentd879bd3de14d88aabd818b50f6e9341d3008ae95 (diff)
downloadFreeBSD-src-a6c822020d368106b01f399673116ff8716835c7.zip
FreeBSD-src-a6c822020d368106b01f399673116ff8716835c7.tar.gz
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
their own directory and module, leaving the MD parts in the MD area (the MD parts _are_ part of the modules). /dev/mem and /dev/io are now loadable modules, thus taking us one step further towards a kernel created entirely out of modules. Of course, there is nothing preventing the kernel from having these statically compiled.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd644
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 2147cce..74a254a 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -59,12 +59,13 @@ amd64/amd64/identcpu.c standard
amd64/amd64/in_cksum.c optional inet
amd64/amd64/initcpu.c standard
amd64/amd64/intr_machdep.c standard
+amd64/amd64/io.c optional io
amd64/amd64/io_apic.c standard
amd64/amd64/legacy.c standard
amd64/amd64/local_apic.c standard
amd64/amd64/locore.S standard no-obj
amd64/amd64/machdep.c standard
-amd64/amd64/mem.c standard
+amd64/amd64/mem.c optional mem
amd64/amd64/mp_machdep.c optional smp
amd64/amd64/mpboot.S optional smp
amd64/amd64/mptable.c optional mptable
@@ -100,6 +101,7 @@ dev/fb/fb.c optional fb
dev/fb/fb.c optional vga
dev/fb/splash.c optional splash
dev/fb/vga.c optional vga
+dev/io/iodev.c optional io
dev/fdc/fdc.c optional fdc
dev/fdc/fdc_acpi.c optional fdc
dev/fdc/fdc_isa.c optional fdc isa
OpenPOWER on IntegriCloud