Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 16:50:51 +0800
From:      fengyd <fengyd81@gmail.com>
To:        freebsd-scsi@freebsd.org
Subject:   Re: What does the error code 82 mean?
Message-ID:  <CACnvu8YVapcG50oBFSjd1731N-8G7zdybjN2CN6mpgzdrXrifQ@mail.gmail.com>
In-Reply-To: <CACnvu8aooXfqV3sG_VbispuZQRVs=g3zVU=GUrqB1QN5g2x6Mg@mail.gmail.com>
References:  <CACnvu8aooXfqV3sG_VbispuZQRVs=g3zVU=GUrqB1QN5g2x6Mg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

It seems the error code 82 & 3F is 0x12.
And the definition of the error code in the file cam.h:
        CAM_AUTOSENSE_FAIL = 0x10,/* Autosense: request sense cmd fail */
        CAM_NO_HBA,             /* No HBA Detected error */
        CAM_DATA_RUN_ERR,       /* Data Overrun error */

So, it means data overrun error?

Thanks.

Br.
Yafeng

On Sat, Feb 28, 2015 at 4:32 PM, fengyd <fengyd81@gmail.com> wrote:

> 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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACnvu8YVapcG50oBFSjd1731N-8G7zdybjN2CN6mpgzdrXrifQ>