From owner-freebsd-mobile Sun Jan 23 6:32:53 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 80AC314BFC for ; Sun, 23 Jan 2000 06:32:50 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb46.imasy.or.jp [202.227.24.174]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id XAA12590 for ; Sun, 23 Jan 2000 23:32:46 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200001231432.XAA12590@tasogare.imasy.or.jp> To: freebsd-mobile@freebsd.org Subject: PCCard Modem entries for pccard.conf.sample X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 23 Jan 2000 23:32:46 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 40 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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