From owner-freebsd-current Fri Apr 14 9:58:14 2000 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id A960037BF26 for ; Fri, 14 Apr 2000 09:58:03 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id SAA74896; Fri, 14 Apr 2000 18:57:38 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200004141657.SAA74896@zibbi.mikom.csir.co.za> Subject: Re: PCI-CardBus bridge + PCMCIA Lucent WaveLAN IEEE troubles In-Reply-To: from "Michael I. Vasilenko" at "Apr 14, 2000 07:32:11 pm" To: acid@cn.ua (Michael I. Vasilenko) Date: Fri, 14 Apr 2000 18:57:38 +0200 (SAT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Delete or rename /dev/card1 and you should get further. It will most probably still not work, but it won't hang anymore. You probably also have to tell pccardd to use the same interrupt that pcic-pci0 got, because I don't see how else it can work, but I'm not sure. I mean a PCI card can't generate different interrupts than the one(s) connected to its pins can it? John -- John Hay -- John.Hay@mikom.csir.co.za > > Recently our firm bought Lucent wireless hardware - PCI Adapter and > PCMCIA card. After unsucsessfull trying to get it work on 3.4+PAO, > I've upgraded to 5.0-CURRENT. > > All hardware ssems to be detected, pccardc pccardmem 0xd4000 is ok, > but after running pccardd it says: > > pccardd[166]: Card "Lucent Technologies"("WaveLAN/IEEE") matched "Lucent Technologies" ("WaveLAN/IEEE") > pccardd[166]: Using I/O addr 0x100, size 64 > pccardd[166]: Setting config reg at offs 0x3e0 to 0x41, Reset time = 50 ms > pccardd[166]: Assigning I/O window 0, start 0x100, size 0x40 flags 0x5 > /kernel: wi0: at port 0x100-0x13f irq 7 slot 0 on pccard0 > /kernel: wi0: Ethernet address: 00:60:1d:f6:cc:5d > > and machine just hangs completly. > > Any help would be great. > > kernel config: > > device card > device pcic0 at isa? > device wi > > kernel.conf: > > config> port pcic0 0x3e0 > config> irq pcic0 5 > config> iomem pcic0 0xd4000 > config> q > > pieces of dmesg: > > ... > pcic-pci0: mem 0xea000000-0xea000fff irq 10 at device 16.0 on pci0 > pcic-pci0: TI12XX PCI Config Reg: [pwr save][pci only] > pcic-pci0: Legacy address set to 0x3e0 > pcic-pci1: mem 0xea004000-0xea004fff irq 10 at device 16.1 on pci0 > pcic-pci1: TI12XX PCI Config Reg: [pwr save][pci only] > ... > pcic0: at port 0x3e0 iomem 0xd4000 irq 5 drq 0 on isa0 > pcic0: management irq 5 > pccard0: on pcic0 > pccard1: on pcic0 > ... > pccard: card inserted, slot 0 > pccard: card inserted, slot 1 > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message