vgabios: Unify X_init() functions.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 1 Jan 2012 00:42:21 +0000 (19:42 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 1 Jan 2012 00:45:14 +0000 (19:45 -0500)
commit161d201affa5dd23a39a0de9a0743b857448c4b6
treeca0a53497dcb2abf3aae97432d8c04e27b700d09
parent5108c69c47e18244206593c0c7918711311d8ef3
vgabios: Unify X_init() functions.

Use the same function signature for cirrus, bochsvga, geodelx, and
stdvga init code.

Have each hardware type explicitly call stdvga_init when needed.

To unify bochsvga_init() signature, store the device BDF passed into
the optionrom init code in a global variable (VgaBDF).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/bochsvga.c
vgasrc/bochsvga.h
vgasrc/clext.c
vgasrc/clext.h
vgasrc/geodelx.c
vgasrc/stdvga.c
vgasrc/stdvga.h
vgasrc/vgabios.c
vgasrc/vgabios.h
vgasrc/vgahw.h