Re: PCI-PCMCIA Bridge

From: Harold Gutch <logix(at)foobar.franken.de>
Date: Thu, 15 Jan 2004 02:51:53 +0100

On Thu, Jan 15, 2004 at 12:26:30AM +0100, Christian Lackas wrote:
> Hallo Leute,
>
> ich habe in meinem Rechner eine Proxim Harmony PCI-Karte (WLAN), die
> über eine Cirrus Logic PD6729/6730 PCI-PCMCIA Bridge angebunden ist.
> Ich habe den Kernel (4.9-STABLE und 5.1-RELEASE) mit
>
> device card
> device pcic
> device wlan # 5
> device wi
>
> kompiliert. Die Karte wird vom Kernel (4.9, anderes habe ich jetzt
> gerade nicht zu Hand) wie folgt beim Booten gemeldet:
>
> 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
>
> Habe den pccardd in der rc.conf auch 'enabled'. Die obige Karte sollte
> nach pcic(4) auch unterstützt werden. Aber mir ist nicht klar, was ich
> jetzt noch tun muss, um ein wi-device zu erhalten.
>
> Wenn ich den pccardd auf der Konsole mit -d starte, dann bekomme ich:
>
> No card in database for "(null)"("(null)")

Bei mir funktioniert etwas aehnliches zumindest, allerdings mit
einer ISA/PCMCIA Bridge:

  pcic0: <Vadem 469> at port 0x3e2 iomem 0xd0000 on isa0
  pcic0: Polling mode
  pccard0: <PC Card 16-bit bus (classic)> on pcic0
  pccard1: <PC Card 16-bit bus (classic)> on pcic0

Versuchs doch mal mit einem Wildcard-Eintrag in deiner
pccard.conf, also etwa so:

  card "" ""
          config 0x1 "wi" ?
        insert /etc/pccard_ether $device start
        remove /etc/pccard_ether $device stop

Ausserdem noch interessant: "pccardc dumpcis | grep -i manuf",
das sollte z.B. in etwa so etwas aufzeigen:

> pccardc dumpcis | grep -i manuf
        Version = 5.0, Manuf = [Lucent Technologies], card vers = [WaveLAN/IEEE] Tuple #5, code = 0x20 (Manufacturer ID), length = 4

und der zu der Karte passt in pccard.conf der Eintrag

  card "Lucent Technologies" "WaveLAN/IEEE"

etc.

HTH,
  Harold

To Unsubscribe: send mail to majordomo.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 15 Jan 2004 - 02:54:57 CET

search this site