From owner-freebsd-hackers Sun Jan 11 18:08:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06605 for hackers-outgoing; Sun, 11 Jan 1998 18:08:05 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA06578; Sun, 11 Jan 1998 18:07:47 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-22.cetlink.net [209.54.58.22]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id VAA02700; Sun, 11 Jan 1998 21:07:45 -0500 (EST) From: jak@cetlink.net (John Kelly) To: dyson@FreeBSD.ORG Cc: hackers@FreeBSD.ORG Subject: Re: 16650 Support(?) Date: Mon, 12 Jan 1998 03:08:31 GMT Message-ID: <34c688a0.10957317@mail.cetlink.net> References: <199801120157.UAA01022@dyson.iquest.net> In-Reply-To: <199801120157.UAA01022@dyson.iquest.net> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id SAA06579 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk On Sun, 11 Jan 1998 20:57:48 -0500 (EST), "John S. Dyson" wrote: >Note that tty-level overflows are not from the chip, or that the system >isn't getting the characters in time. It is likely a problem with the amount >of buffer space in the kernel. There appears to be more to the story because I got interrupt-level buffer overlflows even after changing RS_IBUFSIZE from 256 to 512. I did not get them as quickly or as often, but I still got them. John