Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2009 22:13:15 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cpuctl cpuctl.c
Message-ID:  <200906262213.n5QMDQTf090303@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

stas        2009-06-26 22:13:15 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cpuctl       cpuctl.c 
  Log:
  SVN rev 195081 on 2009-06-26 22:13:15Z by stas
  
  - Don't zero data field in case of MSR write operation.  Before this change
    the value written to MSR register was always 0 regardless of value passed
    by user.
  - Use proper data pointer when performing AMD microcode update.  Previously,
    the pointer to user-space data has been provided instead, which is totally
    incorrect.
  
  Approved by:    re (kib)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.4       +7 -4      src/sys/dev/cpuctl/cpuctl.c



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