From 0f5075bec475c13c459402f9e6032b41661f71cd Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 1 Dec 2003 10:13:00 +0000 Subject: [PATCH] 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 --- sys/cam/scsi/scsi_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index f7b89465539..67f6654138c 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -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") },