From owner-freebsd-current@FreeBSD.ORG Thu Mar 18 14:48:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300FB16A4CE for ; Thu, 18 Mar 2004 14:48:25 -0800 (PST) Received: from pooh.cobbled.net (unknown [195.218.107.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9127043D31 for ; Thu, 18 Mar 2004 14:48:23 -0800 (PST) (envelope-from fergus@cobbled.net) Received: from pooh.cobbled.net (localhost [127.0.0.1]) by pooh.cobbled.net (8.12.10/8.12.10) with ESMTP id i2IMlqhX021051 for ; Thu, 18 Mar 2004 22:47:52 GMT (envelope-from fergus@pooh.cobbled.net) Received: (from fergus@localhost) by pooh.cobbled.net (8.12.10/8.12.10/Submit) id i2IMkZ0t021047 for freebsd-current@freebsd.org; Thu, 18 Mar 2004 22:46:35 GMT (envelope-from fergus) Date: Thu, 18 Mar 2004 22:46:35 +0000 From: n0g0013 To: freebsd-current@freebsd.org Message-ID: <20040318224635.GD19113@pooh.cobbled.net> Mail-Followup-To: freebsd-current@freebsd.org References: <20040317111815.GA19113@pooh.cobbled.net> <20040318094711.D62520@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040318094711.D62520@carver.gumbysoft.com> Subject: Re: pci cardbus X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 22:48:25 -0000 On 18.03-09:53, Doug White wrote: > On Wed, 17 Mar 2004, n0g0013 wrote: > > > have the following pci cardbus controller but > > cannot get it to initialise. > > > > : none2@pci0:13:0: class=0x060700 card=0x00000000 \ > > : chip=0xac50104c rev=0x01 hdr=0x02 > > : vendor = 'Texas Instruments (TI)' > > : device = 'PCI1410 PC card cardBus Controller' > > : class = bridge > > : subclass = PCI-CardBus > > Hm, we appear to support this. You may need to load 'cbb'. At worst > include the bits from GENERIC for pccard/cardbus support that are all > grouped together. [ ... ] thanks, this is the missing moudule (thought it was pccbb) but unfortunately doesn't resolve the issue. i've added : cbb_load="YES" : cardbus_load="YES" : pccard_load="YES" to the loader.conf and 'pciconf -v -l' now returns : cbb0@pci0:13:0: class=0x060700 card=0x00000000 \ : chip=0xac50104c rev=0x01 hdr=0x02 : vendor = 'Texas Instruments (TI)' : device = 'PCI1410 PC card cardBus Controller' : class = bridge : subclass = PCI-CardBus and dmesg shows the lot : cbb0: irq 11 at device \ : 13.0 on pci0 : cardbus0: on cbb0 : pccard0: <16-bit PCCard bus> on cbb0 however, still no evidence of results from either : # pccardc dumpcis : 0 slots found or 'pccardd' which logs : Mar 18 22:28:30 eyore pccardd[579]: fatal \ : error: no PC-CARD slots 'fraid i don't know what output would be useful at this juncture - let me know. tia, -- t t z