From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Ryan Bradetich To: parisc-linux-cvs@lists.parisc-linux.org Cc: parisc-linux@lists.parisc-linux.org Content-Type: text/plain Date: 21 Aug 2002 22:49:47 -0600 Message-Id: <1029991787.4813.14.camel@beavis> Mime-Version: 1.0 Subject: [parisc-linux] [PATCH] Serial MUX support for Nova and K-Class systems. Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: Hello all, I just committed support for the Serial MUX driver as linux-2.4.19-pa5. This patch has been tested on my K460 and has been working well. The driver uses the same /dev/ttyB0 device the PDC Software console that Christoph Plattner wrote and is available under the Non-standard serial ports section. Currently the driver only supports the Eole CAP/MUX (A Direct) device since that is all I have to test with. Additional devices can be added under this driver as people with systems have a chance to test. I tried to document the driver with kerneldoc, but it would be nice if someone would check over my comment as I had to google/guess what most of the ioctls and tty flags were. The committed patch can be found at: ftp://ftp.parisc-linux.org/patches/serial_mux_v0.1.diff Feedback greatly appreciated! Thanks, - Ryan