From delphij@frontfree.net  Sat Jan 10 22:47:40 2004
Return-Path: <delphij@frontfree.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 95B6B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <delphij@frontfree.net>
Reply-To: Xin LI <delphij@frontfree.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Document more polling(4) supported devices
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61195
>Category:       docs
>Synopsis:       [PATCH] Document more polling(4) supported devices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 10 22:50:21 PST 2004
>Closed-Date:    Sun Jan 11 14:09:38 PST 2004
>Last-Modified:  Sun Jan 11 14:09:38 PST 2004
>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:
Responsible-Changed-From-To: freebsd-doc->ale 
Responsible-Changed-By: ale 
Responsible-Changed-When: Sun Jan 11 03:08:46 PST 2004 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61195 

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Xin LI <delphij@frontfree.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/61195: [PATCH] Document more polling(4) supported devices
Date: Sun, 11 Jan 2004 15:39:24 +0100

 --IJpNTDwzlM2Ie8A6
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2004.01.11 14:36:52 +0800, Xin LI wrote:
 
 > Index: NOTES
 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 > 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.
 
 Perhaps notes should just refer to the polling manual page for the
 device list.  Then we don't have to maintain two lists, but that's up to
 ale (who took the PR).  Just my 0.02euro cent :).
 
 --=20
 Simon L. Nielsen
 FreeBSD Documentation Team
 
 --IJpNTDwzlM2Ie8A6
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQFAAWAah9pcDSc1mlERArMiAJ0dteu0ktevnATK93dxn78YWjI7twCglES6
 4H/UwctS7cQJQF9XhSUF37Q=
 =oGRb
 -----END PGP SIGNATURE-----
 
 --IJpNTDwzlM2Ie8A6--

From: "Xin LI" <delphij@frontfree.net>
To: "Simon L. Nielsen" <simon@FreeBSD.org>
Cc: <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: docs/61195: [PATCH] Document more polling(4) supported devices
Date: Sun, 11 Jan 2004 22:46:02 +0800

 ----- Original Message ----- 
 From: "Simon L. Nielsen" <simon@FreeBSD.org>
 To: "Xin LI" <delphij@frontfree.net>
 Cc: <FreeBSD-gnats-submit@FreeBSD.org>
 Sent: Sunday, January 11, 2004 10:39 PM
 Subject: Re: docs/61195: [PATCH] Document more polling(4) supported devices
 
 > Perhaps notes should just refer to the polling manual page for the
 > device list.  Then we don't have to maintain two lists, but that's up to
 > ale (who took the PR).  Just my 0.02euro cent :).
 
 I agree. What about this patch? ;-)
 
 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 14:44:52 -0000
 @@ -231,9 +231,8 @@
  # 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.
 -
 +# Not all devices support this mode of operation at the time of this
 +# writing. You are encouraged to consult polling(4) for details.
  options DEVICE_POLLING
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sun Jan 11 14:08:59 PST 2004 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61195 
>Unformatted:
