Pavel Machek wrote:
> > Please consider including this user space serial driver. It was writen for
> > the Pele 833 RAS Server but is also usable for other serial device drivers
> > in user space.
>
> Good, someone finally implemented this. This is going to be mandatory
> if we want to support wi
Hi!
> Please consider including this user space serial driver. It was writen for
> the Pele 833 RAS Server but is also usable for other serial device drivers
> in user space.
Good, someone finally implemented this. This is going to be mandatory
if we want to support winmodems properly; also ISDN
Russell King wrote:
> Rogier Wolff writes:
> > Documentation bug. Not code bug.
>
> In which case, can we put it in as a documentation fix rather than changing
> the compiler output? ie, /* = { NULL, } */ ?
Because I care more about the 4 bytes of extra source than the
4 bytes of extra object.
Rogier Wolff writes:
> Documentation bug. Not code bug.
In which case, can we put it in as a documentation fix rather than changing
the compiler output? ie, /* = { NULL, } */ ?
_
|_| - ---+---+-
| | Russell King[EM
Russell King wrote:
> Rogier Wolff writes:
> > > > +static struct termios* ussp_termios[USSP_MAX_PORTS];
> > > > +static struct termios* ussp_termios_locked[USSP_MAX_PORTS];
> >
> > this SHOULD mean that these are first initialized before use.
> >
> > If you think they can be used befor
Rogier Wolff writes:
> > > +static struct termios* ussp_termios[USSP_MAX_PORTS];
> > > +static struct termios* ussp_termios_locked[USSP_MAX_PORTS];
>
> this SHOULD mean that these are first initialized before use.
>
> If you think they can be used before first being initialized by the
>
Tigran Aivazian wrote:
> On Thu, 30 Nov 2000, Patrick van de Lageweg wrote:
> > +static struct tty_struct * ussp_table[USSP_MAX_PORTS] = { NULL, };
>
> this wastes at least 4 * USSP_MAX_PORTS bytes in the kernel image.
> Typically around 64 bytes but could be more. For more info see the recent
>
On Thu, 30 Nov 2000, Patrick van de Lageweg wrote:
> +static struct tty_struct * ussp_table[USSP_MAX_PORTS] = { NULL, };
this wastes at least 4 * USSP_MAX_PORTS bytes in the kernel image.
Typically around 64 bytes but could be more. For more info see the recent
silly flamewars on the list. The co
Hi Linus,
Please consider including this user space serial driver. It was writen for
the Pele 833 RAS Server but is also usable for other serial device drivers
in user space.
Patrick
diff -u -r --new-file linux-2.4.0-test7.clean/Documentation/Configure.help
linux-2.4.0-test7.rio/Do
9 matches
Mail list logo