aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-03-11 00:30:16 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-03-11 00:30:16 +0000
commitfdc021ba7f3891f4c84e6a88e259ccf69a36db83 (patch)
tree4f36af5f917a715a53d0b3b1c1b25029f6fc7604 /sys/pci
parent617dd81f70be12215489b48d7eaa53026b2c0f81 (diff)
Notes
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/dpt_pci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/dpt_pci.c b/sys/pci/dpt_pci.c
index 1899d6038b36a..3bb2420833dc7 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);