From owner-freebsd-current@FreeBSD.ORG Sun Nov 30 21:18:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B35A16A4CE; Sun, 30 Nov 2003 21:18:22 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1031243FBF; Sun, 30 Nov 2003 21:18:17 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB15I6gt007086; Sun, 30 Nov 2003 22:18:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 30 Nov 2003 22:17:57 -0700 (MST) Message-Id: <20031130.221757.99200343.imp@bsdimp.com> To: gurney_j@efn.org From: "M. Warner Losh" In-Reply-To: <20031130070704.GA64793@funkthat.com> References: <3FBE54D0.9000901@cronyx.ru> <20031130070704.GA64793@funkthat.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-arch@freebsd.org cc: freebsd-current@freebsd.org cc: rik@cronyx.ru Subject: Re: MAJOR number X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:18:22 -0000 In message: <20031130070704.GA64793@funkthat.com> John-Mark Gurney writes: : There are still major numbers for a few devices that may are standard : (such as zero/null), but not common... I've already assigned him one. : > I've read that FreeBSD doesn't use them any more. : > But we may need it to not interfere with other device : > drivers in previous releases of FreeBSD. : : so, you are planning do do 4.x and earlier releases of your driver? Yes. Warner