Module Name: src
Committed By: jakllsch
Date: Thu Jan 6 19:49:37 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note new GPT support in the x86 boot code.
To generate a diff of this commit:
cvs rdiff -u -r1.1485 -r1.1486 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.1485 src/doc/CHANGES:1.1486
--- src/doc/CHANGES:1.1485 Wed Jan 5 20:08:13 2011
+++ src/doc/CHANGES Thu Jan 6 19:49:37 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1485 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1486 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -819,3 +819,5 @@
resize_ffs(8): support byteswapped file systems, and support
growing ufs2 file systems. [riz 20110104]
acpipmtr(4): Add a driver for ACPI power meters. [jruoho 20110105]
+ amd64, i386: Booting from a disk with a GUID Partition Table is
+ now possible. [jakllsch 20110106]