Home
last modified time | relevance | path

Searched refs:PCIS_STORAGE_IDE (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sys/dev/ata/chipsets/
Data-cypress.c76 pci_get_subclass(dev) == PCIS_STORAGE_IDE) { in ata_cypress_probe()
Data-ati.c121 if (force_ahci == 1 || pci_get_subclass(dev) != PCIS_STORAGE_IDE) in ata_ati_probe()
Data-nvidia.c187 pci_get_subclass(dev) != PCIS_STORAGE_IDE)) in ata_nvidia_probe()
Data-intel.c291 if (pci_get_subclass(dev) != PCIS_STORAGE_IDE) { in ata_intel_chipinit()
/freebsd-9-stable/sys/dev/ata/
Data-pci.c71 if (pci_get_subclass(dev) != PCIS_STORAGE_IDE) in ata_pci_probe()
798 return (((pci_read_config(dev, PCIR_SUBCLASS, 1) == PCIS_STORAGE_IDE) && in ata_legacy()
/freebsd-9-stable/sys/dev/pci/
Dpcireg.h265 #define PCIS_STORAGE_IDE 0x01 macro
Dpci.c3249 (pci_get_subclass(dev) == PCIS_STORAGE_IDE) && in pci_add_resources()
3777 {PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"},
/freebsd-9-stable/usr.sbin/pciconf/
Dpciconf.c421 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},