Home
last modified time | relevance | path

Searched defs:pcibus_attach_args (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dpcivar.h88 struct pcibus_attach_args { struct
92 bus_dma_tag_t pba_dmat; /* DMA tag */
93 pci_chipset_tag_t pba_pc;
96 struct extent *pba_ioex;
97 struct extent *pba_memex;
98 struct extent *pba_pmemex;
99 struct extent *pba_busex;
101 int pba_domain; /* PCI domain */
102 int pba_bus; /* PCI bus number */
108 pcitag_t *pba_bridgetag;
[all …]