aboutsummarylogtreecommitdiffstats
path: root/PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
diff options
context:
space:
mode:
authorScott B2021-11-20 21:31:53 -0800
committerScott B2021-11-20 22:50:39 -0800
commit73643144b37382f2bcb63afa8dc792d402afc8e7 (patch)
treea7a121d2384b3c57f0cefb6cc6fd1807232e2eb0 /PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
parentb580b9ad5004187a926e04133ffe7daf3fcb4ff7 (diff)
downloadaur-73643144b37382f2bcb63afa8dc792d402afc8e7.tar.gz
patch: misc fixes from Arch
Diffstat (limited to 'PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch')
-rw-r--r--PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch b/PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
new file mode 100644
index 000000000000..a48dbd9c9c6b
--- /dev/null
+++ b/PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
@@ -0,0 +1,24 @@
+From 01cf9c1f2ac7862230c7bc348ef32e349420f14b Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
+Date: Thu, 18 Nov 2021 22:53:31 +0100
+Subject: [PATCH 4/4] PCI: Add more NVIDIA controllers to the MSI masking quirk
+
+For: https://bugs.archlinux.org/task/72734
+For: https://bugs.archlinux.org/task/72777
+---
+ drivers/pci/quirks.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
+index 208fa03acdda..7fdb7e9c2e12 100644
+--- a/drivers/pci/quirks.c
++++ b/drivers/pci/quirks.c
+@@ -5802,3 +5802,5 @@ static void nvidia_ion_ahci_fixup(struct pci_dev *pdev)
+ pdev->dev_flags |= PCI_DEV_FLAGS_HAS_MSI_MASKING;
+ }
+ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0ab8, nvidia_ion_ahci_fixup);
++DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0ab9, nvidia_ion_ahci_fixup);
++DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0d88, nvidia_ion_ahci_fixup);
+--
+2.34.0
+