From owner-freebsd-commit Sat Nov 4 10:10:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA13421 for freebsd-commit-outgoing; Sat, 4 Nov 1995 10:10:50 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA13409 for cvs-all-outgoing; Sat, 4 Nov 1995 10:10:45 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA13393 for cvs-sys-outgoing; Sat, 4 Nov 1995 10:10:39 -0800 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA13386 ; Sat, 4 Nov 1995 10:10:32 -0800 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id MAA27910; Sat, 4 Nov 1995 12:35:53 -0800 Message-Id: <199511042035.MAA27910@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h In-reply-to: Your message of "Sat, 04 Nov 1995 06:43:32 PST." <199511041443.GAA23280@freefall.freebsd.org> Date: Sat, 04 Nov 1995 12:35:53 -0800 From: "Justin T. Gibbs" Sender: owner-commit@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... Can you back this out please? I have the new EISA code almost ready to go (later today hopefully) and it will remove this problem. Well, actually, the eisa code expects interrupt handlers to return NULL, but I expect the PCI code to lose its support for shared edge triggered interrupts very soon. -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations ===========================================