From owner-freebsd-doc@FreeBSD.ORG Sat Jan 10 22:50:24 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E4516A4CE for ; Sat, 10 Jan 2004 22:50:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FFD43D5C for ; Sat, 10 Jan 2004 22:50:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0B6oMFR023898 for ; Sat, 10 Jan 2004 22:50:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0B6oMHu023897; Sat, 10 Jan 2004 22:50:22 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 10 Jan 2004 22:50:22 -0800 (PST) Resent-Message-Id: <200401110650.i0B6oMHu023897@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xin LI Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B6B16A4CE for ; Sat, 10 Jan 2004 22:47:40 -0800 (PST) Received: from ftp.bjpu.edu.cn (ftp.bjpu.edu.cn [202.112.78.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B0743D1D for ; Sat, 10 Jan 2004 22:47:39 -0800 (PST) (envelope-from delphij@frontfree.net) Received: by ftp.bjpu.edu.cn (Postfix, from userid 426) id 0E4AB52D4; Sun, 11 Jan 2004 14:47:35 +0800 (CST) Received: from beastie.frontfree.net (beastie.frontfree.net [218.107.145.7]) by ftp.bjpu.edu.cn (Postfix) with ESMTP id E5CA85299 for ; Sun, 11 Jan 2004 14:47:34 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 066AA116DB; Sun, 11 Jan 2004 14:36:52 +0800 (CST) Message-Id: <20040111063652.066AA116DB@beastie.frontfree.net> Date: Sun, 11 Jan 2004 14:36:52 +0800 (CST) From: Xin LI To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/61195: [PATCH] Document more polling(4) supported devices X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Xin LI List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 06:50:25 -0000 >Number: 61195 >Category: docs >Synopsis: [PATCH] Document more polling(4) supported devices >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 10 22:50:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 5.2-RELEASE i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD beastie.frontfree.net 5.2-RELEASE FreeBSD 5.2-RELEASE #16: Sat Jan 10 15:24:09 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 >Description: Here comes an updated list of devices supporting polling(4). >How-To-Repeat: >Fix: Apply the following patch to src/sys/i386/conf/NOTES and src/share/man/man4/polling.4: Index: polling.4 =================================================================== RCS file: /home/mirror/freebsd/ncvs/src/share/man/man4/polling.4,v retrieving revision 1.7 diff -u -r1.7 polling.4 --- polling.4 28 Jun 2003 23:53:37 -0000 1.7 +++ polling.4 11 Jan 2004 06:27:21 -0000 @@ -90,7 +90,10 @@ As of this writing, the .Xr dc 4 , .Xr em 4 , +.Xr fwe 4 , .Xr fxp 4 , +.Xr nge 4 , +.Xr re 4 , .Xr rl 4 , and .Xr sis 4 Index: NOTES =================================================================== RCS file: /home/mirror/freebsd/ncvs/src/sys/i386/conf/NOTES,v retrieving revision 1.1112 diff -u -r1.1112 NOTES --- NOTES 3 Jan 2004 18:43:37 -0000 1.1112 +++ NOTES 11 Jan 2004 06:25:33 -0000 @@ -231,8 +231,9 @@ # the CPU fraction reserved to userland with the sysctl variable # kern.polling.user_frac (default 50, range 0..100). # -# Only the "dc" "fxp" and "sis" devices support this mode of operation at -# the time of this writing. +# Only the dc(4), em(4), fwe(4), fxp(4), nge(4), re(4), rl(4) and +# sis(4) devices support this mode of operation at the time of this +# writing. options DEVICE_POLLING >Release-Note: >Audit-Trail: >Unformatted: