From owner-freebsd-arch@FreeBSD.ORG Fri Oct 1 21:29:58 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 D136E16A4CE; Fri, 1 Oct 2004 21:29:58 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C00F43D1F; Fri, 1 Oct 2004 21:29:58 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i91LUqvn079587; Fri, 1 Oct 2004 15:30:52 -0600 (MDT) (envelope-from scottl@FreeBSD.org) Message-ID: <415DCC1A.1030305@FreeBSD.org> Date: Fri, 01 Oct 2004 15:28:58 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20041001.000452.99281901.imp@bsdimp.com> <20041001.152046.32721253.imp@bsdimp.com> In-Reply-To: <20041001.152046.32721253.imp@bsdimp.com> 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: sah@softcardsystems.com cc: ups@tree.com cc: re@FreeBSD.org cc: julian@elischer.org cc: freebsd-arch@FreeBSD.org Subject: Re: AoE 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: Fri, 01 Oct 2004 21:29:59 -0000 M. Warner Losh wrote: > In message: > Sam writes: > : Is that block & char, or do i just need to specify the block? > > There's just one major number type in 4.x. I believe it is the > character device, but every time I say it is foo, someone else proves > me wrong. > > Warner > Correct, only char majors for 4.x. The bdevmaj field is usually given '-1'. Scott