Searched refs:PCIC_STORAGE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/usr.sbin/pciconf/ |
| D | pciconf.c | 611 {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/ |
| D | ahci_pci.c | 341 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/ |
| D | linsysfs.c | 174 if (dinfo->cfg.baseclass == PCIC_STORAGE) { in linsysfs_run_bus()
|
| /freebsd-10-stable/sys/dev/pci/ |
| D | pci.c | 3544 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 …]
|
| D | pcireg.h | 309 #define PCIC_STORAGE 0x01 macro
|
| /freebsd-10-stable/sys/dev/ata/chipsets/ |
| D | ata-sis.c | 108 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_probe()
|
| /freebsd-10-stable/sys/dev/nvme/ |
| D | nvme.c | 139 if (pci_get_class(device) == PCIC_STORAGE && in nvme_probe()
|
| /freebsd-10-stable/usr.sbin/bhyve/ |
| D | pci_virtio_block.c | 371 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
|
| D | pci_ahci.c | 2414 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
|
| /freebsd-10-stable/sys/dev/ata/ |
| D | ata-pci.c | 66 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()
|