Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / netif / awi / README
1 # $Id: README,v 1.19 2000/03/24 08:13:24 onoe Exp $
2 # $FreeBSD: src/sys/dev/awi/README,v 1.1.2.1 2000/12/07 04:09:39 imp Exp $
3
4 ===== Configuration
5         ifconfig awi0 link0
6                 changes to encapsulation from 802.2 LLC/SNAP (default) to
7                 ether encapsulation.  MELCO access point and PAO's ux driver 
8                 use this.
9
10 ===== Supported Cards
11         Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset
12         with PCnetMobile firmware by AMD.
13            BayStack 650   1Mbps Frequency Hopping PCCARD adapter
14            BayStack 660   2Mbps Direct Sequence PCCARD adapter
15            Icom SL-200    2Mbps Direct Sequence PCCARD adapter
16            Melco WLI-PCM  2Mbps Direct Sequence PCCARD adapter
17            NEL SSMagic    2Mbps Direct Sequence PCCARD adapter
18            Netwave AirSurfer Plus
19                           1Mbps Frequency Hopping PCCARD adapter
20            Netwave AirSurfer Pro
21                           2Mbps Direct Sequence PCCARD adapter
22
23 ===== Known Problems
24         WEP is not supported.
25         Does not create IBSS itself.
26
27         Cannot configure at all on FreeBSD:
28                 selection of infrastructure/adhoc mode
29                 ESSID
30                 ...
31
32 ===== How to add
33
34 *** NetBSD current
35         already merged into current source tree.
36
37         pcmcia: update the awi driver, which now supports AMD 79c930-based 
38                 802.11DS cards as well as 802.11FH cards, and can operate
39                 in infrastructure mode, adhoc mode, and wi(4) compatible
40                 adhoc mode. [onoe 20000322]
41
42 *** FreeBSD-current
43         make directory /sys/dev/awi and put all files there.
44         move if_ieee80211.h to /sys/net
45         add following lines to /sys/conf/files
46                 dev/awi/am79c930.c      optional awi
47                 dev/awi/awi.c           optional awi
48                 dev/awi/if_awi_pccard.c optional awi card
49         add following line to config file
50                 device          awi0
51         config and make kernel
52
53         add description of your card to /etc/pccard.conf
54             ex.
55                 card "AMD" "Am79C930"
56                         config 0x1 "awi0" ?
57                 card "Icom" "SL-200"
58                         config 0x1 "awi0" ?
59                 card "Bay Networks" "BayStack 650 Wireless LAN"
60                         config 0x1 "awi0" ?