~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/drivers/scsi/ChangeLog.ips

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 IBM ServeRAID driver Change Log
  2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3         4.20.14  - Update patch files for kernel 2.4.0-test5
  4 
  5         4.20.13  - Fix some failure cases / reset code
  6                  - Hook into the reboot_notifier to flush the controller
  7                    cache
  8 
  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
 13 
 14         4.10.13 - Fix for dynamic unload and proc file system
 15 
 16         4.10.00 - Add support for ServeRAID 4M/4L
 17 
 18         4.00.06 - Fix timeout with initial FFDC command
 19 
 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
 24 
 25         4.00.04 - Rename structures/constants to be prefixed with IPS_
 26 
 27         4.00.03 - Add alternative passthru interface
 28                 - Add ability to flash ServeRAID BIOS
 29 
 30         4.00.02 - Fix problem with PT DCDB with no buffer
 31 
 32         4.00.01 - Add support for First Failure Data Capture
 33 
 34         4.00.00 - Add support for ServeRAID 4
 35 
 36         3.60.02 - Make DCDB direction based on lookup table.
 37                 - Only allow one DCDB command to a SCSI ID at a time.
 38 
 39         3.60.01 - Remove bogus error check in passthru routine.
 40 
 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.
 45 
 46         1.00.00 - Initial Public Release
 47                 - Functionally equivalent to 0.99.05
 48 
 49         0.99.05 - Fix an oops on certain passthru commands
 50 
 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
 54 
 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.
 61 
 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).
 65 
 66                 - Fixed read/write errors when the adapter is using an
 67                   8K stripe size.
 68 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.