From: Greg KH <greg@kroah.com>
To: Andries.Brouwer@cwi.nl
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dev_t [2/3]
Date: Tue, 18 Mar 2003 16:35:44 -0800 [thread overview]
Message-ID: <20030319003543.GH10089@kroah.com> (raw)
In-Reply-To: <UTC200303190022.h2J0MZu08990.aeb@smtp.cwi.nl>
On Wed, Mar 19, 2003 at 01:22:35AM +0100, Andries.Brouwer@cwi.nl wrote:
> Ah, I wish we could change that function to be:
> int register_chrdev_region(major, num_minors, name, fops)
> if it wasn't for the tty drivers wanting to start their minor at 64.
>
> Hm, wait, why can't we just do it that way and not change the tty core
> to use the register_chrdev_region() call? It should still all work
> properly, right? The tty core would ask for 256 minors, and split them
> off the same way it currently does.
>
> # cat /proc/devices | head
> Character devices:
> 1 mem
> 2 pty
> 3 ttyp
> 4 vc/0
> 4 vc/%d
> 4 ttyS%d
> 5 tty
> 5 console
> 5 ptmx
> #
??? That's with 2.5.65 today or your patch? Hm, ok, I see with your
patch, how it will generate the above result.
But the fact that the tty core today abuses major numbers by overloading
them is no reason to try to fix that broken behavior.
:)
Anyway, it's a minor nit, I just would prefer to have a "num_minors"
request, but am fine with your patch as is for right now.
Nice job.
thanks,
greg k-h
next prev parent reply other threads:[~2003-03-19 0:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-19 0:22 [PATCH] dev_t [2/3] Andries.Brouwer
2003-03-19 0:35 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-03-18 22:02 Andries.Brouwer
2003-03-18 23:56 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030319003543.GH10089@kroah.com \
--to=greg@kroah.com \
--cc=Andries.Brouwer@cwi.nl \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox