Searched refs:PCIC_STORAGE (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/usr.sbin/pciconf/ |
| HD | pciconf.c | 528 {PCIC_STORAGE, -1, "mass storage"}, 529 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"}, 530 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"}, 531 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"}, 532 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"}, 533 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"}, 534 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"}, 535 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"}, 536 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
|
| /dragonfly/sys/dev/disk/ahci/ |
| HD | ahci_attach.c | 136 if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_SATA && in ahci_lookup_device() 182 (PCIC_STORAGE << 24) | in ahci_ati_sb600_attach()
|
| /dragonfly/sys/bus/pci/ |
| HD | pci.c | 3029 if ((pci_get_class(dev) == PCIC_STORAGE) && in pci_add_resources() 3482 {PCIC_STORAGE, -1, "mass storage"}, 3483 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"}, 3484 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"}, 3485 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"}, 3486 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"}, 3487 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"}, 3488 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"}, 3489 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"}, 3490 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"}, [all …]
|
| HD | pcireg.h | 285 #define PCIC_STORAGE 0x01 macro
|
| /dragonfly/sys/dev/disk/sili/ |
| HD | sili_attach.c | 110 if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_SATA && in sili_lookup_device()
|
| /dragonfly/sys/dev/disk/nata/chipsets/ |
| HD | ata-sis.c | 82 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_ident()
|
| HD | ata-ahci.c | 47 if (pci_get_class(dev) != PCIC_STORAGE || in ata_ahci_ident()
|
| /dragonfly/sys/dev/disk/nvme/ |
| HD | nvme_attach.c | 73 if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_NVM && in nvme_lookup_device()
|
| /dragonfly/sys/dev/disk/nata/ |
| HD | ata-pci.c | 71 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()
|