diff options
| author | Giuseppe Ghibò <ghibo@mageia.org> | 2025-12-16 15:47:07 +0100 |
|---|---|---|
| committer | Giuseppe Ghibò <ghibo@mageia.org> | 2025-12-16 15:47:07 +0100 |
| commit | f0832b40f502f17b9607e2a8a03413e69f81c2ce (patch) | |
| tree | e55b9ebcbe8a7f2e6e20146c187a7bc498aa7b42 | |
| parent | 12136634c7c5dfcde309c90343f5faacc16a3ef9 (diff) | |
| download | ldetect-lst-f0832b40f502f17b9607e2a8a03413e69f81c2ce.tar ldetect-lst-f0832b40f502f17b9607e2a8a03413e69f81c2ce.tar.gz ldetect-lst-f0832b40f502f17b9607e2a8a03413e69f81c2ce.tar.bz2 ldetect-lst-f0832b40f502f17b9607e2a8a03413e69f81c2ce.tar.xz ldetect-lst-f0832b40f502f17b9607e2a8a03413e69f81c2ce.zip | |
update pci-ids from nvidia-current-580.119.02 (adds T4, P4, H20, H200, 5090D v2, RTX PRO 6000 Max-Q, etc.0.6.62
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 20 | ||||
| -rwxr-xr-x | convert/extract-nvidia-pcitable.sh | 2 | ||||
| -rw-r--r-- | lst/Cards+ | 4 | ||||
| -rw-r--r-- | lst/pcitable | 2 | ||||
| -rw-r--r-- | lst/pcitable.x86_64 | 17 |
6 files changed, 43 insertions, 4 deletions
@@ -1,7 +1,7 @@ include Makefile.config NAME = ldetect-lst -VERSION := 0.6.61 +VERSION := 0.6.62 FILES = AUTHORS Makefile Makefile.config convert lst update-ldetect-lst @@ -1,3 +1,23 @@ +Version 0.6.62 - 16 Dec 2025 + +- Move Tesla T4 (Turing) to nvidia 580.xx driver. +- Move Tesla P4 (Pascal) to nvidia 580.xx driver. +- Add support for NVidia H20 NVL16. +- Add support for NVidia H200 NVL. +- Add support for NVidia GeForce RTX 5090 D v2. +- Add support for NVidia RTX PRO 6000 Blackwell Max-Q Workstation Edition. +- Add support for NVidia RTX PRO 6000 Blackwell Server Edition. +- Add support for NVidia RTX 6000D. +- Add support for NVidia RTX PRO 4000 Blackwell SFF Edition. +- Add support for NVidia RTX PRO 500 Blackwell Embedded. +- Add support for NVidia RTX PRO 2000 Blackwell Embedded. +- Add support for NVidia RTX PRO 4000 Blackwell Embedded. +- Add support for NVidia RTX PRO 5000 Blackwell Embedded. +- Add support for NVidia RTX PRO 2000 Blackwell. +- Add support for NVidia GB10. +- Add support for NVidia B300 SXM6 AC. +- Add support for NVidia GB300. + Version 0.6.61 - 22 Jul 2025 - Move default DRIVER for "GeForce 745 series and later" cards from nouveau to modesetting as it's more stable. diff --git a/convert/extract-nvidia-pcitable.sh b/convert/extract-nvidia-pcitable.sh index 05b74a53..5e87c41b 100755 --- a/convert/extract-nvidia-pcitable.sh +++ b/convert/extract-nvidia-pcitable.sh @@ -25,7 +25,7 @@ # # Note that drivers nvidia470.xx and beyond are 64-bit only. nvidia470_ver=470.256.02 -nvidiacur_ver=570.172.08 +nvidiacur_ver=580.119.02 GET=aria2c GETOPT="-c" @@ -338,24 +338,28 @@ NAME NVIDIA Architecture (2024): Blackwell DRIVER modesetting DRIVER2 nvidia-current DRIVER2_NEEDS_SSE +DRIVER2_NEEDS_OPEN_KERNEL_MODULES # NVidia Rubin cards and beyond (codename from roadmap) NAME NVIDIA Architecture (2026): Rubin DRIVER modesetting DRIVER2 nvidia-current DRIVER2_NEEDS_SSE +DRIVER2_NEEDS_OPEN_KERNEL_MODULES # NVidia Rubin Ultra cards and beyond (codename from roadmap) NAME NVIDIA Architecture (2027): Rubin Ultra DRIVER modesetting DRIVER2 nvidia-current DRIVER2_NEEDS_SSE +DRIVER2_NEEDS_OPEN_KERNEL_MODULES # NVidia Feynman cards and beyond (codename from roadmap) NAME NVIDIA Architecture (2028): Feynman DRIVER modesetting DRIVER2 nvidia-current DRIVER2_NEEDS_SSE +DRIVER2_NEEDS_OPEN_KERNEL_MODULES # latest driver (as shown in https://forums.developer.nvidia.com/t/current-graphics-driver-releases/28500/) # nvidia-newfeature branch diff --git a/lst/pcitable b/lst/pcitable index 7749daeb..25e16cd8 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2249,7 +2249,6 @@ 0x10de 0x1ba1 "Card:NVIDIA GeForce 420 to GeForce 630" 0x10de 0x1bb0 "Card:NVIDIA GeForce 420 to GeForce 630" 0x10de 0x1bb1 "Card:NVIDIA GeForce 420 to GeForce 630" -0x10de 0x1bb3 "Card:NVIDIA GeForce 635 to GeForce 920" 0x10de 0x1bb4 "Card:NVIDIA GeForce 420 to GeForce 630" 0x10de 0x1bb5 "Card:NVIDIA GeForce 420 to GeForce 630" 0x10de 0x1bb6 "Card:NVIDIA GeForce 420 to GeForce 630" @@ -2300,7 +2299,6 @@ 0x10de 0x1dba "Card:NVIDIA GeForce 420 to GeForce 630" 0x10de 0x1df5 "Card:NVIDIA GeForce 635 to GeForce 920" 0x10de 0x1eb4 "Card:NVIDIA GeForce 635 to GeForce 920" -0x10de 0x1eb8 "Card:NVIDIA GeForce 635 to GeForce 920" 0x10de 0x1f09 "Card:NVIDIA GeForce 635 to GeForce 920" 0x10de 0x20b1 "Card:NVIDIA GeForce 635 to GeForce 920" 0x10de 0x20f0 "Card:NVIDIA GeForce 635 to GeForce 920" diff --git a/lst/pcitable.x86_64 b/lst/pcitable.x86_64 index 6e0bb402..abfd62cf 100644 --- a/lst/pcitable.x86_64 +++ b/lst/pcitable.x86_64 @@ -131,6 +131,7 @@ 0x10de 0x1ba2 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb0 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb1 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x1bb3 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb4 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb5 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb6 "Card:NVIDIA GeForce 745 series and later" @@ -218,6 +219,7 @@ 0x10de 0x1eb1 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1eb5 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1eb6 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x1eb8 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1ec2 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1ec7 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1ed0 "Card:NVIDIA GeForce 745 series and later" @@ -307,6 +309,7 @@ 0x10de 0x2236 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2237 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2238 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x230e "Card:NVIDIA Architecture (2022): Hopper" 0x10de 0x2321 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2322 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2324 "Card:NVIDIA GeForce 745 series and later" @@ -442,33 +445,47 @@ 0x10de 0x28f8 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2901 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2941 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x29bb "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2b85 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2b87 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2b8c "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2bb1 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2bb3 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2bb4 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2bb5 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2bb9 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c02 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c05 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c18 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c19 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c31 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2c33 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c34 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c38 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c39 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c58 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2c59 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2c77 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2c79 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d04 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d05 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d18 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d19 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2d30 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d39 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d58 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d59 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2d79 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2d83 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2d98 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2db8 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2db9 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2dd8 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2df9 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x2e12 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2f04 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2f18 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2f38 "Card:NVIDIA Architecture (2024): Blackwell" 0x10de 0x2f58 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x3182 "Card:NVIDIA Architecture (2024): Blackwell" +0x10de 0x31c2 "Card:NVIDIA Architecture (2024): Blackwell" |
