From owner-svn-doc-head@FreeBSD.ORG Mon Feb 11 00:06:41 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A10C4522; Mon, 11 Feb 2013 00:06:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7EB9E1; Mon, 11 Feb 2013 00:06:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B06ffh064612; Mon, 11 Feb 2013 00:06:41 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B06fpC064611; Mon, 11 Feb 2013 00:06:41 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110006.r1B06fpC064611@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:06:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40926 - head/en_US.ISO8859-1/books/arch-handbook/newbus X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:06:41 -0000 Author: rene Date: Mon Feb 11 00:06:40 2013 New Revision: 40926 URL: http://svnweb.freebsd.org/changeset/doc/40926 Log: Some 'igor -z' improvements. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/arch-handbook/newbus/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/newbus/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/newbus/chapter.xml Mon Feb 11 00:05:51 2013 (r40925) +++ head/en_US.ISO8859-1/books/arch-handbook/newbus/chapter.xml Mon Feb 11 00:06:40 2013 (r40926) @@ -64,7 +64,7 @@ A device driver is a software component which provides the interface between the kernel's generic view of a peripheral - (e.g. disk, network adapter) and the actual implementation of + (e.g., disk, network adapter) and the actual implementation of the peripheral. The device driver interface (DDI) is the defined interface between the kernel and the device driver component. @@ -191,7 +191,7 @@ Alpha's ISA bus device. On IA-32, ISA and PCI interrupts are both managed by the top-level nexus device. For both ports, memory and port address space is managed by a single entity - - nexus for IA-32 and the relevant chipset driver on Alpha (e.g. + nexus for IA-32 and the relevant chipset driver on Alpha (e.g., CIA or tsunami). In order to normalize access to memory and port mapped