2007-10-03 Robert Millan <rmh@aybabtu.com>
* include/grub/i386/io.h: New file. * commands/i386/pc/play.c (inb): Removed. (outb): Removed. Include grub/cpu/io.h. Replace inb() with grub_inb() and outb() with grub_outb(). * term/i386/pc/serial.c: Likewise. * term/i386/pc/vga.c: Likewise.
This commit is contained in:
parent
1a477ed638
commit
5c58b791cc
6 changed files with 120 additions and 93 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2007-10-03 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* include/grub/i386/io.h: New file.
|
||||
* commands/i386/pc/play.c (inb): Removed.
|
||||
(outb): Removed.
|
||||
Include grub/cpu/io.h. Replace inb() with grub_inb() and outb()
|
||||
with grub_outb().
|
||||
* term/i386/pc/serial.c: Likewise.
|
||||
* term/i386/pc/vga.c: Likewise.
|
||||
|
||||
2007-10-02 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* conf/i386-efi.rmk (grub_emu_SOURCES): Add util/hostfs.c.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue