Home
last modified time | relevance | path

Searched refs:PCI_QUIRK_REALLOC_BAR (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci.c242 #define PCI_QUIRK_REALLOC_BAR 7 /* Can't allocate memory at the default address */ macro
321 { 0x98741002, PCI_QUIRK_REALLOC_BAR, 0, 0 },
3377 || pci_has_quirk(pci_get_devid(dev), PCI_QUIRK_REALLOC_BAR)) in pci_add_map()