Merge latest cards from my laptop:
o The Shining PMIDE-ASC card is also used in Road Warrior's Bullet Drive, so add that to the comments. o Eiger Lab's fujitsu based ethernet card: EPX-10BT (thanks to Ryan Losh for donating the card to the cause). o Add place holder entry for the 3Com Megahertz 3CXEM556. It doesn't work yet, but that will change in time.
This commit is contained in:
parent
5f5af81697
commit
aae7f33e58
@ -141,7 +141,7 @@ card "PCMCIA" "CD-ROM"
|
||||
insert logger -t pccard:$device -s PCMCIA CD-ROM inserted
|
||||
remove logger -t pccard:$device -s PCMCIA CD-ROM removed
|
||||
|
||||
# Shining PMIDE-ASC CDROM
|
||||
# Shining PMIDE-ASC CDROM / Road Warrior Bullet Disk
|
||||
card "Shining" "PMIDE-ASC"
|
||||
config auto "ata" ? 0x20000
|
||||
insert logger -t pccard:$device -s Shining PMIDE-ASC CDROM inserted
|
||||
@ -661,6 +661,14 @@ card "3Com" "3C574-TX Fast EtherLink PC Card"
|
||||
remove logger -t pccard:$device -s 3Com Fast Etherlink 3C574TX removed
|
||||
remove /sbin/ifconfig $device delete
|
||||
|
||||
# 3Com Megahertz 3CXEM556 (only lan side) doesn't work yet
|
||||
card "3Com" "Megahertz 3CXEM556"
|
||||
config 0x1 "ep0" ? 0x1
|
||||
insert logger -t pccard:$device -s 3Com Megahertz 3CXEM556 inserted
|
||||
insert /etc/pccard_ether $device
|
||||
remove logger -t pccard:$device -s 3Com Megahertz 3CXEM556 removed
|
||||
remove /sbin/ifconfig $device delete
|
||||
|
||||
# 3Com Megahertz 574B
|
||||
card "3Com" "Megahertz 574B"
|
||||
config 0x1 "ep0" ? 0x1
|
||||
@ -742,6 +750,14 @@ card "EAGLE Technology" "NE200 ETHERNET LAN MBH10303 "
|
||||
remove /sbin/ifconfig $device delete
|
||||
remove logger -t pccard:$device -s Fujitsu MBH10303 removed
|
||||
|
||||
# Eiger Labs EPX-10BT
|
||||
card "Eiger labs,Inc." "EPX-10BT PC Card Ethernet 10BT"
|
||||
config 0x20 "fe" ?
|
||||
insert /etc/pccard_ether $device
|
||||
insert logger -t pccard:$device -s Eiger EPX-10BT inserted
|
||||
remove /sbin/ifconfig $device delete
|
||||
remove logger -t pccard:$device -s Eiger EPX-10BT removed
|
||||
|
||||
# HITACHI HT-4840-11
|
||||
card "HITACHI" "HT-4840-11"
|
||||
config 0x1a "fe0" ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user