[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <472CFFBD.2050007@the-axe-effect.de>
Date: Sun, 04 Nov 2007 00:09:49 +0100
From: Tobias Hoffmann <lk-list@...-axe-effect.de>
To: linux-kernel@...r.kernel.org
Subject: drive side 80-wire cable detection failed
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 }
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists