diff options
author | julian <julian@FreeBSD.org> | 1998-03-11 00:30:16 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1998-03-11 00:30:16 +0000 |
commit | 81765fc2bb4eca9e2fba44a1004110868b8ff7fc (patch) | |
tree | a1a11cc749302ec51aadb78ae74e5bbfa22dd6c4 /sys/pci | |
parent | 46304bfe5a3c7beb586dc61aff63d7190373e424 (diff) | |
download | FreeBSD-src-81765fc2bb4eca9e2fba44a1004110868b8ff7fc.zip FreeBSD-src-81765fc2bb4eca9e2fba44a1004110868b8ff7fc.tar.gz |
Add EISA support for DPT drivers
Submitted by: Matthew Dodd
Reviewd by: shimon@simon-shapiro.org (DPT author)
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/dpt_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
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); |