Date: Wed, 26 Jun 2013 09:56:33 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252250 - head/sys/cam/scsi Message-ID: <201306260956.r5Q9uXnD074042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Wed Jun 26 09:56:33 2013 New Revision: 252250 URL: http://svnweb.freebsd.org/changeset/base/252250 Log: Fix some UTF-8 chars slipped into r252204 via copy/paste. Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c ============================================================================== --- head/sys/cam/scsi/scsi_all.c Wed Jun 26 09:21:36 2013 (r252249) +++ head/sys/cam/scsi/scsi_all.c Wed Jun 26 09:56:33 2013 (r252250) @@ -796,9 +796,9 @@ static struct asc_table_entry seagate_en { SST(0x0B, 0x8C, SS_RDEF, "12V Voltage Warning") }, { SST(0x0C, 0xFF, SS_RDEF, - "Write Error – Too many error recovery revs") }, + "Write Error - Too many error recovery revs") }, { SST(0x11, 0xFF, SS_RDEF, - "Unrecovered Read Error – Too many error recovery revs") }, + "Unrecovered Read Error - Too many error recovery revs") }, { SST(0x19, 0x0E, SS_RDEF, "Fewer than 1/2 defect list copies") }, { SST(0x20, 0xF3, SS_RDEF, @@ -812,15 +812,15 @@ static struct asc_table_entry seagate_en { SST(0x24, 0xF3, SS_RDEF, "Drive formatted without plist") }, { SST(0x26, 0x95, SS_RDEF, - "Invalid Field Parameter – CAP File") }, + "Invalid Field Parameter - CAP File") }, { SST(0x26, 0x96, SS_RDEF, - "Invalid Field Parameter – RAP File") }, + "Invalid Field Parameter - RAP File") }, { SST(0x26, 0x97, SS_RDEF, - "Invalid Field Parameter – TMS Firmware Tag") }, + "Invalid Field Parameter - TMS Firmware Tag") }, { SST(0x26, 0x98, SS_RDEF, - "Invalid Field Parameter – Check Sum") }, + "Invalid Field Parameter - Check Sum") }, { SST(0x26, 0x99, SS_RDEF, - "Invalid Field Parameter – Firmware Tag") }, + "Invalid Field Parameter - Firmware Tag") }, { SST(0x29, 0x08, SS_RDEF, "Write Log Dump data") }, { SST(0x29, 0x09, SS_RDEF, @@ -834,7 +834,7 @@ static struct asc_table_entry seagate_en { SST(0x31, 0x91, SS_RDEF, "Format Corrupted World Wide Name (WWN) is Invalid") }, { SST(0x32, 0x03, SS_RDEF, - "Defect List – Length exceeds Command Allocated Length") }, + "Defect List - Length exceeds Command Allocated Length") }, { SST(0x33, 0x00, SS_RDEF, "Flash not ready for access") }, { SST(0x3F, 0x70, SS_RDEF,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306260956.r5Q9uXnD074042>