PCIC_DISPLAY
if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) {
if (pci_get_class(dev) == PCIC_DISPLAY
if (pci_get_class(dev) != PCIC_DISPLAY
if (pci_get_class(kdev) != PCIC_DISPLAY ||
if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) ||
case PCIC_DISPLAY:
case PCIC_DISPLAY:
{PCIC_DISPLAY, -1, 1, "display"},
{PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_XGA, 1, "XGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_3D, 1, "3D"},
if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY ||
case PCIC_DISPLAY:
if ((pci_get_class(dev) != PCIC_DISPLAY &&
if (class != PCIC_DISPLAY)
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY);
if (class != PCIC_DISPLAY)
{PCIC_DISPLAY, -1, "display"},
{PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_XGA, "XGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_3D, "3D"},