From owner-p4-projects@FreeBSD.ORG Wed Oct 22 17:15:47 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C90CE1065672; Wed, 22 Oct 2008 17:15:47 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D98A106566B for ; Wed, 22 Oct 2008 17:15:47 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2E98FC0C for ; Wed, 22 Oct 2008 17:15:47 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9MHFlsO052401 for ; Wed, 22 Oct 2008 17:15:47 GMT (envelope-from ed@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9MHFlgC052399 for perforce@freebsd.org; Wed, 22 Oct 2008 17:15:47 GMT (envelope-from ed@FreeBSD.org) Date: Wed, 22 Oct 2008 17:15:47 GMT Message-Id: <200810221715.m9MHFlgC052399@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ed@FreeBSD.org using -f From: Ed Schouten To: Perforce Change Reviews Cc: Subject: PERFORCE change 151731 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 17:15:48 -0000 http://perforce.freebsd.org/chv.cgi?CH=151731 Change 151731 by ed@ed_dull on 2008/10/22 17:15:37 WIP on the ttydisc_rint(9) manpage. Commit it to make sure it won't get lost. Affected files ... .. //depot/projects/mpsafetty/share/man/man9/ttydisc_rint.9#3 edit Differences ... ==== //depot/projects/mpsafetty/share/man/man9/ttydisc_rint.9#3 (text+ko) ==== @@ -47,6 +47,18 @@ .Ft size_t .Fn ttydisc_rint_poll "struct tty *tp" .Sh DESCRIPTION +The family of +.Fn ttydisc_rint +functions can be used to deliver new data to a TTY. +This implementation supports two different methods to deliver data to +the TTY. +The +.Fn ttydisc_rint +routine is often referred to as the slow path, while +.Fn ttydisc_rint_bypass +provides an optimised input path. +.Fn ttydisc_can_bypass is used by drivers to determine whether they are +allowed to take the optimised input path. .Sh SEE ALSO .Xr tty_alloc 9 , .Xr tty_lock 9 ,