Date: Fri, 22 Dec 1995 07:20:56 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa random.c Message-ID: <199512221520.HAA29535@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/12/22 07:20:55 Modified: sys/i386/isa random.c Log: Fixed arg order in an outb() call. add_timer_randomness() clobbered part of the DMA channel 0 address and wasn't random in the intended way. Submitted by: KATO Takenori <kato@eclogite.eps.nagoya-u.ac.jp> Disable interrupts while reading the clock. This probably isn't important (allowing interrupts probably increased randomness in the usual case). Removed __i386__ ifdef. This file is in an i386 directory and has other i386 dependencies. Revision Changes Path 1.4 +9 -6 src/sys/i386/isa/random.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512221520.HAA29535>