From owner-freebsd-current@FreeBSD.ORG Sat Aug 16 10:15:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598D237B401; Sat, 16 Aug 2003 10:15:44 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B2043F75; Sat, 16 Aug 2003 10:15:43 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7GHFgFL041727; Sat, 16 Aug 2003 11:15:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 16 Aug 2003 11:16:53 -0600 (MDT) Message-Id: <20030816.111653.37239929.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <3F3E6538.8060609@freebsd.org> References: <20030813195101.GA5647@titan.klemm.apsfilter.org> <20030816.110213.79867885.imp@bsdimp.com> <3F3E6538.8060609@freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: sos@spider.deepcore.dk cc: current@freebsd.org Subject: Re: if_xl borked in current!! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 17:15:44 -0000 In message: <3F3E6538.8060609@freebsd.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <20030813195101.GA5647@titan.klemm.apsfilter.org> : > Andreas Klemm writes: : > : On Wed, Aug 13, 2003 at 02:34:38PM +0200, Soeren Schmidt wrote: : > : > : > : > Upgraded laptop from 5.1 to -current was as usual a bad idea, this : > : > time the xl driver broke (and wi is still useless BTW) leaving me : > : > with no networks working :( : > : : > : Well, you lucky one, when I insert a Xircom PCMCIA card : > : -current panics ;-) : > : > You have your choice: panic or Xircom no work. I'll add the limiters : > I've had in my tree. Problem is that the card doesn't like the memory : > address we choose to read the CIS in at... : > : > Warner : : The Xircom cards worked this past spring. What has changed in the CIS : code since then? nothing. The 16-bit cards have always had issues on some machines or with some cards. rather than mapping the cis in, 0's are read back. Warner