Subject: Re: cardbus support in 1.5_ALPHA2?
To: Frank van der Linden <fvdl@wasabisystems.com>
From: None <mcmahill@mtl.mit.edu>
List: port-i386
Date: 09/02/2000 21:14:10
On Sat, 2 Sep 2000, Frank van der Linden wrote:

> On Sat, Sep 02, 2000 at 05:05:20PM -0400, mcmahill@mtl.mit.edu wrote:
> > 
> > I was wondering if the messages below indicate cardbus support is not
> > there for my machine (Dell Inspiron 7500) or if its a pilot error.
> 
> [...]
> > cbb0 at pci0 dev 4 function 0: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
> > cbb0: NOT USED because of unconfigured interrupt
> > cbb1 at pci0 dev 4 function 1: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
> > cbb1: NOT USED because of unconfigured interrupt
> > pcib0 at pci0 dev 7 function 0
> > 
> > does the unconfigured interrupt mean I did something wrong?
> 
> Try the options PCIBIOS and PCIBIOS_INTR_FIXUP in your kernel, and see
> if that helps..

hmm, cbb0 and cbb1 are now configured and I also see

cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 2 device 0 cacheline 0x0, lattimer 0x20
pcmcia0 at cardslot0

and similar things for ...1


but now, my 3com 3c389 pcmcia card doesn't work anymore.

ep0 at pcmcia1 function 0: 3com 3c589 10Mbps Ethernet
ep0: wrote 0x7ff to TX_AVAIL_THRESH,	 read back 0xffff.  Interface
disabled.
ep0: couldn't configure controller.


and, when I plug in the 3CCFE575CT (is this supposed to be supported with
the ex driver?), I get

cbb0: bad Vcc request.  sock_ctrl 0x30, sock_status 0x30000b20
3Com Corporation, 3CCFE575CT, LAN Cardbus Card, 004 (manufacturer 0x0,
product 0x0), 3Com product 0x5257 (ethernet network, revision 0x10) at
cardbus0 dev 0 function 0 not configured

cbb0: bad Vcc request.  sock_ctrl 0x0, sock_status 0x30000b68


additional thoughts?

-Dan