Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pciconf/
H A Dpciconf.c658 {PCIC_STORAGE, -1, "mass storage"},
659 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"},
660 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
661 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
662 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
663 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
664 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
665 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
666 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
667 {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"},
[all …]
/freebsd-13.1/sys/dev/ahci/
H A Dahci_pci.c412 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
416 else if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
565 ((PCIC_STORAGE << 16) | in ahci_pci_attach()
H A Dahci_generic.c109 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_acpi_probe()
/freebsd-13.1/sys/dev/nvme/
H A Dnvme_pci.c141 if (pci_get_class(device) == PCIC_STORAGE && in nvme_pci_probe()
/freebsd-13.1/sys/dev/ata/chipsets/
H A Data-sis.c110 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_probe()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_virtio_9p.c335 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vt9p_init()
H A Dpci_virtio_block.c553 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
H A Dpci_virtio_scsi.c724 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
H A Dpci_ahci.c2541 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
H A Dpci_nvme.c3208 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
/freebsd-13.1/sys/dev/pci/
H A Dpci.c4055 if ((pci_get_class(dev) == PCIC_STORAGE) && in pci_add_resources()
4940 {PCIC_STORAGE, -1, 1, "mass storage"},
4941 {PCIC_STORAGE, PCIS_STORAGE_SCSI, 1, "SCSI"},
4942 {PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"},
4943 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, 1, "floppy disk"},
4944 {PCIC_STORAGE, PCIS_STORAGE_IPI, 1, "IPI"},
4945 {PCIC_STORAGE, PCIS_STORAGE_RAID, 1, "RAID"},
4947 {PCIC_STORAGE, PCIS_STORAGE_SATA, 1, "SATA"},
4948 {PCIC_STORAGE, PCIS_STORAGE_SAS, 1, "SAS"},
4949 {PCIC_STORAGE, PCIS_STORAGE_NVM, 1, "NVM"},
[all …]
H A Dpcireg.h334 #define PCIC_STORAGE 0x01 macro
/freebsd-13.1/sys/compat/linsysfs/
H A Dlinsysfs.c478 if (dinfo->cfg.baseclass == PCIC_STORAGE) { in linsysfs_run_bus()
/freebsd-13.1/sys/dev/ata/
H A Data-pci.c68 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()