summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2000-06-15 20:35:58 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2000-06-15 20:35:58 +0000
commitccefae258bc5b6e7fa25c8356f730e403e39bdc0 (patch)
tree028245743538f1921581260e61e745935fa9e3b2 /sys
parentc1a1cf02365605e9b6d70c8a4b465fac90cd4ebd (diff)
i840 chipset also has the true RNG (i82802 FWH). mickey@ ok.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/pci/pchb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c
index 9514c379325..20159b5a8b9 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.15 2000/06/13 00:38:46 deraadt Exp $ */
+/* $OpenBSD: pchb.c,v 1.16 2000/06/15 20:35:57 ho Exp $ */
/* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */
/*
@@ -276,6 +276,7 @@ pchbattach(parent, self, aux)
}
break;
case PCI_PRODUCT_INTEL_82810E_MCH:
+ case PCI_PRODUCT_INTEL_82840_HB:
sc->bt = pa->pa_memt;
if (bus_space_map(sc->bt, I82802_IOBASE, I82802_IOSIZE,
0, &sc->bh) < 0)