public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.21: Sharing interrupts with serial console
@ 2005-08-04  1:36 Chris Budd
  2005-08-04  7:54 ` Russell King
  2005-08-04 11:16 ` linux-os (Dick Johnson)
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Budd @ 2005-08-04  1:36 UTC (permalink / raw)
  To: linux-kernel, linux-serial

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/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 devices, not *ALL* types of devices
like I2C, RTC, etc.

2.  While the presence of the comment about not sharing was nice, it
does not explain "why?"  Why can't we share the serial console
interrupt?  The serial console seems to work when I alter serial.c to
skip this check for the sharing of interrupts with the serial console.

3.  Does the hardware platform matter?  We are running Linux 2.4.21 on
an embedded XScale(ARM)-based board.

Thanks,
Chris.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-04 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04  1:36 2.4.21: Sharing interrupts with serial console Chris Budd
2005-08-04  7:54 ` Russell King
2005-08-04 14:29   ` Chris Budd
2005-08-04 11:16 ` linux-os (Dick Johnson)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox