patch-2.4.4 linux/include/asm-arm/arch-sa1100/serial.h
Next file: linux/include/asm-arm/arch-sa1100/system.h
Previous file: linux/include/asm-arm/arch-sa1100/pcmcia.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Apr 12 12:20:31 2001
- Orig file:
v2.4.3/linux/include/asm-arm/arch-sa1100/serial.h
- Orig date:
Thu Jan 13 13:30:31 2000
diff -u --recursive --new-file v2.4.3/linux/include/asm-arm/arch-sa1100/serial.h linux/include/asm-arm/arch-sa1100/serial.h
@@ -22,11 +22,18 @@
#define RS_TABLE_SIZE 4
-#define STD_SERIAL_PORT_DEFNS \
- /* UART CLK PORT IRQ FLAGS */ \
- { 0, BASE_BAUD, 0x3F8, IRQ_GPIO3, STD_COM_FLAGS }, /* ttyS0 */ \
- { 0, BASE_BAUD, 0x2F8, IRQ_GPIO3, STD_COM_FLAGS }, /* ttyS1 */ \
- { 0, BASE_BAUD, 0x3E8, IRQ_GPIO3, STD_COM_FLAGS }, /* ttyS2 */ \
- { 0, BASE_BAUD, 0x2E8, IRQ_GPIO3, STD_COM4_FLAGS } /* ttyS3 */
+/*
+ * Rather empty table...
+ * Hardwired serial ports should be defined here.
+ * PCMCIA will fill it dynamically.
+ */
+#define STD_SERIAL_PORT_DEFNS \
+ /* UART CLK PORT IRQ FLAGS */ \
+ { 0, BASE_BAUD, 0, 0, STD_COM_FLAGS }, \
+ { 0, BASE_BAUD, 0, 0, STD_COM_FLAGS }, \
+ { 0, BASE_BAUD, 0, 0, STD_COM_FLAGS }, \
+ { 0, BASE_BAUD, 0, 0, STD_COM_FLAGS }
+
+#define EXTRA_SERIAL_PORT_DEFNS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)