From: Kevin O'Connor Date: Sat, 31 Dec 2011 21:00:54 +0000 (-0500) Subject: vgabios: Introduce stdvga_get_crtc() and use it consistently. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c990f27298104d23a0a63fc340385310e598fe00;hp=c990f27298104d23a0a63fc340385310e598fe00;p=seabios.git vgabios: Introduce stdvga_get_crtc() and use it consistently. The low level VGA code shouldn't depend on the crtc address stored in the BDA - it can find the address on its own. The cirrus_get_crtc() function is the same - replace it with stdvga_get_crtc(). Signed-off-by: Kevin O'Connor ---