Subject: Re: PCI <-> PCMCIA bridge
To: None <chris@cjones.org>
From: Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
List: port-i386
Date: 07/13/2002 07:53:46
Hi,

       From: Chris Jones <chris@cjones.org>
    Subject: PCI <-> PCMCIA bridge
      Date : Fri, 12 Jul 2002 15:25:48 -0600
 Message-ID: <3D2F495C.1060908@cjones.org>

$ I just bought a "desktop wireless adapter," which appears to be a 
$ PCI-PCMCIA (or PCI-cardbus) bridge.  Unfortunately, it doesn't seem to 
$ work.  The kernel identifies wi0, but can't get its MAC address, so it 
$ doesn't attach it.  I *don't* see any pcic0 identified, though.

Maybe that card seems PCI-cardbus bridge,I think.
It need next lines in your config file.

   # CardBus bridge support
   cbb*            at pci? dev ? function ?
   cardslot*       at cbb?

   # CardBus bus support
   cardbus*        at cardslot?
   pcmcia*         at cardslot?

   wi*     at pcmcia? function ?           # Lucent WaveLan IEEE (802.11)

And may also need PCIBIOS staff.

If possible,Would you show dmesg messages ?
Regards
---
 Masanori Kanaoka	kanaoka@ann.hi-ho.ne.jp