Re: Christmas list for the kernel

From: Russell King
Date: Wed Nov 23 2005 - 10:56:18 EST


On Wed, Nov 23, 2005 at 10:49:35AM -0500, Jon Smirl wrote:
> On 11/23/05, Russell King <rmk+lkml@xxxxxxxxxxxxxxxx> wrote:
> > On Wed, Nov 23, 2005 at 04:20:00PM +0100, Pierre Ossman wrote:
> > > But if no hardware is connected to those devices, then where does the
> > > driver route the setserial stuff?
> >
> > setserial /dev/ttyS2 port 0x200 irq 5 autoconfig
> >
> > and you might then end up with another serial port detected. If
> > /dev/ttyS2 and above do not exist, you can't do that. That would
> > in turn effectively prevent folk with some serial cards using them
> > with Linux without editing and rebuilding their kernel.
>
> If my box has two serial ports and I use setserial to change the port,
> I still only have two serial ports. Shouldn't this behave as a
> hotplug remove/add when the port address is changed?

Maybe, but that's not how it's historically been designed to work.
I'd rather not swipe the port from beneath setserial, especially
when it may want to do more than one IOCTL to configure the port.
What you suggest would again breaking existing setups.

> > As for the rest of the "setserial stuff" it gets recorded against
> > the port and remembered for when the hardware turns up, which it
> > may do if it's your PCMCIA modem card.
>
> This is definitely not in the current spirit of hotplug. The PCMCIA
> card should generate a hotplug add event and then the script for the
> event can do the setserial equivalent.

These comments are misplaced given my corrected response.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/