From owner-freebsd-arch@FreeBSD.ORG Fri Mar 11 13:29:40 2005 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 DD8F316A4CE for ; Fri, 11 Mar 2005 13:29:40 +0000 (GMT) Received: from f30.mail.ru (f30.mail.ru [194.67.57.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE8143D48 for ; Fri, 11 Mar 2005 13:29:40 +0000 (GMT) (envelope-from _pppp@mail.ru) Received: from mail by f30.mail.ru with local id 1D9kCx-000BeX-00; Fri, 11 Mar 2005 16:29:39 +0300 Received: from [81.200.13.122] by win.mail.ru with HTTP; Fri, 11 Mar 2005 16:29:39 +0300 From: dima <_pppp@mail.ru> To: Poul-Henning Kamp Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [81.200.13.122] Date: Fri, 11 Mar 2005 16:29:39 +0300 In-Reply-To: <7576.1110522116@critter.freebsd.dk> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: cc: arch@freebsd.org Subject: Re[2]: HEADSUP: linux dev_t emulation X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dima <_pppp@mail.ru> List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 13:29:41 -0000 > In message <20050310222652.GA31757@infradead.org>, Christoph Hellwig writes: >>On Thu, Mar 10, 2005 at 10:11:44PM +0100, Poul-Henning Kamp wrote: >>> >>> Linux has only 8 bit major + 8 bit minor dev_t. >> >>Not true anymore. Current Linux has 12bit major and 20bit minor. > > Well, that doesn't change the situation: the linuxolator has a task > to learn. A translation table probably?