Searched refs:PCI_QUIRK_MAP_REG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci.c | 236 #define PCI_QUIRK_MAP_REG 1 /* PCI map register in weird place */ macro 249 { 0x71138086, PCI_QUIRK_MAP_REG, 0x90, 0 }, 250 { 0x719b8086, PCI_QUIRK_MAP_REG, 0x90, 0 }, 252 { 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 }, 4082 if (q->devid == devid && q->type == PCI_QUIRK_MAP_REG) in pci_add_resources()
|