Subject: Re: RICOH something cardbus adapter...
To: Kentaro A. Kurahone <kurahone@sigusr1.org>
From: Jonathan Stone <jonathan@dsg.stanford.edu>
List: tech-kern
Date: 02/26/2005 06:18:41
In message <20050226100856.GA3923@sigusr1.org>"Kentaro A. Kurahone" writes
>On Fri, Feb 25, 2005 at 10:39:49AM +0100, Ignatios Souvatzis wrote:
>> Hi,
>> 
>> in my boss' medium-aged VAIO there is a RICOH something cardbus adapter.
>> Apparently NetBSD doesn't manage to power up PCMCIA (wi) cards... 

I saw this, too, on a VAIO PCG-F540 and -370 that i'd successfully run
Lucent Wavelans since 1.5-alpha3.  I never get the `cbb0: wait took
x.yzw sec' completion message when the wi is probed--- until and
unless I pull the wi device. (Seems I consistently wait 12 seconds...)

dmesg says:

cbb0 at pci0 dev 12 function 0: Ricoh 5C478 PCI-CardBus bridge (rev. 0x80)
cbb1 at pci0 dev 12 function 1: Ricoh 5C478 PCI-CardBus bridge (rev. 0x80)

Same exact devices work perfectly in a similar-age IBM Thinkpad 600x,
which has the TI PCI1450 bridge.

[...]

>Apply this patch to the kernel (sys/pci/pccbb.c), and recompile/
>reinstall with the cardbus support enabled.
>
>Diff: http://www.sigusr1.org/~kurahone/pccbb-netbsd-2.99.15.diff

I'll try it. thanks!