From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 13 14:35:05 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EDB216A41F for ; Tue, 13 Sep 2005 14:35:05 +0000 (GMT) (envelope-from tijl@ulyssis.org) Received: from outmx021.isp.belgacom.be (outmx021.isp.belgacom.be [195.238.2.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001EE43D45 for ; Tue, 13 Sep 2005 14:35:04 +0000 (GMT) (envelope-from tijl@ulyssis.org) Received: from outmx021.isp.belgacom.be (localhost [127.0.0.1]) by outmx021.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j8DEZ1Dl014212 for ; Tue, 13 Sep 2005 16:35:01 +0200 (envelope-from ) Received: from kalimero.kotnet.org (93-213.245.81.adsl.skynet.be [81.245.213.93]) by outmx021.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j8DEYrU7014158 for ; Tue, 13 Sep 2005 16:34:53 +0200 (envelope-from ) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.4/8.13.3) with ESMTP id j8DEYqT3010286 for ; Tue, 13 Sep 2005 16:34:53 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-mobile@freebsd.org Date: Tue, 13 Sep 2005 16:34:51 +0200 User-Agent: KMail/1.8.1 References: <20050913095341.GA52017@r0ck.mine.nu> In-Reply-To: <20050913095341.GA52017@r0ck.mine.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509131634.52067.tijl@ulyssis.org> Subject: Re: Toshiba ToPIC95B not working on 6.0-BETA4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:35:05 -0000 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'.