Re: Re[2]: HEADSUP: linux dev_t emulation
From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 03/11/05
- Previous message: dima: "Re[2]: HEADSUP: linux dev_t emulation"
- In reply to: dima: "Re[2]: HEADSUP: linux dev_t emulation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: dima <_pppp@mail.ru> Date: Fri, 11 Mar 2005 17:12:47 +0100
In message <E1D9kCx-000BeX-00._pppp-mail-ru@f30.mail.ru>, dima writes:
>> 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?
If so then the table will have to key off the name in the cdevsw
associated with the cdev since our major/minor numbers are no longer
constant across reboots (just like hardware configurations are not).
-- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: dima: "Re[2]: HEADSUP: linux dev_t emulation"
- In reply to: dima: "Re[2]: HEADSUP: linux dev_t emulation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|