Module Name: src
Committed By: jym
Date: Fri Apr 29 01:53:36 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Enable balloon(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1541 -r1.1542 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.1541 src/doc/CHANGES:1.1542
--- src/doc/CHANGES:1.1541 Tue Apr 26 20:35:04 2011
+++ src/doc/CHANGES Fri Apr 29 01:53:36 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1541 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1542 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -991,3 +991,5 @@
and video mode setting support, to ffb(4). [jdc 20110408]
kernel: Support for Darwin, Mach, IRIX and PECOFF emulation was
retired. [joerg 20110426]
+ balloon(4): Balloon driver now enabled for all Xen kernels.
+ [jym 20110429]