Searched refs:PCIC_STORAGE (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 640 {PCIC_STORAGE, -1, "mass storage"}, 641 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"}, 642 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"}, 643 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"}, 644 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"}, 645 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"}, 646 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"}, 647 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"}, 648 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"}, 649 {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"},
|
| /freebsd-12.1/sys/dev/ahci/ |
| H A D | ahci_pci.c | 382 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe() 386 else if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe() 523 ((PCIC_STORAGE << 16) | in ahci_pci_attach()
|
| H A D | ahci_generic.c | 97 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_acpi_probe()
|
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_pci.c | 137 if (pci_get_class(device) == PCIC_STORAGE && in nvme_pci_probe()
|
| /freebsd-12.1/sys/dev/ata/chipsets/ |
| H A D | ata-sis.c | 110 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_probe()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_virtio_block.c | 385 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
|
| H A D | pci_virtio_scsi.c | 720 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
|
| H A D | pci_nvme.c | 1976 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
|
| H A D | pci_ahci.c | 2412 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pci.c | 3969 if ((pci_get_class(dev) == PCIC_STORAGE) && in pci_add_resources() 4829 {PCIC_STORAGE, -1, 1, "mass storage"}, 4830 {PCIC_STORAGE, PCIS_STORAGE_SCSI, 1, "SCSI"}, 4831 {PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"}, 4832 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, 1, "floppy disk"}, 4833 {PCIC_STORAGE, PCIS_STORAGE_IPI, 1, "IPI"}, 4834 {PCIC_STORAGE, PCIS_STORAGE_RAID, 1, "RAID"}, 4836 {PCIC_STORAGE, PCIS_STORAGE_SATA, 1, "SATA"}, 4837 {PCIC_STORAGE, PCIS_STORAGE_SAS, 1, "SAS"}, 4838 {PCIC_STORAGE, PCIS_STORAGE_NVM, 1, "NVM"}, [all …]
|
| H A D | pcireg.h | 320 #define PCIC_STORAGE 0x01 macro
|
| /freebsd-12.1/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 478 if (dinfo->cfg.baseclass == PCIC_STORAGE) { in linsysfs_run_bus()
|
| /freebsd-12.1/sys/dev/ata/ |
| H A D | ata-pci.c | 68 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()
|