diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-01-24 12:12:37 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-01-24 12:12:37 +0000 |
| commit | b9857addba2c43f2b55ae7103700d567221599c4 (patch) | |
| tree | f3118f00776ecf9ac4a1bf5f23778ac2e7dfd454 | |
| parent | dd7f8ecff65b732c4261d99cd6bc078c5a904904 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/pccard.conf | 10 | ||||
| -rw-r--r-- | etc/pccard.conf.sample | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 2e0d39d5b877..a642c33a1538 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -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" ? diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 2e0d39d5b877..a642c33a1538 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -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" ? |
