Two PCCard Modem entries.

o Fix entry for Megahertz XJ4336-CC4336. Old config (sio1) seems
  conflict with IrDA port or COM port on some laptop and sometimes
  totally hang up after insertion.
o Add 'NTT DoCoMo Mobile D Card 96P1' which is used by many
  people in Japan.

Reviewed by:	imp
This commit is contained in:
iwasaki 2000-01-24 12:12:37 +00:00
parent 5ac10ba7c8
commit cc4f3d1aba
2 changed files with 18 additions and 2 deletions

View File

@ -363,7 +363,8 @@ card "MEGAHERTZ" "XJ2288"
# Megahertz XJ4336
card "Megahertz" "XJ4336-CC4336"
config 0x21 "sio1" ?
config 0x22 "sio2" ?
# config 0x23 "sio3" ?
insert logger -t pccard:$device -s Megahertz XJ4336 inserted
remove logger -t pccard:$device -s Megahertz XJ4336 removed
@ -570,6 +571,13 @@ card "NTT DoCoMo" "PCMCIA DATA/FAX ADAPTER 9600"
insert logger -t pccard:$device -s NTT DoCoMo DATA/FAX Adapter inserted
remove logger -t pccard:$device -s NTT DoCoMo DATA/FAX Adapter removed
# NTT DoCoMo Mobile D Card 96P1
card "NTT DoCoMo" "Mobile D Card 96P1"
# config 0x22 "sio2" ? 0x82
config 0x23 "sio3" ? 0x82
insert logger -t pccard:$device -s NTT DoCoMo Mobile D Card 96P1 inserted
remove logger -t pccard:$device -s NTT DoCoMo Mobile D Card 96P1 removed
# Random modem bundled with Dell systems
card "Psion Dacom" "Gold Card Global 56K+Fax"
config 0x23 "sio2" ?

View File

@ -363,7 +363,8 @@ card "MEGAHERTZ" "XJ2288"
# Megahertz XJ4336
card "Megahertz" "XJ4336-CC4336"
config 0x21 "sio1" ?
config 0x22 "sio2" ?
# config 0x23 "sio3" ?
insert logger -t pccard:$device -s Megahertz XJ4336 inserted
remove logger -t pccard:$device -s Megahertz XJ4336 removed
@ -570,6 +571,13 @@ card "NTT DoCoMo" "PCMCIA DATA/FAX ADAPTER 9600"
insert logger -t pccard:$device -s NTT DoCoMo DATA/FAX Adapter inserted
remove logger -t pccard:$device -s NTT DoCoMo DATA/FAX Adapter removed
# NTT DoCoMo Mobile D Card 96P1
card "NTT DoCoMo" "Mobile D Card 96P1"
# config 0x22 "sio2" ? 0x82
config 0x23 "sio3" ? 0x82
insert logger -t pccard:$device -s NTT DoCoMo Mobile D Card 96P1 inserted
remove logger -t pccard:$device -s NTT DoCoMo Mobile D Card 96P1 removed
# Random modem bundled with Dell systems
card "Psion Dacom" "Gold Card Global 56K+Fax"
config 0x23 "sio2" ?