From owner-freebsd-hackers Sun Jan 11 19:33:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA17083 for hackers-outgoing; Sun, 11 Jan 1998 19:33:54 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17075; Sun, 11 Jan 1998 19:33:41 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id WAA04179; Sun, 11 Jan 1998 22:32:14 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199801120332.WAA04179@dyson.iquest.net> Subject: Re: 16650 Support(?) In-Reply-To: <19980111211519.11470@scsn.net> from "Donald J. Maddox" at "Jan 11, 98 09:15:19 pm" To: dmaddox@scsn.net Date: Sun, 11 Jan 1998 22:32:14 -0500 (EST) Cc: dyson@FreeBSD.ORG, jak@cetlink.net, hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk Donald J. Maddox said: > > Ok, how does one increase the buffer space? > Try the modifications noted in the included info. I no longer get any kind of sio messages. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. Index: sio.c =================================================================== RCS file: /local/home/ncvs/src/sys/i386/isa/sio.c,v retrieving revision 1.194 diff -r1.194 sio.c 117a118 > /* 119a121,123 > */ > #define RB_I_HIGH_WATER (TTYHOG / 2) > #define RS_IBUFSIZE (TTYHOG / 4) Add this to your system conf: options "MSIZE=256" options "TTYHOG=4096"