diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-23 19:04:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-23 19:04:20 +0000 |
commit | 664ebb0012b33dec6fc2d149fb641113c19d2f36 (patch) | |
tree | ad69dd4f404a5469b863731ebadc7b381b455079 /sys/arch/i386 | |
parent | 2245bf9ad647ef766390b6491a8069399226e50c (diff) |
Kbit
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 689d7f2ed67..0206e88c46a 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.21 2000/10/23 16:33:20 deraadt Exp $ */ +/* $OpenBSD: pchb.c,v 1.22 2000/10/23 19:04:19 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /* @@ -327,7 +327,7 @@ pchbattach(parent, self, aux) if (tv1.tv_sec) tv1.tv_usec += 1000000 * tv1.tv_sec; - printf(": rng active, %dK/sec", + printf(": rng active, %dKb/sec", 8 * 1000000 / tv1.tv_usec); timeout_set(&sc->sc_tmo, pchb_rnd, sc); |