Symbol: PCIC_STORAGE
sys/bus/pci/pci.c
3026
if ((pci_get_class(dev) == PCIC_STORAGE) &&
sys/bus/pci/pci.c
3479
{PCIC_STORAGE, -1, "mass storage"},
sys/bus/pci/pci.c
3480
{PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"},
sys/bus/pci/pci.c
3481
{PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
sys/bus/pci/pci.c
3482
{PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
sys/bus/pci/pci.c
3483
{PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
sys/bus/pci/pci.c
3484
{PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
sys/bus/pci/pci.c
3485
{PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
sys/bus/pci/pci.c
3486
{PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
sys/bus/pci/pci.c
3487
{PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
sys/bus/pci/pci.c
4325
if (cls == PCIC_STORAGE)
sys/dev/disk/ahci/ahci_attach.c
143
if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_SATA &&
sys/dev/disk/ahci/ahci_attach.c
189
(PCIC_STORAGE << 24) |
sys/dev/disk/nata/ata-pci.c
71
if (pci_get_class(dev) != PCIC_STORAGE)
sys/dev/disk/nata/chipsets/ata-ahci.c
47
if (pci_get_class(dev) != PCIC_STORAGE ||
sys/dev/disk/nata/chipsets/ata-sis.c
82
if (pci_get_class(dev) != PCIC_STORAGE)
sys/dev/disk/nvme/nvme_attach.c
73
if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_NVM &&
sys/dev/disk/sili/sili_attach.c
110
if (class == PCIC_STORAGE && subclass == PCIS_STORAGE_SATA &&
usr.sbin/pciconf/pciconf.c
528
{PCIC_STORAGE, -1, "mass storage"},
usr.sbin/pciconf/pciconf.c
529
{PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"},
usr.sbin/pciconf/pciconf.c
530
{PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
usr.sbin/pciconf/pciconf.c
531
{PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
usr.sbin/pciconf/pciconf.c
532
{PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
usr.sbin/pciconf/pciconf.c
533
{PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
usr.sbin/pciconf/pciconf.c
534
{PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
usr.sbin/pciconf/pciconf.c
535
{PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
usr.sbin/pciconf/pciconf.c
536
{PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},