From owner-cvs-src@FreeBSD.ORG Sun May 9 08:36:14 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 A34E016A507; Sun, 9 May 2004 08:36:12 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA98443D1F; Sun, 9 May 2004 08:36:06 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i45HaUZJ071232; Wed, 5 May 2004 11:36:30 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 05 May 2004 11:37:08 -0600 (MDT) Message-Id: <20040505.113708.113660874.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <200405051309.i45D9Clb023551@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: rik@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 09 May 2004 15:36:14 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Roman Kurakin writes: : > Log: : > 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly. : > 2. Note that ct device uses ctau name as driver name (due to name= conflict : > with ct driver) and also mark it as a driver inside the CVS tree.= : = : Do these drivers actually use or need static major numbers? If not, : they should be removed from the list. We've had this discussion several times before: Yes. 4.x requires it and we document 4.x majors in current. Warner