diff options
author | David P <megver83@parabola.nu> | 2022-05-18 23:20:23 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2022-05-18 23:20:23 -0400 |
commit | 710ef7f43a256494083907d9e05c77652a9c1aa7 (patch) | |
tree | 77ca62e8cea397533843197606147ed304b554b7 /libre/linux-libre-pae/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch | |
parent | bb2e133f3e85373ecc1cd6eefbd6609e83bc187b (diff) | |
download | abslibre-710ef7f43a256494083907d9e05c77652a9c1aa7.tar.gz abslibre-710ef7f43a256494083907d9e05c77652a9c1aa7.tar.bz2 abslibre-710ef7f43a256494083907d9e05c77652a9c1aa7.zip |
updpkg: libre/linux-libre-pae 5.17.9-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-pae/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch')
-rw-r--r-- | libre/linux-libre-pae/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/linux-libre-pae/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch b/libre/linux-libre-pae/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch deleted file mode 100644 index 78b605896..000000000 --- a/libre/linux-libre-pae/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch +++ /dev/null @@ -1,24 +0,0 @@ -From ff18c9af166dc2d941843ec9a4a6547c1ce8bbed 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 2/6] 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.1 - |