From owner-freebsd-commit Sat Nov 4 10:37:37 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA15738 for freebsd-commit-outgoing; Sat, 4 Nov 1995 10:37:37 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA15714 for cvs-all-outgoing; Sat, 4 Nov 1995 10:37:29 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA15700 for cvs-sys-outgoing; Sat, 4 Nov 1995 10:37:27 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA15687 ; Sat, 4 Nov 1995 10:37:17 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA02381; Sun, 5 Nov 1995 05:32:27 +1100 Date: Sun, 5 Nov 1995 05:32:27 +1100 From: Bruce Evans Message-Id: <199511041832.FAA02381@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, gibbs@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-commit@FreeBSD.org Precedence: bulk >> 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 >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, No, the old version no longer compiles. >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. You may have more problems with all the other [E]ISA interrupt handlers that return void and are now prototyped in a central machine-generated file so that it is harder to vary them. Bruce