aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcivar.h10
-rw-r--r--sys/pci/pcivar.h10
2 files changed, 0 insertions, 20 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;
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index 510b01f27a71..024256c279b9 100644
--- a/sys/pci/pcivar.h
+++ b/sys/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;