Date: Tue, 23 Jan 1996 13:48:39 -0800 (PST) From: Stefan Esser <se> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/eisa aic7770.c Message-ID: <199601232148.NAA20538@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 96/01/23 13:48:37 Modified: sys/pci aic7870.c bt9xx.c if_de.c if_fxp.c if_pdq.c meteor.c ncr.c pci.c pcivar.h sys/i386/scsi aic7xxx.c aic7xxx.h sys/i386/eisa aic7770.c Log: Make PCI interrupt handlers return void like everybody else does. Reviewed by: davidg Revision Changes Path 1.24 +2 -2 src/sys/pci/aic7870.c 1.4 +2 -21 src/sys/pci/bt9xx.c 1.41 +2 -3 src/sys/pci/if_de.c 1.9 +3 -7 src/sys/pci/if_fxp.c 1.13 +11 -3 src/sys/pci/if_pdq.c 1.12 +2 -3 src/sys/pci/meteor.c 1.61 +4 -7 src/sys/pci/ncr.c 1.41 +10 -25 src/sys/pci/pci.c 1.8 +2 -9 src/sys/pci/pcivar.h 1.54 +8 -16 src/sys/i386/scsi/aic7xxx.c 1.19 +2 -3 src/sys/i386/scsi/aic7xxx.h 1.22 +4 -4 src/sys/i386/eisa/aic7770.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601232148.NAA20538>