.TH SET6X86 8 "set6x86 version 1-5" .SH NAME set6x86, get6x86 \- access Cyrix control registers .SH SYNOPSIS .B set6x86 [ .I -hpsc ] .I register_index data .SH DESCRIPTION This utility program allows access to the special control registers of the Cyrix 6x86 processors. This initial manpage is intended to satisfy the lintian requirements of a Debian package and will be improved after the other serious issues are cleaned up. .SH PARAMETERS .B register_index An index to the specified Cyrix 6x86 config register in decimal (e.g. '24'), hex ('0x18') or octal ('030'). .TP .B data The data to program into the specified register (dec|hex|oct) (or the bitmask for the -s' (set) or -c' (clear) options). .SH OPTIONS .B set6x86 accepts the following options: .TP .B \-c The data is a bitmask for clearing bits in the register. .TP .B \-h The usage information is printed. .TP .B \-p The output is pipeable (in hex format). Only the contents of the register is output. .TP .B \-B We now check /proc/cpuinfo to make sure it is a Cyrix cpu. This option bypasses the check. It has only been tested on a MediaGX chip and expects the vender id to start with "Cyrix". This option allows setting other chips without that string. .TP .B \-s The data is a bitmask for setting bits in the register. .SH "SEE ALSO" .I 6x86_reg (8) .I rc.cyrix (8)