From owner-freebsd-current Fri Apr 14 12:52:50 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 27BCC37B772 for ; Fri, 14 Apr 2000 12:52:47 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA38290; Fri, 14 Apr 2000 13:52:45 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA58759; Fri, 14 Apr 2000 13:52:25 -0600 (MDT) Message-Id: <200004141952.NAA58759@harmony.village.org> To: Michael Vasilenko Subject: Re: PCI-CardBus bridge + PCMCIA Lucent WaveLAN IEEE troubles Cc: John Hay , freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Fri, 14 Apr 2000 20:41:54 +0300." References: Date: Fri, 14 Apr 2000 13:52:25 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Michael Vasilenko writes: : : : On Fri, 14 Apr 2000, John Hay wrote: : : > Delete or rename /dev/card1 and you should get further. It will most : > probably still not work, but it won't hang anymore. : : Thanks, it still don't work, but didn'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? : : The situation is interesting - when I remove /dev/card1,2,3, pccardd : get started, ifconfig wi0 works, but on any xmit - ping, etc.. : I've got: : : wi0: xmit failed : wi0: tx buffer allocation failed : wi0: device timeout : : and pccardd didn't catch pccard events - removing and inserting cards... You have interrupt problems. Don't share with anything else. Don't use interrupts of *ANY* other hardware in your system *AT*ALL*. I'll be the first to talk about how bad interrupt choice is in the current pccard code. I'm also one of the first to be doing something about it with NEWCARD... :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message