Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 1999 23:05:32 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        current <current@FreeBSD.ORG>
Subject:   Re: newbus and modem(s)
Message-ID:  <3719E6AC.FC43AB31@newsguy.com>
References:  <Pine.BSF.4.05.9904180956410.85882-100000@herring.nlsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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)
dcs@newsguy.com
dcs@freebsd.org

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


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3719E6AC.FC43AB31>