Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ata/
HData-pci.h148 #define ATA_INTEL_ID 0x8086 macro
HData-pci.c905 case ATA_INTEL_ID: return "Intel"; in ata_pcivendor2str()
/NextBSD/sys/dev/ata/chipsets/
HData-intel.c194 if (pci_get_vendor(dev) != ATA_INTEL_ID) in ata_intel_probe()