mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.
This reduces the 90+ lines boot output of spewage GEOM does for my Plextor SCSI burner. Submitted by: scottl Approved by: scottl
This commit is contained in:
parent
408145888e
commit
0f5075bec4
1 changed files with 1 additions and 1 deletions
|
|
@ -1395,7 +1395,7 @@ static struct asc_table_entry asc_table[] = {
|
|||
"End of user area encountered on this track") },
|
||||
/* R */{SST(0x63, 0x01, SS_FATAL|ENOSPC,
|
||||
"Packet does not fit in available space") },
|
||||
/* R */{SST(0x64, 0x00, SS_RDEF,
|
||||
/* R */{SST(0x64, 0x00, SS_FATAL|ENXIO,
|
||||
"Illegal mode for this track") },
|
||||
/* R */{SST(0x64, 0x01, SS_RDEF,
|
||||
"Invalid packet size") },
|
||||
|
|
|
|||
Loading…
Reference in a new issue