diff options
author | Warner Losh <imp@FreeBSD.org> | 2004-07-07 22:29:33 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2004-07-07 22:29:33 +0000 |
commit | 8ade021a7cb86275ad6ac19810cc80c201296bc3 (patch) | |
tree | 878b6d4b8954c3bde7c2894652270e09a33df31c /sys/conf/files.i386 | |
parent | ecc9d3aa018e3fd71e2717a029e250c7fc1f20e5 (diff) | |
download | src-8ade021a7cb86275ad6ac19810cc80c201296bc3.tar.gz src-8ade021a7cb86275ad6ac19810cc80c201296bc3.zip |
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.
Notes
Notes:
svn path=/head/; revision=131766
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 5d12b7e86338..776ab956b5d8 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -139,6 +139,9 @@ 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/fe/if_fe_isa.c optional fe isa dev/ichwd/ichwd.c optional ichwd dev/if_ndis/if_ndis.c optional ndis |