From owner-cvs-all@FreeBSD.ORG Mon Feb 2 17:03:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862D416A4CE; Mon, 2 Feb 2004 17:03:21 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DC143D2F; Mon, 2 Feb 2004 17:03:20 -0800 (PST) (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 i1313JET066965; Mon, 2 Feb 2004 18:03:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 02 Feb 2004 18:03:14 -0700 (MST) Message-Id: <20040202.180314.87764420.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <1318.1075755673@critter.freebsd.dk> References: <200402022000.i12K0uvl041338@repoman.freebsd.org> <1318.1075755673@critter.freebsd.dk> X-Mailer: Mew version 3.3 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 cc: src-committers@FreeBSD.org cc: ps@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 Feb 2004 01:03:21 -0000 In message: <1318.1075755673@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <200402022000.i12K0uvl041338@repoman.freebsd.org>, Paul Saab writes: : >ps 2004/02/02 12:00:56 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/conf majors : > Log: : > Reserve 187 (twa) for the new 3ware ATA RAID controller. : : No, please don't. : : If you need a major for 4-stable, then commit it on that : branch, major numbers are not needed for the majority : of drivers in -current. Check out the majors file on -stable. It says commit numbers in current. Warner