public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drive side 80-wire cable detection failed
@ 2007-11-03 23:09 Tobias Hoffmann
  2007-11-03 23:20 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Hoffmann @ 2007-11-03 23:09 UTC (permalink / raw)
  To: linux-kernel

Hi!

On my NV3 board with a Samsung SP1634N Harddisk I wrongly got
"drive side 80-wire cable detection failed" with the current kernel.

A possible fix is attached.

Please CC any replies as I'm not on the list.

  Tobias


diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index dcda0f1..e3cfd6c 100644
--- a/drivers/ide/ide-iops.c
+++ b/drivers/ide/ide-iops.c
@@ -588,6 +588,7 @@ EXPORT_SYMBOL_GPL(ide_in_drive_list);
 static const struct drive_list_entry ivb_list[] = {
        { "QUANTUM FIREBALLlct10 05"    , "A03.0900"    },
        { "TSSTcorp CDDVDW SH-S202J"    , "SB00"        },
+       { "SAMSUNG SP1634N"             , "UZ100-03"    },
        { NULL                          , NULL          }
 };


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

end of thread, other threads:[~2007-11-05 22:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03 23:09 drive side 80-wire cable detection failed Tobias Hoffmann
2007-11-03 23:20 ` Alan Cox
2007-11-04  0:34   ` Tobias Hoffmann
2007-11-05 22:46     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox