summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-21 22:48:53 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-21 22:48:53 +0000
commit77360657def4716b3596c9d541d02708e3783d8a (patch)
tree8a8ccc06de5c214e6efd39ac1068a1ef6d9d083a
parentc6a1b20d5c9e7aadf40e68cf6eb75347d7b08594 (diff)
oops
-rw-r--r--sys/arch/i386/pci/pchb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c
index 6aedd48b169..e520c56478b 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.7 2000/04/10 20:07:47 mickey Exp $ */
+/* $OpenBSD: pchb.c,v 1.8 2000/04/21 22:48:52 mickey Exp $ */
/* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */
/*
@@ -277,7 +277,7 @@ pchb_rnd(v)
sc->ax = (sc->ax << 8) + ret;
else {
sc->i = 4;
- add_true_randomness(ret);
+ add_true_randomness(sc->ax);
}
}
timeout_add(&sc->sc_tmo, 1);