diff options
author | Bryan Steele <brynet@cvs.openbsd.org> | 2024-08-07 17:39:01 +0000 |
---|---|---|
committer | Bryan Steele <brynet@cvs.openbsd.org> | 2024-08-07 17:39:01 +0000 |
commit | 799268a50e39ee8bba6f7f0fab7b85ace39b741f (patch) | |
tree | 4e82d5ea28bf0d453d47ce513128a04009809303 /sys/dev/pci/ksmn.c | |
parent | ff3918669a87e34f8f484f563f06b8551ceaaa02 (diff) |
Attach ksmn(4) on 19h/7x devices
Tested on:
cpu0: AMD Ryzen 7 PRO 8700GE w/ Radeon 780M Graphics, 3650.01 MHz, 19-75-02, patch 0a705205
Thanks to Jan (@js@x0r.be on mastodon) for testing.
"Sure" deraadt@
Diffstat (limited to 'sys/dev/pci/ksmn.c')
-rw-r--r-- | sys/dev/pci/ksmn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ksmn.c b/sys/dev/pci/ksmn.c index e5720449147..8b0204584b5 100644 --- a/sys/dev/pci/ksmn.c +++ b/sys/dev/pci/ksmn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ksmn.c,v 1.9 2023/09/05 13:06:01 stsp Exp $ */ +/* $OpenBSD: ksmn.c,v 1.10 2024/08/07 17:39:00 brynet Exp $ */ /* * Copyright (c) 2019 Bryan Steele <brynet@openbsd.org> @@ -107,6 +107,7 @@ static const struct pci_matchid ksmn_devices[] = { { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_6X_RC }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_19_4X_RC }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_19_6X_RC }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_19_7X_RC }, }; int |