Hello. Vitaly Wool wrote:
> this patch implements the following changes/fixes: > - renamed the TX49xx KGDB driver according to the new convention > - updated the driver code to compile with the new KGDB baud rate and port > select options > - renamed variables/functions, updated write_char handler to accept 'u8' arg > - updated the hook in the TX49xx serial driver > - got rid of the '#ifdef CONFIG_TOSHIBA_RBTX4939' in the TX49xx serial driver > - made the TX49xx driver support 4 UARTs instead of 2 max > - enabled support of the KGDB baud rate option for the TX49xx driver > - removal of unused stuff > arch/mips/kernel/gdb-low.S | 394 > ------------- > arch/mips/sgi-ip22/ip22-setup.c | 24 > arch/mips/sibyte/sb1250/irq.c | 4 > arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c | 4 > arch/mips/tx4938/toshiba_rbtx4938/setup.c | 4 > drivers/serial/Makefile | 2 > drivers/serial/kgdb_serial_txx9.c | 169 ----- > drivers/serial/serial_txx9.c | 13 > drivers/serial/serial_txx9_kgdb.c | 151 ++++ > 9 files changed, 161 insertions(+), 604 deletions(-) > Signed-off-by: Sergey Shtylyov <[EMAIL PROTECTED]> > Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]> Argh! Obviously, this patch couldn't get into CVS because it wasn't applicable to it since CVS have never lost arch/mips/kernel/gdb-low.S and never had drivers/serial/kgdb_serial_txx9.c (it has instead completely non-functional MIPS specific KGDB serial code for TX49xx). WBR, Sergei ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
