diff options
author | peter <peter@FreeBSD.org> | 2000-01-08 08:31:24 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-08 08:31:24 +0000 |
commit | 90bf0e38dd3a3293d7b6933410292f481da38540 (patch) | |
tree | 86b26c51c7b6b80b42dd73f7f64b98cbb9f6bf93 /sys/pci/pcivar.h | |
parent | a0e2d7af1583180414492ba6b84258b7213bfcf2 (diff) | |
download | FreeBSD-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/pci/pcivar.h')
-rw-r--r-- | sys/pci/pcivar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index a332fc9..d066860 100644 --- a/sys/pci/pcivar.h +++ b/sys/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); |