From owner-cvs-all Tue Oct 23 8:17:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 644B437B40A; Tue, 23 Oct 2001 08:17:34 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9NFHYF19019; Tue, 23 Oct 2001 08:17:34 -0700 (PDT) (envelope-from imp) Message-Id: <200110231517.f9NFHYF19019@freefall.freebsd.org> From: Warner Losh Date: Tue, 23 Oct 2001 08:17:34 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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