From: Christoph Plattner <christoph.plattner@gmx.at>
To: Matthew Wilcox <willy@debian.org>
Cc: parisc-linux@parisc-linux.org
Subject: Re: [parisc-linux] [IMPORTANT] PDC & Mux console major number changed
Date: Thu, 14 Nov 2002 23:23:21 +0100 [thread overview]
Message-ID: <3DD42259.2070106@gmx.at> (raw)
In-Reply-To: 20021114151344.Y30392@parcelfarce.linux.theplanet.co.uk
Hello,
I do not think it is a good idea to have the same MAJOR for PDC console
and MUX driver. Those drivers are different in concept, and the PDC
driver is valid for ALL HP machines, independent if it is a 720, 712
800er, ..... The PDC driver used the ROM support and can be used
as fall back in any case.
The MUX driver is the serial driver for those special hardware of HP.
This driver can be handled in two ways:
- Let it be an own driver with special devices, like
/dev/ttyX0..7 or /dev/ttyM0..7 (or whatever ...)
- Let it become the "default" serial device:
/dev/ttyS0../dev/ttyS7
This is only possible, if there is no HP with a 16450-class UART
and a MUX !!!
So IMO it is better to use the /dev/ttySn for MUX and 16450-like UART
instead of using MUX together with PDC !
PDC is generic and NOT for special HPs. On special HP it is the only
method to use PDC console or now MUX.
With friendly regards
Christoph P.
Matthew Wilcox wrote:
> Now that we've been assigned an official major number for Mux, and had
> it accepted into 2.5, I've changed 2.4.20-rc1-pa2 to use that number.
> So if you're using an E class, a K class or a D/R class with the funky
> console thing, before you upgrade from 2.4.19, you MUST rm /dev/ttyB0
> and replace it with:
>
> mknod /dev/ttyB0 c 11 0
>
> Yes, breakage like this sucks, but I'd rather do it now than later.
>
--
-------------------------------------------------------
private: christoph.plattner@gmx.at
company: christoph.plattner@alcatel.at
next prev parent reply other threads:[~2002-11-14 22:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-14 15:13 [parisc-linux] [IMPORTANT] PDC & Mux console major number changed Matthew Wilcox
2002-11-14 22:23 ` Christoph Plattner [this message]
2002-11-14 22:44 ` Matthew Wilcox
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=3DD42259.2070106@gmx.at \
--to=christoph.plattner@gmx.at \
--cc=parisc-linux@parisc-linux.org \
--cc=willy@debian.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.