Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2009 22:13:13 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/amd64/include cputypes.h specialreg.h src/sys/boot/i386/libi386 bootinfo64.c src/sys/compat/linprocfs linprocfs.c src/sys/conf files.amd64 src/sys/i386/cpufreq est.c smist.c src/sys/i386/i386 i686_mem.c ...
Message-ID:  <200907132214.n6DMEPY5066302@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-07-13 22:13:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/amd64      identcpu.c 
    sys/amd64/include    cputypes.h specialreg.h 
    sys/boot/i386/libi386 bootinfo64.c 
    sys/compat/linprocfs linprocfs.c 
    sys/conf             files.amd64 
    sys/i386/cpufreq     est.c smist.c 
    sys/i386/i386        i686_mem.c identcpu.c initcpu.c msi.c 
    sys/modules/agp      Makefile 
    sys/pci              agp_via.c 
  Log:
  SVN rev 195667 on 2009-07-13 22:13:13Z by jkim
  
  MFC:    Replace remaining cpu_vendor with cpu_vendor_id and
          add basic VIA Nano processor support for amd64 and i386.
  
  r186797 - Add Centaur/IDT/VIA vendor ID for Nano family.
  r187101 - Allow VIA Nano processors to boot FreeBSD/amd64.
  r187117 - Replace more cpu_vendor with cpu_vendor_id.
  r187118 - Add basic i386 support for VIA Nano processors.
  r187157 - Enable MSI support for VIA Nano processors on i386.
  r187594 - Replace more cpu_vendor with cpu_vendor_id.
  r187597 - Include a missing header file.
  r187598 - VIA Nano processor has P-state invariant TSC.
  r187633 - Add more VIA bridges to agp_via.c.
  
  Revision    Changes    Path
  1.154.2.10  +7 -0      src/sys/amd64/amd64/identcpu.c
  1.19.10.2   +2 -0      src/sys/amd64/include/cputypes.h
  1.40.2.9    +1 -0      src/sys/amd64/include/specialreg.h
  1.37.2.2    +3 -2      src/sys/boot/i386/libi386/bootinfo64.c
  1.115.2.11  +9 -3      src/sys/compat/linprocfs/linprocfs.c
  1.107.2.13  +1 -0      src/sys/conf/files.amd64
  1.11.2.10   +0 -4      src/sys/i386/cpufreq/est.c
  1.2.2.3     +2 -1      src/sys/i386/cpufreq/smist.c
  1.24.18.5   +10 -2     src/sys/i386/i386/i686_mem.c
  1.180.2.10  +13 -2     src/sys/i386/i386/identcpu.c
  1.56.2.4    +8 -7      src/sys/i386/i386/initcpu.c
  1.6.2.3     +12 -2     src/sys/i386/i386/msi.c
  1.18.2.1    +1 -1      src/sys/modules/agp/Makefile
  1.24.2.2    +9 -0      src/sys/pci/agp_via.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907132214.n6DMEPY5066302>