freebsd-dev/sys/dev/awi
Poul-Henning Kamp 6817526d14 Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
backwards in the three drivers which want to do that.

Reviewed by:    mikeh
2001-02-06 10:12:15 +00:00
..
am79c930.c Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
am79c930reg.h
am79c930var.h
awi_wep.c Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
awi_wicfg.c Note new location of if_wavelan_ieee.h. 2001-01-09 04:23:05 +00:00
awi.c Convert if_multiaddrs from LIST to TAILQ so that it can be traversed 2001-02-06 10:12:15 +00:00
awireg.h
awivar.h Bite the bullet and provde memcmp() and memset(), this will be cheaper 2000-09-02 13:34:52 +00:00
if_awi_pccard.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
README

# $Id: README,v 1.19 2000/03/24 08:13:24 onoe Exp $
# $FreeBSD$

===== Configuration
	ifconfig awi0 link0
		changes to encapsulation from 802.2 LLC/SNAP (default) to
		ether encapsulation.  MELCO access point and PAO's ux driver 
		use this.

===== Supported Cards
	Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset
	with PCnetMobile firmware by AMD.
	   BayStack 650   1Mbps Frequency Hopping PCCARD adapter
	   BayStack 660   2Mbps Direct Sequence PCCARD adapter
	   Icom SL-200    2Mbps Direct Sequence PCCARD adapter
	   Melco WLI-PCM  2Mbps Direct Sequence PCCARD adapter
	   NEL SSMagic    2Mbps Direct Sequence PCCARD adapter
	   Netwave AirSurfer Plus
			  1Mbps Frequency Hopping PCCARD adapter
	   Netwave AirSurfer Pro
			  2Mbps Direct Sequence PCCARD adapter

===== Known Problems
	WEP is not supported.
	Does not create IBSS itself.

	Cannot configure at all on FreeBSD:
		selection of infrastructure/adhoc mode
		ESSID
		...

===== How to add

*** NetBSD current
	already merged into current source tree.

        pcmcia: update the awi driver, which now supports AMD 79c930-based 
                802.11DS cards as well as 802.11FH cards, and can operate
                in infrastructure mode, adhoc mode, and wi(4) compatible
                adhoc mode. [onoe 20000322]

*** FreeBSD-current
	make directory /sys/dev/awi and put all files there.
	move if_ieee80211.h to /sys/net
	add following lines to /sys/conf/files
		dev/awi/am79c930.c	optional awi
		dev/awi/awi.c		optional awi
		dev/awi/if_awi_pccard.c	optional awi card
	add following line to config file
		device		awi0
	config and make kernel

	add description of your card to /etc/pccard.conf
	    ex.
		card "AMD" "Am79C930"
			config 0x1 "awi0" ?
		card "Icom" "SL-200"
			config 0x1 "awi0" ?
		card "Bay Networks" "BayStack 650 Wireless LAN"
			config 0x1 "awi0" ?