From af61703382948f936805b11053b3d470450ecfe5 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 2 Aug 2000 02:21:14 +0000 Subject: add yauc about fips; also some ugly spaces --- sys/arch/i386/pci/pchb.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/arch/i386/pci') 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; -- cgit v1.2.3