Re: EDD still failing on some systems with 2.6.23-rc6-git2

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: H. Peter Anvin <hpa@...>
Cc: linux-kernel <linux-kernel@...>
Date: Monday, September 17, 2007 - 11:14 am

On 09/14/2007 12:06 PM, H. Peter Anvin wrote:

Still fails. And apparently fails on disk 0, because it hangs right
after printing a zero:

--- linux-2.6.22.noarch.orig/arch/i386/boot/edd.c
+++ linux-2.6.22.noarch/arch/i386/boot/edd.c
@@ -151,6 +151,7 @@ void query_edd(void)
                 * Scan the BIOS-supported hard disks and query EDD
                 * information...
                 */
+               putchar('0' + (devno - 0x80) % 10);
                get_edd_info(devno, &ei);

                if (boot_params.eddbuf_entries < EDDMAXNR) {
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
EDD still failing on some systems with 2.6.23-rc6-git2, Chuck Ebbert, (Fri Sep 14, 11:32 am)
Re: EDD still failing on some systems with 2.6.23-rc6-git2, H. Peter Anvin, (Fri Sep 14, 12:06 pm)
Re: EDD still failing on some systems with 2.6.23-rc6-git2, Chuck Ebbert, (Mon Sep 17, 11:14 am)
Re: EDD still failing on some systems with 2.6.23-rc6-git2, H. Peter Anvin, (Mon Sep 17, 11:32 am)