diff options
| author | Scott Long <scottl@FreeBSD.org> | 2016-11-04 16:56:36 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2016-11-04 16:56:36 +0000 |
| commit | b575f33f67cfb4592fa534c7e874cfe3b80a8624 (patch) | |
| tree | 27dc65e2ecef81c41d3310df166346e10ffd36f9 | |
| parent | 95a3636709a320c128705e73a30a40719d338a4e (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 9a89ae910b5d..ee45852811c7 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -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 */ |
