# BRCM_VERSION=3
[bcm963xx.git] / kernel / linux / Documentation / scsi / ChangeLog.megaraid
1 ### Version 2.00.3
2 Wed Jan 29 09:13:44 EST 200 - Atul Mukker <atulm@lsil.com>
3 i.      Change the handshake in ISR while acknowledging interrupts. Write the
4         valid interrupt pattern 0x10001234 as soon as it is read from the
5         outdoor register. In existing driver and on certain platform, invalid
6         command ids were being returned.
7
8         Also, do not wait on status be become 0xFF, since FW can return this
9         status in certain circumstances.
10
11         Initialize the numstatus field of mailbox to 0xFF so that we can wait
12         on this wait in next interrupt. Firmware does not change its value
13         unless there are some status to be posted
14
15 ii.     Specify the logical drive number while issuing the RESERVATION_STATUS
16
17 iii.    Reduce the default mailbox busy wait time from 300us to 10us. This is
18         done to avaoid a possible deadlock in FW because of longer bust waits.
19
20 iv.     The max outstanding commands are reduced to 126 because that't the
21         safest value on all FW.
22
23 v.      Number of sectors per IO are reduced to 128 (64kb), becuase FW needs
24         resources in special circumstances like check consistency, rebuilds
25         etc.
26
27 vi.     max_commands is no longer a module parameter because of iv.
28
29 ### Version: 2.00.2
30 i.      Intermediate release with kernel specific code
31
32
33 ### Version: 2.00.1i
34 Wed Dec  4 14:34:51 EST 2002 - Atul Mukker <atulm@lsil.com>
35 i.      Making the older IO based controllers to work with this driver
36
37
38 ### Version 2.00.1
39 Fri Nov 15 10:59:44 EST 2002 - Atul Mukker <atulm@lsil.com>
40 i.      Release host lock before issuing internal command to reset
41         reservations in megaraid_reset() and reacquire after internal command
42         is completed.