From owner-freebsd-arch@FreeBSD.ORG Thu Aug 26 15:17:27 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA6EF16A4CF for ; Thu, 26 Aug 2004 15:17:27 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C06A43D1D for ; Thu, 26 Aug 2004 15:17:25 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7QFIgnc007291; Thu, 26 Aug 2004 09:18:42 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <412DFE69.8090601@samsco.org> Date: Thu, 26 Aug 2004 09:14:49 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-arch@freebsd.org Subject: Re: block/char major for 4.x? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 15:17:27 -0000 Sam wrote: > How does one go about reserving a block/char major number > for a new device driver under 4.x? > > Cheers, > > Sam We don't like to reserve major numbers unless a driver is about to be committed. If you have such a driver that is tested and ready to go, you can post a link to it here or send it to someone like myself. If you need a major for private use or for development, you can use numbers 200-247. Scott