Re: [PATCH] 2.4.3 and SysRq over serial console

2001-04-03 Thread Tom Rini
On Tue, Apr 03, 2001 at 09:07:44PM +0100, Russell King wrote: > On Sat, Mar 31, 2001 at 04:38:08PM -0700, Tom Rini wrote: > > Hello all. Without the attached patch, SysRq doesn't work over a serial > > console here. Has anyone else seen this problem? > > It is handled at the serial port driver

Re: [PATCH] 2.4.3 and SysRq over serial console

2001-04-03 Thread Tom Rini
On Tue, Apr 03, 2001 at 09:07:44PM +0100, Russell King wrote: > On Sat, Mar 31, 2001 at 04:38:08PM -0700, Tom Rini wrote: > > Hello all. Without the attached patch, SysRq doesn't work over a serial > > console here. Has anyone else seen this problem? > > It is handled at the serial port driver

Re: [PATCH] 2.4.3 and SysRq over serial console

2001-04-03 Thread Russell King
On Sat, Mar 31, 2001 at 04:38:08PM -0700, Tom Rini wrote: > Hello all. Without the attached patch, SysRq doesn't work over a serial > console here. Has anyone else seen this problem? It is handled at the serial port driver level, not the tty level. You need to turn on CONFIG_SERIAL_CONSOLE and

[PATCH] 2.4.3 and SysRq over serial console

2001-03-31 Thread Tom Rini
Hello all. Without the attached patch, SysRq doesn't work over a serial console here. Has anyone else seen this problem? -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ diff -Nru a/linux/drivers/char/n_tty.c b/linux/drivers/char/n_tty.c --- a/linux/drivers/char/n_tty.cSat Mar 3