From: okuji Date: Sun, 25 Dec 2005 19:40:31 +0000 (+0000) Subject: 2005-12-25 Yoshinori K. Okuji X-Git-Tag: 1.98~2013 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8899bc3e58913fc652fd856d917582e8dd923d1b;p=thirdparty%2Fgrub.git 2005-12-25 Yoshinori K. Okuji * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR): Removed. (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise. --- diff --git a/ChangeLog b/ChangeLog index b8fa36b67..85ef91da1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-25 Yoshinori K. Okuji + + * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR): + Removed. + (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise. + 2005-12-25 Yoshinori K. Okuji * kern/env.c (grub_env_set): Check if ENV->VALUE instead of diff --git a/include/grub/i386/pc/boot.h b/include/grub/i386/pc/boot.h index 967b499f1..047cf38a6 100644 --- a/include/grub/i386/pc/boot.h +++ b/include/grub/i386/pc/boot.h @@ -66,12 +66,6 @@ cannot straddle a 64K boundary. */ #define GRUB_BOOT_MACHINE_BUFFER_SEG 0x7000 -/* The address of drive parameters. */ -#define GRUB_BOOT_MACHINE_DRP_ADDR 0x7f00 - -/* The size of drive parameters. */ -#define GRUB_BOOT_MACHINE_DRP_SIZE 0x42 - /* The flag for BIOS drive number to designate a hard disk vs. a floppy. */ #define GRUB_BOOT_MACHINE_BIOS_HD_FLAG 0x80