Module Name:    src
Committed By:   riastradh
Date:           Thu Aug  1 11:18:54 UTC 2024

Modified Files:
        src/sys/arch/x86/x86: cpu_rng.c

Log Message:
x86/cpu_rng.c: Archive more links.

Why do major hardware manufacturers consistently seem to think links
should just stop working after a year or two?

No functional chang intended, only comments.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/x86/cpu_rng.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/cpu_rng.c
diff -u src/sys/arch/x86/x86/cpu_rng.c:1.22 src/sys/arch/x86/x86/cpu_rng.c:1.23
--- src/sys/arch/x86/x86/cpu_rng.c:1.22	Wed Jul 31 22:44:49 2024
+++ src/sys/arch/x86/x86/cpu_rng.c	Thu Aug  1 11:18:54 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_rng.c,v 1.22 2024/07/31 22:44:49 riastradh Exp $ */
+/* $NetBSD: cpu_rng.c,v 1.23 2024/08/01 11:18:54 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -32,12 +32,12 @@
 /*
  * For reference on VIA XSTORERNG, see the VIA PadLock Programming
  * Guide (`VIA PPG'), August 4, 2005.
- * http://linux.via.com.tw/support/beginDownload.action?eleid=181&fid=261
+ * https://web.archive.org/web/20210322141743/http://linux.via.com.tw/support/beginDownload.action?eleid=181&fid=261
  *
  * For reference on Intel RDRAND/RDSEED, see the Intel Digital Random
  * Number Generator Software Implementation Guide (`Intel DRNG SIG'),
  * Revision 2.1, October 17, 2018.
- * https://software.intel.com/sites/default/files/managed/98/4a/DRNG_Software_Implementation_Guide_2.1.pdf
+ * https://web.archive.org/web/20200505093404/https://software.intel.com/sites/default/files/managed/98/4a/DRNG_Software_Implementation_Guide_2.1.pdf
  *
  * Intel's hardware implementation is analyzed by Mike Hamburg, Paul
  * Kocher, and Mark E. Marson, `Analysis of Intel's Ivy Bridge Digital
@@ -48,7 +48,7 @@
  * For reference on AMD RDRAND/RDSEED, which are designed to be
  * compatible with Intel RDRAND/RDSEED, see the somewhat less detailed
  * AMD Random Number Generator documentation, 2017-06-27.
- * https://www.amd.com/system/files/TechDocs/amd-random-number-generator.pdf
+ * https://web.archive.org/web/20220402133945/https://www.amd.com/system/files/TechDocs/amd-random-number-generator.pdf
  */
 
 #include <sys/param.h>

Reply via email to