From owner-freebsd-stable@FreeBSD.ORG Mon Dec 23 18:45:02 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89283A7 for ; Mon, 23 Dec 2013 18:45:02 +0000 (UTC) Received: from mail.eskimo.com (mail.eskimo.com [204.122.16.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FF7F14AE for ; Mon, 23 Dec 2013 18:45:02 +0000 (UTC) Received: from shellx.eskimo.com (shellx.eskimo.com [204.122.16.5]) by mail.eskimo.com (Postfix) with ESMTP id 2FC53193 for ; Mon, 23 Dec 2013 10:36:47 -0800 (PST) Received: by shellx.eskimo.com (Postfix, from userid 51518) id 20B933525; Mon, 23 Dec 2013 10:36:47 -0800 (PST) Date: Mon, 23 Dec 2013 10:36:47 -0800 From: Joseph Olatt To: freebsd-stable@freebsd.org Subject: CAM status: CCB request completed with an error Message-ID: <20131223183646.GA22168@eskimo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-Virus-Scanned: clamav-milter 0.98 at mail.eskimo.com X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 18:45:02 -0000 Hi, Just upgraded from 9.2-PRERELEASE to the following: FreeBSD cognac 9.2-STABLE FreeBSD 9.2-STABLE #0 r259742: Sun Dec 22 20:01:13 CST 2013 root@cognac:/usr/obj/usr/src/sys/GENERIC i386 and started seeing the following error when I insert a USB flash drive. This flash drive was working fine with 9.2-PRERELEASE. ugen6.2: at usbus6 umass0: on usbus6 umass0: SCSI over Bulk-Only; quirks = 0x4101 umass0:2:0:-1: Attached to scbus2 (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Retrying command (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Retrying command (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Retrying command (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Retrying command (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (probe0:umass-sim0:0:0:0): Error 5, Retries exhausted Anybody else seeing issues with the USB/CAM subsystem with the new the new 9.2-STABLE code?