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