From owner-cvs-src@FreeBSD.ORG Tue Nov 22 19:17:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 4FF5716A422; Tue, 22 Nov 2005 19:17:13 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C891743D70; Tue, 22 Nov 2005 19:16:31 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAMJGKZ9019698; Tue, 22 Nov 2005 20:16:20 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id jAMJGKBZ079302; Tue, 22 Nov 2005 20:16:20 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id jAMJGKNp079301; Tue, 22 Nov 2005 20:16:20 +0100 (CET) (envelope-from wb) Date: Tue, 22 Nov 2005 20:16:20 +0100 From: Wilko Bulte To: Marius Strobl Message-ID: <20051122191619.GA79281@freebie.xs4all.nl> References: <200511221712.jAMHCnf0066273@repoman.freebsd.org> <200511221307.14098.jhb@freebsd.org> <20051122195639.F16812@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051122195639.F16812@newtrinity.zeist.de> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, John Baldwin Subject: Re: cvs commit: src/sys/conf files files.powerpc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 19:17:14 -0000 On Tue, Nov 22, 2005 at 07:56:39PM +0100, Marius Strobl wrote.. > > On Tue, Nov 22, 2005 at 01:07:12PM -0500, John Baldwin wrote: > > > > On Tuesday 22 November 2005 12:12 pm, Marius Strobl wrote: > > > marius 2005-11-22 17:12:49 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/conf files files.powerpc > > > Log: > > > Move zs.c from files to files.powerpc as zs(4) by now is only supported > > > on powerpc (more or less...). That way people updating from FreeBSD 5 to > > > FreeBSD 6 and beyond on sparc64 will get an error from config(8) rather > > > than a mysterious compile error when they have a stale 'device zs' in > > > their kernel config file. > > > > > > MFC after: 2 weeks > > > > I think some Alpha machines (4100?) also use zs(4) for serial console. > > > > I meant the zs(4) in sys/dev/zs formerly shared between FreeBSD/powerpc > and FreeBSD/sparc64; FreeBSD/alpha has a separate driver for z8530 in > sys/alpha/tlsb (wasn't TurboLaser support disabled and scheduled for > deorbit some time ago?). We are no longer building GENERIC with Tlaser support. Matt no longer has access to the hardware at NASA Ames which makes testing quite difficult. I have still access to one at work, but that one is destined to go soonish. -- Wilko Bulte wilko@FreeBSD.org