Module Name: src
Committed By: nonaka
Date: Tue Apr 21 03:01:38 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
note Added SD/MMC driver
To generate a diff of this commit:
cvs rdiff -u -r1.1210 -r1.1211 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.1210 src/doc/CHANGES:1.1211
--- src/doc/CHANGES:1.1210 Mon Apr 20 20:19:17 2009
+++ src/doc/CHANGES Tue Apr 21 03:01:38 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1210 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1211 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -179,4 +179,6 @@
[christos 20090412]
dhcpcd: Import dhcpcd-4.0.13 [roy 20090417]
ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet.
- From OpenBSD and improvements from Kevin Lahey. [cegger 20090420]
+ From OpenBSD and improvements from Kevin Lahey.
+ [cegger 20090420]
+ sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421]