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/01/2004 20:31:21
Module Name:	src
Committed By:	dsl
Date:		Wed Sep  1 20:31:20 UTC 2004

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

Log Message:
Remove the functionality added in rev 1.7.
With no menu items the mbr_bootsel code will wait for the timeout (default
10 seconds) and then boot the default device - usually the active partition.
Forcing the 'active' partition was wrong - jmmv has a system which needs
to boot from hd1 where hd0 has no mbr partition info.
I suspect the problem I though rev 1.7 fixed was actually caused by
disklabel copying sector zero of the disk to sector zero of the partition!
Gains another 9 bytes of free space, mbr_bootsel now has 20 free bytes.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 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.