All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] link scsi_debug later
@ 2006-03-17 20:44 Randy.Dunlap
  2006-03-18  5:29 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: Randy.Dunlap @ 2006-03-17 20:44 UTC (permalink / raw)
  To: scsi; +Cc: jejb, akpm

From: Randy Dunlap <rdunlap@xenotime.net>

Link scsi-debug driver after SATA so that scsi-debug does not
interfere with real SCSI device ordering.
Yes, I was bitten by this.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 drivers/scsi/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2616-rc6.orig/drivers/scsi/Makefile
+++ linux-2616-rc6/drivers/scsi/Makefile
@@ -117,7 +117,6 @@ obj-$(CONFIG_SCSI_PPA)		+= ppa.o
 obj-$(CONFIG_SCSI_IMM)		+= imm.o
 obj-$(CONFIG_JAZZ_ESP)		+= NCR53C9x.o	jazz_esp.o
 obj-$(CONFIG_SUN3X_ESP)		+= NCR53C9x.o	sun3x_esp.o
-obj-$(CONFIG_SCSI_DEBUG)	+= scsi_debug.o
 obj-$(CONFIG_SCSI_FCAL)		+= fcal.o
 obj-$(CONFIG_SCSI_LASI700)	+= 53c700.o lasi700.o
 obj-$(CONFIG_SCSI_NSP32)	+= nsp32.o
@@ -140,6 +139,7 @@ obj-$(CONFIG_SCSI_SATA_MV)	+= libata.o s
 obj-$(CONFIG_SCSI_PDC_ADMA)	+= libata.o pdc_adma.o
 
 obj-$(CONFIG_ARM)		+= arm/
+obj-$(CONFIG_SCSI_DEBUG)	+= scsi_debug.o
 
 obj-$(CONFIG_CHR_DEV_ST)	+= st.o
 obj-$(CONFIG_CHR_DEV_OSST)	+= osst.o


---

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-18 19:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-17 20:44 [PATCH] link scsi_debug later Randy.Dunlap
2006-03-18  5:29 ` Andrew Morton
2006-03-18  6:19   ` Randy.Dunlap
2006-03-18  6:24     ` Douglas Gilbert
2006-03-18 13:22       ` James Bottomley
2006-03-18 19:07         ` Randy.Dunlap
2006-03-18  6:27     ` Andrew Morton
2006-03-18 13:07       ` Matthew Wilcox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.