diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-01-30 20:51:12 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-01-30 20:51:12 +0200 |
commit | f3602ed8f8c1417d7c6e55cf10be14d6b9cb7098 (patch) | |
tree | 7406a0f478d8bb991e75f16398c94c3a0fdf5b2b | |
parent | eb833e85853887a3b23c4ca233dd9d47964e3648 (diff) | |
download | ldetect-lst-f3602ed8f8c1417d7c6e55cf10be14d6b9cb7098.tar ldetect-lst-f3602ed8f8c1417d7c6e55cf10be14d6b9cb7098.tar.gz ldetect-lst-f3602ed8f8c1417d7c6e55cf10be14d6b9cb7098.tar.bz2 ldetect-lst-f3602ed8f8c1417d7c6e55cf10be14d6b9cb7098.tar.xz ldetect-lst-f3602ed8f8c1417d7c6e55cf10be14d6b9cb7098.zip |
amdgpu: add Sienna Cichlid id 0x73a1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lst/pcitable | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- amdgpu: add Sienna Cichlid id 0x73a1 + Version 0.6.24 - 26 Jan 2021 - add new pci ids from nvidia-current 460.39 diff --git a/lst/pcitable b/lst/pcitable index 6e03b557..b449af0c 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -688,6 +688,7 @@ 0x1002 0x738e "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" 0x1002 0x7390 "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" 0x1002 0x73a0 "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" +0x1002 0x73a1 "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" 0x1002 0x73a2 "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" 0x1002 0x73a3 "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" 0x1002 0x73ab "Card:ATI Volcanic Islands and later (amdgpu/fglrx)" |