diff options
Diffstat (limited to 'src/mainboard/artecgroup/dbe61/realmode')
-rw-r--r-- | src/mainboard/artecgroup/dbe61/realmode/vgabios.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/artecgroup/dbe61/realmode/vgabios.c b/src/mainboard/artecgroup/dbe61/realmode/vgabios.c index 9f3b28d5b7..ac9c1bdf02 100644 --- a/src/mainboard/artecgroup/dbe61/realmode/vgabios.c +++ b/src/mainboard/artecgroup/dbe61/realmode/vgabios.c @@ -66,7 +66,7 @@ *--------------------------------------------------------------------*/ /* Modified to be a self sufficient plug in so that it can be used - without reliance on other parts of core Linuxbios + without reliance on other parts of core coreboot (C) 2005 Nick.Barker9@btinternet.com Used initially for epia-m where there are problems getting the bios @@ -442,10 +442,10 @@ struct realidt { // that simplifies a lot of things ... // we'll just push all the registers on the stack as longwords, // and pop to protected mode. -// second, since this only ever runs as part of linuxbios, +// second, since this only ever runs as part of coreboot, // we know all the segment register values -- so we don't save any. // keep the handler that calls things small. It can do a call to -// more complex code in linuxbios itself. This helps a lot as we don't +// more complex code in coreboot itself. This helps a lot as we don't // have to do address fixup in this little stub, and calls are absolute // so the handler is relocatable. void handler_vga(void) @@ -921,7 +921,7 @@ static void vga_init(device_t dev) pci_dev_init(dev); - // code to make vga init run in real mode - does work but against the current Linuxbios philosophy + // code to make vga init run in real mode - does work but against the current coreboot philosophy printk_debug("INSTALL REAL-MODE IDT\n"); setup_realmode_idt(); printk_debug("DO THE VGA BIOS\n"); |