mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202
The MAXIO MAP1002/1202 controllers reports completely bogus Namespace identifiers that even change after suspend cycles. Disable using the Identifiers entirely. Reported-by: 金韬 <me@kingtous.cn> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <kbusch@kernel.org> Tested-by: 金韬 <me@kingtous.cn>
This commit is contained in:
parent
00ff400e6d
commit
a98a945b80
@ -3447,6 +3447,10 @@ static const struct pci_device_id nvme_id_table[] = {
|
|||||||
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
|
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
|
||||||
{ PCI_DEVICE(0x2646, 0x2263), /* KINGSTON A2000 NVMe SSD */
|
{ PCI_DEVICE(0x2646, 0x2263), /* KINGSTON A2000 NVMe SSD */
|
||||||
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
|
.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
|
||||||
|
{ PCI_DEVICE(0x1e4B, 0x1002), /* MAXIO MAP1002 */
|
||||||
|
.driver_data = NVME_QUIRK_BOGUS_NID, },
|
||||||
|
{ PCI_DEVICE(0x1e4B, 0x1202), /* MAXIO MAP1202 */
|
||||||
|
.driver_data = NVME_QUIRK_BOGUS_NID, },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
|
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
|
||||||
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
|
.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
|
{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
|
||||||
|
Loading…
Reference in New Issue
Block a user