From owner-freebsd-hackers Tue Apr 24 8:55:18 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7526E37B422 for ; Tue, 24 Apr 2001 08:55:09 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f3OFsk812884; Tue, 24 Apr 2001 09:54:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104241554.f3OFsk812884@harmony.village.org> To: Lists Account Subject: Re: PCI -> PCMCIA Bridge Adapter Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Tue, 24 Apr 2001 15:22:07 +0200." References: Date: Tue, 24 Apr 2001 09:54:46 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Lists Account writes: : Just to say, I seem to have fbsd recognizing my pci cardbus bridge in : 4.3-RELEASE however, it doesnt pick up the orinoco card plugged into : there, is this because of bugs mentioned on the list so far or is this for : another reason? The 4.x code assumes that it is connected to the isa bus, while a cardbus bridge in the pci cards on a pci bus isn't. So we recognize it, but program it wrong. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message