NetBSD/sys/arch/mips
tls 7b0b7dedd9 Entropy-pool implementation move and cleanup.
1) Move core entropy-pool code and source/sink/sample management code
   to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
   source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
   avoid expensive operations on disabled entropy sources; make the
   rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
   have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
   system events, and skew between clocks, with a sample implementation
   for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files).  Tested with release
builds on amd64 and evbarm and live testing on amd64.
2012-02-02 19:42:57 +00:00
..
adm5120 Fix machine/ includes 2011-07-10 23:13:22 +00:00
alchemy Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
atheros Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
bonito Loongson2f support: 2011-08-27 12:59:16 +00:00
cfe
conf Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
include Add ALIGNBYTES32/ALIGN32 for netbsd32. 2012-02-01 02:05:51 +00:00
mips - bringing kmeminit_nkmempages back and revert pmaps that called this early 2012-02-02 18:59:44 +00:00
pci Add a common version of this for those port which use the generic mips 2011-07-09 15:57:39 +00:00
pmon Add pmon (firmware used by loongson2-based systems and maybe others) support, 2011-08-27 13:34:29 +00:00
ralink Fix early console support. 2012-02-01 02:05:14 +00:00
rmi converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
sibyte Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
Makefile
Makefile.inc