From owner-cvs-src@FreeBSD.ORG Tue Nov 22 19:17:18 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 29AE016A41F; Tue, 22 Nov 2005 19:17:18 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A046C43D6D; Tue, 22 Nov 2005 19:16:11 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jAMJG1tv029812; Tue, 22 Nov 2005 12:16:01 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43836E71.2040900@samsco.org> Date: Tue, 22 Nov 2005 12:16:01 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200511221712.jAMHCnf0066273@repoman.freebsd.org> <200511221307.14098.jhb@freebsd.org> <20051122191058.GA79194@freebie.xs4all.nl> In-Reply-To: <20051122191058.GA79194@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Marius Strobl , 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:18 -0000 Wilko Bulte 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. > > > zs(4)? Hmm, the only oddball Alpha in this sense that comes to mind > is Turbolaser (AlphaServer 8[24]00) > Technically there is an esp driver now that could be used to revive TL support, but unless there is someone actively interested in it _right_now_ I don't think we should make anything contingent on it. Scott