Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Update URL of the technical manual.



details:   https://anonhg.NetBSD.org/src/rev/4d3d5a3e33ae
branches:  trunk
changeset: 375866:4d3d5a3e33ae
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed May 17 18:20:30 2023 +0000

description:
Update URL of the technical manual.

diffstat:

 sys/dev/pci/pcscp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 42bdf60e10ca -r 4d3d5a3e33ae sys/dev/pci/pcscp.c
--- a/sys/dev/pci/pcscp.c       Wed May 17 18:03:25 2023 +0000
+++ b/sys/dev/pci/pcscp.c       Wed May 17 18:20:30 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcscp.c,v 1.49 2018/12/09 11:14:02 jdolecek Exp $      */
+/*     $NetBSD: pcscp.c,v 1.50 2023/05/17 18:20:30 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -35,11 +35,11 @@
  * written by Izumi Tsutsui <tsutsui%NetBSD.org@localhost>
  *
  * Technical manual available at
- * http://support.amd.com/TechDocs/19113.pdf
+ * https://www.amd.com/system/files/TechDocs/19113.pdf
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.49 2018/12/09 11:14:02 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.50 2023/05/17 18:20:30 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index