Home
last modified time | relevance | path

Searched refs:PCIC_STORAGE (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/usr.sbin/pciconf/
Dpciconf.c611 {PCIC_STORAGE, -1, "mass storage"},
612 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"},
613 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
614 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
615 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
616 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
617 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
618 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
619 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
620 {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"},
/freebsd-10-stable/sys/dev/ahci/
Dahci_pci.c341 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
345 else if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
/freebsd-10-stable/sys/compat/linsysfs/
Dlinsysfs.c174 if (dinfo->cfg.baseclass == PCIC_STORAGE) { in linsysfs_run_bus()
/freebsd-10-stable/sys/dev/pci/
Dpci.c3544 if ((pci_get_class(dev) == PCIC_STORAGE) && in pci_add_resources()
4147 {PCIC_STORAGE, -1, 1, "mass storage"},
4148 {PCIC_STORAGE, PCIS_STORAGE_SCSI, 1, "SCSI"},
4149 {PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"},
4150 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, 1, "floppy disk"},
4151 {PCIC_STORAGE, PCIS_STORAGE_IPI, 1, "IPI"},
4152 {PCIC_STORAGE, PCIS_STORAGE_RAID, 1, "RAID"},
4153 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, 1, "ATA (ADMA)"},
4154 {PCIC_STORAGE, PCIS_STORAGE_SATA, 1, "SATA"},
4155 {PCIC_STORAGE, PCIS_STORAGE_SAS, 1, "SAS"},
[all …]
Dpcireg.h309 #define PCIC_STORAGE 0x01 macro
/freebsd-10-stable/sys/dev/ata/chipsets/
Data-sis.c108 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_probe()
/freebsd-10-stable/sys/dev/nvme/
Dnvme.c139 if (pci_get_class(device) == PCIC_STORAGE && in nvme_probe()
/freebsd-10-stable/usr.sbin/bhyve/
Dpci_virtio_block.c371 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
Dpci_ahci.c2414 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
/freebsd-10-stable/sys/dev/ata/
Data-pci.c66 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()