From: Christian Lackas <c.lackas@kfa-juelich.de>
Subject: PCI-PCMCIA Bridge
Date: Mon, 2 Feb 2004 15:25:00 +0100
Organization: Forschungszentrum Juelich
Message-ID: <20040202142500.GB89621@zel726.zel.kfa-juelich.de>
To: stable@freebsd.org
Hello,
I have a Proxim Harmony PCI-Card (WLAN) which should be supported by
wi(4) (in the PCMCIA version). The PCI-PCMCIA bridge is a <Cirrus Logic
PD6729/6730 PCI-PCMCIA Bridge> which may be supported by pcic(4) under
FreeBSD 4.9 (I'm not sure):
The following PCI cardbus and pcmcia bridges are supported:
Cirrus Logic PD6729
Cirrus Logic PD6730 These two might be broken at the moment.
Cirrus Logic PD6832
Cirrus Logic PD6833
I've tried to get it to work under FreeBSD 4.9-STABLE and 5.2-RELEASE. The
last
one says in its pcic(4) man-page:
BUGS
This does not work at all at the moment.
The kernel just says
pcic0: <Cirrus Logic PD6729/6730 PCI-PCMCIA Bridge> port 0xdc00-0xdc03
irq 5
+at device 10.0 on pci0
pcic0: Polling mode
pccard0: <PC Card 16-bit bus (classic)> on pcic0
pccard1: <PC Card 16-bit bus (classic)> on pcic0
But pccardd does not find any cards:
No card in database for "(null)"("(null)")
I have added the following options to my kernel:
device card
device pcic
device wlan
device wi
Is there any chance to get the WLAN card to work?
Regards
Christian
In message: <20040202143655.GA32563@router.cleanlaser.de>
Christian Lackas <c.lackas@kfa-juelich.de> writes:
: But pccardd does not find any cards:
: No card in database for "(null)"("(null)")
You need to set an address that the upstream bridge will pass, and
that no other device uses.
Warner
On Mon, 2004-02-02 at 15:36, Christian Lackas wrote:> From: Christian Lackas <c.lackas@kfa-juelich.de> > Subject: PCI-PCMCIA Bridge > Date: Mon, 2 Feb 2004 15:25:00 +0100 > Organization: Forschungszentrum Juelich > Message-ID: <20040202142500.GB89621@zel726.zel.kfa-juelich.de> > To: stable@freebsd.org > > Hello, > > I have a Proxim Harmony PCI-Card (WLAN) which should be supported by > wi(4) (in the PCMCIA version). The PCI-PCMCIA bridge is a <Cirrus Logic > PD6729/6730 PCI-PCMCIA Bridge> which may be supported by pcic(4) under > FreeBSD 4.9 (I'm not sure): > > The following PCI cardbus and pcmcia bridges are supported: > > Cirrus Logic PD6729 > Cirrus Logic PD6730 These two might be broken at the moment. > Cirrus Logic PD6832 > Cirrus Logic PD6833 >Hi Is this something with interrupt routing? These are the same chips in wl200 cards from compaq and here is a patch: http://wleiden.webweaving.org:8080/svn/node-config/factory/tags/1.0-rc1/master/patch.wl200 This is working with for 5.0 with wl200 cards kind regards, Marten
* M. Warner Losh <imp@bsdimp.com> [040203 04:36]: Hello Warner, thanks for your answer, but...> : But pccardd does not find any cards: > : No card in database for "(null)"("(null)") > You need to set an address that the upstream bridge will pass, and > that no other device uses.how do I do this? Regards Christian