summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/pchb.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-22 23:11:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-22 23:11:22 +0000
commitd6086417c0f39ba5cecaeda0d943c6165337ad9d (patch)
tree9c0b084265bf8dd09b4822c52fe04480916fc851 /sys/arch/i386/pci/pchb.c
parentbcca963f832dbbedbfe5683242090ee584d64ddf (diff)
this should make i850 and i860 hubs do RNG
Diffstat (limited to 'sys/arch/i386/pci/pchb.c')
-rw-r--r--sys/arch/i386/pci/pchb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c
index 7563936a438..8e3c43d7d71 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.26 2000/12/29 17:00:54 mickey Exp $ */
+/* $OpenBSD: pchb.c,v 1.27 2001/01/22 23:11:21 deraadt Exp $ */
/* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */
/*
@@ -285,6 +285,8 @@ pchbattach(parent, self, aux)
case PCI_PRODUCT_INTEL_82815_FULL_HUB:
case PCI_PRODUCT_INTEL_82820_MCH:
case PCI_PRODUCT_INTEL_82840_HB:
+ case PCI_PRODUCT_INTEL_82850_HB:
+ case PCI_PRODUCT_INTEL_82860_HB:
sc->bt = pa->pa_memt;
if (bus_space_map(sc->bt, I82802_IOBASE, I82802_IOSIZE,
0, &sc->bh) < 0)