From owner-svn-doc-all@FreeBSD.ORG Mon Feb 11 00:07:30 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12203583; Mon, 11 Feb 2013 00:07:30 +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 D51D39E6; Mon, 11 Feb 2013 00:07:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B07TkG064802; Mon, 11 Feb 2013 00:07:29 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B07TwM064801; Mon, 11 Feb 2013 00:07:29 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110007.r1B07TwM064801@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:07:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40927 - head/en_US.ISO8859-1/books/arch-handbook/scsi 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:07:30 -0000 Author: rene Date: Mon Feb 11 00:07:29 2013 New Revision: 40927 URL: http://svnweb.freebsd.org/changeset/doc/40927 Log: Some 'igor -z' improvements. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml Mon Feb 11 00:06:40 2013 (r40926) +++ head/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml Mon Feb 11 00:07:29 2013 (r40927) @@ -69,7 +69,7 @@ - General architecture + General Architecture Common Access Method (CAM) @@ -166,7 +166,7 @@ bus? The answer given in the comments to the CAM code is: either way, as the driver's author prefers. - The arguments are: + The arguments are: action_func - pointer to @@ -226,7 +226,6 @@ depth. It depends on the abilities of the SCSI adapter. - SCSIadapter Finally we register the SCSI buses associated with our SCSI @@ -238,7 +237,7 @@ } If there is one devq structure per - SCSI bus (i.e. we consider a card with multiple buses as + SCSI bus (i.e., we consider a card with multiple buses as multiple cards with one bus each) then the bus number will always be 0, otherwise each bus on the SCSI card should be get a distinct number. Each bus needs its own separate structure @@ -562,7 +561,7 @@ to zero. tag_action - the kind - of tag to use: + of tag to use: CAM_TAG_ACTION_NONE - do not use tags for this @@ -574,7 +573,7 @@ itself - +