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:
Nate Lawson 2004-01-09 19:26:30 +00:00
parent 6d38a06c85
commit daa66c2c60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124307

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