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: 01/08/2008 18:31:56
Module Name:	src
Committed By:	dsl
Date:		Tue Jan  8 18:31:56 UTC 2008

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

Log Message:
The test for the 0xaa55 at the end of an extended partition pbr has always
been incorrect (and checked the end of the mbr - which always suceeds).
Rather than fixing the text, just delete it (saving 8 bytes from mbr_ext).


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