Re: drivers/serial/Makefile

Russell King (rmk@arm.linux.org.uk)
Mon, 24 Mar 2003 16:41:51 +0000


On Mon, Mar 24, 2003 at 05:33:44PM +0100, Spang Oliver wrote:
> Do you have some other hints for the problem described in the
> "2.5.64 ttyS problem ?"-thread?

First line of attack would be to strace minicom and find out why it's
failing.

There are a few reasons why I think the kernel isn't to blame:

- I run minicom against the new serial subsystem fairly frequently, and
haven't noticed any oddities like the reported problem.
- The core.c/8250.c drivers don't have very much to do with serial device
locking - serial devices are locked by creating a file in /var/lock
with a name corresponding to the device name being opened.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/