Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2006 00:35:54 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/devcpu Makefile distinfo pkg-descr pkg-message pkg-plist
Message-ID:  <200612090035.kB90Zsb0001840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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