From owner-freebsd-scsi@FreeBSD.ORG Tue Jul 8 03:21:48 2014 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98A3F65B for ; Tue, 8 Jul 2014 03:21:48 +0000 (UTC) Received: from smtp.infotech.no (smtp.infotech.no [82.134.31.41]) by mx1.freebsd.org (Postfix) with ESMTP id 530D322B9 for ; Tue, 8 Jul 2014 03:21:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.infotech.no (Postfix) with ESMTP id 867A82041CE; Tue, 8 Jul 2014 05:12:33 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.6 (20110518) (Debian) at infotech.no Received: from smtp.infotech.no ([127.0.0.1]) by localhost (smtp.infotech.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T75nsy3zGvGr; Tue, 8 Jul 2014 05:12:31 +0200 (CEST) Received: from [192.168.48.86] (unknown [199.127.109.253]) by smtp.infotech.no (Postfix) with ESMTPA id E0792204171; Tue, 8 Jul 2014 05:12:30 +0200 (CEST) Message-ID: <53BB619B.4060908@interlog.com> Date: Mon, 07 Jul 2014 23:12:27 -0400 From: Douglas Gilbert Reply-To: dgilbert@interlog.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Subject: Re: [Bug 191717] [iscsi] smartctl -H gives "ATA output registers missing" for a disk using the isci driver References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: samm2@users.sourceforge.net, Christian Franke X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 03:21:48 -0000 On 14-07-07 09:45 PM, bugzilla-noreply@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191717 > > Mark Linimon changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Assignee|freebsd-bugs@FreeBSD.org |freebsd-scsi@FreeBSD.org > Summary|smartctl -H gives "ATA |[iscsi] smartctl -H gives > |output registers missing" |"ATA output registers > |for a disk using the isci |missing" for a disk using > |driver |the isci driver > > --- Comment #1 from Mark Linimon --- > Over to maintainers. > At the point of failure "whatever" produces this SCSI sense data: f0 00 01 00 50 40 00 00 00 c2 4f 00 00 1d 00 00 00 00 FreeBSD is wrong to print out 18 bytes because that is an 8 byte (deferred, fixed type) buffer because byte 7 (the additional length) is 0. Whatever produced that broken sense data is the probably culprit. It is trying to say there is "ATA pass-through information available" but fails to get its message across. Doug Gilbert