BK info: bk pull bk://kernel.bkbits.net/jgarzik/misc-2.5 This will update the following files: Documentation/i810_rng.txt | 134 ------ drivers/char/amd768_rng.c | 295 --------------- drivers/char/i810_rng.c | 404 -------------------- Documentation/hw_random.txt | 134 ++++++ arch/i386/kernel/cpu/centaur.c | 46 +- arch/i386/kernel/cpu/proc.c | 3 drivers/char/Kconfig | 33 - drivers/char/Makefile | 3 drivers/char/hw_random.c | 804 +++++++++++++++++++++++++++++++++++++---- include/asm-i386/cpufeature.h | 3 include/asm-i386/msr.h | 1 11 files changed, 906 insertions(+), 954 deletions(-) through these ChangeSets: (03/03/11 1.1103) [hw_random] add support for Via Nehemiah RNG ("xstore" insn) (03/03/11 1.1102) [hw_random] update Alan's amd rng driver with bits from i810 rng driver, to form new modular hw_random driver. (03/03/11 1.1101) [hw_random] shuffle files Delete drivers/char/i810_rng.c, superceded. Rename Doc/i810_rng.txt to Doc/hw_random.txt. Rename drv/char/amd768_rng.c to drv/char/hw_random.c.