From owner-freebsd-current@FreeBSD.ORG Thu May 2 13:52:37 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7751FF94 for ; Thu, 2 May 2013 13:52:37 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) by mx1.freebsd.org (Postfix) with ESMTP id EEAE51E24 for ; Thu, 2 May 2013 13:52:36 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id z5so537083lbh.14 for ; Thu, 02 May 2013 06:52:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:openpgp:content-type :content-transfer-encoding:x-gm-message-state; bh=aGDTnwE0M2n8MLkx7xKUhYB459yC2Ec2d+Lvp3J0f0s=; b=kt3CmbDIdRvcybBxefUQSlxfGFuM9t34snogz3dt7aLuFb2seZbxbCH0S7P7aRl3Rn itSQsbFCCw4+NPWXzd2QoIrRqHbYLhstKHg/RFVVOA3XXRozNTYNcaS5fVFvw2QkHODL UKM5vN/98u6vEyw0lTmw1CNZWhfRnUaPgNzPrsdN6z+1cAJPqXjbfTvuxtpvqK/2eZOY d8Rmbhx2db+kRAphFojpIOQ51PhiWGflCFcn5z5eK5smt483KjaTqRx+p7Eifvt3mxWH k8OHACnH2DZIR+qzPlHpknFW8ibSJlpDWU2YJ2VhDk0Er7NnC8qtoZhNSTWqynUlxXcc MaUQ== X-Received: by 10.112.155.202 with SMTP id vy10mr2733218lbb.51.1367502750374; Thu, 02 May 2013 06:52:30 -0700 (PDT) Received: from [192.168.1.2] ([89.169.163.3]) by mx.google.com with ESMTPSA id jr19sm2839928lab.0.2013.05.02.06.52.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 May 2013 06:52:29 -0700 (PDT) Message-ID: <51826F9B.5030800@freebsd.org> Date: Thu, 02 May 2013 17:52:27 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Steven Hartland Subject: Re: Last current shows strange CAM/SCSI error on empty USB card reader on the boot References: <51820CE6.1050607@freebsd.org> <51821AE2.9010503@FreeBSD.org> In-Reply-To: OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnfMnXy4DTdKfEqfXFiYGc6wJteL7cpI+PazBEXdpIcTGAAcoun0gkz+IYE/elfaJAJhjxt Cc: Alexander Motin , current@FreeBSD.org, scsi@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 13:52:37 -0000 On 02.05.2013 15:33, Steven Hartland wrote: > Yer, this one is slightly different issue than the one ken@ reported > but its easy fixed, just needs:- > Index: sys/cam/scsi/scsi_da.c > =================================================================== > --- sys/cam/scsi/scsi_da.c (revision 250174) > +++ sys/cam/scsi/scsi_da.c (working copy) > @@ -3118,7 +3183,7 @@ > } else { > int error; > error = daerror(done_ccb, CAM_RETRY_SELTO, > - SF_RETRY_UA|SF_QUIET_IR); > + SF_RETRY_UA|SF_NO_PRINT); > if (error == ERESTART) > return; > Thanx, this patch suppress console error. -- bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N