Module Name: src Committed By: riastradh Date: Mon Jul 24 22:20:53 UTC 2023
Modified Files: src/sys/arch/x86/x86: errata.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/x86/errata.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/x86/errata.c diff -u src/sys/arch/x86/x86/errata.c:1.27 src/sys/arch/x86/x86/errata.c:1.28 --- src/sys/arch/x86/x86/errata.c:1.27 Thu Oct 7 12:52:27 2021 +++ src/sys/arch/x86/x86/errata.c Mon Jul 24 22:20:53 2023 @@ -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>