diff options
author | Giuseppe Ghibò <ghibo@mageia.org> | 2022-11-23 14:17:12 +0100 |
---|---|---|
committer | Giuseppe Ghibò <ghibo@mageia.org> | 2022-11-23 14:17:12 +0100 |
commit | 1ba641cc4e8ea57588f981dde362d0038753b2a8 (patch) | |
tree | 69c06d7c95298975e88c5b9a272694f8087f3170 | |
parent | a2f07a43bc0694b001da18b5b2b6dc6b1c17efb7 (diff) | |
download | ldetect-lst-0.6.43.tar ldetect-lst-0.6.43.tar.gz ldetect-lst-0.6.43.tar.bz2 ldetect-lst-0.6.43.tar.xz ldetect-lst-0.6.43.zip |
Update pcitable from 515.86.01 (A800 and some model of RTX 3070 Ti, RTX 3060 Ti, RTX 3060)0.6.43
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rwxr-xr-x | convert/extract-nvidia-pcitable.sh | 4 | ||||
-rw-r--r-- | lst/pcitable.x86_64 | 6 |
4 files changed, 14 insertions, 3 deletions
@@ -1,7 +1,7 @@ include Makefile.config NAME = ldetect-lst -VERSION := 0.6.42 +VERSION := 0.6.43 FILES = AUTHORS Makefile Makefile.config convert lst update-ldetect-lst @@ -1,3 +1,8 @@ +Version 0.6.43 - 23 Nov 2022 + +- Update pcitable from 515.86.01 (adds A800 and some model of RTX 3070 Ti, RTX 3060 Ti, RTX 3060) +- refresh extract-nvidia-pcitable.sh for nvidia-current 515.86.01 and nvidia470 470.161.03 + Version 0.6.42 - 15 Oct 2022 - refresh/revise PCI ids for nvidia-current 515.76 and nvidia470 470.141.03 diff --git a/convert/extract-nvidia-pcitable.sh b/convert/extract-nvidia-pcitable.sh index d22aab04..87172edc 100755 --- a/convert/extract-nvidia-pcitable.sh +++ b/convert/extract-nvidia-pcitable.sh @@ -24,8 +24,8 @@ # driver version # # Note that drivers nvidia470.xx and beyond are 64-bit only. -nvidia470_ver=470.141.03 -nvidiacur_ver=515.76 +nvidia470_ver=470.161.03 +nvidiacur_ver=515.86.01 GET=aria2c GETOPT="-c" diff --git a/lst/pcitable.x86_64 b/lst/pcitable.x86_64 index 0c3dc00d..c75be24b 100644 --- a/lst/pcitable.x86_64 +++ b/lst/pcitable.x86_64 @@ -277,6 +277,9 @@ 0x10de 0x20b6 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x20b7 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x20f1 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x20f3 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x20f5 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x20f6 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2182 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2184 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2187 "Card:NVIDIA GeForce 745 series and later" @@ -289,6 +292,7 @@ 0x10de 0x2203 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2204 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2206 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x2207 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2208 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x220a "Card:NVIDIA GeForce 745 series and later" 0x10de 0x220d "Card:NVIDIA GeForce 745 series and later" @@ -323,6 +327,7 @@ 0x10de 0x24b9 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x24ba "Card:NVIDIA GeForce 745 series and later" 0x10de 0x24bb "Card:NVIDIA GeForce 745 series and later" +0x10de 0x24c9 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x24dc "Card:NVIDIA GeForce 745 series and later" 0x10de 0x24dd "Card:NVIDIA GeForce 745 series and later" 0x10de 0x24e0 "Card:NVIDIA GeForce 745 series and later" @@ -335,6 +340,7 @@ 0x10de 0x2521 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2523 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2531 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x2544 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2560 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2563 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2571 "Card:NVIDIA GeForce 745 series and later" |