From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE, T_TVD_MIME_EPI,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26952 invoked from network); 25 Aug 2022 16:26:26 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 25 Aug 2022 16:26:26 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 90970423 for ; Thu, 25 Aug 2022 11:26:20 -0500 (EST) Received: from mx.stare.cz (uvt.stare.cz [185.63.96.79]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 2b9c5686 for ; Thu, 25 Aug 2022 11:26:05 -0500 (EST) Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 32f46651 for ; Thu, 25 Aug 2022 18:26:02 +0200 (CEST) Date: Thu, 25 Aug 2022 18:26:02 +0200 From: Jan Stary To: discuss@mdocml.bsd.lv Subject: -Tps rendering of verbatim .TS/.TE Message-ID: X-Mailinglist: mandoc-discuss Reply-To: discuss@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="KKDhcmqtND/QCtgF" Content-Disposition: inline --KKDhcmqtND/QCtgF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is the mandoc of current/amd64 OpenBSD rendering the attached manpage (of the dmidecode package). The manpage is in man(7) and use low-level roff. It contains a list of DMI types, marked up as follows: .SH "DMI TYPES" The \s-1SMBIOS\s0 specification defines the following \s-1DMI\s0 types: .TS r l __ r l. Type Information 0 BIOS 1 System 2 Baseboard [...] 41 Onboard Devices Extended Information 42 Management Controller Host Interface .TE The table renders fine in -Tascii Type Information -------------------------------------------- 0 BIOS 1 System 2 Baseboard [...] 41 Onboard Devices Extended Information 42 Management Controller Host Interface but it becomes rather ugly with -Tps (attached). There is no space between the columns, so 0BIOS 1System etc, and the lines seem to be arbitrarily broken, as in 12System Configuration Options 13BIOS Language In fact, some lines get broken where longer ones still continue. It seems that it always breaks before the last word. I realize the markup is ugly and -Tps is a bit exotic (I only noticed because I printed a PS hardcopy, before shuting the machine to single user to do the actual dmidecode stuff). Jan --KKDhcmqtND/QCtgF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmidecode.8" .TH DMIDECODE 8 "January 2019" "dmidecode" .\" .SH NAME dmidecode \- \s-1DMI\s0 table decoder .\" .SH SYNOPSIS .B dmidecode .RI [ OPTIONS ] .\" .SH DESCRIPTION .B dmidecode is a tool for dumping a computer's \s-1DMI\s0 (some say \s-1SMBIOS\s0) table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and \s-1BIOS\s0 revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware. While this is a good point in terms of report speed and safeness, this also makes the presented information possibly unreliable. The \s-1DMI\s0 table doesn't only describe what the system is currently made of, it also can report the possible evolutions (such as the fastest supported \s-1CPU\s0 or the maximal amount of memory supported). \s-1SMBIOS\s0 stands for System Management \s-1BIOS\s0, while \s-1DMI\s0 stands for Desktop Management Interface. Both standards are tightly related and developed by the \s-1DMTF\s0 (Desktop Management Task Force). As you run it, .B dmidecode will try to locate the \s-1DMI\s0 table. It will first try to read the DMI table from sysfs, and next try reading directly from memory if sysfs access failed. If .B dmidecode succeeds in locating a valid DMI table, it will then parse this table and display a list of records like this one: Handle 0x0002, DMI type 2, 8 bytes. Base Board Information Manufacturer: Intel Product Name: C440GX+ Version: 727281-001 Serial Number: INCY92700942 Each record has: .IP \(bu "\w'\(bu'u+1n" A handle. This is a unique identifier, which allows records to reference each other. For example, processor records usually reference cache memory records using their handles. .IP \(bu A type. The \s-1SMBIOS\s0 specification defines different types of elements a computer can be made of. In this example, the type is 2, which means that the record contains "Base Board Information". .IP \(bu A size. Each record has a 4-byte header (2 for the handle, 1 for the type, 1 for the size), the rest is used by the record data. This value doesn't take text strings into account (these are placed at the end of the record), so the actual length of the record may be (and is often) greater than the displayed value. .IP \(bu Decoded values. The information presented of course depends on the type of record. Here, we learn about the board's manufacturer, model, version and serial number. .\" .SH OPTIONS .TP .BR "-d" ", " "--dev-mem \fIFILE\fP" Read memory from device \fIFILE\fP (default: \fI/dev/mem\fP) .TP .BR "-q" ", " "--quiet" Be less verbose. Unknown, inactive and \s-1OEM\s0-specific entries are not displayed. Meta-data and handle references are hidden. .TP .BR "-s" ", " "--string \fIKEYWORD\fP" Only display the value of the \s-1DMI\s0 string identified by \fIKEYWORD\fP. It must be a keyword from the following list: .nh .BR bios\-vendor , .BR bios\-version , .BR bios\-release\-date , .BR bios\-revision , .BR firmware\-revision , .BR system\-manufacturer , .BR system\-product\-name , .BR system\-version , .BR system\-serial\-number , .BR system\-uuid , .BR system\-sku\-number , .BR system\-family , .BR baseboard\-manufacturer , .BR baseboard\-product\-name , .BR baseboard\-version , .BR baseboard\-serial\-number , .BR baseboard\-asset\-tag , .BR chassis\-manufacturer , .BR chassis\-type , .BR chassis\-version , .BR chassis\-serial\-number , .BR chassis\-asset\-tag , .BR processor\-family , .BR processor\-manufacturer , .BR processor\-version , .BR processor\-frequency . .hy Each keyword corresponds to a given \s-1DMI\s0 type and a given offset within this entry type. Not all strings may be meaningful or even defined on all systems. Some keywords may return more than one result on some systems (e.g. .nh .B processor\-version .hy on a multi-processor system). If \fIKEYWORD\fP is not provided or not valid, a list of all valid keywords is printed and .B dmidecode exits with an error. This option cannot be used more than once. Note: on Linux, most of these strings can alternatively be read directly from .BR sysfs , typically from files under .IR /sys/devices/virtual/dmi/id . Most of these files are even readable by regular users. .TP .BR "-t" ", " "--type \fITYPE\fP" Only display the entries of type \fITYPE\fP. It can be either a \s-1DMI\s0 type number, or a comma-separated list of type numbers, or a keyword from the following list: .nh .BR bios , .BR system , .BR baseboard , .BR chassis , .BR processor , .BR memory , .BR cache , .BR connector , .BR slot . .hy Refer to the DMI TYPES section below for details. If this option is used more than once, the set of displayed entries will be the union of all the given types. If \fITYPE\fP is not provided or not valid, a list of all valid keywords is printed and .B dmidecode exits with an error. .TP .BR "-H" ", " "--handle \fIHANDLE\fP" Only display the entry whose handle matches \fIHANDLE\fP. \fIHANDLE\fP is a 16-bit integer. .TP .BR "-u" ", " "--dump" Do not decode the entries, dump their contents as hexadecimal instead. Note that this is still a text output, no binary data will be thrown upon you. The strings attached to each entry are displayed as both hexadecimal and \s-1ASCII\s0. This option is mainly useful for debugging. .TP .BR " " " " "--dump-bin \fIFILE\fP" Do not decode the entries, instead dump the DMI data to a file in binary form. The generated file is suitable to pass to \fB--from-dump\fP later. .TP .BR " " " " "--from-dump \fIFILE\fP" Read the DMI data from a binary file previously generated using \fB--dump-bin\fP. .TP .BR " " " " "--no-sysfs" Do not attempt to read DMI data from sysfs files. This is mainly useful for debugging. .TP .BR " " " " "--oem-string \fIN\fP" Only display the value of the \s-1OEM\s0 string number \fIN\fP. The first \s-1OEM\s0 string has number \fB1\fP. With special value \fBcount\fP, return the number of OEM strings instead. .TP .BR "-h" ", " "--help" Display usage information and exit .TP .BR "-V" ", " "--version" Display the version and exit .P Options .BR --string , .BR --type, .BR --dump-bin " and " --oem-string determine the output format and are mutually exclusive. .P Please note in case of .B dmidecode is run on a system with BIOS that boasts new SMBIOS specification, which is not supported by the tool yet, it will print out relevant message in addition to requested data on the very top of the output. Thus informs the output data is not reliable. .\" .SH "DMI TYPES" The \s-1SMBIOS\s0 specification defines the following \s-1DMI\s0 types: .TS r l __ r l. Type Information 0 BIOS 1 System 2 Baseboard 3 Chassis 4 Processor 5 Memory Controller 6 Memory Module 7 Cache 8 Port Connector 9 System Slots 10 On Board Devices 11 OEM Strings 12 System Configuration Options 13 BIOS Language 14 Group Associations 15 System Event Log 16 Physical Memory Array 17 Memory Device 18 32-bit Memory Error 19 Memory Array Mapped Address 20 Memory Device Mapped Address 21 Built-in Pointing Device 22 Portable Battery 23 System Reset 24 Hardware Security 25 System Power Controls 26 Voltage Probe 27 Cooling Device 28 Temperature Probe 29 Electrical Current Probe 30 Out-of-band Remote Access 31 Boot Integrity Services 32 System Boot 33 64-bit Memory Error 34 Management Device 35 Management Device Component 36 Management Device Threshold Data 37 Memory Channel 38 IPMI Device 39 Power Supply 40 Additional Information 41 Onboard Devices Extended Information 42 Management Controller Host Interface .TE Additionally, type 126 is used for disabled entries and type 127 is an end-of-table marker. Types 128 to 255 are for \s-1OEM\s0-specific data. .B dmidecode will display these entries by default, but it can only decode them when the vendors have contributed documentation or code for them. Keywords can be used instead of type numbers with \fB--type\fP. Each keyword is equivalent to a list of type numbers: .TS l l __ l l. Keyword Types bios 0, 13 system 1, 12, 15, 23, 32 baseboard 2, 10, 41 chassis 3 processor 4 memory 5, 6, 16, 17 cache 7 connector 8 slot 9 .TE Keywords are matched case-insensitively. The following command lines are equivalent: .IP \(bu "\w'\(bu'u+1n" dmidecode --type 0 --type 13 .IP \(bu dmidecode --type 0,13 .IP \(bu dmidecode --type bios .IP \(bu dmidecode --type BIOS .\" .SH BINARY DUMP FILE FORMAT The binary dump files generated by \fB--dump-bin\fP and read using \fB--from-dump\fP are formatted as follows: .IP \(bu "\w'\(bu'u+1n" The SMBIOS or DMI entry point is located at offset 0x00. It is crafted to hard-code the table address at offset 0x20. .IP \(bu "\w'\(bu'u+1n" The DMI table is located at offset 0x20. .\" .SH UUID FORMAT There is some ambiguity about how to interpret the UUID fields prior to SMBIOS specification version 2.6. There was no mention of byte swapping, and RFC 4122 says that no byte swapping should be applied by default. However, SMBIOS specification version 2.6 (and later) explicitly states that the first 3 fields of the UUID should be read as little-endian numbers (byte-swapped). Furthermore, it implies that the same was already true for older versions of the specification, even though it was not mentioned. In practice, many hardware vendors were not byte-swapping the UUID. So, in order to preserve compatibility, it was decided to interpret the UUID fields according to RFC 4122 (no byte swapping) when the SMBIOS version is older than 2.6, and to interpret the first 3 fields as little-endian (byte-swapped) when the SMBIOS version is 2.6 or later. The Linux kernel follows the same logic. .\" .SH FILES .I /dev/mem .br .I /sys/firmware/dmi/tables/smbios_entry_point (Linux only) .br .I /sys/firmware/dmi/tables/DMI (Linux only) .\" .SH BUGS More often than not, information contained in the \s-1DMI\s0 tables is inaccurate, incomplete or simply wrong. .\" .SH AUTHORS Alan Cox, Jean Delvare .\" .SH "SEE ALSO" .BR biosdecode (8), .BR mem (4), .BR ownership (8), .BR vpddecode (8) --KKDhcmqtND/QCtgF Content-Type: application/postscript Content-Disposition: attachment; filename="dmidecode.ps" Content-Transfer-Encoding: quoted-printable %!PS-Adobe-3.0=0A%%DocumentData: Clean7Bit=0A%%Orientation: Portrait=0A%%Pa= ges: (atend)=0A%%PageOrder: Ascend=0A%%DocumentMedia: man-Letter 612 790 0 = () ()=0A%%DocumentNeededResources: font Times-Roman Times-Bold Times-Italic= Times-BoldItalic=0A%%DocumentSuppliedResources: procset MandocProcs 1.0 0= =0A%%EndComments=0A%%BeginProlog=0A%%BeginResource: procset MandocProcs 101= 70 10170=0A/fs 11 def=0A/f0 { /Times-Roman fs selectfont } def=0A/f1 { /Tim= es-Bold fs selectfont } def=0A/f2 { /Times-Italic fs selectfont } def=0A/f3= { /Times-BoldItalic fs selectfont } def=0A/s { 3 1 roll moveto show } bind= def=0A/c { exch currentpoint exch pop moveto show } bind def=0A%%EndResour= ce=0A%%EndProlog=0A%%BeginSetup=0A%%BeginFeature: *PageSize Letter=0A<>setpagedevice=0A%%EndFeature=0A%%EndSetup=0A%%Page: 1 1=0A= f1=0A68.024 702.988(NAME)s=0Af0=0A87.274 687.599(dmidecode)s=0A138.292(-)c= =0A144.705(DMI)c=0A168.839(table)c=0A192.973(decoder)c=0Af1=0A68.024 656.82= 1(SYNOPSIS)s=0A87.274 641.432(dmidecode)s=0Af0=0A140.745([)c=0Af2=0A144.408= (OPTIONS)c=0Af0=0A189.629(])c=0Af1=0A68.024 610.654(DESCRIPTION)s=0A87.274 = 595.265(dmidecode)s=0Af0=0A140.745(is)c=0A150.832(a)c=0A158.466(tool)c=0A17= 8.332(for)c=0A193.908(dumping)c=0A235.774(a)c=0A243.408(computer's)c=0A295.= 647(DMI)c=0A319.781(\(some)c=0A349.415(say)c=0A366.828(SMBIOS\))c=0A414.194= (table)c=0A438.328(contents)c=0A477.741(in)c=0A489.049(a)c=0A496.683(human-= )c=0A87.274 579.876(readable)s=0A127.281(format.)c=0A162.107(This)c=0A184.4= 15(table)c=0A208.549(contains)c=0A247.962(a)c=0A255.596(description)c=0A307= =2E230(of)c=0A319.143(the)c=0A335.335(system's)c=0A376.585(hardware)c=0A420= =2E255(components,)c=0A478.918(as)c=0A490.831(well)c=0A512.523(as)c=0A87.27= 4 564.487(other)s=0A112.629(useful)c=0A142.263(pieces)c=0A172.502(of)c=0A18= 4.415(information)c=0A239.107(such)c=0A262.020(as)c=0A273.933(serial)c=0A30= 0.509(numbers)c=0A341.143(and)c=0A359.777(BIOS)c=0A387.585(revision.)c=0A42= 8.527(Thanks)c=0A463.661(to)c=0A474.969(this)c=0A493.614(table,)c=0A520.498= (you)c=0A87.274 549.098(can)s=0A105.292(retrieve)c=0A141.636(this)c=0A160.2= 81(information)c=0A214.973(without)c=0A251.339(having)c=0A284.031(to)c=0A29= 5.339(probe)c=0A323.136(for)c=0A338.712(the)c=0A354.904(actual)c=0A383.922(= hardware.)c=0A433.092(While)c=0A462.726(this)c=0A481.371(is)c=0A491.458(a)c= =0A499.092(good)c=0A87.274 533.709(point)s=0A112.640(in)c=0A123.948(terms)c= =0A151.140(of)c=0A163.053(report)c=0A192.071(speed)c=0A219.868(and)c=0A238.= 502(safeness,)c=0A280.654(this)c=0A299.299(also)c=0A319.770(makes)c=0A350.6= 25(the)c=0A366.817(presented)c=0A411.719(information)c=0A466.411(possibly)c= =0A87.274 518.320(unreliable.)s=0A87.274 487.542(The)s=0A107.129(DMI)c=0A13= 1.263(table)c=0A155.397(doesn't)c=0A190.531(only)c=0A212.839(describe)c=0A2= 52.241(what)c=0A276.375(the)c=0A292.567(system)c=0A325.875(is)c=0A335.962(c= urrently)c=0A378.422(made)c=0A404.998(of,)c=0A419.661(it)c=0A428.527(also)c= =0A448.998(can)c=0A467.016(report)c=0A496.034(the)c=0A87.274 472.153(possib= le)s=0A126.082(evolutions)c=0A174.669(\(such)c=0A201.245(as)c=0A213.158(the= )c=0A229.350(fastest)c=0A260.205(supported)c=0A306.339(CPU)c=0A330.484(or)c= =0A342.397(the)c=0A358.589(maximal)c=0A399.839(amount)c=0A435.589(of)c=0A44= 7.502(memory)c=0A486.915(supported\).)c=0A87.274 441.375(SMBIOS)s=0A130.977= (stands)c=0A161.227(for)c=0A176.803(System)c=0A211.948(Management)c=0A272.1= 29(BIOS,)c=0A302.687(while)c=0A329.879(DMI)c=0A354.013(stands)c=0A384.263(f= or)c=0A399.839(Desktop)c=0A439.252(Management)c=0A499.433(Interface.)c=0A87= =2E274 425.986(Both)s=0A111.419(standards)c=0A155.716(are)c=0A171.897(tight= ly)c=0A203.379(related)c=0A236.060(and)c=0A254.694(developed)c=0A302.654(by= )c=0A316.404(the)c=0A332.596(DMTF)c=0A365.904(\(Desktop)c=0A408.980(Managem= ent)c=0A469.161(Task)c=0A493.295(Force\).)c=0A87.274 395.208(As)s=0A102.245= (you)c=0A121.495(run)c=0A138.908(it,)c=0Af1=0A150.524(dmidecode)c=0Af0=0A20= 3.995(will)c=0A223.861(try)c=0A238.832(to)c=0A250.140(locate)c=0A279.158(th= e)c=0A295.350(DMI)c=0A319.484(table.)c=0A346.368(It)c=0A355.839(will)c=0A37= 5.705(first)c=0A396.176(try)c=0A411.147(to)c=0A422.455(read)c=0A444.136(the= )c=0A460.328(DMI)c=0A484.462(table)c=0A508.596(from)c=0A87.274 379.819(sysf= s,)s=0A114.774(and)c=0A133.408(next)c=0A155.100(try)c=0A170.071(reading)c= =0A205.810(directly)c=0A242.165(from)c=0A266.299(memory)c=0A305.712(if)c=0A= 315.183(sysfs)c=0A339.933(access)c=0A370.777(failed.)c=0A404.074(If)c=0Af1= =0A414.150(dmidecode)c=0Af0=0A467.621(succeeds)c=0A509.465(in)c=0A87.274 36= 4.430(locating)s=0A125.466(a)c=0A133.100(valid)c=0A157.850(DMI)c=0A181.984(= table,)c=0A208.868(it)c=0A217.734(will)c=0A237.600(then)c=0A259.292(parse)c= =0A285.252(this)c=0A303.897(table)c=0A328.031(and)c=0A346.665(display)c=0A3= 81.194(a)c=0A388.828(list)c=0A405.031(of)c=0A416.944(records)c=0A452.067(li= ke)c=0A471.317(this)c=0A489.962(one:)c=0A87.274 333.652(Handle)s=0A121.792(= 0x0002,)c=0A160.292(DMI)c=0A184.426(type)c=0A206.118(2,)c=0A217.118(8)c=0A2= 25.368(bytes.)c=0A256.839(Base)c=0A280.973(Board)c=0A310.607(Information)c= =0A109.274 318.263(Manufacturer:)s=0A174.944(Intel)c=0A109.274 302.874(Prod= uct)s=0A146.245(Name:)c=0A178.321(C440GX+)c=0A109.274 287.485(Version:)s=0A= 149.908(727281-001)c=0A109.274 272.096(Serial)s=0A137.687(Number:)c=0A179.5= 42(INCY92700942)c=0A87.274 241.318(Each)s=0A112.013(record)c=0A142.857(has:= )c=0A87.274 210.540(+)s=0A87.626(o)c=0A116.776(A)c=0A127.468(handle.)c=0A16= 2.294(This)c=0A184.602(is)c=0A194.689(a)c=0A202.323(unique)c=0A235.015(iden= tifier,)c=0A280.841(which)c=0A310.475(allows)c=0A341.946(records)c=0A377.06= 9(to)c=0A388.377(reference)c=0A432.036(each)c=0A454.938(other.)c=0A483.043(= For)c=0A501.072(example,)c=0A116.072 195.151(processor)s=0A160.974(records)= c=0A196.097(usually)c=0A230.626(reference)c=0A274.285(cache)c=0A302.071(mem= ory)c=0A341.484(records)c=0A376.607(using)c=0A403.194(their)c=0A426.107(han= dles.)c=0A87.274 164.373(+)s=0A87.626(o)c=0A116.776(A)c=0A127.468(type.)c= =0A151.910(The)c=0A171.765(SMBIOS)c=0A215.468(specification)c=0A274.428(def= ines)c=0A308.946(different)c=0A349.569(types)c=0A375.540(of)c=0A387.453(ele= ments)c=0A429.308(a)c=0A436.942(computer)c=0A481.239(can)c=0A499.257(be)c= =0A512.391(made)c=0A116.072 148.984(of.)s=0A130.735(In)c=0A142.648(this)c= =0A161.293(example,)c=0A204.061(the)c=0A220.253(type)c=0A241.945(is)c=0A252= =2E032(2,)c=0A263.032(which)c=0A292.666(means)c=0A323.521(that)c=0A342.771(= the)c=0A358.963(record)c=0A389.807(contains)c=0A429.220("Base)c=0A457.842(B= oard)c=0A116.072 133.595(Information".)s=0A87.274 102.817(+)s=0A87.626(o)c= =0A116.776(A)c=0A127.468(size.)c=0A150.073(Each)c=0A174.812(record)c=0A205.= 656(has)c=0A223.069(a)c=0A230.703(4-byte)c=0A261.558(header)c=0A293.623(\(2= )c=0A305.536(for)c=0A321.112(the)c=0A337.304(handle,)c=0A372.130(1)c=0A380.= 380(for)c=0A395.956(the)c=0A412.148(type,)c=0A436.590(1)c=0A444.840(for)c= =0A460.416(the)c=0A476.608(size\),)c=0A502.876(the)c=0A519.068(rest)c=0Af0= =0A68.024 739.233(DMIDECODE\(8\))s=0A248.248(System)c=0A283.393(Manager's)c= =0A333.179(Manual)c=0A465.443(DMIDECODE\(8\))c=0A68.024 36.245(dmidecode)s= =0A278.036(January)c=0A314.996(2019)c=0A465.443(DMIDECODE\(8\))c=0Ashowpage= =0A%%Page: 2 2=0Af0=0A116.072 702.988(is)s=0A126.159(used)c=0A149.072(by)c= =0A162.822(the)c=0A179.014(record)c=0A209.858(data.)c=0A233.684(This)c=0A25= 5.992(value)c=0A282.568(doesn't)c=0A317.702(take)c=0A338.778(text)c=0A358.0= 28(strings)c=0A390.115(into)c=0A409.981(account)c=0A446.941(\(these)c=0A475= =2E959(are)c=0A492.140(placed)c=0A523.600(at)c=0A116.072 687.599(the)s=0A13= 2.264(end)c=0A150.898(of)c=0A162.811(the)c=0A179.003(record\),)c=0A216.260(= so)c=0A228.789(the)c=0A244.981(actual)c=0A273.999(length)c=0A304.249(of)c= =0A316.162(the)c=0A332.354(record)c=0A363.198(may)c=0A384.890(be)c=0A398.02= 4(\(and)c=0A420.321(is)c=0A430.408(often\))c=0A459.426(greater)c=0A492.712(= than)c=0A514.404(the)c=0A116.072 672.210(displayed)s=0A160.985(value.)c=0A8= 7.274 641.432(+)s=0A87.626(o)c=0A116.776(Decoded)c=0A158.620(values.)c=0A19= 2.225(The)c=0A212.080(information)c=0A266.772(presented)c=0A311.674(of)c=0A= 323.587(course)c=0A355.047(depends)c=0A393.844(on)c=0A407.594(the)c=0A423.7= 86(type)c=0A445.478(of)c=0A457.391(record.)c=0A490.985(Here,)c=0A517.858(we= )c=0A116.072 626.043(learn)s=0A140.811(about)c=0A168.003(the)c=0A184.195(bo= ard's)c=0A219.934(manufacturer,)c=0A284.075(model,)c=0A317.075(version)c=0A= 352.209(and)c=0A370.843(serial)c=0A397.419(number.)c=0Af1=0A68.024 595.265(= OPTIONS)s=0A87.274 579.876(-d)s=0Af0=0A97.053(,)c=0Af1=0A102.553(--dev-mem)= c=0Af2=0A156.002(FILE)c=0Af0=0A106.524 564.487(Read)s=0A131.879(memory)c=0A= 171.292(from)c=0A195.426(device)c=0Af2=0A226.886(FILE)c=0Af0=0A252.857(\(de= fault:)c=0Af2=0A292.875(/dev/mem)c=0Af0=0A335.027(\))c=0Af1=0A87.274 533.70= 9(-q)s=0Af0=0A97.053(,)c=0Af1=0A102.553(--quiet)c=0Af0=0A106.524 518.320(Be= )s=0A121.495(less)c=0A140.745(verbose.)c=0A180.455(Unknown,)c=0A229.339(ina= ctive)c=0A266.915(and)c=0A285.549(OEM-specific)c=0A350.614(entries)c=0A382.= 690(are)c=0A398.871(not)c=0A415.679(displayed.)c=0A463.342(Meta-data)c=0A51= 0.686(and)c=0A106.524 502.931(handle)s=0A138.600(references)c=0A186.538(are= )c=0A202.719(hidden.)c=0Af1=0A87.274 472.153(-s)s=0Af0=0A95.216(,)c=0Af1=0A= 100.716(--string)c=0Af2=0A138.292(KEYWORD)c=0Af0=0A106.524 456.764(Only)s= =0A131.274(display)c=0A165.803(the)c=0A181.995(value)c=0A208.571(of)c=0A220= =2E484(the)c=0A236.676(DMI)c=0A260.810(string)c=0A288.618(identified)c=0A33= 3.531(by)c=0Af2=0A347.281(KEYWORD)c=0Af0=0A399.223(.)c=0A407.473(It)c=0A416= =2E944(must)c=0A441.089(be)c=0A454.223(a)c=0A461.857(keyword)c=0A503.096(fr= om)c=0A106.524 441.375(the)s=0A122.716(following)c=0A168.245(list:)c=0Af1= =0A187.506(bios-vendor)c=0Af0=0A243.122(,)c=0Af1=0A248.622(bios-version)c= =0Af0=0A305.459(,)c=0Af1=0A310.959(bios-release-date)c=0Af0=0A389.774(,)c= =0Af1=0A395.274(bios-revision)c=0Af0=0A455.169(,)c=0Af1=0A460.669(firmware-= revision)c=0Af0=0A545.589(,)c=0Af1=0A106.524 425.986(system-manufacturer)s= =0Af0=0A207.328(,)c=0Af1=0A212.828(system-product-name)c=0Af0=0A314.864(,)c= =0Af1=0A320.364(system-version)c=0Af0=0A390.016(,)c=0Af1=0A395.516(system-s= erial-number)c=0Af0=0A497.552(,)c=0Af1=0A503.052(system-uuid)c=0Af0=0A559.8= 89(,)c=0Af1=0A106.524 410.597(system-sku-number)s=0Af0=0A199.408(,)c=0Af1= =0A204.908(system-family)c=0Af0=0A270.281(,)c=0Af1=0A275.781(baseboard-manu= facturer)c=0Af0=0A393.712(,)c=0Af1=0A399.212(baseboard-product-name)c=0Af0= =0A518.375(,)c=0Af1=0A106.524 395.208(baseboard-version)s=0Af0=0A193.303(,)= c=0Af1=0A198.803(baseboard-serial-number)c=0Af0=0A317.966(,)c=0Af1=0A323.46= 6(baseboard-asset-tag)c=0Af0=0A416.955(,)c=0Af1=0A422.455(chassis-manufactu= rer)c=0Af0=0A523.886(,)c=0Af1=0A106.524 379.819(chassis-type)s=0Af0=0A162.7= 45(,)c=0Af1=0A168.245(chassis-version)c=0Af0=0A238.524(,)c=0Af1=0A244.024(c= hassis-serial-number)c=0Af0=0A346.687(,)c=0Af1=0A352.187(chassis-asset-tag)= c=0Af0=0A429.176(,)c=0Af1=0A434.676(processor-family)c=0Af0=0A513.491(,)c= =0Af1=0A106.524 364.430(processor-manufacturer)s=0Af0=0A220.770(,)c=0Af1=0A= 226.270(processor-version)c=0Af0=0A309.364(,)c=0Af1=0A314.864(processor-fre= quency)c=0Af0=0A410.784(.)c=0A419.034(Each)c=0A443.773(keyword)c=0A485.012(= corresponds)c=0A540.914(to)c=0A552.222(a)c=0A106.524 349.041(given)s=0A133.= 716(DMI)c=0A157.850(type)c=0A179.542(and)c=0A198.176(a)c=0A205.810(given)c= =0A233.002(offset)c=0A260.799(within)c=0A291.665(this)c=0A310.310(entry)c= =0A335.665(type.)c=0A362.857(Not)c=0A382.107(all)c=0A395.857(strings)c=0A42= 7.944(may)c=0A449.636(be)c=0A462.770(meaningful)c=0A515.625(or)c=0A106.524 = 333.652(even)s=0A130.042(defined)c=0A165.781(on)c=0A179.531(all)c=0A193.281= (systems.)c=0A233.618(Some)c=0A261.426(keywords)c=0A306.944(may)c=0A328.636= (return)c=0A357.654(more)c=0A383.009(than)c=0A404.701(one)c=0A423.335(resul= t)c=0A450.527(on)c=0A464.277(some)c=0A490.248(systems)c=0A106.524 318.263(\= (e.g.)s=0Af1=0A131.571(processor-version)c=0Af0=0A217.415(on)c=0A231.165(a)= c=0A238.799(multi-processor)c=0A310.596(system\).)c=0A353.067(If)c=0Af2=0A3= 63.143(KEYWORD)c=0Af0=0A417.835(is)c=0A427.922(not)c=0A444.730(provided)c= =0A486.585(or)c=0A498.498(not)c=0A515.306(valid,)c=0A106.524 302.874(a)s=0A= 114.158(list)c=0A130.361(of)c=0A142.274(all)c=0A156.024(valid)c=0A180.774(k= eywords)c=0A226.292(is)c=0A236.379(printed)c=0A270.292(and)c=0Af1=0A288.926= (dmidecode)c=0Af0=0A342.397(exits)c=0A365.926(with)c=0A388.234(an)c=0A401.3= 68(error.)c=0A430.991(This)c=0A453.299(option)c=0A484.165(cannot)c=0A516.24= 1(be)c=0A106.524 287.485(used)s=0A129.437(more)c=0A154.792(than)c=0A176.484= (once.)c=0A106.524 256.707(Note:)s=0A133.716(on)c=0A147.466(Linux,)c=0A179.= 245(most)c=0A203.390(of)c=0A215.303(these)c=0A240.658(strings)c=0A272.745(c= an)c=0A290.763(alternatively)c=0A348.502(be)c=0A361.636(read)c=0A383.317(di= rectly)c=0A419.672(from)c=0Af1=0A443.806(sysfs)c=0Af0=0A465.806(,)c=0A471.3= 06(typically)c=0A512.556(from)c=0A106.524 241.318(files)s=0A128.216(under)c= =0Af2=0A156.013(/sys/devices/virtual/dmi/id)c=0Af0=0A271.513(.)c=0A279.763(= Most)c=0A305.129(of)c=0A317.042(these)c=0A342.397(files)c=0A364.089(are)c= =0A380.270(even)c=0A403.788(readable)c=0A443.795(by)c=0A457.545(regular)c= =0A491.447(users.)c=0Af1=0A87.274 210.540(-t)s=0Af0=0A94.600(,)c=0Af1=0A100= =2E100(--type)c=0Af2=0A130.339(TYPE)c=0Af0=0A106.524 195.151(Only)s=0A131.2= 74(display)c=0A165.803(the)c=0A181.995(entries)c=0A214.071(of)c=0A225.984(t= ype)c=0Af2=0A247.676(TYPE)c=0Af0=0A273.350(.)c=0A278.850(It)c=0A288.321(can= )c=0A306.339(be)c=0A319.473(either)c=0A347.270(a)c=0A354.904(DMI)c=0A379.03= 8(type)c=0A400.730(number,)c=0A439.835(or)c=0A451.748(a)c=0A459.382(comma-s= eparated)c=0A106.524 179.762(list)s=0A122.727(of)c=0A134.640(type)c=0A156.3= 32(numbers,)c=0A199.716(or)c=0A211.629(a)c=0A219.263(keyword)c=0A260.502(fr= om)c=0A284.636(the)c=0A300.828(following)c=0A346.357(list:)c=0Af1=0A365.618= (bios)c=0Af0=0A384.571(,)c=0Af1=0A390.071(system)c=0Af0=0A421.839(,)c=0Af1= =0A427.339(baseboard)c=0Af0=0A476.234(,)c=0Af1=0A481.734(chassis)c=0Af0=0A5= 14.129(,)c=0Af1=0A106.524 164.373(processor)s=0Af0=0A151.734(,)c=0Af1=0A157= =2E234(memory)c=0Af0=0A196.328(,)c=0Af1=0A201.828(cache)c=0Af0=0A228.096(,)= c=0Af1=0A233.596(connector)c=0Af0=0A280.027(,)c=0Af1=0A285.527(slot)c=0Af0= =0A302.027(.)c=0A310.277(Refer)c=0A337.458(to)c=0A348.766(the)c=0A364.958(D= MI)c=0A389.092(TYPES)c=0A425.458(section)c=0A459.371(below)c=0A489.005(for)= c=0A504.581(details.)c=0A541.552(If)c=0A106.524 148.984(this)s=0A125.169(op= tion)c=0A156.035(is)c=0A166.122(used)c=0A189.035(more)c=0A214.390(than)c=0A= 236.082(once,)c=0A262.350(the)c=0A278.542(set)c=0A293.513(of)c=0A305.426(di= splayed)c=0A350.339(entries)c=0A382.415(will)c=0A402.281(be)c=0A415.415(the= )c=0A431.607(union)c=0A459.415(of)c=0A471.328(all)c=0A485.078(the)c=0A501.2= 70(given)c=0A106.524 133.595(types.)s=0A137.995(If)c=0Af2=0A148.071(TYPE)c= =0Af0=0A176.495(is)c=0A186.582(not)c=0A203.390(provided)c=0A245.245(or)c=0A= 257.158(not)c=0A273.966(valid,)c=0A301.466(a)c=0A309.100(list)c=0A325.303(o= f)c=0A337.216(all)c=0A350.966(valid)c=0A375.716(keywords)c=0A421.234(is)c= =0A431.321(printed)c=0A465.234(and)c=0Af1=0A483.868(dmidecode)c=0Af0=0A106.= 524 118.206(exits)s=0A130.053(with)c=0A152.361(an)c=0A165.495(error.)c=0Af0= =0A68.024 739.233(DMIDECODE\(8\))s=0A248.248(System)c=0A283.393(Manager's)c= =0A333.179(Manual)c=0A465.443(DMIDECODE\(8\))c=0A68.024 36.245(dmidecode)s= =0A278.036(January)c=0A314.996(2019)c=0A465.443(DMIDECODE\(8\))c=0Ashowpage= =0A%%Page: 3 3=0Af1=0A87.274 702.988(-H)s=0Af0=0A99.495(,)c=0Af1=0A104.995(= --handle)c=0Af2=0A146.861(HANDLE)c=0Af0=0A106.524 687.599(Only)s=0A131.274(= display)c=0A165.803(the)c=0A181.995(entry)c=0A207.350(whose)c=0A238.205(han= dle)c=0A270.281(matches)c=0Af2=0A309.078(HANDLE)c=0Af0=0A351.857(.)c=0Af2= =0A360.107(HANDLE)c=0Af0=0A405.636(is)c=0A415.723(a)c=0A423.357(16-bit)c=0A= 452.386(integer.)c=0Af1=0A87.274 656.821(-u)s=0Af0=0A97.053(,)c=0Af1=0A102.= 553(--dump)c=0Af0=0A106.524 641.432(Do)s=0A122.716(not)c=0A139.524(decode)c= =0A173.426(the)c=0A189.618(entries,)c=0A224.444(dump)c=0A252.252(their)c=0A= 275.165(contents)c=0A314.578(as)c=0A326.491(hexadecimal)c=0A384.835(instead= =2E)c=0A424.248(Note)c=0A448.382(that)c=0A467.632(this)c=0A486.277(is)c=0A4= 96.364(still)c=0A515.625(a)c=0A523.259(text)c=0A106.524 626.043(output,)s= =0A140.140(no)c=0A153.890(binary)c=0A184.745(data)c=0A205.821(will)c=0A225.= 687(be)c=0A238.821(thrown)c=0A272.734(upon)c=0A297.484(you.)c=0A319.484(The= )c=0A339.339(strings)c=0A371.426(attached)c=0A410.828(to)c=0A422.136(each)c= =0A445.038(entry)c=0A470.393(are)c=0A486.574(displayed)c=0A531.487(as)c=0A1= 06.524 610.654(both)s=0A128.832(hexadecimal)c=0A187.176(and)c=0A205.810(ASC= II.)c=0A240.031(This)c=0A262.339(option)c=0A293.205(is)c=0A303.292(mainly)c= =0A336.600(useful)c=0A366.234(for)c=0A381.810(debugging.)c=0Af1=0A98.274 57= 9.876(--dump-bin)s=0Af2=0A154.814(FILE)c=0Af0=0A106.524 564.487(Do)s=0A122.= 716(not)c=0A139.524(decode)c=0A173.426(the)c=0A189.618(entries,)c=0A224.444= (instead)c=0A258.357(dump)c=0A286.165(the)c=0A302.357(DMI)c=0A326.491(data)= c=0A347.567(to)c=0A358.875(a)c=0A366.509(file)c=0A383.922(in)c=0A395.230(bi= nary)c=0A426.085(form.)c=0A452.969(The)c=0A472.824(generated)c=0A518.331(fi= le)c=0A535.744(is)c=0A106.524 549.098(suitable)s=0A143.495(to)c=0A154.803(p= ass)c=0A176.495(to)c=0Af1=0A187.803(--from-dump)c=0Af0=0A252.263(later.)c= =0Af1=0A98.274 518.320(--from-dump)s=0Af2=0A162.734(FILE)c=0Af0=0A106.524 5= 02.931(Read)s=0A131.879(the)c=0A148.071(DMI)c=0A172.205(data)c=0A193.281(fr= om)c=0A217.415(a)c=0A225.049(binary)c=0A255.904(file)c=0A273.317(previously= )c=0A322.509(generated)c=0A368.016(using)c=0Af1=0A394.603(--dump-bin)c=0Af0= =0A448.393(.)c=0Af1=0A98.274 472.153(--no-sysfs)s=0Af0=0A106.524 456.764(Do= )s=0A122.716(not)c=0A139.524(attempt)c=0A175.274(to)c=0A186.582(read)c=0A20= 8.263(DMI)c=0A232.397(data)c=0A253.473(from)c=0A277.607(sysfs)c=0A302.357(f= iles.)c=0A326.799(This)c=0A349.107(is)c=0A359.194(mainly)c=0A392.502(useful= )c=0A422.136(for)c=0A437.712(debugging.)c=0Af1=0A98.274 425.986(--oem-strin= g)s=0Af2=0A159.060(N)c=0Af0=0A106.524 410.597(Only)s=0A131.274(display)c=0A= 165.803(the)c=0A181.995(value)c=0A208.571(of)c=0A220.484(the)c=0A236.676(OE= M)c=0A263.868(string)c=0A291.676(number)c=0Af2=0A328.031(N)c=0Af0=0A335.368= (.)c=0A340.868(The)c=0A360.723(first)c=0A381.194(OEM)c=0A408.386(string)c= =0A436.194(has)c=0A453.607(number)c=0Af1=0A489.962(1)c=0Af0=0A495.462(.)c= =0A500.962(With)c=0A106.524 395.208(special)s=0A139.821(value)c=0Af1=0A166.= 397(count)c=0Af0=0A192.676(,)c=0A198.176(return)c=0A227.194(the)c=0A243.386= (number)c=0A279.741(of)c=0A291.654(OEM)c=0A318.846(strings)c=0A350.933(inst= ead.)c=0Af1=0A87.274 364.430(-h)s=0Af0=0A97.053(,)c=0Af1=0A102.553(--help)c= =0Af0=0A106.524 349.041(Display)s=0A143.495(usage)c=0A171.292(information)c= =0A225.984(and)c=0A244.618(exit)c=0Af1=0A87.274 318.263(-V)s=0Af0=0A98.879(= ,)c=0Af1=0A104.379(--version)c=0Af0=0A106.524 302.874(Display)s=0A143.495(t= he)c=0A159.687(version)c=0A194.821(and)c=0A213.455(exit)c=0A87.274 272.096(= Options)s=0Af1=0A124.861(--string)c=0Af0=0A159.687(,)c=0Af1=0A165.187(--typ= e,)c=0A198.176(--dump-bin)c=0Af0=0A254.716(and)c=0Af1=0A273.350(--oem-strin= g)c=0Af0=0A334.136(determine)c=0A380.875(the)c=0A397.067(output)c=0A427.933= (format)c=0A460.009(and)c=0A478.643(are)c=0A494.824(mutually)c=0A87.274 256= =2E707(exclusive.)s=0A87.274 225.929(Please)s=0A118.129(note)c=0A139.821(in= )c=0A151.129(case)c=0A172.810(of)c=0Af1=0A184.723(dmidecode)c=0Af0=0A238.19= 4(is)c=0A248.281(run)c=0A265.694(on)c=0A279.444(a)c=0A287.078(system)c=0A32= 0.386(with)c=0A342.694(BIOS)c=0A370.502(that)c=0A389.752(boasts)c=0A420.002= (new)c=0A441.078(SMBIOS)c=0A484.781(specification,)c=0A87.274 210.540(which= )s=0A116.908(is)c=0A126.995(not)c=0A143.803(supported)c=0A189.937(by)c=0A20= 3.687(the)c=0A219.879(tool)c=0A239.745(yet,)c=0A258.687(it)c=0A267.553(will= )c=0A287.419(print)c=0A310.948(out)c=0A327.756(relevant)c=0A365.937(message= )c=0A405.955(in)c=0A417.263(addition)c=0A456.071(to)c=0A467.379(requested)c= =0A512.281(data)c=0A87.274 195.151(on)s=0A101.024(the)c=0A117.216(very)c=0A= 139.513(top)c=0A156.321(of)c=0A168.234(the)c=0A184.426(output.)c=0A218.042(= Thus)c=0A242.792(informs)c=0A279.763(the)c=0A295.955(output)c=0A326.821(dat= a)c=0A347.897(is)c=0A357.984(not)c=0A374.792(reliable.)c=0Af1=0A68.024 164.= 373(DMI)s=0A93.379(TYPES)c=0Af0=0A87.274 148.984(The)s=0A107.129(SMBIOS)c= =0A150.832(specification)c=0A209.792(defines)c=0A244.310(the)c=0A260.502(fo= llowing)c=0A306.031(DMI)c=0A330.165(types:)c=0A87.274 118.206(Type)s=0A109.= 912(Information)c=0A87.274 102.817(----------------------------------------= ------------------)s=0Af0=0A68.024 739.233(DMIDECODE\(8\))s=0A248.248(Syste= m)c=0A283.393(Manager's)c=0A333.179(Manual)c=0A465.443(DMIDECODE\(8\))c=0A6= 8.024 36.245(dmidecode)s=0A278.036(January)c=0A314.996(2019)c=0A465.443(DMI= DECODE\(8\))c=0Ashowpage=0A%%Page: 4 4=0Af0=0A106.524 702.988(0BIOS)s=0A106= =2E524 687.599(1System)s=0A106.524 672.210(2Baseboard)s=0A106.524 656.821(3= Chassis)s=0A106.524 641.432(4Processor)s=0A106.524 626.043(5Memory)s=0A109.= 912 610.654(Controller)s=0A106.524 595.265(6Memory)s=0A109.912 579.876(Modu= le)s=0A106.524 564.487(7Cache)s=0A106.524 549.098(8Port)s=0A109.912 533.709= (Connector)s=0A106.524 518.320(9System)s=0A109.912 502.931(Slots)s=0A101.02= 4 487.542(10On)s=0A128.216(Board)c=0A109.912 472.153(Devices)s=0A101.024 45= 6.764(11OEM)s=0A109.912 441.375(Strings)s=0A101.024 425.986(12System)s=0A14= 7.169(Configuration)c=0A109.912 410.597(Options)s=0A101.024 395.208(13BIOS)= s=0A109.912 379.819(Language)s=0A101.024 364.430(14Group)s=0A109.912 349.04= 1(Associations)s=0A101.024 333.652(15System)s=0A147.169(Event)c=0A109.912 3= 18.263(Log)s=0A101.024 302.874(16Physical)s=0A152.053(Memory)c=0A109.912 28= 7.485(Array)s=0A101.024 272.096(17Memory)s=0A109.912 256.707(Device)s=0A101= =2E024 241.318(1832-bit)s=0A141.053(Memory)c=0A109.912 225.929(Error)s=0A10= 1.024 210.540(19Memory)s=0A152.658(Array)c=0A181.060(Mapped)c=0A109.912 195= =2E151(Address)s=0A101.024 179.762(20Memory)s=0A152.658(Device)c=0A186.560(= Mapped)c=0A109.912 164.373(Address)s=0A101.024 148.984(21Built-in)s=0A149.0= 06(Pointing)c=0A109.912 133.595(Device)s=0A101.024 118.206(22Portable)s=0A1= 09.912 102.817(Battery)s=0Af0=0A68.024 739.233(DMIDECODE\(8\))s=0A248.248(S= ystem)c=0A283.393(Manager's)c=0A333.179(Manual)c=0A465.443(DMIDECODE\(8\))c= =0A68.024 36.245(dmidecode)s=0A278.036(January)c=0A314.996(2019)c=0A465.443= (DMIDECODE\(8\))c=0Ashowpage=0A%%Page: 5 5=0Af0=0A101.024 702.988(23System)= s=0A109.912 687.599(Reset)s=0A101.024 672.210(24Hardware)s=0A109.912 656.82= 1(Security)s=0A101.024 641.432(25System)s=0A147.169(Power)c=0A109.912 626.0= 43(Controls)s=0A101.024 610.654(26Voltage)s=0A109.912 595.265(Probe)s=0A101= =2E024 579.876(27Cooling)s=0A109.912 564.487(Device)s=0A101.024 549.098(28T= emperature)s=0A109.912 533.709(Probe)s=0A101.024 518.320(29Electrical)s=0A1= 56.926(Current)c=0A109.912 502.931(Probe)s=0A101.024 487.542(30Out-of-band)= s=0A169.147(Remote)c=0A109.912 472.153(Access)s=0A101.024 456.764(31Boot)s= =0A136.169(Integrity)c=0A109.912 441.375(Services)s=0A101.024 425.986(32Sys= tem)s=0A109.912 410.597(Boot)s=0A101.024 395.208(3364-bit)s=0A141.053(Memor= y)c=0A109.912 379.819(Error)s=0A101.024 364.430(34Management)s=0A109.912 34= 9.041(Device)s=0A101.024 333.652(35Management)s=0A172.205(Device)c=0A109.91= 2 318.263(Component)s=0A101.024 302.874(36Management)s=0A172.205(Device)c= =0A206.107(Threshold)c=0A109.912 287.485(Data)s=0A101.024 272.096(37Memory)= s=0A109.912 256.707(Channel)s=0A101.024 241.318(38IPMI)s=0A109.912 225.929(= Device)s=0A101.024 210.540(39Power)s=0A109.912 195.151(Supply)s=0A101.024 1= 79.762(40Additional)s=0A109.912 164.373(Information)s=0A101.024 148.984(41O= nboard)s=0A153.263(Devices)c=0A191.444(Extended)c=0A109.912 133.595(Informa= tion)s=0A101.024 118.206(42Management)s=0A172.205(Controller)c=0A220.176(Ho= st)c=0A109.912 102.817(Interface)s=0Af0=0A68.024 739.233(DMIDECODE\(8\))s= =0A248.248(System)c=0A283.393(Manager's)c=0A333.179(Manual)c=0A465.443(DMID= ECODE\(8\))c=0A68.024 36.245(dmidecode)s=0A278.036(January)c=0A314.996(2019= )c=0A465.443(DMIDECODE\(8\))c=0Ashowpage=0A%%Page: 6 6=0Af0=0A87.274 702.98= 8(Additionally,)s=0A148.390(type)c=0A170.082(126)c=0A189.332(is)c=0A199.419= (used)c=0A222.332(for)c=0A237.908(disabled)c=0A277.321(entries)c=0A309.397(= and)c=0A328.031(type)c=0A349.723(127)c=0A368.973(is)c=0A379.060(an)c=0A392.= 194(end-of-table)c=0A448.701(marker.)c=0A485.353(Types)c=0A514.987(128)c=0A= 534.237(to)c=0A87.274 687.599(255)s=0A106.524(are)c=0A122.705(for)c=0A138.2= 81(OEM-specific)c=0A203.346(data.)c=0Af1=0A229.922(dmidecode)c=0Af0=0A283.3= 93(will)c=0A303.259(display)c=0A337.788(these)c=0A363.143(entries)c=0A395.2= 19(by)c=0A408.969(default,)c=0A445.016(but)c=0A461.824(it)c=0A470.690(can)c= =0A488.708(only)c=0A511.016(decode)c=0A87.274 672.210(them)s=0A112.024(when= )c=0A138.600(the)c=0A154.792(vendors)c=0A192.368(have)c=0A215.886(contribut= ed)c=0A268.741(documentation)c=0A336.875(or)c=0A348.788(code)c=0A372.306(fo= r)c=0A387.882(them.)c=0A87.274 641.432(Keywords)s=0A135.234(can)c=0A153.252= (be)c=0A166.386(used)c=0A189.299(instead)c=0A223.212(of)c=0A235.125(type)c= =0A256.817(numbers)c=0A297.451(with)c=0Af1=0A319.759(--type)c=0Af0=0A347.24= 8(.)c=0A355.498(Each)c=0A380.237(keyword)c=0A421.476(is)c=0A431.563(equival= ent)c=0A480.139(to)c=0A491.447(a)c=0A499.081(list)c=0A515.284(of)c=0A87.274= 626.043(type)s=0A108.966(numbers:)c=0A87.274 579.876(Keyword)s=0A131.901(T= ypes)c=0A87.274 564.487(-----------------------------------)s=0A87.274 549.= 098(bios)s=0A131.901(0,)c=0A142.901(13)c=0A87.274 533.709(system)s=0A131.90= 1(1,)c=0A142.901(12,)c=0A159.401(15,)c=0A175.901(23,)c=0A192.401(32)c=0A87.= 274 518.320(baseboard)s=0A131.901(2,)c=0A142.901(10,)c=0A159.401(41)c=0A87.= 274 502.931(chassis)s=0A131.901(3)c=0A87.274 487.542(processor)s=0A131.901(= 4)c=0A87.274 472.153(memory)s=0A131.901(5,)c=0A142.901(6,)c=0A153.901(16,)c= =0A170.401(17)c=0A87.274 456.764(cache)s=0A131.901(7)c=0A87.274 441.375(con= nector)s=0A131.901(8)c=0A87.274 425.986(slot)s=0A131.901(9)c=0A87.274 395.2= 08(Keywords)s=0A135.234(are)c=0A151.415(matched)c=0A191.433(case-insensitiv= ely.)c=0A275.143(The)c=0A294.998(following)c=0A340.527(command)c=0A386.661(= lines)c=0A410.190(are)c=0A426.371(equivalent:)c=0A87.274 364.430(+)s=0A87.6= 26(o)c=0A116.776(dmidecode)c=0A167.794(--type)c=0A196.812(0)c=0A205.062(--t= ype)c=0A234.080(13)c=0A87.274 333.652(+)s=0A87.626(o)c=0A116.776(dmidecode)= c=0A167.794(--type)c=0A196.812(0,13)c=0A87.274 302.874(+)s=0A87.626(o)c=0A1= 16.776(dmidecode)c=0A167.794(--type)c=0A196.812(bios)c=0A87.274 272.096(+)s= =0A87.626(o)c=0A116.776(dmidecode)c=0A167.794(--type)c=0A196.812(BIOS)c=0Af= 1=0A68.024 241.318(BINARY)s=0A114.158(DUMP)c=0A149.897(FILE)c=0A178.321(FOR= MAT)c=0Af0=0A87.274 225.929(The)s=0A107.129(binary)c=0A137.984(dump)c=0A165= =2E792(files)c=0A187.484(generated)c=0A232.991(by)c=0Af1=0A246.741(--dump-b= in)c=0Af0=0A303.281(and)c=0A321.915(read)c=0A343.596(using)c=0Af1=0A370.183= (--from-dump)c=0Af0=0A434.643(are)c=0A450.824(formatted)c=0A496.342(as)c=0A= 508.255(follows:)c=0A87.274 195.151(+)s=0A87.626(o)c=0A116.776(The)c=0A136.= 631(SMBIOS)c=0A180.334(or)c=0A192.247(DMI)c=0A216.381(entry)c=0A241.736(poi= nt)c=0A267.102(is)c=0A277.189(located)c=0A311.707(at)c=0A322.399(offset)c= =0A350.196(0x00.)c=0A380.446(It)c=0A389.917(is)c=0A400.004(crafted)c=0A433.= 290(to)c=0A444.598(hard-code)c=0A491.326(the)c=0A507.518(table)c=0A116.072 = 179.762(address)s=0A151.811(at)c=0A162.503(offset)c=0A190.300(0x20.)c=0A87.= 274 148.984(+)s=0A87.626(o)c=0A116.776(The)c=0A136.631(DMI)c=0A160.765(tabl= e)c=0A184.899(is)c=0A194.986(located)c=0A229.504(at)c=0A240.196(offset)c=0A= 267.993(0x20.)c=0Af1=0A68.024 118.206(UUID)s=0A98.879(FORMAT)c=0Af0=0A87.27= 4 102.817(There)s=0A115.676(is)c=0A125.763(some)c=0A151.734(ambiguity)c=0A1= 99.100(about)c=0A226.292(how)c=0A247.984(to)c=0A259.292(interpret)c=0A299.3= 10(the)c=0A315.502(UUID)c=0A345.741(fields)c=0A372.933(prior)c=0A397.067(to= )c=0A408.375(SMBIOS)c=0A452.078(specification)c=0A511.038(version)c=0Af0=0A= 68.024 739.233(DMIDECODE\(8\))s=0A248.248(System)c=0A283.393(Manager's)c=0A= 333.179(Manual)c=0A465.443(DMIDECODE\(8\))c=0A68.024 36.245(dmidecode)s=0A2= 78.036(January)c=0A314.996(2019)c=0A465.443(DMIDECODE\(8\))c=0Ashowpage=0A%= %Page: 7 7=0Af0=0A87.274 702.988(2.6.)s=0A106.524(There)c=0A134.926(was)c= =0A154.781(no)c=0A168.531(mention)c=0A207.339(of)c=0A219.252(byte)c=0A240.9= 44(swapping,)c=0A288.607(and)c=0A307.241(RFC)c=0A330.781(4122)c=0A355.531(s= ays)c=0A377.223(that)c=0A396.473(no)c=0A410.223(byte)c=0A431.915(swapping)c= =0A476.828(should)c=0A508.915(be)c=0A87.274 687.599(applied)s=0A122.408(by)= c=0A136.158(default.)c=0A172.205(However,)c=0A218.020(SMBIOS)c=0A261.723(sp= ecification)c=0A320.683(version)c=0A355.817(2.6)c=0A372.317(\(and)c=0A394.6= 14(later\))c=0A420.574(explicitly)c=0A464.882(states)c=0A492.074(that)c=0A5= 11.324(the)c=0A87.274 672.210(first)s=0A107.745(3)c=0A115.995(fields)c=0A14= 3.187(of)c=0A155.100(the)c=0A171.292(UUID)c=0A201.531(should)c=0A233.618(be= )c=0A246.752(read)c=0A268.433(as)c=0A280.346(little-endian)c=0A336.259(numb= ers)c=0A376.893(\(byte-swapped\).)c=0A453.563(Furthermore,)c=0A514.052(it)c= =0A87.274 656.821(implies)s=0A122.419(that)c=0A141.669(the)c=0A157.861(same= )c=0A183.216(was)c=0A203.071(already)c=0A238.194(true)c=0A258.049(for)c=0A2= 73.625(older)c=0A298.980(versions)c=0A338.393(of)c=0A350.306(the)c=0A366.49= 8(specification,)c=0A428.208(even)c=0A451.726(though)c=0A485.034(it)c=0A493= =2E900(was)c=0A513.755(not)c=0A87.274 641.432(mentioned.)s=0A139.216(In)c= =0A151.129(practice,)c=0A191.444(many)c=0A218.636(hardware)c=0A262.306(vend= ors)c=0A299.882(were)c=0A324.005(not)c=0A340.813(byte-swapping)c=0A408.331(= the)c=0A424.523(UUID.)c=0A457.512(So,)c=0A474.628(in)c=0A485.936(order)c=0A= 511.896(to)c=0A87.274 626.043(preserve)s=0A127.281(compatibility,)c=0A191.4= 55(it)c=0A200.321(was)c=0A220.176(decided)c=0A257.136(to)c=0A268.444(interp= ret)c=0A308.462(the)c=0A324.654(UUID)c=0A354.893(fields)c=0A382.085(accordi= ng)c=0A428.208(to)c=0A439.516(RFC)c=0A463.056(4122)c=0A487.806(\(no)c=0A505= =2E219(byte)c=0A87.274 610.654(swapping\))s=0A135.850(when)c=0A162.426(the)= c=0A178.618(SMBIOS)c=0A222.321(version)c=0A257.455(is)c=0A267.542(older)c= =0A292.897(than)c=0A314.589(2.6,)c=0A333.839(and)c=0A352.473(to)c=0A363.781= (interpret)c=0A403.799(the)c=0A419.991(first)c=0A440.462(3)c=0A448.712(fiel= ds)c=0A475.904(as)c=0A487.817(little-endian)c=0A87.274 595.265(\(byte-swapp= ed\))s=0A158.444(when)c=0A185.020(the)c=0A201.212(SMBIOS)c=0A244.915(versio= n)c=0A280.049(is)c=0A290.136(2.6)c=0A306.636(or)c=0A318.549(later.)c=0A343.= 596(The)c=0A363.451(Linux)c=0A392.480(kernel)c=0A422.719(follows)c=0A458.46= 9(the)c=0A474.661(same)c=0A500.016(logic.)c=0Af1=0A68.024 564.487(FILES)s= =0Af2=0A87.274 549.098(/dev/mem)s=0A87.274 533.709(/sys/firmware/dmi/tables= /smbios_entry_point)s=0Af0=0A288.651(\(Linux)c=0A321.343(only\))c=0Af2=0A87= =2E274 518.320(/sys/firmware/dmi/tables/DMI)s=0Af0=0A222.640(\(Linux)c=0A25= 5.332(only\))c=0Af1=0A68.024 487.542(BUGS)s=0Af0=0A87.274 472.153(More)s=0A= 113.850(often)c=0A139.205(than)c=0A160.897(not,)c=0A180.455(information)c= =0A235.147(contained)c=0A280.665(in)c=0A291.973(the)c=0A308.165(DMI)c=0A332= =2E299(tables)c=0A360.712(is)c=0A370.799(inaccurate,)c=0A421.498(incomplete= )c=0A473.132(or)c=0A485.045(simply)c=0A87.274 456.764(wrong.)s=0Af1=0A68.02= 4 425.986(AUTHORS)s=0Af0=0A87.274 410.597(Alan)s=0A111.408(Cox,)c=0A135.245= (Jean)c=0A157.542(Delvare)c=0Af1=0A68.024 379.819(SEE)s=0A91.564(ALSO)c=0A8= 7.274 364.430(biosdecode)s=0Af0=0A138.611(\(8\),)c=0Af1=0A156.937(mem)c=0Af= 0=0A180.147(\(4\),)c=0Af1=0A198.473(ownership)c=0Af0=0A247.368(\(8\),)c=0Af= 1=0A265.694(vpddecode)c=0Af0=0A315.810(\(8\))c=0Af0=0A68.024 739.233(DMIDEC= ODE\(8\))s=0A248.248(System)c=0A283.393(Manager's)c=0A333.179(Manual)c=0A46= 5.443(DMIDECODE\(8\))c=0A68.024 36.245(dmidecode)s=0A278.036(January)c=0A31= 4.996(2019)c=0A465.443(DMIDECODE\(8\))c=0Ashowpage=0A%%Trailer=0A%%Pages: 7= =0A%%EOF=0A --KKDhcmqtND/QCtgF-- -- To unsubscribe send an email to discuss+unsubscribe@mandoc.bsd.lv