Home
last modified time | relevance | path

Searched refs:PCIS_DISPLAY_VGA (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_fbuf.c382 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_DISPLAY_VGA); in pci_fbuf_init()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c114 (pci_get_subclass(kdev) != PCIS_DISPLAY_VGA && in drm_probe_helper()
/freebsd/sys/dev/fb/
H A Ds3_pci.c447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
/freebsd/sys/dev/pci/
H A Dpcireg.h370 #define PCIS_DISPLAY_VGA 0x00 macro
H A Dpci.c4958 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"},
/freebsd/sys/dev/agp/
H A Dagp.c119 && pci_get_subclass(dev) == PCIS_DISPLAY_VGA) in agp_find_display()
H A Dagp_i810.c654 || (pci_get_subclass(dev) != PCIS_DISPLAY_VGA && in agp_i810_match()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c675 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},