Hello, This little patch adds more ifdef's to surround code not necessary for the standard ATAPI drives. I've tried to find all the code that was handling special cases. It reduces slightly more the module size :-) As most of the non standard drives handled seem quite old, this is very safe. This patch has to be applied after my previous patch (ide-cd-2.6.12-report-current-speed.patch) but I can remake it directly against latest vanilla kernel if you prefer. BTW, I'd like to make a Kconfig option for STANDARD_ATAPI, would you accept it? please apply, Eric -- Specify, in the ide-cd driver, additional code which is for non standard ATAPI drives. Signed-off-by: Eric Piel --