From owner-freebsd-doc@FreeBSD.ORG Wed Dec 15 21:30:20 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C892A16A4CE for ; Wed, 15 Dec 2004 21:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACB943D64 for ; Wed, 15 Dec 2004 21:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFLUK16075664 for ; Wed, 15 Dec 2004 21:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBFLUKew075662; Wed, 15 Dec 2004 21:30:20 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2004 21:30:20 GMT Resent-Message-Id: <200412152130.iBFLUKew075662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joel Dahl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A6C16A4CE for ; Wed, 15 Dec 2004 21:25:45 +0000 (GMT) Received: from av9-1-sn2.hy.skanova.net (av9-1-sn2.hy.skanova.net [81.228.8.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B58E43D5D for ; Wed, 15 Dec 2004 21:25:43 +0000 (GMT) (envelope-from joel@automatvapen.se) Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id B2E433822F; Wed, 15 Dec 2004 22:25:42 +0100 (CET) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id A3D3A37F93 for ; Wed, 15 Dec 2004 22:25:42 +0100 (CET) Received: from dude.automatvapen.se (t10o55p94.telia.com [81.225.221.214]) by smtp4-2-sn2.hy.skanova.net (Postfix) with SMTP id A242937E44 for ; Wed, 15 Dec 2004 22:25:41 +0100 (CET) Received: by dude.automatvapen.se (sSMTP sendmail emulation); Wed, 15 Dec 2004 22:26:09 +0100 Message-Id: <20041215212541.A242937E44@smtp4-2-sn2.hy.skanova.net> Date: Wed, 15 Dec 2004 22:26:09 +0100 From: "Joel Dahl" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/75131: [patch] arch-handbook: chapter 16: Minor corrections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Dahl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 21:30:21 -0000 >Number: 75131 >Category: docs >Synopsis: [patch] arch-handbook: chapter 16: Minor corrections >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 21:30:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Joel Dahl >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dude.automatvapen.se 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Nov 13 19:50:36 CET 2004 joel@dude.automatvapen.se:/usr/obj/usr/src/sys/WRK i386 >Description: - Correct name (Justin T. Gibbs) - Correct spelling >How-To-Repeat: >Fix: --- archfix.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/arch-handbook/scsi/chapter.sgml,v retrieving revision 1.14 diff -u -r1.14 chapter.sgml --- chapter.sgml 11 Aug 2004 17:25:04 -0000 1.14 +++ chapter.sgml 15 Dec 2004 21:17:09 -0000 @@ -33,10 +33,10 @@ - and from the CAM code itself (by Justing T. Gibbs, see + and from the CAM code itself (by Justin T. Gibbs, see /sys/cam/*). When some solution looked the most logical and was essentially verbatim extracted from the code - by Justin Gibbs, I marked it as recommended. + by Justin T. Gibbs, I marked it as recommended. The document is illustrated with examples in pseudo-code. Although sometimes the examples have many details @@ -587,7 +587,7 @@ Then allocate whatever data structures (such as card-dependent hardware control block) we need to process this - request. If we ca not then freeze the SIM queue and remember + request. If we can not then freeze the SIM queue and remember that we have a pending operation, return the CCB back and ask CAM to re-queue it. Later when the resources become available the SIM queue must be unfrozen by returning a ccb with the --- archfix.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: