diff options
author | 2005-09-24 00:20:59 +0000 | |
---|---|---|
committer | 2005-09-24 00:20:59 +0000 | |
commit | 612073e29042bfbab624863d6baefed3d268e863 (patch) | |
tree | a999ade837edc3fe1a1b82dff163f33261cf4246 | |
parent | Handle SI4126 operations differently on ADM8211B. This (diff) | |
download | wireguard-openbsd-612073e29042bfbab624863d6baefed3d268e863.tar.xz wireguard-openbsd-612073e29042bfbab624863d6baefed3d268e863.zip |
Support for the ADM8211B was just committed so adjust accordingly.
-rw-r--r-- | distrib/notes/i386/hardware | 3 | ||||
-rw-r--r-- | share/man/man4/atw.4 | 19 |
2 files changed, 11 insertions, 11 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware index 2522b2f1d12..754cabd955e 100644 --- a/distrib/notes/i386/hardware +++ b/distrib/notes/i386/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.222 2005/09/23 10:24:50 grunk Exp $ +dnl $OpenBSD: hardware,v 1.223 2005/09/24 00:20:59 jsg Exp $ OpenBSD/MACHINE OSREV works across a broad range of standard PCs and clones, with a wide variety of processors and I/O bus architectures. It can be expected to install and run with minimal difficulties on most @@ -516,6 +516,7 @@ Supported hardware {:-include-:}: 3Com OfficeConnect 3CRSHPW796 Blitz NetWave Point D-Link DWL-650 Rev. L1 + SMC 2635W v1 TRENDnet TEW-221PC CardBus ADMtek ADM8211 based IEEE 802.11b PCI adapters [A] [B] [C] Belkin F5D6001 v2 diff --git a/share/man/man4/atw.4 b/share/man/man4/atw.4 index 142f90108f4..a43126fa973 100644 --- a/share/man/man4/atw.4 +++ b/share/man/man4/atw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atw.4,v 1.19 2005/09/23 10:24:51 grunk Exp $ +.\" $OpenBSD: atw.4,v 1.20 2005/09/24 00:20:59 jsg Exp $ .\" $NetBSD: atw.4,v 1.8 2004/06/06 04:05:49 wiz Exp $ .\" .\" Copyright (c) 2003 @@ -207,8 +207,8 @@ and enable WEP encryption using that key. .Sh HARDWARE The .Nm -driver supports PCI and CardBus cards using revision 0x11 and 0x15 -of the ADM8211 (aka ADM8211A). +driver supports PCI and CardBus cards using revisions 0x11 and 0x15 +of the ADM8211 (aka ADM8211A) and revision 0x20 (aka ADM8211B). This includes: .Pp .Bl -tag -width Ds -offset indent -compact @@ -218,19 +218,18 @@ This includes: .It D-Link DWL-650 Rev. \&L1 CardBus .It D-Link DWL-520 Rev. \&C1 PCI .It LanReady WP2000 PCI +.It SMC 2635W CardBus (version 1 only) .It TRENDnet TEW-221PC CardBus .It Xterasys XN2511B PCI .El .Pp The .Nm -driver does not yet support cards using revision 0x20 (ADM8211B) or -0x30 (ADM8211C). -This includes: -.Pp -.Bl -tag -width Ds -offset indent -compact -.It SMC 2635W CardBus (version 1 only) -.El +driver does not yet support cards using revision 0x30 (ADM8211C). +.\"This includes: +.\".Pp +.\".Bl -tag -width Ds -offset indent -compact +.\".El .Sh EXAMPLES The following .Xr hostname.if 5 |