From owner-cvs-all Thu Sep 26 15:59: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A35937B401; Thu, 26 Sep 2002 15:59:01 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038B943E4A; Thu, 26 Sep 2002 15:59:01 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 336292A7D6; Thu, 26 Sep 2002 15:58:57 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES In-Reply-To: Date: Thu, 26 Sep 2002 15:58:57 -0700 From: Peter Wemm Message-Id: <20020926225857.336292A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 19-Sep-2002 Peter Wemm wrote: > > peter 2002/09/18 20:10:23 PDT > > > > Modified files: > > sys/conf NOTES > > sys/i386/conf NOTES > > Log: > > move wl (isa wavelan card, not "wi") to i386-only > > Alphas have ISA slots. The drivers should be fixed rather than > hiding their errors. wl uses the i386-specific old isa stuff: #ifndef COMPAT_OLDISA #error "The wl device requires the old isa compatibility shims" #endif It does not have any realistic hope of being able to be compiled on the alpha without serious work. This is not the newbusified wi driver. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message