This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ diff -rupN linux-6.12.orig/drivers/nvme/host/pci.c linux-6.12/drivers/nvme/host/pci.c
2
+ --- linux-6.12.orig/drivers/nvme/host/pci.c 2024-11-17 22:15:08.000000000 +0000
3
+ +++ linux-6.12/drivers/nvme/host/pci.c 2024-11-21 16:09:07.019822707 +0000
4
+ @@ -3442,6 +3442,8 @@ static const struct pci_device_id nvme_i
5
+ NVME_QUIRK_DISABLE_WRITE_ZEROES, },
6
+ { PCI_VDEVICE(INTEL, 0xf1a6), /* Intel 760p/Pro 7600p */
7
+ .driver_data = NVME_QUIRK_IGNORE_DEV_SUBNQN, },
8
+ + { PCI_DEVICE(0x1d97, 1602), /* Lexar NM790 */
9
+ + .driver_data = NVME_QUIRK_BROKEN_MSI },
10
+ { PCI_VDEVICE(INTEL, 0x5845), /* Qemu emulated controller */
11
+ .driver_data = NVME_QUIRK_IDENTIFY_CNS |
12
+ NVME_QUIRK_DISABLE_WRITE_ZEROES |
Original file line number Diff line number Diff line change 7
7
8
8
pkgbase=linux
9
9
pkgver=6.12
10
- pkgrel=3
10
+ pkgrel=4
11
11
pkgdesc=" Linux Stable"
12
12
arch=(x86_64)
13
13
url=" https://kernel.org/"
@@ -60,6 +60,7 @@ source=(
60
60
0041-air-amdgpu-quirks.patch
61
61
0051-drm-amd-display-let-update_planes_and_stream_state-d.patch
62
62
0060-asus-patch-series.patch
63
+ 0070-lexar-nvme-broken-msi.patch
63
64
0099-add-external-device-drivers.patch
64
65
)
65
66
validpgpkeys=(
@@ -88,6 +89,7 @@ sha256sums=('SKIP'
88
89
' ab8a6dccf67cee7d924ee2e3d4690285d404bcb9bab70eced09b05fa2853b288' # 0041-air-amdgpu-quirks.patch
89
90
' 7c7df8d4427c807e2cea0f1e147efcdfb1e7c1c5271823cc6bb49f10b1846d19' # 0051-drm-amd-display-let-update_planes_and_stream_state-d.patch
90
91
' ee4bda8ed96baa79475d98720e85c67b6a8dcf82a98c41d9860883c407f9a6fb' # 0060-asus-patch-series.patch
92
+ ' b048068eeee69bf0f600d2ea390c8f681f9708776ff45a4b871e1e51136af33a' # 0070-lexar-nvme-broken-msi.patch
91
93
' 3b1dabc168e4884c6586720538014d6ef8955a0b783d6436dd4937af6622ee42' # 0099-add-external-device-drivers.patch
92
94
)
93
95
You can’t perform that action at this time.
0 commit comments