summaryrefslogtreecommitdiffstats
path: root/etc/defaults/pccard.conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-10 18:53:00 +0000
committerimp <imp@FreeBSD.org>2002-01-10 18:53:00 +0000
commit9d9ce73611990066a849bbe3832ffc28fb74e9bb (patch)
treed7e0fdf60ac086974f32d10fc24febb97255c467 /etc/defaults/pccard.conf
parent05b2183d53796b7c69ccc99b1d9abb1c582934d9 (diff)
downloadFreeBSD-src-9d9ce73611990066a849bbe3832ffc28fb74e9bb.zip
FreeBSD-src-9d9ce73611990066a849bbe3832ffc28fb74e9bb.tar.gz
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>
Diffstat (limited to 'etc/defaults/pccard.conf')
-rw-r--r--etc/defaults/pccard.conf21
1 files changed, 19 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 20766db..0682b32 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" ?
OpenPOWER on IntegriCloud