The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/awi/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2023-01-29 20:53:10
File README 1863 bytes 2023-01-29 20:53:10
C file am79c930.c 12311 bytes 2023-01-29 20:53:10
C file am79c930reg.h 5034 bytes 2023-01-29 20:53:10
C file am79c930var.h 3283 bytes 2023-01-29 20:53:10
C file awi.c 70620 bytes 2023-01-29 20:53:10
C file awi_wep.c 12467 bytes 2023-01-29 20:53:10
C file awi_wicfg.c 15210 bytes 2023-01-29 20:53:10
C file awireg.h 14533 bytes 2023-01-29 20:53:10
C file awivar.h 7562 bytes 2023-01-29 20:53:10
C file if_awi_pccard.c 7075 bytes 2023-01-29 20:53:10

    1 # $Id: README,v 1.19 2000/03/24 08:13:24 onoe Exp $
    2 # $FreeBSD$
    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" ?

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.