Add Planex geowave (hosokawa in nomads)
Added two ata devices (Kazuya Kodama <kodama@rd.nacsis.ac.jp> in nomads) Added CyQ've ELA-110E (mihira-san <sanpei@sanpei.org>) The CyQ card doesn't have a PR number (yet).
This commit is contained in:
parent
81c0587fa1
commit
2fab38ec69
@ -117,6 +117,12 @@ card "Maxtor" "MXL131"
|
||||
insert logger -t pccard:$device -s Maxtor 131MB HDD inserted
|
||||
remove logger -t pccard:$device -s Maxtor 131MB HDD removed
|
||||
|
||||
# Microtech XpressDock
|
||||
card "Microtech International Inc." "IDE PCCARD"
|
||||
config auto "ata" ? 0x20000 iosize 16
|
||||
insert logger -t pccard:$device -s Microtech XpressDock inserted
|
||||
remove logger -t pccard:$device -s Microtech XpressDock removed
|
||||
|
||||
# Midori Elec Fast Flash
|
||||
card "Midori Elec." "FAST FLASH"
|
||||
config 0x3 "ata" ?
|
||||
@ -135,6 +141,12 @@ card "PCMCIA" "CD-ROM"
|
||||
insert logger -t pccard:$device -s PCMCIA CD-ROM inserted
|
||||
remove logger -t pccard:$device -s PCMCIA CD-ROM removed
|
||||
|
||||
# Microtech PortableDRIVE25/PCMCIA
|
||||
card "SHUTTLE TECHNOLOGY LTD." "PCCARD-IDE/ATAPI Adapter"
|
||||
config auto "ata" ? 0x20000
|
||||
insert logger -t pccard:$device -s Microtech PortableDRIVE25 inserted
|
||||
remove logger -t pccard:$device -s Microtech PortableDRIVE25 removed
|
||||
|
||||
# SiliconTech, Inc flash card
|
||||
card "SiliconTech,Inc" "16MB Compact PC Card"
|
||||
config 0x1 "ata" ?
|
||||
@ -300,6 +312,14 @@ card "CyQ've" "ELA-010"
|
||||
remove logger -t pccard:$device -s CyQve ELA-010 removed
|
||||
remove /sbin/ifconfig $device delete
|
||||
|
||||
# CyQ've ELA-110E
|
||||
card "CyQ've" "ELA-110E 10/100M LAN Card"
|
||||
config auto "ed0" ?
|
||||
insert logger -t pccard:$device -s CyQ've ELA-110E inserted
|
||||
insert /etc/pccard_ether $device
|
||||
remove logger -t pccard:$device -s CyQ've ELA-110E removed
|
||||
remove /sbin/ifconfig $device delete
|
||||
|
||||
# D-Link DE-650 NE2000 clone
|
||||
card "D-Link" "DE-650"
|
||||
config 0x20 "ed0" ? 0x10
|
||||
@ -1150,6 +1170,14 @@ card "MELCO" "WLI-PCM-L11"
|
||||
remove logger -t pccard:$device -s Melco Airconnect removed
|
||||
remove /sbin/ifconfig $device delete
|
||||
|
||||
# PLANEX GeoWave/GW-NS110
|
||||
card "PLANEX" "GeoWave/GW-NS110"
|
||||
config 0x1 "wi0" ?
|
||||
insert logger -t pccard:$device -s PLANEX GeoWave inserted
|
||||
insert /etc/pccard_ether $device
|
||||
remove logger -t pccard:$device -s PLANEX GeoWave removed
|
||||
remove /sbin/ifconfig $device delete
|
||||
|
||||
########## xe ##########
|
||||
|
||||
# Accton EN2226/Fast EtherCard (16-bit verison)
|
||||
|
Loading…
Reference in New Issue
Block a user