From owner-cvs-src@FreeBSD.ORG Wed Nov 10 22:37:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCCA16A4CE; Wed, 10 Nov 2004 22:37:55 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF01943D3F; Wed, 10 Nov 2004 22:37:54 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iAAMbrRg031966; Wed, 10 Nov 2004 14:37:53 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iAAMbqwB031965; Wed, 10 Nov 2004 14:37:52 -0800 (PST) (envelope-from obrien) Date: Wed, 10 Nov 2004 14:37:52 -0800 From: "David O'Brien" To: Pawel Jakub Dawidek Message-ID: <20041110223752.GA29443@dragon.nuxi.com> References: <200411092223.iA9MNY7E055666@repoman.freebsd.org> <20041109222553.GU8120@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041109222553.GU8120@darkness.comp.waw.pl> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 22:37:55 -0000 On Tue, Nov 09, 2004 at 11:25:53PM +0100, Pawel Jakub Dawidek wrote: > On Tue, Nov 09, 2004 at 10:23:34PM +0000, Wilko Bulte wrote: > +> wilko 2004-11-09 22:23:34 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/alpha/conf GENERIC > +> Log: > +> Get in sync with reality: TurboLaser was never really well supported to > +> start with, so let it die in peace. While there, remove Multia-class > +> as 486-like performance will not buy us much when 6.x arrives. > [...] > +> # Platforms supported > +> options API_UP1000 # UP1000, UP1100 (Nautilus) > +> -options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, NoName > > Hey, I've this HW, but not running yet. Don't tell me that I'll never > be able to run it... You can -- Wilko simply took it out of GENERIC. You can install 5.3 and upgrade to 6-CURRENT. I don't imagine the axing of kernel support for DEC_AXPPCI_33 as the code is tiny, is a platform statement, not a CPU instruction set statement as with axing I386 support. We'd need to axe 21064 support to get that type of gain with Alpha. -- -- David (obrien@FreeBSD.org)