Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpcivar.h97 struct pcibus_attach_args { struct
98 char *_pba_busname; /* XXX placeholder */
99 bus_space_tag_t pba_iot; /* pci i/o space tag */
100 bus_space_tag_t pba_memt; /* pci mem space tag */
101 bus_dma_tag_t pba_dmat; /* DMA tag */
102 bus_dma_tag_t pba_dmat64; /* DMA tag */
103 pci_chipset_tag_t pba_pc;
104 int pba_flags; /* flags; see below */
106 int pba_bus; /* PCI bus number */
107 int pba_sub; /* pba_bus >= pba_sub: no
[all …]