From owner-freebsd-commit Fri Dec 15 16:29:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00167 for freebsd-commit-outgoing; Fri, 15 Dec 1995 16:29:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29962 for cvs-all-outgoing; Fri, 15 Dec 1995 16:28:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29932 for cvs-sys-outgoing; Fri, 15 Dec 1995 16:28:03 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29882 Fri, 15 Dec 1995 16:28:01 -0800 (PST) Date: Fri, 15 Dec 1995 16:28:01 -0800 (PST) From: Bruce Evans Message-Id: <199512160028.QAA29882@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/15 16:28:00 Modified: sys/pci if_pdq.c if_vx.c ncr.c pci.c sys/i386/isa pcibus.c Log: Completed function declarations and/or added prototypes and/or added #includes to get prototypes. pci now uses a different interrupt handler type for interrupts that it dispatches and the isa interrupt handler type for the interrupts that it handles. Revision Changes Path 1.12 +2 -1 src/sys/pci/if_pdq.c 1.5 +2 -0 src/sys/pci/if_vx.c 1.52 +7 -19 src/sys/pci/ncr.c 1.39 +15 -7 src/sys/pci/pci.c 1.21 +7 -7 src/sys/i386/isa/pcibus.c