DragonFly BSD
DragonFly commits List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: i386: sync identcpu with FreeBSD


From: Alexander Polakov <polachok@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 13 Dec 2009 07:33:47 -0800 (PST)

commit 90e8a35bfb32fcc755c531b4ee1b04417330d387
Author: Alexander Polakov <polachok@gmail.com>
Date:   Sun Dec 13 00:47:27 2009 +0300

    i386: sync identcpu with FreeBSD
    
     * more feature strings
     * core/package detection (from x86_64)
     * replace cpu_vendor with cpu_vendor_id
     * move cpu identification variables declaration
       to initcpu.c

Summary of changes:
 sys/cpu/i386/include/cpufunc.h                  |    8 +
 sys/cpu/i386/include/cputypes.h                 |   16 +
 sys/cpu/i386/include/specialreg.h               |  341 +++++++--
 sys/platform/pc32/acpica5/acpi_pstate_machdep.c |    5 +-
 sys/platform/pc32/apic/mpapic.c                 |    3 +-
 sys/platform/pc32/i386/identcpu.c               |  937 ++++++++++++++---------
 sys/platform/pc32/i386/initcpu.c                |   21 +-
 sys/platform/pc32/i386/locore.s                 |   12 +-
 sys/platform/pc32/i386/mp_machdep.c             |    3 +-
 sys/platform/pc32/include/md_var.h              |    4 +
 10 files changed, 893 insertions(+), 457 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90e8a35bfb32fcc755c531b4ee1b04417330d387


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]