Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: stable@vger.kernel.org
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

authored by

Hannes Reinecke and committed by
Damien Le Moal
a66307d4 815b6cb3

+2
+2
drivers/ata/libata-core.c
··· 3920 3920 { "VRFDFC22048UCHC-TE*", NULL, ATA_HORKAGE_NODMA }, 3921 3921 /* Odd clown on sil3726/4726 PMPs */ 3922 3922 { "Config Disk", NULL, ATA_HORKAGE_DISABLE }, 3923 + /* Similar story with ASMedia 1092 */ 3924 + { "ASMT109x- Config", NULL, ATA_HORKAGE_DISABLE }, 3923 3925 3924 3926 /* Weird ATAPI devices */ 3925 3927 { "TORiSAN DVD-ROM DRD-N216", NULL, ATA_HORKAGE_MAX_SEC_128 },