Bump the max number of initiators to 256 from 16. This is appropriate for

fibre channel and shouldn't hurt SPI.
This commit is contained in:
njl 2004-01-09 19:26:30 +00:00
parent 74ee4557d3
commit 470f844116

View File

@ -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 */