From owner-cvs-all@FreeBSD.ORG Wed Mar 14 06:04:59 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CB7616A400 for ; Wed, 14 Mar 2007 06:04:59 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id E4D2013C458 for ; Wed, 14 Mar 2007 06:04:58 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so57596wxc for ; Tue, 13 Mar 2007 23:04:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ccMF9ydsX16qOHtNkJD9mH9ngnYOuNTkaVa5Rq/rHuFv0IKjyMYYFZExLQK6t1vvMKYCixBBG+kKV3ZA3WtPDKR5LYX3HuM6aO8nk1OZakJTFALeLRAQ/L3d7Lw3J4WG63SLRA2DM9zNnjW1o4zk/7OKVnmtsywe21B3noDZwwg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mGZ7qQx28dzszdMAYUAPHpyJ+7oL5dFCu2barG7/0MPtNaxkbEoHvhR3Eo3+4ApNOIFyqfcx4dh/EqHeZM2cjVfEkvT7fSnKrzjII1+dOEBCHrE1/Edd0NNKsXEIoWPZWdetpz88LvEXKyAEK1gq/PiLG1HfPwJeWu3gx1KZAh0= Received: by 10.90.113.20 with SMTP id l20mr6796914agc.1173850653676; Tue, 13 Mar 2007 22:37:33 -0700 (PDT) Received: by 10.90.25.1 with HTTP; Tue, 13 Mar 2007 22:37:33 -0700 (PDT) Message-ID: Date: Tue, 13 Mar 2007 21:37:33 -0800 From: "Kip Macy" To: "Thomas Quinot" In-Reply-To: <200703132042.l2DKgnNn097927@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703132042.l2DKgnNn097927@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2007 06:04:59 -0000 Could you fix the build? On 3/13/07, Thomas Quinot wrote: > thomas 2007-03-13 20:42:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata atapi-cam.c > Log: > (atapi_action): Improve error reporting by removing ATA_R_QUIET flag > from ATAPI requests. If CAM debugging is enabled, also mark ATAPI > requests with ATA_R_DEBUG flag. > > (atapi_cb): Report ATAPI timeouts to the CAM layer. > Fix incorrect debugging traces in the presence of ATAPI errors. > > PR: kern/103602 > MFC after: 2 weeks > > Revision Changes Path > 1.49 +48 -32 src/sys/dev/ata/atapi-cam.c >