diff options
-rw-r--r-- | sys/dev/pci/pcivar.h | 10 | ||||
-rw-r--r-- | sys/pci/pcivar.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 510b01f..024256c 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 510b01f..024256c 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; |