Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/chipsets/
HData-cypress.c48 pci_get_subclass(dev) == PCIS_STORAGE_IDE) { in ata_cypress_ident()
HData-ati.c85 if (pci_get_subclass(dev) != PCIS_STORAGE_IDE) in ata_ati_ident()
HData-intel.c142 if (pci_get_subclass(dev) != PCIS_STORAGE_IDE) { in ata_intel_chipinit()
/dragonfly/sys/bus/pci/
HDpcireg.h287 #define PCIS_STORAGE_IDE 0x01 macro
HDpci.c3030 (pci_get_subclass(dev) == PCIS_STORAGE_IDE) && in pci_add_resources()
3484 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
/dragonfly/sys/dev/disk/ahci/
HDahci_attach.c176 if (subclass == PCIS_STORAGE_IDE) { in ahci_ati_sb600_attach()
/dragonfly/usr.sbin/pciconf/
HDpciconf.c530 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
/dragonfly/sys/dev/disk/nata/
HData-pci.c173 if (pci_get_subclass(dev) == PCIS_STORAGE_IDE) { in ata_pci_probe()