diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-19 16:37:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-19 16:37:38 +0000 |
commit | d5fcc887dd7f5992622b93faac52b989bee41f45 (patch) | |
tree | 4fbe6e49813f3a805a0dd1e9249cbe7b8cf5ae17 /sys/arch/i386/pci | |
parent | 7dd406bf70d90b2b6d43e25d3704f8bf6b4cb3d4 (diff) |
find RNG on i815 hub
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index e4dd2f8187a..fe6df527d29 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.19 2000/09/15 02:00:33 mickey Exp $ */ +/* $OpenBSD: pchb.c,v 1.20 2000/10/19 16:37:37 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_82815_HUB: sc->bt = pa->pa_memt; if (bus_space_map(sc->bt, I82802_IOBASE, I82802_IOSIZE, 0, &sc->bh) < 0) |