diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-23 15:57:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-23 15:57:32 +0000 |
commit | f249b6c703364eee8c1682227ed04b4ae8eaca85 (patch) | |
tree | c255265b34c6c9777c82b516b37bfdbad19f6837 /share | |
parent | d25c47a5d41ae0757eb217570adce923e151e7c7 (diff) |
Clarify zyd(4) to indicate that the TRENDnet TEW-424UB comes
in multiple revisions and add the Realtek one as a supported urtw(4)
device after confirming with the windows driver that we match the id.
The revisions mentioned on the TRENDnet page fall out like so:
rev A ZD1211
V2 SiS163U
V2.1R SiS163U
V3.xR RTL8187B
We don't handle the SiS ones.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/urtw.4 | 5 | ||||
-rw-r--r-- | share/man/man4/zyd.4 | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/urtw.4 b/share/man/man4/urtw.4 index d562c63d8e7..2d062648830 100644 --- a/share/man/man4/urtw.4 +++ b/share/man/man4/urtw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urtw.4,v 1.12 2009/09/02 07:00:24 jmc Exp $ +.\" $OpenBSD: urtw.4,v 1.13 2009/09/23 15:57:31 jsg Exp $ .\" .\" Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 2 2009 $ +.Dd $Mdocdate: September 23 2009 $ .Os .Dt URTW 4 .Sh NAME @@ -81,6 +81,7 @@ The following adapters should work: .It Sitecom WL-168 v1 .It Sitecom WL-168 v4 .It Surecom EP-9001-g rev 2A +.It TRENDnet TEW-424UB V3.xR .El .Sh EXAMPLES The following diff --git a/share/man/man4/zyd.4 b/share/man/man4/zyd.4 index 46be37e5f7e..21804700d5f 100644 --- a/share/man/man4/zyd.4 +++ b/share/man/man4/zyd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zyd.4,v 1.34 2009/09/02 07:00:24 jmc Exp $ +.\" $OpenBSD: zyd.4,v 1.35 2009/09/23 15:57:31 jsg Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 2 2009 $ +.Dd $Mdocdate: September 23 2009 $ .Dt ZYD 4 .Os .Sh NAME @@ -124,7 +124,7 @@ driver: .It Sweex wireless USB 54 Mbps .It Tekram/Siemens USB adapter .It Telegent TG54USB -.It Trendnet TEW-424UB +.It Trendnet TEW-424UB rev A .It Trendnet TEW-429UB .It TwinMOS G240 .It US Robotics 5423 |