mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
16 lines
728 B
Plaintext
16 lines
728 B
Plaintext
|
1 Release Date : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com>
|
||
|
2 Current Version : 00.00.02.00-rc4
|
||
|
3 Older Version : 00.00.02.01
|
||
|
|
||
|
i. Code reorganized to remove code duplication in megasas_build_cmd.
|
||
|
|
||
|
"There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepathes and merge the reminder of megasas_build_cmd into megasas_queue_command"
|
||
|
|
||
|
- Christoph Hellwig <hch@lst.de>
|
||
|
|
||
|
ii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems.
|
||
|
|
||
|
"MEGASAS_IOC_FIRMWARE can't be redefined if CONFIG_COMPAT is set, we need to define a MEGASAS_IOC_FIRMWARE32 define so native binaries continue to work"
|
||
|
|
||
|
- Christoph Hellwig <hch@lst.de>
|