From: Jorge Juan Chico Date: Mon, 17 Sep 2007 10:35:30 +0000 (+0200) Subject: ide: ST320413A has the same problem as ST340823A X-Git-Tag: Ubuntu-5.13.0-19.19~48336^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7062cdc5edb3ba4b2eb906684cd19e103de1f920;p=mirror_ubuntu-jammy-kernel.git 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" Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c index eba1adbc1b6a..4754769eda97 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 } };