Date: Sat, 4 Nov 1995 06:43:32 -0800 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Message-ID: <199511041443.GAA23280@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/11/04 06:43:31 Modified: sys/pci aic7870.c sys/i386/scsi aic7xxx.c aic7xxx.h Log: Fixed the type of ahcintr(). The type of an ISA interrupt handler is incompatible with the type of a PCI interrupt handler. A new entry point `ahc_pci_intr()' is used for PCI. ISA and PCI interrupts are penalized equally (:-) by calling a common handler `ahc_intr()'. This should be reorganized. Some strings now name the wrong function...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511041443.GAA23280>