Searched refs:PCIC_OLD (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/pci/ |
| H A D | vga_pci.c | 88 (pci_get_class(dev) != PCIC_OLD || in vga_pci_is_boot_display() 350 case PCIC_OLD: in vga_pci_probe()
|
| H A D | pcireg.h | 331 #define PCIC_OLD 0x00 macro
|
| H A D | pci.c | 5036 {PCIC_OLD, -1, 1, "old"}, 5037 {PCIC_OLD, PCIS_OLD_NONVGA, 1, "non-VGA display device"}, 5038 {PCIC_OLD, PCIS_OLD_VGA, 1, "VGA-compatible display device"},
|
| /src/usr.sbin/pciconf/ |
| H A D | pciconf.c | 930 {PCIC_OLD, -1, "old"}, 931 {PCIC_OLD, PCIS_OLD_NONVGA, "non-VGA display device"}, 932 {PCIC_OLD, PCIS_OLD_VGA, "VGA-compatible display device"},
|