Re: no ioctls for serial ports? [was Re: LANANA: To Pending DeviceNum

Alexander Viro (viro@math.psu.edu)
Sun, 20 May 2001 10:45:07 -0400 (EDT)


On Sun, 20 May 2001, Abramo Bagnara wrote:

> > It may have several. Which one?
>
> Can you explain better this?

Example: console. You want to be able to pass font changes. I'm
less than sure that putting them on the same channel as, e.g.,
keyboard mapping changes is a good idea. We can do it, but I don't
see why it's natural thing to do. Moreover, you already have
/dev/vcs<n> and /dev/vcsa<n>. Can you explain what's the difference
between them (per-VC channels) and keyboard mapping (also per-VC)?

Face it, we _already_ have more than one side band.

Moreover, we have channels that are not tied to a particular device -
they are for a group of them. Example: setting timings for IDE controller.
Sure, we can just say "open /dev/hda instead of /dev/hda5", but then we
are back to the "find related file" problem you tried to avoid.

-
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/