Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dpciconf.c985 {PCIC_STORAGE, -1, "mass storage"},
986 {PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"},
987 {PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
988 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
989 {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
990 {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
991 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
992 {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
993 {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
994 {PCIC_STORAGE, PCIS_STORAGE_NV
[all...]
/freebsd/sys/dev/ahci/
H A Dahci_pci.c420 if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
424 else if (pci_get_class(dev) == PCIC_STORAGE && in ahci_probe()
548 ((PCIC_STORAGE << 16) | in ahci_pci_attach()
/freebsd/sys/dev/ata/chipsets/
H A Data-sis.c106 if (pci_get_class(dev) != PCIC_STORAGE) in ata_sis_probe()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_9p.c330 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vt9p_init()
H A Dpci_virtio_block.c554 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
H A Dpci_virtio_scsi.c1448 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
H A Dpci_ahci.c2598 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
H A Dpci_nvme.c3327 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
/freebsd/sys/dev/nvme/
H A Dnvme_pci.c156 if (pci_get_class(device) == PCIC_STORAGE && in nvme_pci_probe()
/freebsd/sys/dev/pci/
H A Dpci.c4210 if ((pci_get_class(dev) == PCIC_STORAGE) && in pci_add_resources()
5443 {PCIC_STORAGE, -1, 1, "mass storage"},
5444 {PCIC_STORAGE, PCIS_STORAGE_SCSI, 1, "SCSI"},
5445 {PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"},
5446 {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, 1, "floppy disk"},
5447 {PCIC_STORAGE, PCIS_STORAGE_IPI, 1, "IPI"},
5448 {PCIC_STORAGE, PCIS_STORAGE_RAID, 1, "RAID"},
5449 {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, 1, "ATA (ADMA)"},
5450 {PCIC_STORAGE, PCIS_STORAGE_SATA, 1, "SATA"},
5451 {PCIC_STORAGE, PCIS_STORAGE_SAS, 1, "SAS"},
[all …]
H A Dpcireg.h335 #define PCIC_STORAGE 0x01 macro
/freebsd/sys/compat/linsysfs/
H A Dlinsysfs.c338 if (dinfo->cfg.baseclass == PCIC_STORAGE) { in linsysfs_run_bus()
/freebsd/sys/dev/ata/
H A Data-pci.c68 if (pci_get_class(dev) != PCIC_STORAGE) in ata_pci_probe()