Searched refs:PCIC_OLD (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/pci/ |
| H A D | vga_pci.c | 88 (pci_get_class(dev) != PCIC_OLD || in vga_pci_is_boot_display() 348 case PCIC_OLD: in vga_pci_probe()
|
| H A D | pcireg.h | 331 #define PCIC_OLD 0x00 macro
|
| H A D | pci.c | 5440 {PCIC_OLD, -1, 1, "old"}, 5441 {PCIC_OLD, PCIS_OLD_NONVGA, 1, "non-VGA display device"}, 5442 {PCIC_OLD, PCIS_OLD_VGA, 1, "VGA-compatible display device"},
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 982 {PCIC_OLD, -1, "old"}, 983 {PCIC_OLD, PCIS_OLD_NONVGA, "non-VGA display device"}, 984 {PCIC_OLD, PCIS_OLD_VGA, "VGA-compatible display device"},
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 1672 (pci_get_class(dev) != PCIC_OLD || in linuxkpi_pci_map_rom()
|