]> git.proxmox.com Git - grub2.git/commit
2007-10-03 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Wed, 3 Oct 2007 20:13:21 +0000 (20:13 +0000)
committerrobertmh <robertmh@localhost>
Wed, 3 Oct 2007 20:13:21 +0000 (20:13 +0000)
commit5c58b791cc4d704737f5732651668a1b2d847d2a
treebf48686dcb11991416c790df55f0b1514949c841
parent1a477ed6384aeff8ba1fcad733599276910cde74
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.
ChangeLog
DISTLIST
commands/i386/pc/play.c
include/grub/i386/io.h [new file with mode: 0644]
term/i386/pc/serial.c
term/i386/pc/vga.c