From owner-svn-doc-all@FreeBSD.ORG Mon Feb 11 00:02:50 2013 Return-Path: Delivered-To: svn-doc-all@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 9BE5A3C5; Mon, 11 Feb 2013 00:02:50 +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 6B8B69B5; Mon, 11 Feb 2013 00:02:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B02oE7063774; Mon, 11 Feb 2013 00:02:50 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B02oed063773; Mon, 11 Feb 2013 00:02:50 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110002.r1B02oed063773@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:02:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40923 - head/en_US.ISO8859-1/books/arch-handbook/isa X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:02:50 -0000 Author: rene Date: Mon Feb 11 00:02:49 2013 New Revision: 40923 URL: http://svnweb.freebsd.org/changeset/doc/40923 Log: Some 'igor -z' improvements. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml Mon Feb 11 00:02:07 2013 (r40922) +++ head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml Mon Feb 11 00:02:49 2013 (r40923) @@ -31,7 +31,7 @@ - ISA device drivers + ISA Device Drivers Synopsis @@ -49,7 +49,7 @@ - Basic information + Basic Information A typical ISA driver would need the following include files: @@ -208,7 +208,7 @@ - Device_t pointer + Device_t Pointer Device_t is the pointer type for the device structure. Here we consider only the methods @@ -277,8 +277,8 @@ - Configuration file and the order of identifying and probing - during auto-configuration + Configuration File and the Order of Identifying and Probing + During Auto-Configuration ISAprobing @@ -593,7 +593,7 @@ RF_TIMESHARE - resource may be - time-shared by multiple drivers, i.e. allocated at the + time-shared by multiple drivers, i.e., allocated at the same time by many but activated only by one at any given moment of time. @@ -731,7 +731,7 @@ - Bus memory mapping + Bus Memory Mapping In many cases data is exchanged between the driver and the device through the memory. Two variants are possible: @@ -849,7 +849,7 @@ the future bus_dmamem_alloc() but not bus_dmamap_create() calls. Must be power of 2. If the memory is planned to be used - in non-cascaded DMA mode (i.e. the DMA addresses will be + in non-cascaded DMA mode (i.e., the DMA addresses will be supplied not by the device itself but by the ISA DMA controller) then the boundary must be no larger than 64KB (64*1024) due to the limitations of the DMA