Reduce the number of outstanding commands we will send to the controller
to 50. This has been reported to avoid the problems that many users have been experiencing with crashing the card firmware during rebuilds.
This commit is contained in:
parent
da8e360acf
commit
b1e68a44b5
@ -125,7 +125,7 @@
|
||||
#define TWE_INIT_MESSAGE_CREDITS 0x100
|
||||
#define TWE_INIT_COMMAND_PACKET_SIZE 0x3
|
||||
#define TWE_MAX_SGL_LENGTH 62
|
||||
#define TWE_Q_LENGTH 256
|
||||
#define TWE_Q_LENGTH 50
|
||||
#define TWE_Q_START 0
|
||||
#define TWE_MAX_RESET_TRIES 3
|
||||
#define TWE_UNIT_INFORMATION_TABLE_BASE 0x300
|
||||
|
Loading…
x
Reference in New Issue
Block a user