Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 11/22/1998 23:57:29
Module Name:	src
Committed By:	cgd
Date:		Mon Nov 23 07:57:29 UTC 1998

Modified Files:
	src/sys/arch/i386/i386 [netbsd-1-3]: disksubr.c
	src/sys/arch/i386/stand/lib [netbsd-1-3]: biosdisk.c
	src/sys/arch/i386/stand/lib/crt/bootsect [netbsd-1-3]: start_bootsect.S
Log Message:
Add forward-compatibility with new NetBSD MBR partition-id 169 (0xa9).
Warn about old-style 165 partitions with a reference to installboot(8)
for details on when and how to upgrade bootblocks and partition IDs.
Do fresh installs using the new ID.  Done via patch because it's a long
list of changes which didn't quite apply cleanly.  (jonathan)