| /freebsd-14.2/usr.sbin/pciconf/ |
| H A D | pciconf.c | 653 {PCIC_STORAGE, -1, "mass storage"}, 654 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"}, 655 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"}, 656 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"}, 657 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"}, 658 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"}, 659 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"}, 660 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"}, 661 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"}, 662 {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"}, [all …]
|
| /freebsd-14.2/sys/dev/ahci/ |
| H A D | ahci_pci.c | 415 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe() 419 else if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe() 565 ((PCIC_STORAGE << 16) | in ahci_pci_attach()
|
| H A D | ahci_generic.c | 107 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_acpi_probe()
|
| /freebsd-14.2/sys/dev/ata/chipsets/ |
| H A D | ata-sis.c | 107 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_probe()
|
| /freebsd-14.2/sys/dev/nvme/ |
| H A D | nvme_pci.c | 141 if (pci_get_class(device) == PCIC_STORAGE && in nvme_pci_probe()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_virtio_9p.c | 331 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vt9p_init()
|
| H A D | pci_virtio_block.c | 555 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
|
| H A D | pci_virtio_scsi.c | 752 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
|
| H A D | pci_ahci.c | 2599 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
|
| H A D | pci_nvme.c | 3325 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pci.c | 4050 if ((pci_get_class(dev) == PCIC_STORAGE) && in pci_add_resources() 4943 {PCIC_STORAGE, -1, 1, "mass storage"}, 4944 {PCIC_STORAGE, PCIS_STORAGE_SCSI, 1, "SCSI"}, 4945 {PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"}, 4946 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, 1, "floppy disk"}, 4947 {PCIC_STORAGE, PCIS_STORAGE_IPI, 1, "IPI"}, 4948 {PCIC_STORAGE, PCIS_STORAGE_RAID, 1, "RAID"}, 4950 {PCIC_STORAGE, PCIS_STORAGE_SATA, 1, "SATA"}, 4951 {PCIC_STORAGE, PCIS_STORAGE_SAS, 1, "SAS"}, 4952 {PCIC_STORAGE, PCIS_STORAGE_NVM, 1, "NVM"}, [all …]
|
| H A D | pcireg.h | 335 #define PCIC_STORAGE 0x01 macro
|
| /freebsd-14.2/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 332 if (dinfo->cfg.baseclass == PCIC_STORAGE) { in linsysfs_run_bus()
|
| /freebsd-14.2/sys/dev/ata/ |
| H A D | ata-pci.c | 66 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()
|