From owner-freebsd-current Sun Apr 18 7: 9:56 1999 Delivered-To: freebsd-current@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 8ACB314C28 for ; Sun, 18 Apr 1999 07:09:52 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id XAA18370; Sun, 18 Apr 1999 23:07:22 +0900 (JST) Message-ID: <3719E6AC.FC43AB31@newsguy.com> Date: Sun, 18 Apr 1999 23:05:32 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Doug Rabson Cc: current Subject: Re: newbus and modem(s) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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