Module Name: src
Committed By: degroote
Date: Mon Jul 30 19:50:51 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Mention malo(4) in CHANGES
To generate a diff of this commit:
cvs rdiff -u -r1.1727 -r1.1728 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.1727 src/doc/CHANGES:1.1728
--- src/doc/CHANGES:1.1727 Fri Jul 27 17:39:36 2012
+++ src/doc/CHANGES Mon Jul 30 19:50:51 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1727 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1728 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -93,3 +93,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
evbarm: Add initial support for the RaspberryPi. [skrll 20120726]
OpenSSL: Imported 1.0.1c [christos 20120726]
kernel: safepri is dead; replaced by macro IPL_SAFEPRI. [matt 20120727]
+ kernel: Add malo(4), a driver for Marvell Libertas IEEE 802.11b/g
+ wireless network devices, ported from OpenBSD. [degroote 20120730]