Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-pci.h148 #define ATA_INTEL_ID 0x8086 macro
H A Data-pci.c891 case ATA_INTEL_ID: return "Intel"; in ata_pcivendor2str()
/freebsd/sys/dev/ata/chipsets/
H A Data-intel.c195 if (pci_get_vendor(dev) != ATA_INTEL_ID) in ata_intel_probe()