Re: 1.3.89 BusLogic driver problem
Leonard N. Zubkoff (lnz@dandelion.com)
Tue, 16 Apr 1996 08:09:02 -0700
It seems one of the new commands I used isn't supported in the 4.21 firmware
you have. I'm checking on precisely when this command was introduced, but in
the meanwhile, you can just change the line
if (HostAdapter->FirmwareVersion[0] >= '4')
to
if (HostAdapter->FirmwareVersion[0] >= '6')
which will deactivate that section of code until I determine the correct test.
I should have the correct information later today.
Leonard