OSDN Git Service

ide: ST320413A has the same problem as ST340823A
authorJorge Juan Chico <jjchico@gmail.com>
Mon, 17 Sep 2007 10:35:30 +0000 (12:35 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 17 Sep 2007 10:35:30 +0000 (12:35 +0200)
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" <jjchico@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-disk.c

index eba1adb..4754769 100644 (file)
@@ -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 }
 };