Module Name: src
Committed By: tsutsui
Date: Sun Jan 10 16:49:51 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note about LBA48 support for cobalt bootloader.
To generate a diff of this commit:
cvs rdiff -u -r1.1339 -r1.1340 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.1339 src/doc/CHANGES:1.1340
--- src/doc/CHANGES:1.1339 Thu Dec 31 22:54:40 2009
+++ src/doc/CHANGES Sun Jan 10 16:49:51 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1339 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1340 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -513,3 +513,6 @@
[macallan 20091229]
wm(4): Add support for i82583V [msaitoh 20091230]
libc: Import tzcode2009k [mlelstv 20091231]
+ cobalt: Add LBA48 support to bootloader so that it can safely load
+ a kernel from NetBSD partition beyond >137GB boundary.
+ [tsutsui 20100110]