Source-Changes-HG archive

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

src: Pull up following revision(s) (requested by mrg in ticket #...



details:   https://anonhg.NetBSD.org/src/rev/e4a72d0ebeac
branches:  netbsd-8
changeset: 318063:e4a72d0ebeac
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 11 14:38:34 2018 +0000
description:
Pull up following revision(s) (requested by mrg in ticket #734):
        usr.sbin/cpuctl/cpuctl.8: revision 1.18
note the default path for ucode updates can be found in sysctl.

diffstat:

 usr.sbin/cpuctl/cpuctl.8 |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r 6775bcd7cba0 -r e4a72d0ebeac usr.sbin/cpuctl/cpuctl.8
--- a/usr.sbin/cpuctl/cpuctl.8  Wed Apr 11 14:37:11 2018 +0000
+++ b/usr.sbin/cpuctl/cpuctl.8  Wed Apr 11 14:38:34 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cpuctl.8,v 1.17 2016/09/17 20:48:04 wiz Exp $
+.\"    $NetBSD: cpuctl.8,v 1.17.6.1 2018/04/11 14:38:34 martin Exp $
 .\"
 .\" Copyright (c) 2007, 2008, 2012, 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 17, 2016
+.Dd January 13, 2018
 .Dt CPUCTL 8
 .Os
 .Sh NAME
@@ -85,6 +85,8 @@
 On success the
 .Cm identify
 command show different ucode versions before and after this command.
+The ucode updates are found in the default firmware path found in
+sysctl hw.firmware.path.
 .It intr Ar cpu Op Ar cpu ...
 Enable interrupts for the specified CPUs if supported.
 .It nointr Ar cpu Op Ar cpu ...
@@ -122,7 +124,7 @@
 .Ed
 .Pp
 After applying the microcode patch with
-.Dl cpuctl ucode
+.Dl cpuctl ucode 0
 you can see with
 .Dl cpuctl identify 0
 that the patch got applied:
@@ -132,7 +134,9 @@
 .Sh SEE ALSO
 .Xr intrctl 8 ,
 .Xr psrset 8 ,
-.Xr schedctl 8
+.Xr schedctl 8 ,
+.Xr sysctl 8 ,
+.Xr firmload 9
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index