summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-01-09 19:26:30 +0000
committernjl <njl@FreeBSD.org>2004-01-09 19:26:30 +0000
commit470f844116dcc2c1d05a35f0a46db491f06424b7 (patch)
tree42766fe43dc1e5d58d5865b6d48a6ebb94b6ac71
parent74ee4557d3dd09ef4f885588546aa8bc3c0aca30 (diff)
downloadFreeBSD-src-470f844116dcc2c1d05a35f0a46db491f06424b7.zip
FreeBSD-src-470f844116dcc2c1d05a35f0a46db491f06424b7.tar.gz
Bump the max number of initiators to 256 from 16. This is appropriate for
fibre channel and shouldn't hurt SPI.
-rw-r--r--share/examples/scsi_target/scsi_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/scsi_target/scsi_target.h b/share/examples/scsi_target/scsi_target.h
index 4f7ad68..4ae80e5 100644
--- a/share/examples/scsi_target/scsi_target.h
+++ b/share/examples/scsi_target/scsi_target.h
@@ -32,10 +32,10 @@
#define _SCSI_TARGET_H
/*
- * Maximum number of parallel commands to accept
- * Set to 256 for Fibre Channel (SPI is 16)
+ * Maximum number of parallel commands to accept,
+ * 256 for Fibre Channel (SPI is 16).
*/
-#define MAX_INITIATORS 16
+#define MAX_INITIATORS 256
#define SECTOR_SIZE 512
#define MAX_EVENTS (MAX_INITIATORS + 5)
/* kqueue for AIO, signals */
OpenPOWER on IntegriCloud