Blame man/biosdecode.8

Packit a55458
.TH BIOSDECODE 8 "February 2007" "dmidecode"
Packit a55458
.SH NAME
Packit a55458
biosdecode \- \s-1BIOS\s0 information decoder
Packit a55458
.SH SYNOPSIS
Packit a55458
.B biosdecode
Packit a55458
.RB [ OPTIONS ]
Packit a55458
Packit a55458
.SH DESCRIPTION
Packit a55458
.B biosdecode
Packit a55458
parses the \s-1BIOS\s0 memory and prints information about all structures (or
Packit a55458
entry points) it knows of. Currently known entry point types are:
Packit a55458
.IP \(bu "\w'\(bu'u+1n"
Packit a55458
\s-1SMBIOS\s0 (System Management \s-1BIOS\s0)
Packit a55458
.br
Packit a55458
Use
Packit a55458
.B dmidecode
Packit a55458
for a more detailed output.
Packit a55458
.IP \(bu
Packit a55458
\s-1DMI\s0 (Desktop Management Interface, a legacy version of \s-1SMBIOS\s0)
Packit a55458
.br
Packit a55458
Use
Packit a55458
.B dmidecode
Packit a55458
for a more detailed output.
Packit a55458
.IP \(bu
Packit a55458
\s-1SYSID\s0
Packit a55458
.IP \(bu
Packit a55458
\s-1PNP\s0 (Plug and Play)
Packit a55458
.IP \(bu
Packit a55458
\s-1ACPI\s0 (Advanced Configuration and Power Interface)
Packit a55458
.IP \(bu
Packit a55458
\s-1BIOS32\s0 (\s-1BIOS32\s0 Service Directory)
Packit a55458
.IP \(bu
Packit a55458
\s-1PIR\s0 (\s-1PCI\s0 \s-1IRQ\s0 Routing)
Packit a55458
.IP \(bu
Packit a55458
\s-132OS\s0 (\s-1BIOS32\s0 Extension, Compaq-specific)
Packit a55458
.br
Packit a55458
See
Packit a55458
.B ownership
Packit a55458
for a Compaq ownership tag retrieval tool.
Packit a55458
.IP \(bu
Packit a55458
\s-1SNY\s0 (Sony-specific, not decoded)
Packit a55458
.IP \(bu
Packit a55458
\s-1VPD\s0 (Vital Product Data, IBM-specific)
Packit a55458
.br
Packit a55458
Use
Packit a55458
.B vpddecode
Packit a55458
for a more detailed output.
Packit a55458
.IP \(bu
Packit a55458
\s-1FJKEYINF\s0 (Application Panel, Fujitsu-specific)
Packit a55458
Packit a55458
.PP
Packit a55458
.B biosdecode
Packit a55458
started its life as a part of
Packit a55458
.B dmidecode
Packit a55458
but as more entry point types were added, it was moved to a different
Packit a55458
program.
Packit a55458
Packit a55458
.SH OPTIONS
Packit a55458
.TP
Packit a55458
.BR "-d" ", " "--dev-mem FILE"
Packit a55458
Read memory from device \fBFILE\fR (default: \fB/dev/mem\fR)
Packit a55458
.TP
Packit a55458
.BR "  " "  " "--pir full"
Packit a55458
Decode the details of the PCI IRQ routing table
Packit a55458
.TP
Packit a55458
.BR "-h" ", " "--help"
Packit a55458
Display usage information and exit
Packit a55458
.TP
Packit a55458
.BR "-V" ", " "--version"
Packit a55458
Display the version and exit
Packit a55458
Packit a55458
.SH FILES
Packit a55458
.I /dev/mem
Packit a55458
.SH BUGS
Packit a55458
Most of the time,
Packit a55458
.B biosdecode
Packit a55458
prints too much information (you don't really care about addresses)
Packit a55458
or not enough (because it doesn't follow pointers and has no lookup
Packit a55458
tables).
Packit a55458
.SH AUTHORS
Packit a55458
Alan Cox, Jean Delvare
Packit a55458
.SH "SEE ALSO"
Packit a55458
.BR dmidecode (8),
Packit a55458
.BR mem (4),
Packit a55458
.BR ownership (8),
Packit a55458
.BR vpddecode (8)