diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2017-12-22 13:58:11 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2017-12-22 13:58:11 +0000 |
| commit | cf19e82a16e368bdd86e952504d3097344b3e94a (patch) | |
| tree | 6939739d8d723cc114bdd21a389ecdbf6940c80b /sys/dev | |
| parent | 9e5977591f5eef7965da6fc78aeb29ccca24887c (diff) | |
Update a URL of Am53c974A technical manual.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcscp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcscp.c b/sys/dev/pci/pcscp.c index 12f21b8cf6e..1ba9542435b 100644 --- a/sys/dev/pci/pcscp.c +++ b/sys/dev/pci/pcscp.c @@ -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 <tsutsui@NetBSD.org> * * 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> |
