]> xenbits.xensource.com Git - seabios.git/commit
vgabios: Add option to control use of standard VGA IO ports.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 9 Feb 2014 16:50:21 +0000 (11:50 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 11 Apr 2014 15:26:22 +0000 (11:26 -0400)
commitefbf4d69038d6d5de05b80e0fffc7759b9e022fe
treedd423d9f2a71e65dbc7a805647557d10f181ec68
parent71036f83d6e9d56860220f5d298d19a706edcd67
vgabios: Add option to control use of standard VGA IO ports.

Add option CONFIG_VGA_STDVGA_PORTS.  When this option is disabled, the
main BIOS code will not attempt to access any of the legacy VGA IO
ports.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/Kconfig
vgasrc/vgabios.c
vgasrc/vgafb.c
vgasrc/vgainit.c