x86 setup: add note to use edd=off on EDD probing hangs

Tell the user to specify edd=off in the case of EDD probing hangs.
Per LKML discussion.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
H. Peter Anvin 2008-01-30 13:33:03 +01:00 committed by Ingo Molnar
parent 70d8abf5df
commit b710763608
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void query_edd(void)
*/
if (!be_quiet)
printf("Probing EDD... ");
printf("Probing EDD (edd=off to disable)... ");
for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) {
/*