Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 1995 12:35:53 -0800
From:      "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
To:        Bruce Evans <bde@freefall.freebsd.org>
Cc:        CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h 
Message-ID:  <199511042035.MAA27910@aslan.cdrom.com>
In-Reply-To: Your message of "Sat, 04 Nov 1995 06:43:32 PST." <199511041443.GAA23280@freefall.freebsd.org> 

next in thread | previous 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...

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
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511042035.MAA27910>