Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ata/
HData-pci.h380 #define ATA_PROMISE_ID 0x105a macro
HData-pci.c913 case ATA_PROMISE_ID: return "Promise"; in ata_pcivendor2str()
/NextBSD/sys/dev/ata/chipsets/
HData-promise.c173 if (pci_get_vendor(dev) != ATA_PROMISE_ID) in ata_promise_probe()