diff options
author | roger <roger@FreeBSD.org> | 1999-11-16 17:44:31 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-11-16 17:44:31 +0000 |
commit | 47e5f46c7642e6d8e2ed20c8afca59596d3c2dc1 (patch) | |
tree | 003c1475e45c56da8bc024e3319d56af90d71d6a /etc | |
parent | b35fdee597687b5dd7c1ce15c619110c48f9ea5e (diff) | |
download | FreeBSD-src-47e5f46c7642e6d8e2ed20c8afca59596d3c2dc1.zip FreeBSD-src-47e5f46c7642e6d8e2ed20c8afca59596d3c2dc1.tar.gz |
Add Nokia Cellular Data Card DTP2 and DTP-2 ver II
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/pccard.conf | 16 | ||||
-rw-r--r-- | etc/pccard.conf.sample | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 506363f..5f52d7e 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -312,6 +312,22 @@ card "U.S. Robotics" "XJ/CC1336" insert echo U.S. Robotics XJ/CC1336 inserted remove echo U.S. Robotics XJ/CC1336 removed +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2" + config 0x22 "sio2" ? + config 0x23 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 inserted + remove echo Nokia Mobile Phones DTP-2 removed + +# This Nokia example allows either 1 or 2 Nokia cards to be fitted. +# With 2 Mobile Phones and Multilink PPP you can get a 19200 data channel. +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2 ver II" + config 0x23 "sio2" ? + config 0x24 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 ver II inserted + remove echo Nokia Mobile Phones DTP-2 ver II removed + # Omron ME2814 FAX/DATA MODEM card "OMRON" "ME2814 FAX/DATA MOD" config 0x23 "sio2" ? diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 506363f..5f52d7e 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -312,6 +312,22 @@ card "U.S. Robotics" "XJ/CC1336" insert echo U.S. Robotics XJ/CC1336 inserted remove echo U.S. Robotics XJ/CC1336 removed +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2" + config 0x22 "sio2" ? + config 0x23 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 inserted + remove echo Nokia Mobile Phones DTP-2 removed + +# This Nokia example allows either 1 or 2 Nokia cards to be fitted. +# With 2 Mobile Phones and Multilink PPP you can get a 19200 data channel. +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2 ver II" + config 0x23 "sio2" ? + config 0x24 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 ver II inserted + remove echo Nokia Mobile Phones DTP-2 ver II removed + # Omron ME2814 FAX/DATA MODEM card "OMRON" "ME2814 FAX/DATA MOD" config 0x23 "sio2" ? |