summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-scsi.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-07-12 14:16:19 +0300
committerTejun Heo <tj@kernel.org>2016-07-12 18:02:05 +0300
commita548cc00cf7b0cb3c5b311e0129453f280faed94 (patch)
treecb118657acf6e472d3b2c5c637a0a913fccf05f6 /drivers/ata/libata-scsi.c
parent29a37ea40147eb8ef648cb89a7c595e483101ff4 (diff)
downloadlinux-a548cc00cf7b0cb3c5b311e0129453f280faed94.tar.xz
ata: hpt366: fix incorrect mask when checking at cmd_high_time
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 0x700 and not 0x0f00. Fix the mask, allowing for the 40MHz clock to be detected. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
0 files changed, 0 insertions, 0 deletions