From owner-freebsd-mobile Fri Apr 13 23: 8:39 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from lily.sanpei.org (u1027.seaple.icc.ne.jp [210.170.9.27]) by hub.freebsd.org (Postfix) with ESMTP id CBE3637B446 for ; Fri, 13 Apr 2001 23:08:36 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.sanpei.org (lavender-10.sanpei.org [192.168.10.115]) by lily.sanpei.org (8.9.3+3.2W/3.7W) with ESMTP id PAA13328; Sat, 14 Apr 2001 15:08:28 +0900 (JST) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.3/3.7W) id f3E68QL24859; Sat, 14 Apr 2001 15:08:26 +0900 (JST) Date: Sat, 14 Apr 2001 15:08:26 +0900 (JST) Message-Id: <200104140608.f3E68QL24859@lavender.sanpei.org> To: terje@elde.net Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: CompactFlash with PCMCIA adaptor on ThinkPad 600 In-Reply-To: Your message of "Thu, 12 Apr 2001 02:53:29 +0200". <20010412025329.A598@thinksec.com> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org terje@elde.net wrote: >> The hardware I've got to work with is a ThinkPad 600, which I know to work >> great with my 3com network card, as well as a "Billionton Compact Ata Adaptor" >> also known as "Billionton Compact Flash Adapter". The CompactFlash module is >> a TwinMOS 16MB module. >> >> When inserting the card the insertion is successfully detected, but not much >> useful information is returned: >> >> Apr 12 02:46:00 tiger /kernel: pccard: card inserted, slot 1 >> Apr 12 02:46:03 tiger pccardd[172]: No card in database for "(null)"("(null)") >> Apr 12 02:46:03 tiger /kernel: Apr 12 02:46:03 tiger pccardd[172]: No card in database for "(null)"("(null)") >> Apr 12 02:49:30 tiger /kernel: pccard: card removed, slot 1 >> >> pccardc dumpcis doesn't return much helpful either: >> >> Configuration data for card in slot 1 >> Tuple #1, code = 0xff (Terminator), length = 0 >> 2 slots found >> >> As I mentioned I'm all out of ideas now, and would really appreciate it if >> anyone could nudge me in the right direction so I can get the hardware up and >> running. I also had ThinkPad600, and I had same problem. Some Compact Flash are only supported 3.3V, but pccard/pcic code for I82365 in 4-stable was not supported 3.3V. (Because original Intel 82365 does not support 3.3V mode). Please try below quick hack patch, I could use Compact Flash with ThinkPad600. http://home.jp.FreeBSD.org/~sanpei/5-current/sys-pccard-pcic.c-ThinkPad600-20000827.diff # sorry this patch is for 5-current.... If you miss it to patch, # tell me your OS version. -sanpei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message