patch-2.3.18 linux/include/asm-ppc/gemini_serial.h
Next file: linux/include/asm-ppc/init.h
Previous file: linux/include/asm-ppc/gemini.h
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Wed Sep  8 10:59:07 1999
-  Orig file: 
v2.3.17/linux/include/asm-ppc/gemini_serial.h
-  Orig date: 
Tue Sep  7 12:14:07 1999
diff -u --recursive --new-file v2.3.17/linux/include/asm-ppc/gemini_serial.h linux/include/asm-ppc/gemini_serial.h
@@ -4,14 +4,20 @@
 #include <linux/config.h>
 #include <asm/gemini.h>
 
+#ifdef CONFIG_SERIAL_MANY_PORTS
+#define RS_TABLE_SIZE  64
+#else
+#define RS_TABLE_SIZE  4
+#endif
+
 /* Rate for the 24.576 Mhz clock for the onboard serial chip */
 #define BASE_BAUD  (24576000 / 16)
 
 #ifdef CONFIG_SERIAL_DETECT_IRQ
-#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST|ASYNC_AUTO_IRQ)
+#define STD_COM_FLAGS (/*ASYNC_BOOT_AUTOCONF|*/ASYNC_SKIP_TEST|ASYNC_AUTO_IRQ)
 #define STD_COM4_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_AUTO_IRQ)
 #else
-#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST)
+#define STD_COM_FLAGS (/*ASYNC_BOOT_AUTOCONF|*/ASYNC_SKIP_TEST)
 #define STD_COM4_FLAGS (ASYNC_BOOT_AUTOCONF)
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)