summaryrefslogtreecommitdiffstats
path: root/etc/defaults/pccard.conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-09-29 23:13:08 +0000
committerimp <imp@FreeBSD.org>2002-09-29 23:13:08 +0000
commit21a7284db31007bd11eb081158c01d11c9460855 (patch)
tree7f3600b41566162f1260d8ba95a6cd795906b325 /etc/defaults/pccard.conf
parentd91c37553eed3082a93a6edbef2fce6c7629aaf7 (diff)
downloadFreeBSD-src-21a7284db31007bd11eb081158c01d11c9460855.zip
FreeBSD-src-21a7284db31007bd11eb081158c01d11c9460855.tar.gz
o Belkin wireless card
PR: 38919 Submitted by: Tommy Johnson o IBM IDE CDROM PR: 39537 Submitted by: Kevin Van Maren o T-Sunus 130 card PR: 41802 Submitted by: Oliver Schneider
Diffstat (limited to 'etc/defaults/pccard.conf')
-rw-r--r--etc/defaults/pccard.conf31
1 files changed, 23 insertions, 8 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index c163ddc..3e54532 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -157,7 +157,10 @@ card "HITACHI" "/.*FLASH.*/"
card "IBM" "IBM17JSSFP10"
config auto "ata" ? iosize 16
-# XXX NOT SURE SUPPORTED
+# IBM IDE PC-CARD CDROM (ThinkPad 240 and others)
+card "PCMCIA" "IDE CARD"
+ config auto "ata" ?
+
# IBM Portable 4X Speed CD-ROM Drive CD-400
#card "IBM" "PCMCIA CD-ROM Drive CD-400"
# config 0x1 "ata" ? iosize 0x20 # 0x10000 (flags for wd, not sure for ata)
@@ -1819,6 +1822,12 @@ card "Avaya Communication" "Avaya Wireless PC Card"
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
+# Belkin wireless card
+card "Belkin" "11Mbps Wireless Notebook Network Adapter"
+ config auto "wi" ?
+ insert /etc/pccard_ether $device start
+ remove /etc/pccard_ether $device stop
+
# BreezeNET
card "BreezeNET" "PC-DS.11"
config auto "wi" ?
@@ -2064,6 +2073,12 @@ card "Sony Corporation" "PCWA-C100"
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
+# German Telekom T-Sinus 130card, unknown original manufactor
+card "T-Sinus" "130card"
+ iconfig 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" ?
@@ -2076,13 +2091,6 @@ card "The Linksys Group, Inc." "Instant Wireless Network PC Card"
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
-# Taiwanese Blue Concentric Circle CF Wireless LAN Model WL-379F
-# This is a card sold in Taiwan.
-card "Wireless LAN" "11Mbps PC Card"
- config auto "wi" ?
- insert /etc/pccard_ether $device start
- remove /etc/pccard_ether $device stop
-
# Toshibas wireless lan card
card "TOSHIBA" "Wireless LAN Card"
config auto "wi" ?
@@ -2095,6 +2103,13 @@ card "U.S. Robotics" "IEEE 802.11b PC-CARD"
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
+# Taiwanese Blue Concentric Circle CF Wireless LAN Model WL-379F
+# This is a card sold in Taiwan.
+card "Wireless LAN" "11Mbps PC Card"
+ config auto "wi" ?
+ insert /etc/pccard_ether $device start
+ remove /etc/pccard_ether $device stop
+
# ZoomAir 802.11
card "ZoomAir 11Mbps High" "Rate wireless Networking"
config auto "wi" ?
OpenPOWER on IntegriCloud