From: Jan-Benedict G. <jb...@us...> - 2005-04-25 13:01:03
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/serial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9944/serial Modified Files: ipr.c Log Message: - Whitespace Index: ipr.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/serial/ipr.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ipr.c 18 Aug 2004 23:34:13 -0000 1.8 +++ ipr.c 25 Apr 2005 13:00:46 -0000 1.9 @@ -2,7 +2,7 @@ * $Id$ * * UART driver for the internal console port in most VAX CPUs - * + * * Most VAX CPU implementations have a serial console port which * can be driven via 4 internal processor registers (IPRs), without * having to care about the underlying hardware implementation. @@ -250,7 +250,7 @@ static void iprcons_set_termios(struct uart_port *port, struct termios *termios, struct termios *old) { - /* This port is not software configurable. It is fixed in + /* This port is not software configurable. It is fixed in hardware to 9600, 8 bits, no parity, one stop bit. (Actually - not completely true. The KA650 console has a physical rotary switch for selecting the baud rate. But |