diff options
author | peter <peter@FreeBSD.org> | 2000-03-20 08:21:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-03-20 08:21:52 +0000 |
commit | 990a495527ab8587919b9463b9702be502486a9d (patch) | |
tree | 6521fd838549bb7109a66186c432615739ec7f6c /sys/pci/pcivar.h | |
parent | 641767b76e01d09bd6ca9be5b311dee99fe83e5b (diff) | |
download | FreeBSD-src-990a495527ab8587919b9463b9702be502486a9d.zip FreeBSD-src-990a495527ab8587919b9463b9702be502486a9d.tar.gz |
Unused definitions.
Diffstat (limited to 'sys/pci/pcivar.h')
-rw-r--r-- | sys/pci/pcivar.h | 10 |
1 files changed, 0 insertions, 10 deletions
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; |