summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-08 08:31:24 +0000
committerpeter <peter@FreeBSD.org>2000-01-08 08:31:24 +0000
commit90bf0e38dd3a3293d7b6933410292f481da38540 (patch)
tree86b26c51c7b6b80b42dd73f7f64b98cbb9f6bf93 /sys/dev/pci
parenta0e2d7af1583180414492ba6b84258b7213bfcf2 (diff)
downloadFreeBSD-src-90bf0e38dd3a3293d7b6933410292f481da38540.zip
FreeBSD-src-90bf0e38dd3a3293d7b6933410292f481da38540.tar.gz
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
of this is no longer an issue as we have a replacement driver for the one that needed it. Reviewed by: dfr
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcivar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index a332fc9..d066860 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -284,8 +284,6 @@ typedef void pci_inthand_t(void *arg);
/* just copied from old PCI code for now ... */
-extern int pci_mechanism;
-
struct pci_device {
char* pd_name;
const char* (*pd_probe ) (pcici_t tag, pcidi_t type);
OpenPOWER on IntegriCloud