Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2001 15:08:26 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        terje@elde.net
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: CompactFlash with PCMCIA adaptor on ThinkPad 600
Message-ID:  <200104140608.f3E68QL24859@lavender.sanpei.org>
In-Reply-To: Your message of "Thu, 12 Apr 2001 02:53:29 %2B0200". <20010412025329.A598@thinksec.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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