* Christian Sühs chris@suehsi.de [051218 13:11]:
VGA random fixup ... INSTALL REAL-MODE IDT DO THE VGA BIOS found VGA: vid=1106, did=3122 rom base, size: fffc0000 BAD SIGNATURE 0x8 0x1e biosint: # 0x10, eax 0x4f14 ebx 0x18003 ecx 0x1 edx 0x0 biosint: ebp 0x17fa8 esp 0xffa edi 0x0 esi 0xffff70b6 biosint: ip 0x8e22 cs 0x0 flags 0x46 BIOSINT: Unsupport int #0x10
Why is the via epia-m using it's own vga emulator in the src/mainboard directory? This is BAD in terms of debugging, testing and finding regressions.
The VGA bios is trying to ask the system bios for certain "extensions", the VESA OEM Extensions. i.e. http://www.ctyme.com/intr/rb-0306.htm (Matrox specific)
This needs to be implemented in LinuxBIOS.
Stefan