[PATCH] ide-pci-generic: kill the unused ifdef/endif/MODULE code

2008-02-02 Thread Denis Cheng
parameter also documented in Documentation/kernel-parameters.txt Signed-off-by: Denis Cheng [EMAIL PROTECTED] --- Documentation/kernel-parameters.txt |3 +++ drivers/ide/pci/Makefile|3 ++- drivers/ide/pci/generic.c | 13 - 3 files changed, 5 insertions

[PATCH] ide-core: remove conditional compiling with MODULE in ide-core.c

2008-02-01 Thread Denis Cheng
parameters also can be input on the kernel command line, with this style: ide-core.options=ide=nodma hdd=cdrom idebus=... so Documentation/kernel-parameters.txt also updated. Signed-off-by: Denis Cheng [EMAIL PROTECTED] --- Documentation/kernel-parameters.txt | 11 +-- drivers/ide/ide.c

[PATCH 2/2] ide-scsi: use print_hex_dump from linux/kernel.h

2007-11-25 Thread Denis Cheng
these utilities implemented in lib/hexdump.c are more handy, please use this. Cc: Randy Dunlap [EMAIL PROTECTED] Signed-off-by: Denis Cheng [EMAIL PROTECTED] --- there are still much other private hexdump implementations in the source, which reinvent the wheel, we can find them through: $ grep