From: Alan Cox Date: Thu, 7 Dec 2006 04:39:33 +0000 (-0800) Subject: [PATCH] ide_scsi: allow it to be used for non CD only X-Git-Tag: v2.6.20-rc1~145^2^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaeab80bdbc0d10a98adc6fa76c29ca2f1816553;p=pandora-kernel.git [PATCH] ide_scsi: allow it to be used for non CD only Some people want to use ide_cd for CD-ROM but still dynamically load ide-scsi for things like tape drives. If you compile in the CD driver this works out but if you want them modular you need an option to ensure that whoever loads first the right things happen. This replaces the original draft patch which leaked a scsi host reference [akpm@osdl.org: add MODULE_PARM_DESC] Signed-off-by: Alan Cox Cc: Bartlomiej Zolnierkiewicz Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed