summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-07 22:29:33 +0000
committerimp <imp@FreeBSD.org>2004-07-07 22:29:33 +0000
commitf84c290dac19b5128b113c287907f5dd7b520538 (patch)
tree878b6d4b8954c3bde7c2894652270e09a33df31c /sys/conf/files.amd64
parentf331f3e6509be4216f696b149e911da2b51c17d8 (diff)
downloadFreeBSD-src-f84c290dac19b5128b113c287907f5dd7b520538.zip
FreeBSD-src-f84c290dac19b5128b113c287907f5dd7b520538.tar.gz
Break out the isa and pccard front ends to the fdc controller device.
This should allow us to more easily break out the acpi and 'legacy pc' front ends as well (so only the bus front end would touch rtc, for example). This isn't a great separation, since isa dma routines are still called from the MI code, but it is a start.
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 81ad9d6..bc567e4 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -100,7 +100,9 @@ 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/fdc/fdc.c optional fdc
+dev/fdc/fdc_isa.c optional fdc isa
+dev/fdc/fdc_pccard.c optional fdc card
+dev/fdc/fdc_pccard.c optional fdc pccard
dev/kbd/atkbd.c optional atkbd
dev/kbd/atkbdc.c optional atkbdc
dev/kbd/kbd.c optional atkbd
OpenPOWER on IntegriCloud