From owner-freebsd-doc Sat Feb 1 21:39:24 2003 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E7637B401 for ; Sat, 1 Feb 2003 21:39:23 -0800 (PST) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519B243F79 for ; Sat, 1 Feb 2003 21:39:22 -0800 (PST) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6) with ESMTP id h125duhE038134 for ; Sun, 2 Feb 2003 00:39:56 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id h125dusU038133 for freebsd-doc@freebsd.org; Sun, 2 Feb 2003 00:39:56 -0500 (EST) Date: Sun, 2 Feb 2003 00:39:55 -0500 From: Craig Rodrigues To: freebsd-doc@freebsd.org Subject: Minor grammar fixo Message-ID: <20030202053955.GA38125@attbi.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Minor grammar fixo for the developers-handbook. -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com --oyUTqETQ0mS9luUI Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.diff" Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/developers-handbook/pci/chapter.sgml,v retrieving revision 1.10 diff -u -r1.10 chapter.sgml --- chapter.sgml 2003/01/12 18:31:39 1.10 +++ chapter.sgml 2003/02/02 05:37:24 @@ -230,7 +230,7 @@ To do anything particularly useful with a PCI device you will need to obtain the Base Address Registers (BARs) from the PCI Configuration space. - The PCI-specific details of obtaining the BAR is abstracted in + The PCI-specific details of obtaining the BAR are abstracted in the bus_alloc_resource() function. For example, a typical driver might have something similar --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message