From: Steve L. <slo...@us...> - 2002-04-29 23:05:15
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv16874/include/asm-mips Modified Files: serial.h Log Message: Initial IDT 79EB355 support. Index: serial.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/serial.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- serial.h 21 Apr 2002 20:06:20 -0000 1.12 +++ serial.h 29 Apr 2002 23:05:11 -0000 1.13 @@ -159,17 +159,17 @@ #define AU1000_SERIAL_PORT_DEFNS #endif -#ifdef CONFIG_IDT_79S334 +#ifdef CONFIG_CPU_RC32300 #include <asm/rc32300/rc32300.h> #define RC32300_SERIAL_PORT_DEFNS \ { baud_base: RC32300_BASE_BAUD, \ iomem_base: KSEG1ADDR(RC32300_UART0_BASE), \ - irq: GROUP5_IRQ_BASE, \ + irq: RC32300_UART0_IRQ, \ iomem_reg_shift: 2, io_type: SERIAL_IO_MEM, \ flags: STD_COM_FLAGS, type: 3 }, \ { baud_base: RC32300_BASE_BAUD, \ iomem_base: KSEG1ADDR(RC32300_UART1_BASE), \ - irq: GROUP6_IRQ_BASE, \ + irq: RC32300_UART1_IRQ, \ iomem_reg_shift: 2, io_type: SERIAL_IO_MEM, \ flags: STD_COM_FLAGS, type: 3 }, #else |