Module Name: src
Committed By: tsutsui
Date: Fri Dec 22 13:58:12 UTC 2017
Modified Files:
src/sys/dev/pci: pcscp.c
Log Message:
Update a URL of Am53c974A technical manual.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/pci/pcscp.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/dev/pci/pcscp.c
diff -u src/sys/dev/pci/pcscp.c:1.47 src/sys/dev/pci/pcscp.c:1.48
--- src/sys/dev/pci/pcscp.c:1.47 Sat Mar 29 19:28:25 2014
+++ src/sys/dev/pci/pcscp.c Fri Dec 22 13:58:11 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: pcscp.c,v 1.47 2014/03/29 19:28:25 christos Exp $ */
+/* $NetBSD: pcscp.c,v 1.48 2017/12/22 13:58:11 tsutsui Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -35,11 +35,11 @@
* written by Izumi Tsutsui <[email protected]>
*
* Technical manual available at
- * http://www.amd.com/files/connectivitysolutions/networking/archivednetworking/19113.pdf
+ * http://support.amd.com/TechDocs/19113.pdf
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.47 2014/03/29 19:28:25 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.48 2017/12/22 13:58:11 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>