Eric Poulsen schrieb: > I went back to the "stock" LinuxBIOSv2, revision 2100, known to > work with the Epia M. This particular revision worked for me, albeit > with the long delay at the beginning because of the firewire search. > > Essentially, whenever, I add ... > > #VGA Console > option CONFIG_CONSOLE_VGA=1 > option CONFIG_PCI_ROM_RUN=1 > > .... to the Config.lb, it doesn't work, giving the error below. > > Any ideas? > > -------------------------------------------------------------------- > > [...] > VGA random fixup ... > INSTALL REAL-MODE IDT > DO THE VGA BIOS > found VGA: vid=1106, did=3122 > rom base, size: fffc0000 > write_protect_vgabios ^^^^^^^^^^^^^^^^^^^^^ Did you change the line in mainboard.c from dev = dev_find_device(PCI_VENDOR_ID_VIA, 0x3123, 0); to dev = dev_find_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_CLE266_VGA, 0); in order to write-protect the vgabios correctly?
> bus/devfn = 0x100 > Unexpected Exception: 13 @ 10:000121c3 - Halting > Code: 0 eflags: 00010012 > eax: 00000012 ebx: 00024530 ecx: 00023fa8 edx: 00000012 > edi: 00018a90 esi: ffff946b ebp: 00023f84 esp: 00023f84 Daniel. -- Jabber: [EMAIL PROTECTED] -- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
