1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00: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:
David E. O'Brien 2003-12-01 10:13:00 +00:00
parent 408145888e
commit 0f5075bec4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123083

View File

@ -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") },