patch-2.1.126 linux/include/asm-mips/serial.h
Next file: linux/include/asm-mips/sgi.h
Previous file: linux/include/asm-mips/r4kcache.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Oct 20 13:52:54 1998
- Orig file:
v2.1.125/linux/include/asm-mips/serial.h
- Orig date:
Thu Aug 6 14:06:33 1998
diff -u --recursive --new-file v2.1.125/linux/include/asm-mips/serial.h linux/include/asm-mips/serial.h
@@ -1,4 +1,4 @@
-/* $Id: serial.h,v 1.2 1998/05/08 01:44:31 ralf Exp $
+/* $Id: serial.h,v 1.3 1998/08/28 15:55:38 ralf Exp $
*
* include/asm-mips/serial.h
*/
@@ -15,9 +15,14 @@
*/
#define BASE_BAUD ( 1843200 / 16 )
+#ifndef CONFIG_OLIVETTI_M700
/* Some Jazz machines seem to have an 8MHz crystal clock but I don't know
exactly which ones ... XXX */
#define JAZZ_BASE_BAUD ( 8000000 / 16 ) /* ( 3072000 / 16) */
+#else
+/* but the M700 isn't such a strange beast */
+#define JAZZ_BASE_BAUD BASE_BAUD
+#endif
/* Standard COM flags (except for COM4, because of the 8514 problem) */
#ifdef CONFIG_SERIAL_DETECT_IRQ
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov