Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cpuctl Sort sections. Uppercase CPU.
details: https://anonhg.NetBSD.org/src/rev/5f8d6ee2cc19
branches: trunk
changeset: 772719:5f8d6ee2cc19
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 14 00:59:56 2012 +0000
description:
Sort sections. Uppercase CPU.
diffstat:
usr.sbin/cpuctl/cpuctl.8 | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diffs (68 lines):
diff -r 4b40a0dab8da -r 5f8d6ee2cc19 usr.sbin/cpuctl/cpuctl.8
--- a/usr.sbin/cpuctl/cpuctl.8 Fri Jan 13 23:12:32 2012 +0000
+++ b/usr.sbin/cpuctl/cpuctl.8 Sat Jan 14 00:59:56 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpuctl.8,v 1.7 2012/01/13 16:05:16 cegger Exp $
+.\" $NetBSD: cpuctl.8,v 1.8 2012/01/14 00:59:56 wiz Exp $
.\"
.\" Copyright (c) 2007, 2008, 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -67,15 +67,32 @@
.It online Ar cpuno
Set the specified CPU on line, making it available to run unbound LWPs.
.It ucode Op Ar file
-This applies the microcode patch on all cpus.
+This applies the microcode patch on all CPUs.
The default filename is used if no filename is specified.
The
.Cm identify
-command prints the installed version on that cpu.
+command prints the installed version on that CPU.
On success the
.Cm identify
command show different ucode versions before and after this command.
.El
+.Sh FILES
+.Bl -tag -width /dev/cpuctl -compact
+.It Pa /dev/cpuctl
+control device
+.It Pa /libdata/firmware/x86/amd/
+The directory to install the microcode file for AMD CPUs into.
+The default filename is
+.Pa microcode_amd.bin
+for CPU families 0x10 to 0x14.
+The default filename is
+.Pa microcode_amd_famXXh.bin
+where
+.Dv XX
+is the CPU family starting with 15 (hex).
+Get it from
+.Pa http://www.amd64.org/support/microcode.html
+.El
.Sh EXAMPLES
Run
.Dl cpuctl identify 0
@@ -92,23 +109,6 @@
.Bd -literal -offset indent
cpu0: UCode version: 0x1000083
.Ed
-.Sh FILES
-.Bl -tag -width /dev/cpuctl -compact
-.It Pa /dev/cpuctl
-control device
-.It Pa /libdata/firmware/x86/amd/
-The directory to install the microcode file for AMD CPUs into.
-The default filename is
-.Pa microcode_amd.bin
-for CPU families 0x10 to 0x14.
-The default filename is
-.Pa microcode_amd_famXXh.bin
-where
-.Dv XX
-is the CPU family starting with 15 (hex).
-Get it from
-.Pa http://www.amd64.org/support/microcode.html
-.El
.Sh SEE ALSO
.Xr psrset 8 ,
.Xr schedctl 8
Home |
Main Index |
Thread Index |
Old Index