Module Name: src
Committed By: dholland
Date: Sat Feb 12 22:30:04 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note COMPAT_386BSD_MBRPART (not) in disklabel.
To generate a diff of this commit:
cvs rdiff -u -r1.1502 -r1.1503 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.1502 src/doc/CHANGES:1.1503
--- src/doc/CHANGES:1.1502 Sat Feb 12 22:07:56 2011
+++ src/doc/CHANGES Sat Feb 12 22:30:04 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1502 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1503 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -847,3 +847,11 @@
[tsutsui 20110212]
hp300: Add support for Apollo Domain keyboard. From OpenBSD.
[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.
+ 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]