From owner-cvs-sys Sat Nov 4 07:06:15 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA24670 for cvs-sys-outgoing; Sat, 4 Nov 1995 07:06:15 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA24646 ; Sat, 4 Nov 1995 07:05:56 -0800 Date: Sat, 4 Nov 1995 07:05:56 -0800 From: Bruce Evans Message-Id: <199511041505.HAA24646@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci if_pdq.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk bde 95/11/04 07:05:54 Modified: sys/pci if_pdq.c Log: Fixed the type of feaintr(). The type of an EISA interrupt handler is incompatible with the type of a PCI interrupt handler. Fixed the type of pdc_pci_ifintr(). The type of a PCI interrupt handler is too generic to pass arbitrary struct pointers.