Date: Thu, 18 Mar 2004 22:46:35 +0000 From: n0g0013 <ttz@cobbled.net> To: freebsd-current@freebsd.org Subject: Re: pci cardbus Message-ID: <20040318224635.GD19113@pooh.cobbled.net> In-Reply-To: <20040318094711.D62520@carver.gumbysoft.com> References: <20040317111815.GA19113@pooh.cobbled.net> <20040318094711.D62520@carver.gumbysoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <TI1410 PCI-CardBus Bridge> irq 11 at device \
: 13.0 on pci0
: cardbus0: <CardBus bus> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040318224635.GD19113>
