Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 x86/errata.c: Link to original AMD errata g...



details:   https://anonhg.NetBSD.org/src/rev/666daa801410
branches:  trunk
changeset: 378168:666daa801410
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Jul 24 22:20:53 2023 +0000

description:
x86/errata.c: Link to original AMD errata guide.

This one is no longer updated; need to link to newer ones for
individual families too.  That's where all the cryptic nomenclature
comes from here.

diffstat:

 sys/arch/x86/x86/errata.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e1bd8948950f -r 666daa801410 sys/arch/x86/x86/errata.c
--- a/sys/arch/x86/x86/errata.c Mon Jul 24 08:30:42 2023 +0000
+++ b/sys/arch/x86/x86/errata.c Mon Jul 24 22:20:53 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: errata.c,v 1.27 2021/10/07 12:52:27 msaitoh Exp $      */
+/*     $NetBSD: errata.c,v 1.28 2023/07/24 22:20:53 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -41,11 +41,13 @@
  * AMD Opteron Processors, Publication #25759, Revision: 3.69,
  * Issue Date: September 2006
  *
+ * https://www.amd.com/system/files/TechDocs/25759.pdf
+ *
  * XXX This should perhaps be integrated with the identcpu code.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: errata.c,v 1.27 2021/10/07 12:52:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: errata.c,v 1.28 2023/07/24 22:20:53 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index