Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-pci.h383 #define ATA_PROMISE_ID 0x105a macro
H A Data-pci.c905 case ATA_PROMISE_ID: return "Promise"; in ata_pcivendor2str()
/freebsd/sys/dev/ata/chipsets/
H A Data-promise.c172 if (pci_get_vendor(dev) != ATA_PROMISE_ID) in ata_promise_probe()