From owner-cvs-src@FreeBSD.ORG Mon Feb 2 14:40:35 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 BFA0716A4CE for ; Mon, 2 Feb 2004 14:40:35 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id E2D7743D1F for ; Mon, 2 Feb 2004 14:40:20 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 78623 invoked by uid 1002); 2 Feb 2004 22:40:18 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 2 Feb 2004 22:40:18 -0000 Date: Mon, 2 Feb 2004 16:46:45 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Paul Saab In-Reply-To: <20040202222516.GA11304@elvis.mu.org> Message-ID: <20040202164529.U30868@pooker.samsco.home> References: <200402022000.i12K0uvl041338@repoman.freebsd.org> <1318.1075755673@critter.freebsd.dk> <20040202220827.GA9448@elvis.mu.org> <20040202222342.GE75671@FreeBSD.org.ua> <20040202222516.GA11304@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Poul-Henning Kamp cc: src-committers@freebsd.org cc: Ruslan Ermilov 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: Mon, 02 Feb 2004 22:40:35 -0000 On Mon, 2 Feb 2004, Paul Saab wrote: > Ruslan Ermilov (ru@FreeBSD.org) wrote: > > What PHK means is that if this driver is both for 5.x and 4.x, > > then you should only register its major in RELENG_4 -- 5.x > > provides automatic major numbers allocations: > > And it will run in RELENG_4 as well as -current, so it needs a major > number. > > Unless you have a userland app that requires specific knowledge of the major number (and please don't tell me that you are going to follow the broken path of asr(4) here =-), there is no reason to reserve a static major assignment in -current. Scott