Home
last modified time | relevance | path

Searched refs:PCIC_OLD (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pci/
H A Dvga_pci.c88 (pci_get_class(dev) != PCIC_OLD || in vga_pci_is_boot_display()
348 case PCIC_OLD: in vga_pci_probe()
H A Dpcireg.h331 #define PCIC_OLD 0x00 macro
H A Dpci.c5440 {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 Dpciconf.c982 {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 Dlinux_pci.c1672 (pci_get_class(dev) != PCIC_OLD || in linuxkpi_pci_map_rom()