Searched refs:vga (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/release/picobsd/bridge/
H A DPICOBSD70 device vga # VGA screen
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Dttys11 vga none xterm off secure
/freebsd-9.3-release/release/picobsd/qemu/
H A DPICOBSD76 device vga # VGA screen
/freebsd-9.3-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c935 vga_dbs(u_int8_t vga)
937 if (vga < 0x0F) return 0.0;
938 if ((vga >= 0x0F) && (vga <= 0x1B)) return 0.0 + 0.77 * (vga - 0x0F);
939 if ((vga >= 0x1C) && (vga <= 0x33)) return 10.0 + 1.25 * (vga - 0x1C);
940 if ((vga >= 0x34) && (vga <
934 vga_dbs(u_int8_t vga) argument
1629 u_int8_t vga; local
[all...]
/freebsd-9.3-release/sys/amd64/conf/
H A DNOTES235 device vga
236 hint.vga.0.at="isa"
238 # Options for vga:
244 # If you can dispense with some vga driver features, you may want to
H A DGENERIC165 device vga # VGA video card driver
/freebsd-9.3-release/sys/i386/conf/
H A DNOTES453 device vga
454 hint.vga.0.at="isa"
456 # Options for vga:
462 # If you can dispense with some vga driver features, you may want to
H A DGENERIC171 device vga # VGA video card driver
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_dma.c1074 device_t vga; local
1097 vga = device_get_parent(dev->device);
1099 dev_priv->mch_res = BUS_ALLOC_RESOURCE(device_get_parent(vga),
1163 device_t vga; local
1187 vga = device_get_parent(dev->device);
1188 BUS_DEACTIVATE_RESOURCE(device_get_parent(vga), dev->device,
1190 BUS_RELEASE_RESOURCE(device_get_parent(vga), dev->device,
/freebsd-9.3-release/sys/isa/
H A Dvga_isa.c306 DRIVER_MODULE(vga, isa, isavga_driver, isavga_devclass, 0, 0);
/freebsd-9.3-release/sys/dev/agp/
H A Dagp_i810.c2243 device_t vga; local
2246 vga = device_get_parent(dev);
2248 sc->sc_flush_page_res = BUS_ALLOC_RESOURCE(device_get_parent(vga), dev,
2269 device_t vga; local
2272 vga = device_get_parent(dev);
2275 BUS_DEACTIVATE_RESOURCE(device_get_parent(vga), dev, SYS_RES_MEMORY,
2277 BUS_RELEASE_RESOURCE(device_get_parent(vga), dev, SYS_RES_MEMORY,
/freebsd-9.3-release/sys/dev/syscons/
H A Dscvgarndr.c111 RENDERER(vga, 0, txtrndrsw, vga_set);
138 RENDERER(vga, PIXEL_MODE, vgarndrsw, vga_set);
155 RENDERER(vga, GRAPHICS_MODE, grrndrsw, vga_set);
158 RENDERER_MODULE(vga, vga_set);
/freebsd-9.3-release/share/man/man4/
H A DMakefile520 vga.4 \
/freebsd-9.3-release/sys/dev/vt/hw/vga/
H A Dvga.c41 #include <dev/vt/hw/vga/vga_reg.h>
653 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
/freebsd-9.3-release/sys/dev/fb/
H A Dvga.c312 VIDEO_DRIVER(vga, vgavidsw, vga_configure);
807 adp->va_name = "vga";
1700 /* setup vga for loading fonts */
1742 /* setup vga for normal operation mode again */
2165 printf("vga%d: %s: failed to obtain mode info. (vga_save_state())\n",
3017 printf("vga: RTC equip. code:0x%02x, DCC code:0x%02x\n",
3019 printf("vga: CRTC:0x%x, video option:0x%02x, ",
3028 printf("vga: param table EGA/VGA:%p", video_mode_ptr);
3030 printf("vga: rows_offset:%d\n", rows_offset);
3055 printf("vga
[all...]

Completed in 211 milliseconds