summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.alpha
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-10-23 15:17:33 +0000
committerimp <imp@FreeBSD.org>2001-10-23 15:17:33 +0000
commit151e529d3a891a754c242305144d46b11b9ccdf1 (patch)
treedee1001269ed3f3e85229d8c4fadbf0066f82a32 /sys/conf/files.alpha
parent07757cfc52a147589642e6e500d709d956c83254 (diff)
downloadFreeBSD-src-151e529d3a891a754c242305144d46b11b9ccdf1.zip
FreeBSD-src-151e529d3a891a754c242305144d46b11b9ccdf1.tar.gz
Break out the bus front ends into their own files. Rewrite
sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe to tell driver to probe/not probe the device for IRQs. This incorporates most of Bruce's review material. I'm at a good checkpoint, but there will be more to come based on bde's further reviews. Reviewed by: bde
Diffstat (limited to 'sys/conf/files.alpha')
-rw-r--r--sys/conf/files.alpha4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index d0f808d..95961c6 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -195,6 +195,10 @@ dev/kbd/kbd.c optional kbd
dev/kbd/kbd.c optional sc
dev/kbd/kbd.c optional ukbd
dev/sio/sio.c optional sio
+dev/sio/sio_isa.c optional sio isa
+dev/sio/sio_pccard.c optional sio card
+dev/sio/sio_pccard.c optional sio pccard
+dev/sio/sio_pci.c optional sio pci
dev/syscons/schistory.c count sc
dev/syscons/scmouse.c optional sc
dev/syscons/scterm.c optional sc
OpenPOWER on IntegriCloud