diff options
Diffstat (limited to 'sys/dev/pci/ksmn.c')
-rw-r--r-- | sys/dev/pci/ksmn.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/ksmn.c b/sys/dev/pci/ksmn.c index 39ea077c861..a9a639282be 100644 --- a/sys/dev/pci/ksmn.c +++ b/sys/dev/pci/ksmn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ksmn.c,v 1.4 2020/01/04 01:34:24 jsg Exp $ */ +/* $OpenBSD: ksmn.c,v 1.5 2021/07/20 18:33:59 jcs Exp $ */ /* * Copyright (c) 2019 Bryan Steele <brynet@openbsd.org> @@ -95,7 +95,8 @@ struct cfdriver ksmn_cd = { static const struct pci_matchid ksmn_devices[] = { { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_RC }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_1X_RC }, - { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_3X_RC } + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_3X_RC }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_6X_RC }, }; int |