aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-03-20 08:21:52 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-03-20 08:21:52 +0000
commitd213a95368a09a66e9793cb0eccc7d8cb4966b53 (patch)
tree0058d22fb208e015cab7be420d1ec6a7d18276a4 /sys/dev/pci
parent2886c9940444e8e070b15e86cd1f41f025b8a730 (diff)
downloadsrc-d213a95368a09a66e9793cb0eccc7d8cb4966b53.tar.gz
src-d213a95368a09a66e9793cb0eccc7d8cb4966b53.zip
Unused definitions.
Notes
Notes: svn path=/head/; revision=58332
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcivar.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 510b01f27a71..024256c279b9 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -137,16 +137,6 @@ typedef struct {
u_int8_t seclat; /* CardBus latency timer */
} pcih2cfgregs;
-#if 0
-/* PCI bus attach definitions (there could be multiple PCI bus *trees* ... */
-
-typedef struct pciattach {
- int unit;
- int pcibushigh;
- struct pciattach *next;
-} pciattach;
-#endif
-
extern u_int32_t pci_numdevs;