Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/pci Rename for AMD F15/6X device. No functional...
details: https://anonhg.NetBSD.org/src/rev/771193434902
branches: trunk
changeset: 365824:771193434902
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Apr 27 06:59:25 2022 +0000
description:
Rename for AMD F15/6X device. No functional change.
diffstat:
sys/arch/x86/pci/amdsmn.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7c8eb2fcc06e -r 771193434902 sys/arch/x86/pci/amdsmn.c
--- a/sys/arch/x86/pci/amdsmn.c Wed Apr 27 06:58:16 2022 +0000
+++ b/sys/arch/x86/pci/amdsmn.c Wed Apr 27 06:59:25 2022 +0000
@@ -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 <cem%FreeBSD.org@localhost>
@@ -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 @@
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,
},
Home |
Main Index |
Thread Index |
Old Index