Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7062cdc5edb3ba4b2eb906684cd19e103de1f920
Commit:     7062cdc5edb3ba4b2eb906684cd19e103de1f920
Parent:     c2f828977ba5d17c13debba374ea252d18e5ccfb
Author:     Jorge Juan Chico <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 17 12:35:30 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Mon Sep 17 12:35:30 2007 +0200

    ide: ST320413A has the same problem as ST340823A
    
    ST320413A has the same problem as ST340823A.  Please see
    https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/26119
    
    From: "Jorge Juan Chico" <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ide-disk.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c
index eba1adb..4754769 100644
--- a/drivers/ide/ide-disk.c
+++ b/drivers/ide/ide-disk.c
@@ -487,6 +487,7 @@ static inline int idedisk_supports_lba48(const struct 
hd_driveid *id)
  */
 static const struct drive_list_entry hpa_list[] = {
        { "ST340823A",  NULL },
+       { "ST320413A",  NULL },
        { NULL,         NULL }
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to