[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070405.233101.106261123.anemo@mba.ocn.ne.jp>
Date: Thu, 05 Apr 2007 23:31:01 +0900 (JST)
From: Atsushi Nemoto <anemo@....ocn.ne.jp>
To: dwmw2@...radead.org
Cc: paulus@...ba.org, alan@...rguk.ukuu.org.uk, flar@...andria.com,
linuxppc-dev@...abs.org, linux-kernel@...r.kernel.org,
device@...ana.org
Subject: Re: [PATCH v3] Stop pmac_zilog from abusing 8250's device numbers;
optionally.
On Wed, 04 Apr 2007 10:19:43 -0400, David Woodhouse <dwmw2@...radead.org> wrote:
> +#ifdef CONFIG_SERIAL_PMACZILOG_TTYS
> +#define PMACZILOG_MAJOR TTY_MAJOR
> +#define PMACZILOG_MINOR 64
> +#define PMACZILOG_NAME "ttyS"
> +#else
> +#define PMACZILOG_MAJOR 204
> +#define PMACZILOG_MINOR 192
> +#define PMACZILOG_NAME "ttyPZ"
> +#endif
Is major 204 minor 192 already allocated?
Few weeks ago, I sent a patch to allocate 192...199 for other serial
driver (Subject: [PATCH 2.6.21-rc3] serial: Allocate minor device
numbers for serial_txx9 driver):
http://lkml.org/lkml/2007/3/13/246
And it is already in -mm tree since 2.6.21-rc4-mm1. I just CC-ed the
patch to device@...ana.org, but I really do not know how "master"
devices.txt updated finally. If I should take some further action to
lanana.org or someone, please let me know. Thank you.
---
Atsushi Nemoto
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists