Re: 2.4.21: Sharing interrupts with serial console

2005-08-04 Thread Chris Budd
On 8/4/05, Russell King <[EMAIL PROTECTED]> wrote: > On Wed, Aug 03, 2005 at 06:36:51PM -0700, Chris Budd wrote: > > 1. The rs_init function in ./linux-2.4.21/drivers/char/serial.c > > explicitly states "The interrupt of the serial console port can't be > > shared." Does this include *ALL* interr

Re: 2.4.21: Sharing interrupts with serial console

2005-08-04 Thread linux-os \(Dick Johnson\)
On Wed, 3 Aug 2005, Chris Budd wrote: > I have read > http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/preparation-setport.html > and http://www.linux-mips.org/archives/linux-mips/2004-04/msg00134.html > and other items, but I still have not found the answers to the > following questions: >

Re: 2.4.21: Sharing interrupts with serial console

2005-08-04 Thread Russell King
On Wed, Aug 03, 2005 at 06:36:51PM -0700, Chris Budd wrote: > 1. The rs_init function in ./linux-2.4.21/drivers/char/serial.c > explicitly states "The interrupt of the serial console port can't be > shared." Does this include *ALL* interrupts? The code checks for > sharing only with other serial

2.4.21: Sharing interrupts with serial console

2005-08-03 Thread Chris Budd
I have read http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/preparation-setport.html and http://www.linux-mips.org/archives/linux-mips/2004-04/msg00134.html and other items, but I still have not found the answers to the following questions: 1. The rs_init function in ./linux-2.4.21/drivers