From owner-cvs-all@FreeBSD.ORG Mon May 5 13:53:39 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A041065673; Mon, 5 May 2008 13:53:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D68CE8FC17; Mon, 5 May 2008 13:53:38 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m45DllUm045211; Mon, 5 May 2008 07:47:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 05 May 2008 07:49:01 -0600 (MDT) Message-Id: <20080505.074901.-165374733.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <5653.1209970777@critter.freebsd.dk> References: <200805050535.m455ZmI1030493@repoman.freebsd.org> <5653.1209970777@critter.freebsd.dk> X-Mailer: Mew version 5.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: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/etc.mips ttys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 13:53:39 -0000 In message: <5653.1209970777@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <200805050535.m455ZmI1030493@repoman.freebsd.org>, Warner Losh write : s: : >imp 2008-05-05 05:35:47 UTC : > : > FreeBSD src repository : > : > Added files: : > etc/etc.mips ttys : > Log: : > Mips ttys file. Copied from i386 version with removal of the vga : > entries. : : We should really replace this file with a script that generates it : from a set of sensible parameters at build-time. Well, we need to have it not have all the possible pseudo devices in it, which means work to init. Once they are out of the picture, auto generation makes a lot less sense... Warner