git: VIA CPU support: Detect and enable CPU features (RNG, ACE etc.).

Alex Hornung alexh at crater.dragonflybsd.org
Fri Oct 2 08:55:31 PDT 2009


commit ca6dce84668bc747e911fcf3a99e508d0b0c34f3
Author: Sascha Wildner <saw at online.de>
Date:   Sat Sep 5 08:36:27 2009 +0200

    VIA CPU support: Detect and enable CPU features (RNG, ACE etc.).
    
    Taken from: FreeBSD

Summary of changes:
 sys/cpu/amd64/include/specialreg.h |   21 +++++++++
 sys/cpu/i386/include/specialreg.h  |   21 +++++++++
 sys/platform/pc32/i386/identcpu.c  |   38 ++++++++++++++++
 sys/platform/pc32/i386/initcpu.c   |   86 ++++++++++++++++++++++++++++++++++++
 sys/platform/pc64/amd64/initcpu.c  |   75 +++++++++++++++++++++++++++++++
 5 files changed, 241 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ca6dce84668bc747e911fcf3a99e508d0b0c34f3


-- 
DragonFly BSD source repository





More information about the Commits mailing list