|
Lines 1102-1108
static struct asc_table_entry asc_table[
Link Here
|
| 1102 |
"Persistent write protect") }, |
1102 |
"Persistent write protect") }, |
| 1103 |
/* T */{SST(0x27, 0x05, SS_FATAL|EACCES, |
1103 |
/* T */{SST(0x27, 0x05, SS_FATAL|EACCES, |
| 1104 |
"Permanent write protect") }, |
1104 |
"Permanent write protect") }, |
| 1105 |
/* DTLPWRSOMCAE */{SST(0x28, 0x00, SS_FATAL|ENXIO, |
1105 |
/* DTLPWRSOMCAE */{SST(0x28, 0x00, SS_FATAL_NORMAL|ENXIO, |
| 1106 |
"Not ready to ready change, medium may have changed") }, |
1106 |
"Not ready to ready change, medium may have changed") }, |
| 1107 |
/* DTLPWRSOMCAE */{SST(0x28, 0x01, SS_FATAL|ENXIO, |
1107 |
/* DTLPWRSOMCAE */{SST(0x28, 0x01, SS_FATAL|ENXIO, |
| 1108 |
"Import or export element accessed") }, |
1108 |
"Import or export element accessed") }, |
|
Lines 1197-1203
static struct asc_table_entry asc_table[
Link Here
|
| 1197 |
"Rounded parameter") }, |
1197 |
"Rounded parameter") }, |
| 1198 |
/* DTL WRSOMCAE */{SST(0x39, 0x00, SS_RDEF, |
1198 |
/* DTL WRSOMCAE */{SST(0x39, 0x00, SS_RDEF, |
| 1199 |
"Saving parameters not supported") }, |
1199 |
"Saving parameters not supported") }, |
| 1200 |
/* DTL WRSOM */{SST(0x3A, 0x00, SS_FATAL|ENXIO, |
1200 |
/* DTL WRSOM */{SST(0x3A, 0x00, SS_FATAL_NORMAL|ENXIO, |
| 1201 |
"Medium not present") }, |
1201 |
"Medium not present") }, |
| 1202 |
/* DT WR OM */{SST(0x3A, 0x01, SS_FATAL|ENXIO, |
1202 |
/* DT WR OM */{SST(0x3A, 0x01, SS_FATAL|ENXIO, |
| 1203 |
"Medium not present - tray closed") }, |
1203 |
"Medium not present - tray closed") }, |
|
Lines 1395-1401
static struct asc_table_entry asc_table[
Link Here
|
| 1395 |
"End of user area encountered on this track") }, |
1395 |
"End of user area encountered on this track") }, |
| 1396 |
/* R */{SST(0x63, 0x01, SS_FATAL|ENOSPC, |
1396 |
/* R */{SST(0x63, 0x01, SS_FATAL|ENOSPC, |
| 1397 |
"Packet does not fit in available space") }, |
1397 |
"Packet does not fit in available space") }, |
| 1398 |
/* R */{SST(0x64, 0x00, SS_FATAL|ENXIO, |
1398 |
/* R */{SST(0x64, 0x00, SS_FATAL_NORMAL|ENXIO, |
| 1399 |
"Illegal mode for this track") }, |
1399 |
"Illegal mode for this track") }, |
| 1400 |
/* R */{SST(0x64, 0x01, SS_RDEF, |
1400 |
/* R */{SST(0x64, 0x01, SS_RDEF, |
| 1401 |
"Invalid packet size") }, |
1401 |
"Invalid packet size") }, |