[LinuxBIOS] Fix to vga emulator (from MSI)

Uwe Hermann uwe at hermann-uwe.de
Thu Nov 2 22:36:34 CET 2006


On Fri, Oct 27, 2006 at 09:13:04AM -0600, ron minnich wrote:
> This change fixes a long-standing bug, whereby we do not set ret for an
> un-inited vector, which we should have done.
> Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
> 
> ---
> 
> Index: devices/emulator/biosemu.c
> ===================================================================
> --- devices/emulator/biosemu.c  (revision 2470)
> +++ devices/emulator/biosemu.c  (working copy)
> @@ -122,6 +122,7 @@
>        case 0x6D:
>                if (getIntVect(num) == 0x0000) {
>                        printk_debug("un-inited int vector\n");
> +                       ret = 1;
>                }
>                if (getIntVect(num) == 0xFF065) {
>                        //ret = int42_handler();

I think this is fixed and obsolete now since the MSI patch got
committed, right?


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20061102/ff2a0951/attachment.sig>


More information about the coreboot mailing list