mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use tabs where tabs are supposed to go!
This commit is contained in:
parent
4524182d66
commit
a30e186209
1 changed files with 15 additions and 15 deletions
|
|
@ -402,7 +402,7 @@ card "CNet" "CN40BC Ethernet"
|
|||
|
||||
# COREGA FEther PCC-TXF
|
||||
card "corega" "FEther PCC-TXF"
|
||||
config auto "ed" ? 0x80000
|
||||
config auto "ed" ? 0x80000
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
|
|
@ -427,7 +427,7 @@ card "corega K.K." "corega FEther PCC-TXD"
|
|||
# Corega PCM-T
|
||||
card "Corega,K.K." "Ethernet LAN Card"
|
||||
config auto "ed" ?
|
||||
ether 0xff0 # 00:00:f4
|
||||
ether 0xff0 # 00:00:f4
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
|
|
@ -1177,9 +1177,9 @@ card "WebGear" "PC Card WLAN Adapter"
|
|||
|
||||
# Raytheon Raylink 802.11 Wireless LAN
|
||||
card "RAYTHEON" "RayLink PC Card WLAN Adapter"
|
||||
config auto "ray" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
config auto "ray" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
########## scc ##########
|
||||
|
||||
|
|
@ -1690,13 +1690,13 @@ card "Dell" "TrueMobile 1150 Series PC Card"
|
|||
|
||||
# ELECOM Air@Hawk/LD-WL11/PCC (0.7.5)
|
||||
card "ELECOM" "Air@Hark/LD-WL11/PCC"
|
||||
config auto "wi" ?
|
||||
config auto "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# ELECOM Air@Hawk/LD-WL11/PCC (0.7.6 and later)
|
||||
card "ELECOM" "Air@Hawk/LD-WL11/PCC"
|
||||
config auto "wi" ?
|
||||
config auto "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
|
|
@ -1734,9 +1734,9 @@ card "IO DATA" "WNB11PCM"
|
|||
# IBM's rebadged Lucent WaveLAN/IEEE. The FCC IDs are identical to
|
||||
# those for the Lucent card, so presumably everything else is as well.
|
||||
card "IBM Corporation" "IBM High Rate Wireless LAN PC Card"
|
||||
config 0x1 "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
config 0x1 "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# Lucent WaveLAN/IEEE
|
||||
card "Lucent Technologies" "WaveLAN/IEEE"
|
||||
|
|
@ -1765,19 +1765,19 @@ card "NCR" "WaveLAN/IEEE"
|
|||
|
||||
# NEC Wireless Card CMZ-RT-WP
|
||||
card "NEC" "Wireless Card CMZ-RT-WP"
|
||||
config auto "wi" ?
|
||||
config auto "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# NEC WL11C (PC-WL/11C)
|
||||
card "NEC Aterm" "WL11C (PC-WL/11C)"
|
||||
config auto "wi" ?
|
||||
config auto "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# NEC Corporation PK-WL001
|
||||
card "NEC Corporation" "Wireless PC Card"
|
||||
config auto "wi" ?
|
||||
config auto "wi" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
|
|
@ -1797,7 +1797,7 @@ card "TDK" "LAK-CD011WL for Wireless LAN"
|
|||
|
||||
########## xe ##########
|
||||
|
||||
# Accton EN2226/Fast EtherCard (16-bit verison)
|
||||
# Accton EN2226/Fast EtherCard (16-bit verison)
|
||||
card "Accton" "Fast EtherCard-16"
|
||||
config auto "xe" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
|
|
@ -1809,7 +1809,7 @@ card "Compaq" "Netelligent 10/100 PC Card"
|
|||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
|
||||
# Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
|
||||
card "Intel" "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16"
|
||||
config auto "xe" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
|
|
|
|||
Loading…
Reference in a new issue