Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2055 static struct ide_table ide_other[] = { in is_pciide() local
2080 for (size_t i = 0; i < ARRAY_SIZE(ide_other); i++) { in is_pciide()
2081 if (ide_other[i].venid == prop->ppd_vendid && in is_pciide()
2082 ide_other[i].devid == prop->ppd_devid) in is_pciide()