Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 1995 05:32:27 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@freefall.freebsd.org, gibbs@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:  <199511041832.FAA02381@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>  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



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