Module Name: src Committed By: msaitoh Date: Wed Apr 27 06:59:26 UTC 2022
Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Rename for AMD F15/6X device. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/pci/amdsmn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/pci/amdsmn.c diff -u src/sys/arch/x86/pci/amdsmn.c:1.12 src/sys/arch/x86/pci/amdsmn.c:1.13 --- src/sys/arch/x86/pci/amdsmn.c:1.12 Sat Aug 7 16:19:07 2021 +++ src/sys/arch/x86/pci/amdsmn.c Wed Apr 27 06:59:25 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: amdsmn.c,v 1.12 2021/08/07 16:19:07 thorpej Exp $ */ +/* $NetBSD: amdsmn.c,v 1.13 2022/04/27 06:59:25 msaitoh Exp $ */ /*- * Copyright (c) 2017, 2019 Conrad Meyer <c...@freebsd.org> @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: amdsmn.c,v 1.12 2021/08/07 16:19:07 thorpej Exp $ "); +__KERNEL_RCSID(0, "$NetBSD: amdsmn.c,v 1.13 2022/04/27 06:59:25 msaitoh Exp $ "); /* * Driver for the AMD Family 15h (model 60+) and 17h CPU @@ -73,7 +73,7 @@ static const struct pciid { uint8_t amdsmn_data_reg; } amdsmn_ids[] = { { - .amdsmn_deviceid = PCI_PRODUCT_AMD_F15_60_RC, + .amdsmn_deviceid = PCI_PRODUCT_AMD_F15_6X_RC, .amdsmn_addr_reg = F15H_SMN_ADDR_REG, .amdsmn_data_reg = F15H_SMN_DATA_REG, },