Doug Rabson wrote:
> 
> I'm not sure about pnp but this patch should fix the overflows (not
> tested):

Seems to work fine for me (I had the sio overflow problems too).

> Index: sio.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/isa/sio.c,v
> retrieving revision 1.224
> diff -u -r1.224 sio.c
> --- sio.c       1999/04/17 01:02:27     1.224
> +++ sio.c       1999/04/18 08:53:36
> @@ -349,7 +349,7 @@
>  static driver_t sio_driver = {
>         driver_name,
>         sio_methods,
> -       DRIVER_TYPE_TTY,
> +       DRIVER_TYPE_TTY|DRIVER_TYPE_FAST,
>         sizeof(struct com_s),
>  };

--
Daniel C. Sobral                        (8-DCS)
d...@newsguy.com
d...@freebsd.org

        "Well, Windows works, using a loose definition of 'works'..."


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to