summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.alpha
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.alpha
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.alpha')
-rw-r--r--sys/conf/files.alpha1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 38fa004..f89ed27 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -175,6 +175,7 @@ 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/kbd/atkbd.c optional atkbd
dev/kbd/atkbdc.c optional atkbdc
dev/kbd/kbd.c optional atkbd
OpenPOWER on IntegriCloud