diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-15 02:00:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-15 02:00:34 +0000 |
commit | 63c5eb61c668e4a2ddfd9f0a104efdb6bbdada1d (patch) | |
tree | 7d15b45f982a98cf4aa135442a7d88c64df55200 /sys | |
parent | 54c7eea4c9b34f16342b4f5ca563fe830e266aa3 (diff) |
enable hw rng for vanilla 810; 10x for testing to Stephan Somogyi <somogyi@gyroscope.net>
Diffstat (limited to 'sys')
-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 f6e53f36454..e4dd2f8187a 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.18 2000/08/02 02:21:13 mickey Exp $ */ +/* $OpenBSD: pchb.c,v 1.19 2000/09/15 02:00:33 mickey Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -275,6 +275,7 @@ pchbattach(parent, self, aux) printf(": disabled CPU-PCI write posting"); } break; + case PCI_PRODUCT_INTEL_82810_MCH: case PCI_PRODUCT_INTEL_82810E_MCH: case PCI_PRODUCT_INTEL_82840_HB: sc->bt = pa->pa_memt; |