Andrew Gallatin reported some internal queue overflows with MAXISPREQUEST
at 256. So- to be safe, let's roll back to 64 while we do some more investigating.
This commit is contained in:
parent
f417a55b2f
commit
79798ff9eb
@ -78,7 +78,7 @@ struct isposinfo {
|
||||
#define isp_name isp_osinfo.name
|
||||
|
||||
|
||||
#define MAXISPREQUEST 256
|
||||
#define MAXISPREQUEST 64
|
||||
|
||||
#define PVS "Qlogic ISP Driver, FreeBSD CAM"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user