Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2016 01:58:58 +0100
From:      Oliver Pinter <oliver.pinter@hardenedbsd.org>
To:        Scott Long <scottl@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r308296 - head/sys/cam/scsi
Message-ID:  <CAPQ4fftCWc3asYe2dm72=j4Je8087nZGAtj9RJ9D2ri3hBMGKQ@mail.gmail.com>
In-Reply-To: <201611041656.uA4GuaZF028619@repo.freebsd.org>
References:  <201611041656.uA4GuaZF028619@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/4/16, Scott Long <scottl@freebsd.org> wrote:
> Author: scottl
> Date: Fri Nov  4 16:56:36 2016
> New Revision: 308296
> URL: https://svnweb.freebsd.org/changeset/base/308296
>
> Log:
>   asc/ascq 44/0 is typically a non-transient, permanent error (at least
> until
>   the components are reset).  Therefore retries are pointless.  This is
> very
>   visible in SATL systems, for example an LSI SAS controller and a SATA
> HDD/SSD.
>
>   Reviewed by:	ken
>   Obtained from:	Netflix
>   MFC after:	3 days

Hi Scott!

What's the status of the MFCs to 10-STABLE and 11-STABLE?

>
> Modified:
>   head/sys/cam/scsi/scsi_all.c
>
> Modified: head/sys/cam/scsi/scsi_all.c
> ==============================================================================
> --- head/sys/cam/scsi/scsi_all.c	Fri Nov  4 16:24:38 2016	(r308295)
> +++ head/sys/cam/scsi/scsi_all.c	Fri Nov  4 16:56:36 2016	(r308296)
> @@ -2331,7 +2331,7 @@ static struct asc_table_entry asc_table[
>  	{ SST(0x43, 0x00, SS_RDEF,
>  	    "Message error") },
>  	/* DTLPWROMAEBKVF */
> -	{ SST(0x44, 0x00, SS_RDEF,
> +	{ SST(0x44, 0x00, SS_FATAL | EIO,
>  	    "Internal target failure") },
>  	/* DT P   MAEBKVF */
>  	{ SST(0x44, 0x01, SS_RDEF,	/* XXX TBD */
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPQ4fftCWc3asYe2dm72=j4Je8087nZGAtj9RJ9D2ri3hBMGKQ>