From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 16 21:58:33 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E950F37B401 for ; Mon, 16 Jun 2003 21:58:33 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D5443F75 for ; Mon, 16 Jun 2003 21:58:33 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5H4wWkA065242; Mon, 16 Jun 2003 22:58:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 16 Jun 2003 22:58:01 -0600 (MDT) Message-Id: <20030616.225801.62341095.imp@bsdimp.com> To: papaleonardos.3@osu.edu From: "M. Warner Losh" In-Reply-To: <014901c333b9$b9ca6000$1f00a8c0@metatron> References: <014901c333b9$b9ca6000$1f00a8c0@metatron> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: orinoco wavelan (bronze) and vadem isa pcmcia bridge woes? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 04:58:34 -0000 In message: <014901c333b9$b9ca6000$1f00a8c0@metatron> "Alexi Papaleonardos" writes: : Trying to get the orinoco wavelan and an old vadem ISA-PCMCIA bridge to work : under 5.1-RELEASE. It bears noting that the whole thing worked wonderfully : under 4.0-RELEASE with the exact same hardware. I'm not nearly well-versed : enough in NEWCARD to understand what's going on here, but below is the dmesg : (with pcmcia debugging flag on in /boot/loader.conf). If anyone has any : ideas that would be great! NEWCARD is 100% guaranteed to not work with ISA bridges. You gotta use OLDCARD Warner