diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-08-09 01:50:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-08-09 01:50:17 +0000 |
commit | 80793a8289b23a87211c6f71c8a799491b9b974e (patch) | |
tree | 620ea636707056739876fbfbc1b0552f037cbfd5 /sys/dev/pci/pcidevs | |
parent | 9f39c2772c3a9f439976e8627a32146a0b4e8855 (diff) |
add Ryzen 9000 "Granite Ridge" id
found in AMD Software: Adrenalin Edition 24.7.1
GC 10.3.6, DCN 3.1.5 same as Ryzen 7000 "Raphael" and
Ryzen 7045 "Dragon Range"
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 347d991b1d7..789cedbcbab 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2081 2024/08/07 06:48:55 jsg Exp $ +$OpenBSD: pcidevs,v 1.2082 2024/08/09 01:50:16 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1333,6 +1333,7 @@ product ATI KAVERI_19 0x1318 Kaveri Radeon R5 product ATI KAVERI_20 0x131b Kaveri Radeon R4 product ATI KAVERI_21 0x131c Kaveri Radeon R7 product ATI KAVERI_22 0x131d Kaveri Radeon R6 +product ATI GRANITE_RIDGE 0x13c0 Granite Ridge product ATI CYAN_SKILLFISH_1 0x13fe Cyan Skillfish product ATI VANGOGH_0932 0x1435 Van Gogh product ATI CYAN_SKILLFISH_2 0x143f Cyan Skillfish |