Date: Tue, 23 Oct 2001 08:17:34 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isareg.h src/sys/dev/sio sio_isa.c sio_pccard.c sio_pci.c siovar.h sio.c sioreg.h src/sys/conf files.alpha files.i386 files.ia64 Message-ID: <200110231517.f9NFHYF19019@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/10/23 08:17:34 PDT
Modified files:
sys/isa isareg.h
sys/dev/sio sio.c sioreg.h
sys/conf files.alpha files.i386 files.ia64
Added files:
sys/dev/sio sio_isa.c sio_pccard.c sio_pci.c siovar.h
Log:
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
Revision Changes Path
1.75 +4 -0 src/sys/conf/files.alpha
1.377 +4 -0 src/sys/conf/files.i386
1.21 +4 -0 src/sys/conf/files.ia64
1.350 +14 -418 src/sys/dev/sio/sio.c
1.1 +162 -0 src/sys/dev/sio/sio_isa.c (new)
1.1 +87 -0 src/sys/dev/sio/sio_pccard.c (new)
1.1 +147 -0 src/sys/dev/sio/sio_pci.c (new)
1.17 +2 -0 src/sys/dev/sio/sioreg.h
1.1 +153 -0 src/sys/dev/sio/siovar.h (new)
1.7 +1 -2 src/sys/isa/isareg.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110231517.f9NFHYF19019>
