Module Name: src
Committed By: nonaka
Date: Sat Jun 16 14:38:55 UTC 2012
Modified Files:
src/doc: CHANGES CHANGES.prev
src/share/man/man4: urtw.4 urtwn.4
Log Message:
urtw(4) and urtwn(4) first appeared in NetBSD 6.0.
To generate a diff of this commit:
cvs rdiff -u -r1.1709 -r1.1710 src/doc/CHANGES
cvs rdiff -u -r1.106 -r1.107 src/doc/CHANGES.prev
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/urtw.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/urtwn.4
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.1709 src/doc/CHANGES:1.1710
--- src/doc/CHANGES:1.1709 Sun Jun 10 06:26:21 2012
+++ src/doc/CHANGES Sat Jun 16 14:38:54 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1709 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1710 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -34,9 +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]
- kernel: Add urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE
- 802.11b/g/n wireless network devices, ported from OpenBSD.
- [nonaka 20120325]
pcc: upgrade to 1.1.0.DEVEL 20120325 [plunky 20120325]
openresolv(8): Import openresolv-3.5.1 [roy 20120327]
dhcpcd(8): Import dhcpcd-5.5.6 [roy 20120328]
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.106 src/doc/CHANGES.prev:1.107
--- src/doc/CHANGES.prev:1.106 Sat Mar 10 16:56:33 2012
+++ src/doc/CHANGES.prev Sat Jun 16 14:38:54 2012
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.106 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.107 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -11166,3 +11166,6 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
re(4): Add support for RTL8168E-VL. [nonaka 20120302]
amdtemp(4): Add support for Family 12h. [nonaka 20120302]
postfix(1): Add support for SQLite tables. [tron 20120304]
+ kernel: Add urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE
+ 802.11b/g/n wireless network devices, ported from OpenBSD.
+ [nonaka 20120325]
Index: src/share/man/man4/urtw.4
diff -u src/share/man/man4/urtw.4:1.2 src/share/man/man4/urtw.4:1.3
--- src/share/man/man4/urtw.4:1.2 Wed May 30 20:15:56 2012
+++ src/share/man/man4/urtw.4 Sat Jun 16 14:38:54 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: urtw.4,v 1.2 2012/05/30 20:15:56 wiz Exp $
+.\" $NetBSD: urtw.4,v 1.3 2012/06/16 14:38:54 nonaka Exp $
.\" Copyright (c) 2008 Weongyo Jeong
.\" All rights reserved.
.\"
@@ -105,7 +105,7 @@ The
device driver first appeared in
.Fx 8.0
and
-.Nx 7.0 .
+.Nx 6.0 .
.Sh AUTHORS
.An -nosplit
The
Index: src/share/man/man4/urtwn.4
diff -u src/share/man/man4/urtwn.4:1.4 src/share/man/man4/urtwn.4:1.5
--- src/share/man/man4/urtwn.4:1.4 Thu Jun 14 04:14:36 2012
+++ src/share/man/man4/urtwn.4 Sat Jun 16 14:38:54 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: urtwn.4,v 1.4 2012/06/14 04:14:36 riz Exp $
+.\" $NetBSD: urtwn.4,v 1.5 2012/06/16 14:38:54 nonaka Exp $
.\" $OpenBSD: urtwn.4,v 1.15 2011/11/26 06:39:33 ckuethe Exp $
.\"
.\" Copyright (c) 2010 Damien Bergamini <[email protected]>
@@ -161,7 +161,7 @@ The
device driver first appeared in
.Ox 4.9
and in
-.Nx 7.0 .
+.Nx 6.0 .
.Sh AUTHORS
.An -nosplit
The