PCI_CLASS_PPB
if ((cfgread(bus, dev, func, PCI_CLASS_REG) >> 16) == PCI_CLASS_PPB) {
if (PCI_CLASS(class) == PCI_CLASS_PPB) {