diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-01-10 18:53:00 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-01-10 18:53:00 +0000 |
commit | ec68b202e5d839c246706f41722b97087b7c3b5d (patch) | |
tree | d7e0fdf60ac086974f32d10fc24febb97255c467 /etc | |
parent | e61ab5fce9d00247630a241639d8cc0f504517b7 (diff) | |
download | src-ec68b202e5d839c246706f41722b97087b7c3b5d.tar.gz src-ec68b202e5d839c246706f41722b97087b7c3b5d.zip |
o Add T-POWER flash
Submitted by: Michael Johansson <micke@nevermind.net>
o Sony PCWA-C100 WaveLAN card
Submitted by: "Jeremiah Gowdy" <jgowdy@home.com>
o Corega KK Wireless LAN PCCA-11 (version b?)
Submitted by: Masahide *MAC* Noda <mac@clave.gr.jp>
Notes
Notes:
svn path=/head/; revision=89239
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/pccard.conf | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 20766dba5b11..0682b32fe466 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -269,6 +269,10 @@ card "SONY" "/MEMORYSTICK.*/" card "SunDisk" "/.*/" config 0x1 "ata" ? +# T-POWER Flash ATA +card "T-POWER " "/.*/" + config 0x1 "ata" ? + # TDK Flash ATA card "TDK TC_H." "/.*/" config 0x1 "ata" ? @@ -1739,7 +1743,8 @@ card "PCMCIA SCSI2 CARD" "01" ########## wi ########## # 3com 3crwe737A AirConnect Wireless LAN PC Card -#Something is wrong with this entry. +# Many report this card doesn't work, while none have reported it +# working. 20020110 imp card "3Com" "3CRWE737A AirConnect Wireless LAN PC Card" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start @@ -1806,6 +1811,12 @@ card "corega K.K." "Wireless LAN PCCA-11" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Corega KK Wireless LAN PCCA-11 +card "corega_K.K." "Wireless_LAN_PCCB-11" + config auto "wi" ? 0x10000 + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # D Link DWL-650 11Mbps WLAN Card card "D" "Link DWL-650 11Mbps WLAN Card" config auto "wi" ? 0x10000 @@ -1931,12 +1942,18 @@ card "PROXIM" "Harmony 802.11b/LAN PC CARD" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop -# SMC's SMC2632W. +# SMC's SMC2632W (also matches the 3.3V SMC2602W) card "SMC" "SMC2632W" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Sony PCWA-C100 WaveLAN +card "Sony Corporation" "PCWA-C100" + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # TDK LAK-CD011WL card "TDK" "LAK-CD011WL for Wireless LAN" config auto "wi" ? |