Module Name: src
Committed By: bouyer
Date: Mon Apr 4 14:47:50 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note rdcide(4). Also note vte(4), better late than never :)
To generate a diff of this commit:
cvs rdiff -u -r1.1533 -r1.1534 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.1533 src/doc/CHANGES:1.1534
--- src/doc/CHANGES:1.1533 Sun Apr 3 13:30:22 2011
+++ src/doc/CHANGES Mon Apr 4 14:47:49 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1533 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1534 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -897,6 +897,8 @@
connection. This makes things like rebooting a kernel
server from under an application possible. [pooka 20110124]
emips: Initial commit of the eMIPS port [pooka 20110126]
+ vte(4): add a driver for the R6040 fast ethernet controller found in
+ RDC's vortex86 and PMX-1000 system-on-chip. [bouyer 20110126]
kernel: add kern.evcnt sysctl [matt 20110129]
vmstat(1): add support for getting evcnts and boottime for sysctl.
Allow unprived vmstat to function is everything wanted is
@@ -976,3 +978,5 @@
alpha: add TLS (thread locale storage) support. [skrll 20110331]
atf(7): Import 0.13. [jmmv 20110331]
ssh-askpass: Updated to 1.2.0. [mbalmer 20110403]
+ rdcide(4): add a driver for the IDE controller found in RDC's
+ vortex86 and PMX-1000 system-on-chip. [bouyer 20110404]