PCI_CLASS_MASS
} else if (class == PCI_CLASS_MASS) {
if (class == PCI_CLASS_MASS && subclass == PCI_MASS_NVME &&
} else if (prop->ppd_class == PCI_CLASS_MASS &&
#define PCIIDE_BM_CLASS ((PCI_CLASS_MASS << 16) | (PCI_MASS_IDE << 8) | 0x80)
if (prop->ppd_class != PCI_CLASS_MASS)