mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
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>
This commit is contained in:
parent
e61ab5fce9
commit
ec68b202e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89239
@ -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" ?
|
||||
|
Loading…
Reference in New Issue
Block a user