diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 16:43:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 16:43:09 +0000 |
commit | ebf88bbd519994efcee6367578c7311789f40dd2 (patch) | |
tree | 99fa16db85c1accd1e527866067d1bc0d88f4ba3 /sys/arch/i386 | |
parent | ab5886973e3605a3f3380ea0bb6840e0e2c0c6c0 (diff) |
update the ref to fips; from jared yanovich
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 5766ba9c5fe..42dede7fe47 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.40 2003/10/05 02:26:03 mickey Exp $ */ +/* $OpenBSD: pchb.c,v 1.41 2003/11/07 16:43:08 mickey Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -389,7 +389,7 @@ pchb_print(aux, pnp) /* * Should do FIPS testing as per: - * http://csrc.nist.gov/fips/fips1401.htm + * http://csrc.nist.gov/publications/fips/fips140-1/fips1401.htm */ void pchb_rnd(v) |