PCIC_DISPLAY
{PCIC_DISPLAY, -1, "display"},
{PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_XGA, "XGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_3D, "3D"},
if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY ||
case PCIC_DISPLAY:
if ((pci_get_class(dev) != PCIC_DISPLAY &&
if (pci_get_class(dev) == PCIC_DISPLAY)
if ((dev = pci_find_class(PCIC_DISPLAY, PCIS_DISPLAY_VGA)) != NULL) {
if (pci_get_class(kdev) != PCIC_DISPLAY)
if (pci_get_class(kdev) != PCIC_DISPLAY)
if ((dev = pci_find_class(PCIC_DISPLAY, PCIS_DISPLAY_VGA)) != NULL) {
if (pci_get_class(kdev) != PCIC_DISPLAY)
{PCIC_DISPLAY, -1, "display"},
{PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_XGA, "XGA"},
{PCIC_DISPLAY, PCIS_DISPLAY_3D, "3D"},