From owner-freebsd-doc@FreeBSD.ORG Tue May 18 10:20:19 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 97EED16A4CE for ; Tue, 18 May 2004 10:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B25743D58 for ; Tue, 18 May 2004 10:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4IHKDrE090576 for ; Tue, 18 May 2004 10:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4IHKDgN090575; Tue, 18 May 2004 10:20:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 18 May 2004 10:20:13 -0700 (PDT) Resent-Message-Id: <200405181720.i4IHKDgN090575@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, Michel Lavondès Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62EB216A4CF for ; Tue, 18 May 2004 10:17:35 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE5243D67 for ; Tue, 18 May 2004 10:17:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i4IHHE1S024638 for ; Tue, 18 May 2004 10:17:14 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i4IHHE6I024637; Tue, 18 May 2004 10:17:14 -0700 (PDT) (envelope-from nobody) Message-Id: <200405181717.i4IHHE6I024637@www.freebsd.org> Date: Tue, 18 May 2004 10:17:14 -0700 (PDT) From: Michel Lavondès To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/66826: [patch] RELENG_4 share/man/man4/man4.i386/pnp.4 grammar, sentence breaks X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 17:20:19 -0000 >Number: 66826 >Category: docs >Synopsis: [patch] RELENG_4 share/man/man4/man4.i386/pnp.4 grammar, sentence breaks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 18 10:20:13 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondès >Release: 4.8-RELEASE-p13 >Organization: Ecdysiasts United For Overdressing >Environment: >Description: See patch. (Not a MFC - affected language is no longer in -current) >How-To-Repeat: man 4 pnp >Fix: --- pnp.4.orig Sun May 9 10:21:06 2004 +++ pnp.4 Sun May 9 10:57:00 2004 @@ -74,10 +74,12 @@ Channel=4 means the channel is unused. .It Dv portN address -Sets the base address for the N-th port's range (N=0..7). address=0 +Sets the base address for the N-th port's range (N=0..7). +Address=0 means that the port is not used. .It Dv memN address -Sets the base address for the N-th memory's range (N=0..3). address=0 +Sets the base address for the N-th memory's range (N=0..3). +Address=0 means that the memory range is not used. .It Dv bios Makes the PnP device use the configuration set by the BIOS. @@ -129,7 +131,8 @@ The probe routine must check that the vendor_id passed is a recognized one, that any necessary devices on the card are enabled, and returns a NULL value in case of failure or a non-NULL value -(generally a pointer to the device name) unpon success. In the probe +(generally a pointer to the device name) unpon success. +In the probe routine, the function .Fn read_pnp_parms can be used to check that the logical devices are enabled. @@ -164,7 +167,7 @@ since this would defeat the override mechanism in userconfig. Device drivers may disable a logical device, or a port range, etc, but should -do so only that particular device or parameter is known to cause +do so only when that particular device or parameter is known to cause troubles. .It Fn enable_pnp_card void This function >Release-Note: >Audit-Trail: >Unformatted: