X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fvga.c;h=37f227c078598fb2141fa54ba8cf1b005c6e3bc5;hp=ba07584fd722d7bc4c378669670014cbbf5f04f4;hb=4c52fb4ce7513e3f13bd8272309e66bb9e2488a7;hpb=72b5e45550e5dc439681cd90a9b6220ac20d0254 diff --git a/vgasrc/vga.c b/vgasrc/vga.c index ba07584..37f227c 100644 --- a/vgasrc/vga.c +++ b/vgasrc/vga.c @@ -18,6 +18,7 @@ #include "optionroms.h" // struct pci_data #include "config.h" // CONFIG_* #include "vbe.h" // vbe_* +#include "geodelx.h" // geodelx_init // XXX #define DEBUG_VGA_POST 1 @@ -1569,6 +1570,9 @@ vga_post(struct bregs *regs) vgahw_init(); + if (CONFIG_VGA_GEODELX) + geodelx_init(); + init_bios_area(); vbe_init(regs->ah, regs->al);