Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpivar.h185 struct acpi_attach_args { struct
186 struct acpi_devnode *aa_node; /* ACPI device node */
187 bus_space_tag_t aa_iot; /* PCI I/O space tag */
188 bus_space_tag_t aa_memt; /* PCI MEM space tag */
189 pci_chipset_tag_t aa_pc; /* PCI chipset tag */
190 int aa_pciflags; /* PCI bus flags */
191 isa_chipset_tag_t aa_ic; /* ISA chipset */
192 bus_dma_tag_t aa_dmat; /* PCI DMA tag */
193 bus_dma_tag_t aa_dmat64; /* PCI 64bit DMA tag */