Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441255

Re: [PATCH] ide: hpt366: fix incorrect mask when checking at cmd_high_time

From Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Newsgroups linux.kernel
Subject Re: [PATCH] ide: hpt366: fix incorrect mask when checking at cmd_high_time
Date 2016-07-12 13:20 +0200
Message-ID <rU3Tj-48p-1@gated-at.bofh.it> (permalink)
References <rU3JE-44Q-11@gated-at.bofh.it> <rU3JE-44Q-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 7/12/2016 2:04 PM, Sergei Shtylyov wrote:

>> From: Colin Ian King <colin.king@canonical.com>
>>
>> According to the HPT366 data sheet, PCI config space dword 0x40-0x43
>> bits 11:8 specify the primary drive cmd_high_time, however,
>> currently just 3 bits of the 4 are being used because the mask
>> is 0x07 and not 0x0f.  Fix the mask, allowing for the 40MHz clock
>> to be detected.
>>
>> Also add in missing space between switch and parenthesis to clean
>> up a checkpatch warning.
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>
> Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

    BTW, drivers/ata/pata_hpt366.c has the same bug...

MBR, Sergei

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] ide: hpt366: fix incorrect mask when checking at cmd_high_time Colin King <colin.king@canonical.com> - 2016-07-12 13:10 +0200
  Re: [PATCH] ide: hpt366: fix incorrect mask when checking at  cmd_high_time Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-07-12 13:10 +0200
    Re: [PATCH] ide: hpt366: fix incorrect mask when checking at  cmd_high_time Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-07-12 13:20 +0200
      Re: [PATCH] ide: hpt366: fix incorrect mask when checking at  cmd_high_time Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-07-12 13:20 +0200
      Re: [PATCH] ide: hpt366: fix incorrect mask when checking at  cmd_high_time Colin Ian King <colin.king@canonical.com> - 2016-07-12 13:20 +0200

csiph-web