lkml.org 
[lkml]   [1996]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 1.3.89 BusLogic driver problem
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



\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.056 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site