- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / drivers / scsi / ChangeLog.ips
blob481b4d4e50bf55caaca018ba89c2dd5a39b5ceb2
1 IBM ServeRAID driver Change Log
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3         4.20.14  - Update patch files for kernel 2.4.0-test5
5         4.20.13  - Fix some failure cases / reset code
6                  - Hook into the reboot_notifier to flush the controller
7                    cache
9         4.20.03 - Rename version to coincide with new release schedules
10                 - Performance fixes
11                 - Fix truncation of /proc files with cat
12                 - Merge in changes through kernel 2.4.0test1ac21
14         4.10.13 - Fix for dynamic unload and proc file system
16         4.10.00 - Add support for ServeRAID 4M/4L
18         4.00.06 - Fix timeout with initial FFDC command
20         4.00.05 - Remove wish_block from init routine
21                 - Use linux/spinlock.h instead of asm/spinlock.h for kernels
22                   2.3.18 and later
23                 - Sync with other changes from the 2.3 kernels
25         4.00.04 - Rename structures/constants to be prefixed with IPS_
27         4.00.03 - Add alternative passthru interface
28                 - Add ability to flash ServeRAID BIOS
30         4.00.02 - Fix problem with PT DCDB with no buffer
32         4.00.01 - Add support for First Failure Data Capture
34         4.00.00 - Add support for ServeRAID 4
36         3.60.02 - Make DCDB direction based on lookup table.
37                 - Only allow one DCDB command to a SCSI ID at a time.
39         3.60.01 - Remove bogus error check in passthru routine.
41         3.60.00 - Bump max commands to 128 for use with ServeRAID
42                   firmware 3.60.
43                 - Change version to 3.60 to coincide with ServeRAID release
44                   numbering.
46         1.00.00 - Initial Public Release
47                 - Functionally equivalent to 0.99.05
49         0.99.05 - Fix an oops on certain passthru commands
51         0.99.04 - Fix race condition in the passthru mechanism
52                   -- this required the interface to the utilities to change
53                 - Fix error recovery code
55         0.99.03 - Make interrupt routine handle all completed request on the
56                   adapter not just the first one
57                 - Make sure passthru commands get woken up if we run out of
58                   SCBs
59                 - Send all of the commands on the queue at once rather than
60                   one at a time since the card will support it.
62         0.99.02 - Added some additional debug statements to print out
63                   errors if an error occurs while trying to read/write
64                   to a logical drive (IPS_DEBUG).
66                 - Fixed read/write errors when the adapter is using an
67                   8K stripe size.