From 6cb73603b3253ec2aaad1b83f7fe23835060a828 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 20 Jan 2017 15:31:18 +0100 Subject: [PATCH 254/257] Revert "sys/cam: Retry in case of 'uncorrectable' errors" Suspected to prevent ripping of "Puhdys - Undercover". Obtained from: ElectroBSD --- sys/cam/scsi/scsi_all.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 83ea7ea9bf0c..6732243f84cb 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -1407,8 +1407,8 @@ static struct asc_table_entry asc_table[] = { { SST(0x11, 0x04, SS_FATAL|EIO, "Unrecovered read error - auto reallocate failed") }, /* WRO B */ - { SST(0x11, 0x05, SS_RDEF, - "L-EC 'uncorrectable' error") }, + { SST(0x11, 0x05, SS_FATAL|EIO, + "L-EC uncorrectable error") }, /* WRO B */ { SST(0x11, 0x06, SS_FATAL|EIO, "CIRC unrecovered error") }, -- 2.11.0