summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-01 10:13:00 +0000
committerobrien <obrien@FreeBSD.org>2003-12-01 10:13:00 +0000
commit3e6edc83b439599b816ec6d27e05685e600f6f7d (patch)
treea06d35411cf7edc202aed0bb54c7b37c57d3d404 /sys/cam/scsi/scsi_all.c
parent545adddc4d9be401b6c76bd59230a22986927477 (diff)
downloadFreeBSD-src-3e6edc83b439599b816ec6d27e05685e600f6f7d.zip
FreeBSD-src-3e6edc83b439599b816ec6d27e05685e600f6f7d.tar.gz
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
Diffstat (limited to 'sys/cam/scsi/scsi_all.c')
-rw-r--r--sys/cam/scsi/scsi_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index f7b8946..67f6654 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") },
OpenPOWER on IntegriCloud