ata: pata_hpt37x: disable primary channel on HPT371
authorSergey Shtylyov <s.shtylyov@omp.ru>
Sat, 19 Feb 2022 17:44:43 +0000 (20:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2022 10:42:54 +0000 (11:42 +0100)
commitd3fce1b6bd95d6c90b92df41d72e3db6be63fbd5
treef966b537c73b07bea4f9ce11fdeec2d4a7b3d47b
parent18701d8afaa1c609b3cbf7c63ef5423ab2c8d252
ata: pata_hpt37x: disable primary channel on HPT371

commit 8d093e02e898b24c58788b0289e3202317a96d2a upstream.

The HPT371 chip physically has only one channel, the secondary one,
however the primary channel registers do exist! Thus we have to
manually disable the non-existing channel if the BIOS hasn't done this
already. Similarly to the pata_hpt3x2n driver, always disable the
primary channel.

Fixes: 669a5db411d8 ("[libata] Add a bunch of PATA drivers.")
Cc: stable@vger.kernel.org
Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/pata_hpt37x.c