summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-04-06 02:48:48 +0000
committerimp <imp@FreeBSD.org>2000-04-06 02:48:48 +0000
commit4b312a286f299bcf238f80d4428c7d90e2bbac4b (patch)
tree65d5aa9072289aa19aa97fcd02550e2a9442383b /sys/i386
parenta852e825f584393e564e3c8027bada49eddf3ec2 (diff)
downloadFreeBSD-src-4b312a286f299bcf238f80d4428c7d90e2bbac4b.zip
FreeBSD-src-4b312a286f299bcf238f80d4428c7d90e2bbac4b.tar.gz
Awi driver, ported from NetBSD from Atsushi Once-san.
From the README: 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 the following on FreeBSD: selection of infrastructure/adhoc mode ESSID ... Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp>
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC6
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 10 insertions, 6 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 77e1982..2e98637 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -190,6 +190,8 @@ device wi
# card for a manually chosen I/O address and IRQ, you must specify
# those paremeters here.
device an
+# BayStack 660 and others
+device awi
# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
device fe0 at isa? port 0x300
@@ -197,8 +199,8 @@ device le0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
device cs0 at isa? port 0x300
device sn0 at isa? port 0x300 irq 10
-# requires PCCARD (PCMCIA) support to be activated
-#device xe0 at isa?
+# Disabled because it is currently broken.
+#device xe
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b97b12e..407ecbd 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1224,12 +1224,13 @@ device lnc0 at isa? port 0x280 irq 10 drq 0
device rdp0 at isa? port 0x378 irq 7 flags 2
device sr0 at isa? port 0x300 irq 5 iomem 0xd0000
device sn0 at isa? port 0x300 irq 10
-device wi
device an
+device awi
+device wi
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300
-device xe0 at isa?
+device xe
device oltr0 at isa?
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b97b12e..407ecbd 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1224,12 +1224,13 @@ device lnc0 at isa? port 0x280 irq 10 drq 0
device rdp0 at isa? port 0x378 irq 7 flags 2
device sr0 at isa? port 0x300 irq 5 iomem 0xd0000
device sn0 at isa? port 0x300 irq 10
-device wi
device an
+device awi
+device wi
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
device wl0 at isa? port 0x300
-device xe0 at isa?
+device xe
device oltr0 at isa?
OpenPOWER on IntegriCloud