Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv4596/include/asm-mips
Modified Files:
serial.h
Log Message:
* fixed the serial.h settings so the serial console works again
* added the reset/reboot/halt code
Index: serial.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/serial.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- serial.h 2001/11/10 03:52:49 1.4
+++ serial.h 2001/11/16 23:10:53 1.5
@@ -101,12 +101,12 @@
#include <asm/galileo-boards/ev96100.h>
#include <asm/galileo-boards/ev96100int.h>
#define EV96100_SERIAL_PORT_DEFNS \
- { baud_base: EV96100_BASE_BAUD, port: EV96100_UART0_REGS_BASE, \
- irq: EV96100INT_UART_0, flags: STD_COM_FLAGS, type: 0x3, \
+ { baud_base: EV96100_BASE_BAUD, irq: EV96100INT_UART_0, \
+ flags: STD_COM_FLAGS, \
iomem_base: EV96100_UART0_REGS_BASE, iomem_reg_shift: 2, \
io_type: SERIAL_IO_MEM }, \
- { baud_base: EV96100_BASE_BAUD, port: EV96100_UART1_REGS_BASE, \
- irq: EV96100INT_UART_0, flags: STD_COM_FLAGS, type: 0x3, \
+ { baud_base: EV96100_BASE_BAUD, irq: EV96100INT_UART_0, \
+ flags: STD_COM_FLAGS, \
iomem_base: EV96100_UART1_REGS_BASE, iomem_reg_shift: 2, \
io_type: SERIAL_IO_MEM },
#else
|