From afcd2ef88b0a517eff867836dd3530cbf153d5a3 Mon Sep 17 00:00:00 2001 From: robertmh Date: Wed, 3 Oct 2007 21:33:11 +0000 Subject: [PATCH] Adjust ChangeLog entry as recommended by Marco. --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05a671b43..aee004ce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,14 @@ (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. + * term/i386/pc/serial.c (inb): Removed. + (outb): Removed. + Include grub/cpu/io.h. Replace inb() with grub_inb() and outb() + with grub_outb(). + * term/i386/pc/vga.c (inb): Removed. + (outb): Removed. + Include grub/cpu/io.h. Replace inb() with grub_inb() and outb() + with grub_outb(). 2007-10-02 Robert Millan