diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-27 19:52:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-27 19:52:46 +0000 |
commit | a9d4268f5266453d2dee7d17a495f6a86f4804be (patch) | |
tree | 4faa83e1b6c41fdc42d4d0c4e51b2d40aeac0c2a | |
parent | af9cf440474893bc7dab5537c61e8bebcbc81807 (diff) |
More info about which cards are supported.
-rw-r--r-- | share/man/man4/atw.4 | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/share/man/man4/atw.4 b/share/man/man4/atw.4 index bc0f1c515e2..a68e6f9e95a 100644 --- a/share/man/man4/atw.4 +++ b/share/man/man4/atw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atw.4,v 1.3 2004/06/23 00:17:09 millert Exp $ +.\" $OpenBSD: atw.4,v 1.4 2004/06/27 19:52:45 millert Exp $ .\" $NetBSD: atw.4,v 1.8 2004/06/06 04:05:49 wiz Exp $ .\" .\" Copyright (c) 2003 @@ -94,12 +94,18 @@ For more information on configuring this device, see and .Xr ifmedia 4 . .Sh HARDWARE -Cards supported by the +The .Nm -driver include: +driver supports PCI and Cardbus cards using revision 0x11 and 0x15 +of the ADM8211 (aka ADM8211A). +This includes: .Pp .Bl -item -offset indent -compact .It +Belkin F5D6001 PCI card +.It +Blitz NetWave Point Cardbus card +.It D-Link DWL-650 Rev. L1 Cardbus card .It D-Link DWL-520 Rev. C1 PCI card @@ -111,6 +117,17 @@ TrendNet TEW-221PC Cardbus card Xterasys XN2511B PCI card .It .El +.Pp +The +.Nm +driver does not yet support cards using revision 0x20 (ADM8211B) or +0x30 (ADM8211C). +This includes: +.Pp +.Bl -item -offset indent -compact +.It +SMC 2635W Cardbus card +.El .Sh DIAGNOSTICS .Bl -diag .It "atw0: failed to tune channel %d" |