Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2005 17:13:03 +0200
From:      Niels Heinen <niels@FreeBSD.org>
To:        Tijl Coosemans <tijl@ulyssis.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Toshiba ToPIC95B not working on 6.0-BETA4
Message-ID:  <20050913151303.GB52309@r0ck.mine.nu>
In-Reply-To: <200509131634.52067.tijl@ulyssis.org>
References:  <20050913095341.GA52017@r0ck.mine.nu> <200509131634.52067.tijl@ulyssis.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Hi Tijl,

Thanks for your info.

AFAIK the OLDCARD stuff has been removed so using card and pcic
are not an option.

Everything looks to be working correctly until I put a card in
the pcmcia slot.

I bet someone on this list should be able to get this nice piece
of old hardware working ;-)

Niels


On Tue, Sep 13, 2005 at 04:34:51PM +0200, Tijl Coosemans wrote:
> On Tuesday 13 September 2005 11:53, Niels Heinen wrote:
> > I recently received a Toshiba 460CDT and am trying to get
> > the most out of it. Its an old device but should still be
> > usable. Unfortunately I can't get PCMCIA to work.
> >
> > In the BIOS you can configure the 'PC Card controller mode'. When I
> > set it to PCIC compatible, I see nothing in the dmesg.  When I set
> > it to CardBus/16-but I see that the slots are detected.
> >
> > However, whenever I insert a PCMCIA device, like my Prims/2 based
> > NIC, which works fine in my other FreeBSD devices, I get:
> >
> > CIS is too long -- truncating
> > pccard0: Card has no functions!
> > cbb0: PC Card card activation failed
> >
> > This must be a bug.. maybe its in the Toshiba ToPIC95B support ?
> 
> I used to have a 480CDT which has the same controller. Support for it 
> has always been troublesome, but I think it works in FreeBSD 5.x. 
> Otherwise PCIC mode should work, but then you need the OLDCARD kernel 
> and I'm not sure if FreeBSD 6 still has that. Try compiling a kernel 
> without
> 
> device cbb
> device pccard
> device cardbus
> 
> and instead use
> 
> device card
> device pcic
> 
> You also need to add 'pccard_enable="YES"' to /etc/rc.conf and since 
> you're using a NIC you also have to setup 'pccard_ifconfig'.
> _______________________________________________
> freebsd-mobile@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org"



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