From owner-cvs-sys Sat Nov 4 06:43:39 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA23295 for cvs-sys-outgoing; Sat, 4 Nov 1995 06:43:39 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA23280 ; Sat, 4 Nov 1995 06:43:32 -0800 Date: Sat, 4 Nov 1995 06:43:32 -0800 From: Bruce Evans Message-Id: <199511041443.GAA23280@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk 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...