From owner-freebsd-commit Wed Aug 2 05:03:23 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA05358 for commit-outgoing; Wed, 2 Aug 1995 05:03:23 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA05344 for cvs-sys-outgoing; Wed, 2 Aug 1995 05:03:18 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA05333 ; Wed, 2 Aug 1995 05:03:13 -0700 Date: Wed, 2 Aug 1995 05:03:13 -0700 From: "Andrey A. Chernov" Message-Id: <199508021203.FAA05333@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_compat.c Sender: commit-owner@FreeBSD.org Precedence: bulk ache 95/08/02 05:03:13 Modified: sys/kern tty_compat.c Log: Better approximation for TIOCGETP (gtty) for non-standard speeds. Old variant returns 38400 for them, now it returns nearest matched rounded down, expect speeds in range 0 > speed < 50 rounded up to not produce hangup.