]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/man/man4/cnw.4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / man / man4 / cnw.4
1 .\"     $NetBSD: cnw.4,v 1.12 2001/09/12 18:19:17 wiz Exp $
2 .\"
3 .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that this notice is retained,
7 .\" the conditions in the following notices are met, and terms applying
8 .\" to contributors in the following notices also apply to Berkeley
9 .\" Software Design, Inc.
10 .\"
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\"    notice, this list of conditions and the following disclaimer in the
15 .\"    documentation and/or other materials provided with the distribution.
16 .\" 3. All advertising materials mentioning features or use of this software
17 .\"    must display the following acknowledgement:
18 .\"      This product includes software developed by
19 .\"      Berkeley Software Design, Inc.
20 .\" 4. Neither the name of the Berkeley Software Design, Inc. nor the names
21 .\"    of its contributors may be used to endorse or promote products derived
22 .\"    from this software without specific prior written permission.
23 .\"
24 .\" THIS SOFTWARE IS PROVIDED BY BERKELEY SOFTWARE DESIGN, INC. ``AS IS'' AND
25 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 .\" ARE DISCLAIMED.  IN NO EVENT SHALL BERKELEY SOFTWARE DESIGN, INC. BE LIABLE
28 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 .\" SUCH DAMAGE.
35 .\"
36 .\"     PAO2 Id: cnw.4,v 1.1.1.1 1997/12/11 14:46:23 itojun Exp
37 .\"
38 .\" $FreeBSD$
39 .\"
40 .Dd September 5, 2004
41 .Dt CNW 4
42 .Os
43 .Sh NAME
44 .Nm cnw
45 .Nd Netwave AirSurfer wireless network driver
46 .Sh SYNOPSIS
47 .Cd "device cnw"
48 .Sh DESCRIPTION
49 The
50 .Nm
51 interface provides access to a theoretical 1Mb/s wireless Ethernet network
52 based on the Netwave AirSurfer Wireless LAN (formerly known as the Xircom
53 Netwave Wireless LAN).
54 .Pp
55 Note that the driver does not support newer devices
56 such as the Netwave AirSurfer
57 .Dq Plus ,
58 or the BayStack 650/660.
59 These devices are supported by the
60 .Xr awi 4
61 driver.
62 .Pp
63 Netwave devices are not compatible with IEEE 802.11 wireless networks.
64 Also note that there are Netwave devices with different wireless frequency,
65 depending on the radio band plan in each country.
66 .Pp
67 The card uses 36K of I/O memory mapped to the card.
68 .\"The card uses 32K of I/O memory mapped to the card along with either 16 I/O ports
69 .\"or 4K of additional I/O memory for access to command registers.
70 .\"The driver currently only supports the use of the additional 4K of I/O memory.
71 You may need to increase memory space available to the PC Card controller.
72 See
73 .Xr pccard 4
74 for details.
75 .Pp
76 In use, the cards appear to achieve up to a 420Kb/s transfer rate, though
77 a transfer rate between 250Kb/s and 350Kb/s is typical.
78 .Pp
79 The card operates in the 2.4GHz frequency range and is subject to interference
80 from microwaves, IEEE 802.11 wireless network devices, as well as earth.
81 For example, it seems that IEEE 802.11 channel 14 conflicts with Netwave
82 (US frequency).
83 They interfere with each other if they are both operated
84 in the same geographic region, causing weird packet loss.
85 You may be able to avoid the interference with IEEE 802.11 devices,
86 by changing the IEEE 802.11 channel.
87 .Sh HARDWARE
88 Cards supported by the
89 .Nm
90 driver include:
91 .Pp
92 .Bl -bullet -compact
93 .It
94 Xircom CreditCard Netwave
95 .It
96 NetWave AirSurfer
97 .El
98 .Sh DIAGNOSTICS
99 .Bl -diag
100 .It "cnw0: can't map memory"
101 Indicates that the driver was not able to allocate enough PC Card bus
102 address space into which to map the device.
103 See
104 .Xr pccard 4
105 and increase memory available to the PC Card controller.
106 .El
107 .Sh SEE ALSO
108 .Xr arp 4 ,
109 .Xr awi 4 ,
110 .Xr inet 4 ,
111 .Xr intro 4 ,
112 .Xr pccard 4
113 .Sh HISTORY
114 The
115 .Nm
116 driver was ported from
117 .Nx
118 by
119 .An Hiroyuki Aizu Aq aizu@jaist.ac.jp .
120 It first appeared in
121 .Nx 1.4 .
122 The first
123 .Fx
124 release to include it was
125 .Fx 5.0 .
126 This manual page was adopted from
127 .Nx
128 by
129 .An Christian Brueffer Aq brueffer@FreeBSD.org .