From owner-svn-src-all@FreeBSD.ORG Sat Sep 12 00:28:05 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80432106566B; Sat, 12 Sep 2009 00:28:05 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9658FC19; Sat, 12 Sep 2009 00:28:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n8C0S5j3067964; Sat, 12 Sep 2009 00:28:05 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8C0S5Xh067962; Sat, 12 Sep 2009 00:28:05 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200909120028.n8C0S5Xh067962@svn.freebsd.org> From: Xin LI Date: Sat, 12 Sep 2009 00:28:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197110 - head/share/man/man5 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2009 00:28:05 -0000 Author: delphij Date: Sat Sep 12 00:28:05 2009 New Revision: 197110 URL: http://svn.freebsd.org/changeset/base/197110 Log: Mention that individual device driver can accept other flags through resource_int_value(9). MFC after: 1 month Modified: head/share/man/man5/device.hints.5 Modified: head/share/man/man5/device.hints.5 ============================================================================== --- head/share/man/man5/device.hints.5 Sat Sep 12 00:12:47 2009 (r197109) +++ head/share/man/man5/device.hints.5 Sat Sep 12 00:28:05 2009 (r197110) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 7, 2001 +.Dd September 11, 2009 .Dt DEVICE.HINTS 5 .Os .Sh NAME @@ -112,7 +112,8 @@ to disable the device. .El .Pp A device driver may require one or more hint lines with these keywords, -and may accept other keywords not listed here. +and may accept other keywords not listed here, through +.Xr resource_int_value 9 . Consult individual device drivers' manual pages for available keywords and their possible values. .\" .Sh CONTROL VARIABLES @@ -160,7 +161,8 @@ hint.acpi.0.disabled="1" .Sh SEE ALSO .Xr kenv 1 , .Xr loader.conf 5 , -.Xr loader 8 +.Xr loader 8, +.Xr resource_int_value 9 . .Sh HISTORY The .Nm