From 939eba4d19a2c507a64ed9d09ead53fae28f3309 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 17 Jun 1998 14:58:04 +0000 Subject: Don't declare isa device structs or isa interrupt handlers in , and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *. --- sys/pci/ide_pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/pci/ide_pci.c') diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c index 9f90ffc..8f5ec43 100644 --- a/sys/pci/ide_pci.c +++ b/sys/pci/ide_pci.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ide_pci.c,v 1.10 1998/04/15 17:47:00 bde Exp $ + * $Id: ide_pci.c,v 1.11 1998/06/17 12:14:55 bde Exp $ */ #include "pci.h" @@ -168,7 +168,6 @@ static struct ide_pci_softc softc; static int ide_pci_softc_cookies_initted = 0; -inthand2_t wdintr; extern struct isa_driver wdcdriver; /* -- cgit v1.1