cvs commit: ports/sysutils Makefile ports/sysutils/devcpu Makefile distinfo pkg-descr pkg-message pkg-plist

Stanislav Sedov stas at FreeBSD.org
Fri Dec 8 16:35:55 PST 2006


stas        2006-12-09 00:35:54 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/devcpu      Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  - Add port for sysutils/devcpu
  
  This kernel module provides access to i386/amd64 CPUs MSR (Model Specific
  Register) registers and cpuid info through /dev/cpu%d devices, where %d
  corresponds to cpu number.
  
  It can be used with x86info to retrive information available from MSR registers.
  
  Additionally, this module can be used to update/replace microcode of cpus.
  
  PR:             ports/ports/102454
  Submitted by:   stas
  
  Revision  Changes    Path
  1.867     +1 -0      ports/sysutils/Makefile
  1.1       +59 -0     ports/sysutils/devcpu/Makefile (new)
  1.1       +3 -0      ports/sysutils/devcpu/distinfo (new)
  1.1       +10 -0     ports/sysutils/devcpu/pkg-descr (new)
  1.1       +17 -0     ports/sysutils/devcpu/pkg-message (new)
  1.1       +122 -0    ports/sysutils/devcpu/pkg-plist (new)


More information about the cvs-all mailing list