diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2023-05-17 18:20:30 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2023-05-17 18:20:30 +0000 |
| commit | 49433aa3778ba2b2a27e305ff60ff55ad4f106fd (patch) | |
| tree | d4e46fa1e2f305ee0ce40bb2be5d2ce2cd6fa171 /sys/dev | |
| parent | fb484af958c5fa989d79eb2574557752b8fea6e7 (diff) | |
Update URL of the 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 6df875244f1..71ca20d1d72 100644 --- a/sys/dev/pci/pcscp.c +++ b/sys/dev/pci/pcscp.c @@ -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> * * 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> |
