Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ahci/
HDahci_attach.c136 if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_SATA && in ahci_lookup_device()
183 (PCIS_STORAGE_SATA << 16) | in ahci_ati_sb600_attach()
/dragonfly/sys/dev/disk/nata/chipsets/
HData-ati.c110 if ((pci_get_subclass(dev) == PCIS_STORAGE_SATA) && in ata_ati_chipinit()
HData-ahci.c48 pci_get_subclass(dev) != PCIS_STORAGE_SATA) in ata_ahci_ident()
/dragonfly/sys/dev/disk/sili/
HDsili_attach.c110 if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_SATA && in sili_lookup_device()
/dragonfly/sys/bus/pci/
HDpcireg.h297 #define PCIS_STORAGE_SATA 0x06 macro
HDpci.c3489 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
/dragonfly/usr.sbin/pciconf/
HDpciconf.c535 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
/dragonfly/sys/dev/disk/nata/
HData-pci.c75 if (pci_get_subclass(dev) == PCIS_STORAGE_SATA) { in ata_pci_probe()