Module Name: src
Committed By: bouyer
Date: Fri Sep 25 23:15:53 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Note recent Xen work on xbd and xvif.
To generate a diff of this commit:
cvs rdiff -u -r1.1291 -r1.1292 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.1291 src/doc/CHANGES:1.1292
--- src/doc/CHANGES:1.1291 Fri Sep 25 21:14:13 2009
+++ src/doc/CHANGES Fri Sep 25 23:15:53 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1291 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1292 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -394,7 +394,12 @@
in rc.conf(5) or by booting in silent mode (e.g. "boot
netbsd -z" on i386 or amd64). [apb 20090911]
pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914]
+ xen: add support for feature-flush-cache in block device backend.
+ Use it in block device frontend for DIOCCACHESYNC.
+ [bouyer 20090923]
gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
a hardware defined frequency and duty cycle. [mbalmer 20090925]
gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
the "pulsate" keyword. [mbalmer 20090925]
+ xen: add support for request-rx-copy in the virtual network device
+ backend. [bouyer 20090925]