From owner-cvs-usrsbin Sat Mar 7 07:40:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19047 for cvs-usrsbin-outgoing; Sat, 7 Mar 1998 07:40:11 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18826; Sat, 7 Mar 1998 07:38:15 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA07140; Sat, 7 Mar 1998 07:36:31 -0800 (PST) Date: Sat, 7 Mar 1998 07:36:31 -0800 (PST) Message-Id: <199803071536.HAA07140@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/sys/kern tty.c src/sys/sys tty.h src/usr.sbin/pstat pstat.c src/usr.sbin/sicontrol sicontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/03/07 07:36:30 PST Modified files: sys/kern tty.c sys/sys tty.h usr.sbin/pstat pstat.c usr.sbin/sicontrol sicontrol.c Log: Set the input and output buffer sizes and the input buffer watermarks dynamically depending on the line speed(s). This should give the old sizes and watermarks until drivers are changed. Display the input watermarks in pstat and sicontrol. Revision Changes Path 1.101 +71 -39 src/sys/kern/tty.c 1.41 +8 -3 src/sys/sys/tty.h 1.35 +6 -4 src/usr.sbin/pstat/pstat.c 1.8 +5 -3 src/usr.sbin/sicontrol/sicontrol.c