]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Change the default baud rate of the `nb85e_uart' driver to 115200
authorMiles Bader <miles@lsi.nec.co.jp>
Tue, 26 Nov 2002 13:20:55 +0000 (05:20 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 26 Nov 2002 13:20:55 +0000 (05:20 -0800)
Change the default baud rate of the `nb85e_uart' driver to 115200

drivers/serial/nb85e_uart.c

index 1e1fa966dc4d5f551fc1accd11c06ededec55013..5a9dd7aa7e3d69c8b346221381b3d573517d95f5 100644 (file)
 
 /* Initial UART state.  This may be overridden by machine-dependent headers. */
 #ifndef NB85E_UART_INIT_BAUD
-#define NB85E_UART_INIT_BAUD   38400
+#define NB85E_UART_INIT_BAUD   115200
 #endif
 #ifndef NB85E_UART_INIT_CFLAGS
-#define NB85E_UART_INIT_CFLAGS (B38400 | CS8 | CREAD)
+#define NB85E_UART_INIT_CFLAGS (B115200 | CS8 | CREAD)
 #endif
 
 /* A string used for prefixing printed descriptions; since the same UART