summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-23 16:33:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-23 16:33:21 +0000
commit5195496ddbb7de1ae36e5f2552dc99de92e5881c (patch)
tree78474c1fa80c77f437c5fe343c800989159059d3 /sys/arch/i386/pci
parentdd9f24b5faceee7b93537d0112a153f45f13ca41 (diff)
i820 also does rng; art tested
Diffstat (limited to 'sys/arch/i386/pci')
-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 fe6df527d29..689d7f2ed67 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.20 2000/10/19 16:37:37 deraadt Exp $ */
+/* $OpenBSD: pchb.c,v 1.21 2000/10/23 16:33:20 deraadt Exp $ */
/* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */
/*
@@ -278,6 +278,7 @@ pchbattach(parent, self, aux)
case PCI_PRODUCT_INTEL_82810_MCH:
case PCI_PRODUCT_INTEL_82810E_MCH:
case PCI_PRODUCT_INTEL_82840_HB:
+ case PCI_PRODUCT_INTEL_82820_MCH:
case PCI_PRODUCT_INTEL_82815_HUB:
sc->bt = pa->pa_memt;
if (bus_space_map(sc->bt, I82802_IOBASE, I82802_IOSIZE,