Date: Sat, 7 Mar 1998 07:36:31 -0800 (PST) From: Bruce Evans <bde@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 Message-ID: <199803071536.HAA07140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803071536.HAA07140>