From 8a568a3deb0d27d97107a6f17702a8c0e40cb583 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 11 Feb 2013 00:07:29 +0000 Subject: [PATCH] Some 'igor -z' improvements. Approved by: gjb (mentor) --- en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml index bdd4fd3928..a95997cd52 100644 --- a/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml +++ b/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.xml @@ -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 - +