NetBSD/sys/arch/x68k/dev
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
..
bmd.c
com.c
comreg.h
dmacvar.h
event_var.h
event.c
fd.c Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
fdreg.h
grf_conf.c
grf_gv.c
grf_machdep.c
grf_tv.c
grf.c
grfvar.h
if_ne_intio.c
if_ne_neptune.c
intio_dmac.c
intio.c converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
intiovar.h
ite_tv.c
ite.c
itevar.h
kbd.c
kbdmap.c
kbdmap.c.ascii
kbdmap.h
mb86601reg.h
mfp.c
mfp.h
mha.c
mhavar.h
ms.c
neptune.c
neptunevar.h
opm.c
opmbell.c
opmbellvar.h
opmreg.h
opmvar.h
par.c
powsw.c Add powsw(4) for x68k power switch. It substitutes for a part about 2011-11-27 09:00:32 +00:00
rtclock_var.h
rtclock.c
scsirom.c
scsiromvar.h
slhci_intio_var.h
slhci_intio.c
spc.c
sram.c
sramvar.h
vs.c Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
vsvar.h Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
xel.c
zs.c