mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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
1c35b08ea6
commit
9eefce67dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40353
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue