Module Name:    src
Committed By:   tsutsui
Date:           Tue Feb 15 11:21:32 UTC 2011

Modified Files:
        src/doc: CHANGES

Log Message:
Fix partition ids in the previous disklabel(8)'s COMPAT_386BSD_MBRPART entry.


To generate a diff of this commit:
cvs rdiff -u -r1.1504 -r1.1505 src/doc/CHANGES

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

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1504 src/doc/CHANGES:1.1505
--- src/doc/CHANGES:1.1504	Tue Feb 15 11:18:49 2011
+++ src/doc/CHANGES	Tue Feb 15 11:21:32 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1504 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1505 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -849,10 +849,10 @@
 		[tsutsui 20110212]
 	disklabel(8): Disable COMPAT_386BSD_MBRPART. The related kernel
 		compat option was disabled by default four years ago, and
-		NetBSD has not used partition id 0x165 for much longer.
+		NetBSD has not used partition id 165 (0xA5) for much longer.
 		Meanwhile the presence of this code in disklabel can
 		cause sysinst to clobber FreeBSD installs on the same
 		disk. Those with very, very old NetBSD installations may
 		need to use fdisk(8) to change the NetBSD partition ids
-		from 0x165 to 0x169. [dholland 20110212]
+		from 165 (0xA5) to 169 (0xA9). [dholland 20110212]
 	hp700: Add support for HIL devices. From OpenBSD. [tsutsui 20110215]

Reply via email to