From 81765fc2bb4eca9e2fba44a1004110868b8ff7fc Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 11 Mar 1998 00:30:16 +0000 Subject: Add EISA support for DPT drivers Submitted by: Matthew Dodd Reviewd by: shimon@simon-shapiro.org (DPT author) --- sys/pci/dpt_pci.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/pci') diff --git a/sys/pci/dpt_pci.c b/sys/pci/dpt_pci.c index 1899d60..3bb2420 100644 --- a/sys/pci/dpt_pci.c +++ b/sys/pci/dpt_pci.c @@ -34,7 +34,7 @@ * caveats: We may need an eisa and an isa files too */ -#ident "$Id: dpt_pci.c,v 1.3 1998/02/10 17:36:41 eivind Exp $" +#ident "$Id: dpt_pci.c,v 1.4 1998/02/20 13:11:50 bde Exp $" #include "opt_devfs.h" #include "opt_dpt.h" @@ -63,8 +63,6 @@ /* Global variables */ -int dpt_controllers_present = 0; - /* Function Prototypes */ static char *dpt_pci_probe(pcici_t tag, pcidi_t type); -- cgit v1.1