Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-pci.h495 #define ATA_VIA_ID 0x1106 macro
H A Data-pci.c903 case ATA_VIA_ID: return "VIA"; in ata_pcivendor2str()
/freebsd/sys/dev/ata/chipsets/
H A Data-via.c123 if (pci_get_vendor(dev) != ATA_VIA_ID) in ata_via_probe()