From owner-freebsd-scsi@FreeBSD.ORG Sat Feb 28 08:32:14 2015 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A271D922 for ; Sat, 28 Feb 2015 08:32:14 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AECB7A9 for ; Sat, 28 Feb 2015 08:32:14 +0000 (UTC) Received: by igdh15 with SMTP id h15so6233704igd.3 for ; Sat, 28 Feb 2015 00:32:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=niksG2L4MMatCl0FPY5xg5wHtwDRrvA688RF/+y6t2Q=; b=N57dOou8vj01CBgegk/pfpyBM4VgByaPWTkk843MwJQvDTr46e9kQ0nJcaVNwGOmpV reOvgJzPhmzZMaUILL3dbB87l0ZZRjpoaRb9mXDs3G5lRQUIIIU6alruFCn6zxo3i9Dh eGiO7akYewqvq/cTvedanayxK5o+w9/kCvIlI0n94R5+SRLXlSIMnsozjjEpXTe4ly0v LAfKG+m0LE9dLpIGOEgtufTQdp82bbQf5P8s1MK5g8fYgVR0BesMlU+fqbIHxvVAoNaZ ha7GiCyU2oiKItNabYtXCPLErhPZU+X4BUmnrnI3Ei2qajhYrk0TKkDR70XAQQydGEFk YYbQ== MIME-Version: 1.0 X-Received: by 10.107.17.89 with SMTP id z86mr24398774ioi.52.1425112333577; Sat, 28 Feb 2015 00:32:13 -0800 (PST) Received: by 10.36.23.133 with HTTP; Sat, 28 Feb 2015 00:32:13 -0800 (PST) Date: Sat, 28 Feb 2015 16:32:13 +0800 Message-ID: Subject: What does the error code 82 mean? From: fengyd To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 08:32:14 -0000 Hi, INQUIRY command is sent to the target, but error code 82 is returned. I added some log in the driver: SIR_COMPLETE_ERROR (pass0:sym0:0:0:0): sym_complete_error status = 18 (pass0:sym0:0:0:0): status = 82 Do you know what does the error code 82 mean? Thanks in advance. Br. Yafeng