From owner-cvs-src@FreeBSD.ORG Wed May 5 08:23:06 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 9CF3B16A4CE for ; Wed, 5 May 2004 08:23:06 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB57343D48 for ; Wed, 5 May 2004 08:23:05 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i45FK8cZ023796 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 5 May 2004 19:20:08 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i45FHVMt023658; (8.12.8/vak/2.1) Wed, 5 May 2004 19:17:31 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <409905D6.6040601@cronyx.ru> Date: Wed, 05 May 2004 19:18:46 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200405051309.i45D9Clb023551@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: Roman Kurakin 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: Wed, 05 May 2004 15:23:06 -0000 Dag-Erling Smørgrav wrote: >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. > > All our drivers support all release versions of FreeBSD 3.x, 4.x and 5.x. And since they support old versions they have to use static numbers at least for them. For now it is easy to keep using static majors for all branches. rik >DES > >