Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man7d / smbios.7d
blob7ffb0af23a630dc45276087c1e5c72f3fbce862e
1 '\" te
2 .\" Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SMBIOS 7D "Aug 26, 2005"
7 .SH NAME
8 smbios \- System Management BIOS image
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/dev/smbios\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBsmbios\fR device is a character special file that provides access to a
19 snapshot of the System Management BIOS (\fBSMBIOS\fR) image exported by the
20 current system. \fBSMBIOS\fR is an industry-standard mechanism that enables
21 low-level system software to export hardware configuration information to
22 higher-level system management software. The \fBSMBIOS\fR data format is
23 defined by the Distributed Management Task Force (\fBDMTF\fR). For more
24 information on \fBSMBIOS\fR and to obtain a copy of the \fBSMBIOS\fR
25 specification and implementation guidelines, refer to
26 http://\fIwww.dmtf.org\fR.
27 .sp
28 .LP
29 The \fBSMBIOS\fR image consists of a table of structures, each describing some
30 aspect of the system software or hardware configuration. The content of the
31 image varies widely by platform and BIOS vendor and may not exist on some
32 systems. You can use the \fBsmbios\fR(8) utility to inspect the contents of
33 the \fBSMBIOS\fR image and copy it to a file.
34 .SH ATTRIBUTES
35 .sp
36 .LP
37 See \fBattributes\fR(5) for a description of the following attributes:
38 .sp
40 .sp
41 .TS
42 box;
43 c | c
44 l | l .
45 ATTRIBUTE TYPE  ATTRIBUTE VALUE
47 Interface Stability     Stable
48 .TE
50 .SH SEE ALSO
51 .sp
52 .LP
53 \fBprtdiag\fR(8), \fBsmbios\fR(8), \fBattributes\fR(5)
54 .sp
55 .LP
56 \fISystem Management BIOS Reference Specification\fR, Version 2, Release 4 \(em
57 2005
58 .SH NOTES
59 .sp
60 .LP
61 The implementation of a System Management BIOS image is entirely at the
62 discretion of the system and BIOS vendors. Not all systems export a
63 \fBSMBIOS\fR. The \fBSMBIOS\fR structure content varies widely between systems
64 and BIOS vendors and frequently does not comply with the guidelines included in
65 the specification. For example, some structure fields may not be filled in by
66 the BIOS, while others may be filled in with non-conforming values.