Module Name: src
Committed By: nonaka
Date: Sun Mar 25 00:16:30 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Mention about urtwn(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1687 -r1.1688 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.1687 src/doc/CHANGES:1.1688
--- src/doc/CHANGES:1.1687 Fri Mar 23 21:34:17 2012
+++ src/doc/CHANGES Sun Mar 25 00:16:30 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1687 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1688 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -34,3 +34,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
dhcpcd(8): Import dhcpcd-5.5.5 [roy 20120323]
ipf: upgrade to 5.1.1 with new build framework, no module and
test support yet [christos 20120323]
+ urtwn(4): Add a driver for Realtek RTL8188CU/RTL8192CU USB IEEE
+ 802.11b/g/n wireless network device, ported from OpenBSD.
+ [nonaka 20120325]