mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add comments just before each config for the awi cards.
Add ZoomAir card. Change a couple default to auto. Also change a couple awi entires to auto from 0x1.
This commit is contained in:
parent
616027041a
commit
e53e32e307
1 changed files with 12 additions and 2 deletions
|
|
@ -256,18 +256,27 @@ card "AMD" "Am79C930"
|
|||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# Bay Networks Baystack 650 Wireless LAN
|
||||
card "Bay Networks" "BayStack 650 Wireless LAN"
|
||||
config 0x1 "awi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# Farallon SkyLINE Wireless
|
||||
card "Farallon" "SkyLINE Wireless"
|
||||
config default "awi" ?
|
||||
config auto "awi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# ICom SL-200
|
||||
card "Icom" "SL-200"
|
||||
config 0x1 "awi" ?
|
||||
config auto "awi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# ZoomAir 4000
|
||||
card "Zoom" "Air-4000"
|
||||
config auto "awi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
|
|
@ -280,6 +289,7 @@ card "Icom" "SL-200"
|
|||
# like:
|
||||
# cardmem 0xd4000 0x20000 0x9000 0x44
|
||||
# IBM ThinkPads are known to require this change.
|
||||
# Xircom CreditCard Netwave
|
||||
#card "Xircom" "CreditCard Netwave"
|
||||
# config 0x01 "cnw" ?
|
||||
# cardmem 0xd4000 0x20000 0x9000 0x40
|
||||
|
|
|
|||
Loading…
Reference in a new issue