Module Name: src
Committed By: tsutsui
Date: Sun Jul 4 15:25:00 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Mention about upgt(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1410 -r1.1411 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.1410 src/doc/CHANGES:1.1411
--- src/doc/CHANGES:1.1410 Sat Jul 3 08:19:14 2010
+++ src/doc/CHANGES Sun Jul 4 15:25:00 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1410 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1411 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -641,3 +641,6 @@
network: Add mpls(4) - MultiProtocol Label Switching support
[kefren 20100626]
atf(7): Import 0.10. [jmmv 20100703]
+ upgt(4): Add a driver for Conexant/Intersil PrismGT SoftMAC USB
+ IEEE 802.11b/g WLAN device, ported from OpenBSD by
+ FUKAUMI Naoki. [tsutsui 20100704]