Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 23:32:46 +0900
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        freebsd-mobile@freebsd.org
Subject:   PCCard Modem entries for pccard.conf.sample
Message-ID:  <200001231432.XAA12590@tasogare.imasy.or.jp>

next in thread | raw e-mail | index | archive | help
Hi, all.

Here's two PCCard Modem entries I have.
Regarding Megahertz XJ4336-CC4336, old config (sio1) seems conflict
with IrDA port and totally hang up after insertion.
Another one is 'NTT DoCoMo Mobile D Card 96P1' which is used by many
people in Japan.
I'll commit this soon if there're no objections.

Index: pccard.conf.sample
===================================================================
RCS file: /home/ncvs/src/etc/pccard.conf.sample,v
retrieving revision 1.72
diff -u -r1.72 pccard.conf.sample
--- pccard.conf.sample	2000/01/23 05:26:15	1.72
+++ pccard.conf.sample	2000/01/23 13:22:24
@@ -355,7 +355,8 @@
 
 # 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
 
@@ -561,6 +562,13 @@
 	config  0x22 "sio3" ? 0x82
 	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 Adapter inserted
+	remove  logger -t pccard:$device -s NTT DoCoMo Mobile D Card 96P1 Adapter removed
 
 # Random modem bundled with Dell systems
 card "Psion Dacom" "Gold Card Global 56K+Fax"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001231432.XAA12590>