Skip to content

Commit a66307d

Browse files
hreineckeDamien Le Moal
authored andcommitted
libata: add horkage for ASMedia 1092
The ASMedia 1092 has a configuration mode which will present a dummy device; sadly the implementation falsely claims to provide a device with 100M which doesn't actually exist. So disable this device to avoid errors during boot. Cc: [email protected] Signed-off-by: Hannes Reinecke <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent 815b6cb commit a66307d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ata/libata-core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3920,6 +3920,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
39203920
{ "VRFDFC22048UCHC-TE*", NULL, ATA_HORKAGE_NODMA },
39213921
/* Odd clown on sil3726/4726 PMPs */
39223922
{ "Config Disk", NULL, ATA_HORKAGE_DISABLE },
3923+
/* Similar story with ASMedia 1092 */
3924+
{ "ASMT109x- Config", NULL, ATA_HORKAGE_DISABLE },
39233925

39243926
/* Weird ATAPI devices */
39253927
{ "TORiSAN DVD-ROM DRD-N216", NULL, ATA_HORKAGE_MAX_SEC_128 },

0 commit comments

Comments
 (0)