Subject: CVS commit: src/sys/arch/i386/stand/mbr
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/12/2004 08:41:47
Module Name:	src
Committed By:	dsl
Date:		Sun Sep 12 08:41:47 UTC 2004

Modified Files:
	src/sys/arch/i386/stand/mbr: mbr.S

Log Message:
Need %ah == 0 (not 0xff) in order to find the correct partition table entry
when simulating a key press in the non-interactive mbr code.
Fixes bug introduced in rev 1.10 - older versions worked because %ah
happened to be 0!
Fixes PR bin/26919


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/i386/stand/mbr/mbr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.