diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-08-02 02:21:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-08-02 02:21:14 +0000 |
commit | af61703382948f936805b11053b3d470450ecfe5 (patch) | |
tree | 22ea3468f863f94d52686c8825ad3e6978b9d003 /sys/arch/i386/pci | |
parent | 9df06b033e86f6d1fb3df02e2f502151344cb2f7 (diff) |
add yauc about fips; also some ugly spaces
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index a9c624d4092..f6e53f36454 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.17 2000/07/18 15:17:19 mickey Exp $ */ +/* $OpenBSD: pchb.c,v 1.18 2000/08/02 02:21:13 mickey Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -92,7 +92,7 @@ #define PCISET_INTEL_PCI_BUS_NUMBER(reg) (((reg) >> 16) & 0xff) #define PCISET_INTEL_SDRAMC_REG 0x76 -#define PCISET_INTEL_SDRAMC_IPDLT (1 << 8) +#define PCISET_INTEL_SDRAMC_IPDLT (1 << 8) /* XXX should be in dev/ic/i82424{reg.var}.h */ #define I82424_CPU_BCTL_REG 0x53 @@ -354,7 +354,10 @@ pchb_print(aux, pnp) return (UNCONF); } - +/* + * Should do FIPS testing as per: + * http://csrc.nist.gov/fips/fips1401.htm + */ void pchb_rnd(v) void *v; |