ChangeLog.lpfc (dea3101e0a5c897d2c9351a7444e139db9f40247) ChangeLog.lpfc (025dfdafe77f20b3890981a394774baab7b9c827)
1Known issues :
2 * Please read the associated RELEASE-NOTES file !!!
3 * This source release intended for upstream kernel releases only!
4
5Changes from 20050323 to 20050413
6
7 * Changed version number to 8.0.28
8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now

--- 719 unchanged lines hidden (view full) ---

728 I also replaced the messy SLI2_SLIM_t with a simple struct
729 lpfc2_sli2_slim that only contains the part of the union we care
730 about while using SLI2_SLIM_SIZE for all size calculations
731 directly.
732 * Integrated patch from Christoph Hellwig: This streamlines the
733 I/O completion path a little more, especially taking care of
734 fast-pathing the non-error case. Also removes tons of dead
735 members and defines from lpfc_scsi.h - e.g. lpfc_target is down
1Known issues :
2 * Please read the associated RELEASE-NOTES file !!!
3 * This source release intended for upstream kernel releases only!
4
5Changes from 20050323 to 20050413
6
7 * Changed version number to 8.0.28
8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now

--- 719 unchanged lines hidden (view full) ---

728 I also replaced the messy SLI2_SLIM_t with a simple struct
729 lpfc2_sli2_slim that only contains the part of the union we care
730 about while using SLI2_SLIM_SIZE for all size calculations
731 directly.
732 * Integrated patch from Christoph Hellwig: This streamlines the
733 I/O completion path a little more, especially taking care of
734 fast-pathing the non-error case. Also removes tons of dead
735 members and defines from lpfc_scsi.h - e.g. lpfc_target is down
736 to nothing more then the lpfc_nodelist pointer.
736 to nothing more than the lpfc_nodelist pointer.
737 * Added binary sysfs file to issue mbox commands
738 * Replaced #if __BIG_ENDIAN with #if __BIG_ENDIAN_BITFIELD for
739 compatibility with the user space applications.
740 * Decrease the amount of data in proc_info.
741 * Condense nodelist flag members.
742 * Expand INFO for discovery sysfs shost entries.
743 * Notify user if information exceeds 4k sysfs limit.
744 * Removed a bunch of unused #defines.

--- 1121 unchanged lines hidden ---
737 * Added binary sysfs file to issue mbox commands
738 * Replaced #if __BIG_ENDIAN with #if __BIG_ENDIAN_BITFIELD for
739 compatibility with the user space applications.
740 * Decrease the amount of data in proc_info.
741 * Condense nodelist flag members.
742 * Expand INFO for discovery sysfs shost entries.
743 * Notify user if information exceeds 4k sysfs limit.
744 * Removed a bunch of unused #defines.

--- 1121 unchanged lines hidden ---