Module Name: src
Committed By: jmcneill
Date: Wed Sep 30 20:54:56 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
To generate a diff of this commit:
cvs rdiff -u -r1.1294 -r1.1295 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.1294 src/doc/CHANGES:1.1295
--- src/doc/CHANGES:1.1294 Sun Sep 27 18:00:58 2009
+++ src/doc/CHANGES Wed Sep 30 20:54:56 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1294 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1295 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -405,3 +405,5 @@
backend. This is required by recent Xen linux kernels.
[bouyer 20090925]
ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
+ wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
+ [jmcneill 20090930]