pax_global_header 0000666 0000000 0000000 00000000064 12314704571 0014516 g ustar 00root root 0000000 0000000 52 comment=8ec44dc1e55ecf334f4afa8eed8795ed5776c396
Makefile.am 0000664 0000000 0000000 00000006175 12314704571 0013127 0 ustar 00root root 0000000 0000000 SUBDIRS = src data src/utilities
ACLOCAL_AMFLAGS = -I m4
TESTS_ENVIRONMENT = export LC_ALL=C;
TESTS_ENVIRONMENT += export FWTS='$(srcdir)/src/fwts';
TESTS_ENVIRONMENT += export FWTSTESTDIR='$(srcdir)/fwts-test';
TESTS_ENVIRONMENT += export TMP=/tmp;
TESTS_ENVIRONMENT += export FAILURE_LOG=/tmp/failure.log;
TESTS = fwts-test/acpidump-0001/test-0001.sh \
fwts-test/acpitables-0001/test-0001.sh \
fwts-test/acpitables-0002/test-0001.sh \
fwts-test/acpitables-0002/test-0002.sh \
fwts-test/acpitables-0003/test-0001.sh \
fwts-test/acpitables-0004/test-0001.sh \
fwts-test/acpitables-0005/test-0001.sh \
fwts-test/acpitables-0006/test-0001.sh \
fwts-test/acpitables-0007/test-0001.sh \
fwts-test/acpitables-0008/test-0001.sh \
fwts-test/apicinstance-0001/test-0001.sh \
fwts-test/apicinstance-0001/test-0002.sh \
fwts-test/arg-help-0001/test-0001.sh \
fwts-test/arg-help-0001/test-0002.sh \
fwts-test/arg-json-0001/test-0001.sh \
fwts-test/arg-json-0001/test-0002.sh \
fwts-test/arg-json-0001/test-0003.sh \
fwts-test/arg-json-0001/test-0004.sh \
fwts-test/arg-klog-0001/test-0001.sh \
fwts-test/arg-klog-0001/test-0002.sh \
fwts-test/arg-log-fields-0001/test-0001.sh \
fwts-test/arg-log-format-0001/test-0001.sh \
fwts-test/arg-log-format-0001/test-0002.sh \
fwts-test/arg-log-format-0001/test-0003.sh \
fwts-test/arg-log-format-0001/test-0004.sh \
fwts-test/arg-quiet-0001/test-0001.sh \
fwts-test/arg-quiet-0001/test-0002.sh \
fwts-test/arg-results-0001/test-0001.sh \
fwts-test/arg-results-0001/test-0002.sh \
fwts-test/arg-results-0001/test-0003.sh \
fwts-test/arg-results-0001/test-0004.sh \
fwts-test/arg-results-0001/test-0005.sh \
fwts-test/arg-results-0001/test-0006.sh \
fwts-test/arg-results-no-separators-0001/test-0001.sh \
fwts-test/arg-show-progress-dialog-0001/test-0001.sh \
fwts-test/arg-show-progress-dialog-0001/test-0002.sh \
fwts-test/arg-show-tests-0001/test-0001.sh \
fwts-test/arg-show-tests-0001/test-0002.sh \
fwts-test/arg-show-tests-full-0001/test-0001.sh \
fwts-test/arg-table-path-0001/test-0001.sh \
fwts-test/arg-table-path-0001/test-0002.sh \
fwts-test/arg-width-0001/test-0001.sh \
fwts-test/arg-width-0001/test-0002.sh \
fwts-test/arg-width-0001/test-0003.sh \
fwts-test/arg-width-0001/test-0004.sh \
fwts-test/arg-width-0001/test-0005.sh \
fwts-test/arg-width-0001/test-0006.sh \
fwts-test/arg-width-0001/test-0007.sh \
fwts-test/arg-width-0001/test-0008.sh \
fwts-test/checksum-0001/test-0001.sh \
fwts-test/checksum-0001/test-0003.sh \
fwts-test/checksum-0001/test-0004.sh \
fwts-test/disassemble-0001/test-0001.sh \
fwts-test/klog-0001/test-0001.sh \
fwts-test/klog-0001/test-0002.sh \
fwts-test/klog-0001/test-0003.sh \
fwts-test/klog-0002/test-0001.sh \
fwts-test/klog-0002/test-0002.sh \
fwts-test/klog-0002/test-0003.sh \
fwts-test/method-0001/test-0001.sh \
fwts-test/oops-0001/test-0001.sh \
fwts-test/oops-0001/test-0002.sh \
fwts-test/oops-0001/test-0003.sh \
fwts-test/osilinux-0001/test-0001.sh \
fwts-test/osilinux-0001/test-0002.sh \
fwts-test/syntaxcheck-0001/test-0001.sh \
fwts-test/wmi-0001/test-0001.sh \
fwts-test/wmi-0001/test-0002.sh \
fwts-test/wmi-0001/test-0003.sh
README 0000664 0000000 0000000 00000024255 12314704571 0011752 0 ustar 00root root 0000000 0000000 README for the FirmWare Test Suite (fwts)
=========================================
Quick Start Guide
=================
1) Dependencies:
autoconf, automake, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms
2) To build and install (only if building from source)
autoreconf -ivf
./configure
make
To get help:
fwts --help
To run all the default tests, use:
sudo fwts
..this will dump the results into results.log
To see the available tests, use:
fwts --show-tests
Advanced Options Guide
======================
Running Specific Tests
----------------------
Run specific tests, e.g. check syntax of DSDT:
sudo fwts syntaxcheck
You can run multiple tests too:
sudo fwts syntaxcheck fan battery
To see all the available tests:
sudo fwts --show-tests-full
Changing the output
-------------------
To dump the results to another file:
sudo fwts --results-output=myresults.log
or the short form:
sudo fwts -r myresults.log
or to stderr or stdout and redirect:
sudo fwts -r stderr
sudo fwts -r stdout > mylog.log
or a shorter form for stdout:
sudo fwts - > mylog.log
If the output is written to stdout, the width of the log is based on the
width of the tty. The default width when writing to a log file may be
changed to N characters wide using -w N or --log-width=N, e.g.
sudo fwts --log-width=90 - > mylog.log
The log has various columns that can be enabled, here is an example:
00012 13/12/12 12:55:04 wakealarm Test ACPI Wakealarm.
00013 13/12/12 12:55:04 wakealarm -------------------------------------------------------------
00014 13/12/12 12:55:04 wakealarm Test 1 of 4: Check existence of /sys/class/rtc/rtc0
00015 13/12/12 12:55:04 wakealarm /wakealarm.
00016 13/12/12 12:55:04 wakealarm PASSED: Test 1, /sys/class/rtc/rtc0/wakealarm found.
00017 13/12/12 12:55:04 wakealarm
00018 13/12/12 12:55:04 wakealarm Test 2 of 4: Trigger wakealarm for 1 seconds in the future.
00019 13/12/12 12:55:04 wakealarm Trigger wakealarm for 1 seconds in the future.
00020 13/12/12 12:55:04 wakealarm PASSED: Test 2, RTC wakealarm was triggered successfully.
00021 13/12/12 12:55:04 wakealarm
00022 13/12/12 12:55:04 wakealarm Test 3 of 4: Check if wakealarm is fired.
00023 13/12/12 12:55:07 wakealarm PASSED: Test 3, RTC wakealarm triggered and fired
00024 13/12/12 12:55:07 wakealarm successfully.
00025 13/12/12 12:55:07 wakealarm
00026 13/12/12 12:55:07 wakealarm Test 4 of 4: Multiple wakealarm firing tests.
00027 13/12/12 12:55:07 wakealarm Trigger wakealarm for 1 seconds in the future.
00028 13/12/12 12:55:09 wakealarm Trigger wakealarm for 2 seconds in the future.
00029 13/12/12 12:55:12 wakealarm Trigger wakealarm for 3 seconds in the future.
00030 13/12/12 12:55:16 wakealarm Trigger wakealarm for 4 seconds in the future.
00031 13/12/12 12:55:21 wakealarm PASSED: Test 4, RTC wakealarm triggered and fired
00032 13/12/12 12:55:21 wakealarm successfully.
00033 13/12/12 12:55:21 wakealarm
00034 13/12/12 12:55:21 wakealarm =============================================================
00035 13/12/12 12:55:21 wakealarm 4 passed, 0 failed, 0 warnings, 0 aborted, 0 skipped, 0 info
00036 13/12/12 12:55:21 wakealarm only.
00037 13/12/12 12:55:21 wakealarm ============================================================
^ ^ ^ ^
| | | |
| | | +--- %owner (name of test that ran)
| | |
| | +--- %time
| |
| +--- %date
|
+--- %line (line number)
Also, there is an optional %field that indicates the type of message being logged:
sudo fwts wakealarm --log-format="%line %date %time %field %owner"
..this generates results.log containing:
00013 13/12/12 12:53:11 HED wakealarm Test ACPI Wakealarm.
00014 13/12/12 12:53:11 SEP wakealarm ---------------------------------------------------------
00015 13/12/12 12:53:11 INF wakealarm Test 1 of 4: Check existence of /sys/class/rtc/rtc0
00016 13/12/12 12:53:11 INF wakealarm /wakealarm.
00017 13/12/12 12:53:11 PAS wakealarm PASSED: Test 1, /sys/class/rtc/rtc0/wakealarm found.
00018 13/12/12 12:53:11 NLN wakealarm
00019 13/12/12 12:53:11 INF wakealarm Test 2 of 4: Trigger wakealarm for 1 seconds in the
00020 13/12/12 12:53:11 INF wakealarm future.
00021 13/12/12 12:53:11 INF wakealarm Trigger wakealarm for 1 seconds in the future.
00022 13/12/12 12:53:11 PAS wakealarm PASSED: Test 2, RTC wakealarm was triggered successfully.
00023 13/12/12 12:53:11 NLN wakealarm
00024 13/12/12 12:53:11 INF wakealarm Test 3 of 4: Check if wakealarm is fired.
00025 13/12/12 12:53:14 PAS wakealarm PASSED: Test 3, RTC wakealarm triggered and fired
00026 13/12/12 12:53:14 PAS wakealarm successfully.
00027 13/12/12 12:53:14 NLN wakealarm
00028 13/12/12 12:53:14 INF wakealarm Test 4 of 4: Multiple wakealarm firing tests.
00029 13/12/12 12:53:14 INF wakealarm Trigger wakealarm for 1 seconds in the future.
00030 13/12/12 12:53:16 INF wakealarm Trigger wakealarm for 2 seconds in the future.
00031 13/12/12 12:53:19 INF wakealarm Trigger wakealarm for 3 seconds in the future.
00032 13/12/12 12:53:23 INF wakealarm Trigger wakealarm for 4 seconds in the future.
00033 13/12/12 12:53:28 PAS wakealarm PASSED: Test 4, RTC wakealarm triggered and fired
00034 13/12/12 12:53:28 PAS wakealarm successfully.
00035 13/12/12 12:53:28 NLN wakealarm
00036 13/12/12 12:53:28 SEP wakealarm =========================================================
00037 13/12/12 12:53:28 SUM wakealarm 4 passed, 0 failed, 0 warnings, 0 aborted, 0 skipped, 0
00038 13/12/12 12:53:28 SUM wakealarm info only.
00039 13/12/12 12:53:28 SEP wakealarm =========================================================
^
|
+-----------------------+
|
RES = result (PASSED or FAILED)
ERR = error (something fatal happened!)
WRN = warning (not a critical failure, but may need looking at)
DBG = debug output (deprecated)
INF = information fields
SUM = summary
NLN = new line (empty field)
ADV = advice information
HED = heading
TAG = tag information
SEP = separator (just pretty printing)
PAS = Test Passed
FAL = Test Failed
SKP = Test Skipped
ABT = Test Aborted
INO = Information only
use:
fwts --log-fields to show all available fields
One can filter on these fields using --log-filter, e.g.
sudo fwts --log-filter=RES,SUM
.. just collect results and summary of tests
sudo fwts --log-filter=ALL,~SEP
.. all fields except the separators
One can also re-arrange or modify the log format using --log-format, e.g.
sudo fwts --log-format="%line %field %time: " mtrr -
this produces:
00011 SEP 12:13:07: --------------------------------------------------------------------------------
00012 INF 12:13:07: MTRR overview
00013 INF 12:13:07: -------------
00014 INF 12:13:07: Reg 0: 0x00000000ffc00000 - 0x0000000100000000 ( 4 MB) Write-Protect
00015 INF 12:13:07: Reg 1: 0x0000000000000000 - 0x0000000080000000 ( 2048 MB) Write-Back
00016 INF 12:13:07: Reg 2: 0x0000000080000000 - 0x00000000c0000000 ( 1024 MB) Write-Back
00017 INF 12:13:07: Reg 3: 0x00000000c0000000 - 0x00000000e0000000 ( 512 MB) Write-Back
00018 INF 12:13:07: Reg 4: 0x00000000dc000000 - 0x00000000e0000000 ( 64 MB) Uncached
00019 INF 12:13:07: Reg 5: 0x00000000db000000 - 0x00000000dc000000 ( 16 MB) Uncached
00020 INF 12:13:07: Reg 6: 0x0000000100000000 - 0x0000000180000000 ( 2048 MB) Write-Back
00021 INF 12:13:07: Reg 7: 0x0000000180000000 - 0x00000001a0000000 ( 512 MB) Write-Back
00022 INF 12:13:07: Reg 8: 0x000000019f000000 - 0x00000001a0000000 ( 16 MB) Uncached
00023 INF 12:13:07: Reg 9: 0x000000019e800000 - 0x000000019f000000 ( 8 MB) Uncached
00024 NLN 12:13:07:
00025 INF 12:13:07: Test 1 of 3: Validate the kernel MTRR IOMEM setup.
00026 PAS 12:13:07: PASSED: Test 1, Memory ranges seem to have correct attributes.
00027 NLN 12:13:07:
00028 INF 12:13:07: Test 2 of 3: Validate the MTRR setup across all processors.
00029 PAS 12:13:07: PASSED: Test 2, All processors have the a consistent MTRR setup.
00030 NLN 12:13:07:
00031 INF 12:13:07: Test 3 of 3: Check for AMD MtrrFixDramModEn being cleared by the BIOS.
00032 SKP 12:13:07: SKIPPED: Test 3, CPU is not an AMD, cannot test.
00033 NLN 12:13:07:
00034 SEP 12:13:07: ================================================================================
00035 SUM 12:13:07: 2 passed, 0 failed, 0 warnings, 0 aborted, 1 skipped, 0 info only.
00036 SEP 12:13:07: ================================================================================
Available fields are:
%line - log line number
%time - current time
%date - current date
%owner - name of the test program (the owner of the the current test)
%field - the 3 letter record identifier field (e.g. SEP, RES, etc..)
Test Progress Feedback
======================
Use the --show-progress to dump out the test progress to stderr. Output is as follows:
Test: Test ACPI Wakealarm.
Check existence of /sys/class/rtc/rtc0/wakealarm. 1 passed
Trigger wakealarm for 1 seconds in the future. 1 passed
Check if wakealarm is fired. 1 passed
Multiple wakealarm firing tests. 1 passed
PASSED or FAILED?
=================
The --stdout-summary flag outputs to stdout PASSED or FAILED if test(s) passed or failed. It's essentially
for one-shot test modes where you want to run one test and see if it passed or failed without having to
look at the results log, e.g.
sudo fwts mtrr --stdout-summary
The exit code returns 1 for test failure and 0 for test success, so the
test suite can be run from a shell script and one can detect if the test worked or not, e.g.
#!/bin/bash
LOG=stdout
sudo fwts dmi_decode --results-output=$LOG
failed=$?
Resources
=========
fwts git repository:
git://kernel.ubuntu.com/hwe/fwts.git
http://kernel.ubuntu.com/git?p=hwe/fwts.git;a=summary
fwts reference guide:
https://wiki.ubuntu.com/Kernel/Reference/fwts
fwts LiveCD:
http://fwts.ubuntu.com/fwts-live/
README_ACPICA.txt 0000664 0000000 0000000 00000010520 12314704571 0013556 0 ustar 00root root 0000000 0000000 The following files have been copied from the ACPICA source
tree from git repository: git://github.com/acpica/acpica.git
In compliance with the license, these files are listed below
and the Intel copyright message has been included in fwts.
No file has been modified at all.
src/acpica/source/common:
adfile.c
adisasm.c
adwalk.c
ahpredef.c
dmextern.c
dmrestag.c
dmtable.c
dmtbdump.c
dmtbinfo.c
src/acpica/source/components:
debugger
disassembler
dispatcher
events
executer
hardware
namespace
parser
resources
tables
utilities
src/acpica/source/components/debugger:
dbcmds.c
dbdisply.c
dbexec.c
dbfileio.c
dbhistry.c
dbinput.c
dbmethod.c
dbnames.c
dbstats.c
dbutils.c
dbxface.c
src/acpica/source/components/disassembler:
dmbuffer.c
dmnames.c
dmobject.c
dmopcode.c
dmresrc.c
dmresrcl2.c
dmresrcl.c
dmresrcs.c
dmutils.c
dmwalk.c
src/acpica/source/components/dispatcher:
dsargs.c
dscontrol.c
dsfield.c
dsinit.c
dsmethod.c
dsmthdat.c
dsobject.c
dsopcode.c
dsutils.c
dswexec.c
dswload2.c
dswload.c
dswscope.c
dswstate.c
src/acpica/source/components/events:
evevent.c
evglock.c
evgpeblk.c
evgpe.c
evgpeinit.c
evgpeutil.c
evmisc.c
evregion.c
evrgnini.c
evsci.c
evxface.c
evxfevnt.c
evxfgpe.c
evxfregn.c
src/acpica/source/components/executer:
exconfig.c
exconvrt.c
excreate.c
exdebug.c
exdump.c
exfield.c
exfldio.c
exmisc.c
exmutex.c
exnames.c
exoparg1.c
exoparg2.c
exoparg3.c
exoparg6.c
exprep.c
exregion.c
exresnte.c
exresolv.c
exresop.c
exstore.c
exstoren.c
exstorob.c
exsystem.c
exutils.c
src/acpica/source/components/hardware:
hwacpi.c
hwesleep.c
hwgpe.c
hwpci.c
hwregs.c
hwsleep.c
hwvalid.c
hwxface.c
hwxfsleep.c
src/acpica/source/components/namespace:
nsaccess.c
nsalloc.c
nsdump.c
nsdumpdv.c
nseval.c
nsinit.c
nsload.c
nsnames.c
nsobject.c
nsparse.c
nspredef.c
nsrepair2.c
nsrepair.c
nssearch.c
nsutils.c
nswalk.c
nsxfeval.c
nsxfname.c
nsxfobj.c
src/acpica/source/components/parser:
psargs.c
psloop.c
psopcode.c
psparse.c
psscope.c
pstree.c
psutils.c
pswalk.c
psxface.c
src/acpica/source/components/resources:
rsaddr.c
rscalc.c
rscreate.c
rsdump.c
rsinfo.c
rsio.c
rsirq.c
rslist.c
rsmemory.c
rsmisc.c
rsserial.c
rsutils.c
rsxface.c
src/acpica/source/components/tables:
tbfadt.c
tbfind.c
tbinstal.c
tbutils.c
tbxface.c
tbxfroot.c
tbxfload.c
src/acpica/source/components/utilities:
utaddress.c
utalloc.c
utcache.c
utcopy.c
utdebug.c
utdecode.c
utdelete.c
uteval.c
utexcep.c
utglobal.c
utids.c
utinit.c
utlock.c
utmath.c
utmisc.c
utmutex.c
utobject.c
utosi.c
utresrc.c
utstate.c
uttrack.c
utxface.c
utxferror.c
src/acpica/source/include:
acapps.h
accommon.h
acconfig.h
acdebug.h
acdisasm.h
acdispat.h
acevents.h
acexcep.h
acglobal.h
achware.h
acinterp.h
aclocal.h
acmacros.h
acnames.h
acnamesp.h
acobject.h
acopcode.h
acoutput.h
acparser.h
acpi.h
acpiosxf.h
acpixf.h
acpredef.h
acresrc.h
acrestyp.h
acstruct.h
actables.h
actbl1.h
actbl2.h
actbl3.h
actbl.h
actypes.h
acutils.h
amlcode.h
amlresrc.h
src/acpica/source/platform:
acenv.h
acgcc.h
aclinux.h
src/acpica/source/os_specific/service_layers:
osunixxf.c
src/acpica/source/tools/acpiexec:
aehandlers.c
aecommon.h
src/acpica/source/compiler:
aslanalyze.c
aslbtypes.c
aslcodegen.c
aslcompile.c
aslcompiler.h
aslcompiler.l
aslcompiler.y
asldefine.h
aslerror.c
aslfiles.c
aslfold.c
aslglobal.h
asllength.c
asllisting.c
aslload.c
asllookup.c
aslmain.c
aslmap.c
aslmessages.h
aslopcodes.c
asloperands.c
aslopt.c
aslpredef.c
aslresource.c
aslrestype1.c
aslrestype1i.c
aslrestype2.c
aslrestype2d.c
aslrestype2e.c
aslrestype2q.c
aslrestype2s.c
aslrestype2w.c
aslstartup.c
aslstubs.c
aslsupport.l
asltransform.c
asltree.c
asltypes.h
aslutils.c
asluuid.c
aslwalks.c
dtcompile.c
dtcompiler.h
dtexpress.c
dtfield.c
dtio.c
dtparser.l
dtparser.y
dtsubtable.c
dttable.c
dttemplate.c
dttemplate.h
dtutils.c
fwts_iasl_interface.c
fwts_iasl_interface.h
preprocess.h
prexpress.c
prmacros.c
prparser.l
prparser.y
prscan.c
prutils.c
README_SOURCE.txt 0000664 0000000 0000000 00000014046 12314704571 0013645 0 ustar 00root root 0000000 0000000 == FWTS Source Structure ==
FWTS comprises of a core fwts library, two special builds of the ACPICA source
and the fwts tests themselves.
== Core FWTS library libfwts.so ==
The core fwts library, libfwts.so, contains the fwts test framework to drive
fwts tests and a support library that provides the tests with commonly used
functionality, such as list handling, log scanning, port I/O, ACPI table
handling, etc.
Source:
fwts/src/lib/src
fwts/src/lib/include
Conventions:
All fwts core library functions should start with fwts_ prefix
C source that provides an API should have a corresponding header in
fwts/src/lib/include
We include all exported headers in fwts/src/lib/include/fwts.h
Declare variables and functions as static if they are not to be exported
NULL returns indicates an error
FWTS_OK indicates success
FWTS_ERROR indicates generic failure
-ve returns indicate error
All structs should be typedef'd
NO typedef'ing of void * please!
Where possible use uint64_t, uint32_t, uint16_t, uint8_t
ALWAYS assume system calls fail and check returns
NO clever macros that used obfuscated tricks
Kernel Style (K&R).
Avoid spaces and tabs at end of line.
Must compile with -Wall -Werror
Avoid warnings, exception is the ACPICA core since we don't modify this
Test with valgrind to check for memory leaks.
No smart tricks.
Comments are not optional!
== ACPICA libraries ==
The ACPICA source is built in two modes for fwts, one for the run-time
execution of AML (acpiexec mode) and one for the assembly/dis-assembly of AML
(compile mode). This makes life a bit complex since both modes are not
compatible, so fwts builds these as differenty libraries and exports a thin
shim interface that libfwts and fwts tests can use. It's quite ugly.
The intention is to regularly pick up the latest ACPICA sources every release
cycle and drop these into fwts. Note that we only incorporate the minimal
subset of ACPICA source that is required for the execution and
assembly/disassembly functionality required by fwts.
=== acpiexec mode ===
libfwtsacpica.so:
fwts/src/acpica/Makefile.am
Interface:
fwts/src/acpica/fwts_acpica.c
fwts/src/acpica/fwts_acpica.h
=== compiler mode ===
libfwtsiasl.so:
fwts/src/acpica/source/compiler/Makefile.am
Interface:
fwts/src/acpica/source/compiler/fwts_iasl_interface.c
fwts/src/acpica/source/compiler/fwts_iasl_interface.h
=== Notes ===
Whenever we update the ACPICA core we need to update README_ACPICA.txt to
reflect any additional ACPIC sources we include into fwts.
DO NOT modify any of the ACPICA sources - we use the original sources and
should not modify them in fwts. Note that some on-the-fly source tweaking is
performed to stop name clashes.
== fwts tests ==
The fwts tests are grouped in several sub-directories depending on the type of
testing:
src/acpi - ACPI specific tests (methods, AML, tables, etc)
src/apic - APIC tests
src/bios - Tradition BIOS tests, e.g. SMBIOS, MPTables etc
src/cmos - CMOS memory
src/cpu - CPU specific firmware settings
src/dmi - DMI tables
src/example - example test template code
src/hotkey - HotKey tests
src/hpet - HPET
src/kernel - kernel specific
src/pci - PCI
src/uefi - UEFI
When writing new tests use the blank sketch of a test in
src/example/blank/blank.c.
Test Conventions:
All code must be static, no exporting of functions to other parts of
fwts.
If we have common code in multiple tests then refactor it into the
fwts core library.
DO NOT call exit() from a test.
DO NOT call printf() from a test - use the fwts logging functions.
Tests are registered with fwts using the FWTS_REGISTER macro:
FWTS_REGISTER(const char *example,
fwts_framework_ops *example_ops, priority, flags);
where:
example - is the name of the test, no spaces in this name as it is
stringified.
example_ops - fwts_framework_ops to configure test, with:
.description - const char * name of the test.
.init - optional function to call before running the
test(s).
.deinit - optional function to call after running the
test(s).
.minor_tests - array of fwts_framework_minor_test describing
minor tests to run.
.minor_tests is an array of functions + text description
tuples of minor tests to run and must be NULL
terminated. One can have one or more minor
tests registered to run.
priority ranking - when to run the test when we have many tests to run
and can be:
FWTS_TEST_FIRST - schedule to run as first test(s)
FWTS_TEST_EARLY - schedule to run fairly soon at start
FWTS_TEST_ANYTIME - medium priority
FWTS_TEST_LATE - schedule to run close to the end
FWTS_TEST_LAST - run at the end
Tests of the same priority are will run in an order chosen at
link time, but will run before tests of higher priory ranking
and after tests of lower priory ranking.
flags - indicates the type of test - where appropriate these can be
logically OR'd together, can be:
FWTS_BATCH batch test
FWTS_INTERACTIVE interactive test
FWTS_BATCH_EXPERIMENTAL batch experimental test
FWTS_INTERACTIVE_EXPERIMENTAL batch interactive test
FWTS_POWER_STATES S3/S4 test
FWTS_UTILS utility
FWTS_ROOT_PRIV needs root privilege to run
FWTS_TEST_BIOS BIOS specific
FWTS_TEST_UEFI UEFI specific
FWTS_TEST_ACPI ACPI specific
so, we can have FWTS_BATCH | FWTS_ROOT_PRIV | FWTS_ACPI
for a batch test that requires root privilege and is an ACPI
test.
test init/deinit callbacks.
These are intended to do pre and post test setup and close
down, for example loading in tables, checking for resources,
sanity checking capabilities.
They return FWTS_OK (all OK) or FWTS_ERROR (something went
wrong, abort!).
minor tests.
These do the specific tests, can have one or more per test
harness. Must return FWTS_OK (all OK) or FWTS_ERROR (something
went wrong). FWTS_ERROR does not mean a test failed, but the
test could not be run because of some external factor, e.g.
memory allocation failure, I/O issue, etc.
assets/ 0000775 0000000 0000000 00000000000 12314704571 0012364 5 ustar 00root root 0000000 0000000 assets/fwts.svg 0000664 0000000 0000000 00000073162 12314704571 0014101 0 ustar 00root root 0000000 0000000
auto-packager/ 0000775 0000000 0000000 00000000000 12314704571 0013605 5 ustar 00root root 0000000 0000000 auto-packager/mkpackage.README 0000664 0000000 0000000 00000006140 12314704571 0016410 0 ustar 00root root 0000000 0000000 == FWTS Uploading ==
General procedure
-----------------
Periodically we've put enough patches into fwts to deem it ready for a new upload. To do so, we
update the changelog with a summary of the changes, update the version tag, push these, then
we clone the repo, remove the .git directory and create debian source packages ready for uploading
and building in the fwts PPAs.
Here's how I went from Version V0.25.03 to V0.25.04
In the fwts git repo:
See the current version:
./update_version.sh
You need to specify the version number
The last version was V0.25.03
Use git log to see what's been added since the last tagged release, e.g.
git shortlog V0.25.03..HEAD | sed "s/^ / */g"
collect up one-line-summary of changes, add them to debian/changelog:
e.g.
fwts (0.25.04) quantal; urgency=low
[Colin Ian King]
* apci: acpitables: only check CMOS in BOOT table from firmware tables
(LP: #1016469)
* lib: fwts_acpi_tables: add ACPI table provenance
* lib: fwts_acpi_tables: load tables in deterministically
* lib: fwts_log: handle special logfile names
* lib: log: move line counting to logging back-ends
* lib: fwts_log: remove fwts_log_line_number(), no longer used
* lib: fwts_framework: output all logfile names being written to
* lib: fwts_log: add fwts_log_get_filenames()
* lib: fwts_summary: remove references to log line number
[Keng-Yu Lin]
* debian: Fix up the dependency of debian packages
-- Keng-Yu Lin Mon, 25 Jun 2012 16:44:51 +0800
then:
git add debian/changelog
git commit -s -m"debian: update changelog"
Next, update the tag:
./update-version V0.25.04
git push
git push --tags
Next, create a directory for creating the tarball and checksum and run the mktar.sh script.
Upload the generated tarball and SHA256SUMS to the desired localtion for the releasing.
Next, create an auto-packager directory somewhere and run the mkpackage.sh script from within it. E.g
mkdir /home/cking/fwts/auto-packager
cp mkpackage.sh /home/cking/fwts/auto-packager
cd /home/cking/fwts/auto-packager
./mkpackage.sh V0.25.04
and this will clone the git repo, remove the .git directory and create packages for uploading.
For a release like Precise, it generates:
V0.25.04/precise/fwts_0.25.04
V0.25.04/oneiric/fwts_0.25.04~o*
V0.25.04/natty/fwts_0.25.04~n*
V0.25.04/lucid/fwts_0.25.04~l*
NOTE: The current release does not end with ~ suffix to the version name. This version is the
one that gets periodically uploaded to universe in the current release until we get to feature freeze.
And dput these into the ppa:firmware-testing-team/ppa-fwts-unstable-crack PPA
Let it shake out - build + test etc. Get users to test against this. Onece you are OK with it,
copy the packages into ppa:firmware-testing-team/ppa-fwts-devel
Every so often during the distro release cycle copy the stable current package into universe. You can either do this on every version number bump or when you deem that a new version is really stable.
Once a package has been copied to universe, we then copy the packages from ppa:firmware-testing-team/ppa-fwts-devel to ppa:firmware-testing-team/ppa-fwts-stable.
auto-packager/mkpackage.sh 0000775 0000000 0000000 00000005570 12314704571 0016076 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
# Copyright (C) 2010-2014 Canonical
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# Get fwts sources, strip out .git directory, add in necessary debian packaging
# files, build source package ready for upload.
#
RELEASES="lucid precise quantal raring saucy trusty"
REPO=git://kernel.ubuntu.com/hwe/fwts.git
RELEASE_TAR_URL=http://fwts.ubuntu.com/release
FWTS=fwts
#
# Clone the repo
#
get_source()
{
echo Getting source
git clone $REPO
}
#
# Figure out latest tagged version
#
get_version()
{
pushd $FWTS >& /dev/null
git tag | tail -1
popd >& /dev/null
}
#
# Checkout version
#
checkout_version()
{
echo "Checking out version $1"
pushd $FWTS >& /dev/null
git checkout -b latest $1
popd >& /dev/null
}
#
# Remove .git repo as we don't want this in the final package
#
rm_git()
{
rm -rf $FWTS/.git
}
#
# Remove the source
#
rm_source()
{
rm -rf $FWTS
}
#
# Prepare the orig tarball
#
prepare_tarball()
{
mkdir $version
pushd $version >& /dev/null
wget -N $RELEASE_TAR_URL/fwts-$version.tar.gz
wget -N $RELEASE_TAR_URL/SHA256SUMS
grep "fwts-$version.tar.gz" SHA256SUMS > SHA256SUMS.local
sha256sum -c SHA256SUMS.local
if [ $? -ne 0 ]; then
echo "Checksum unmatched. Abort"
exit
fi
mv fwts-$version.tar.gz fwts_`echo $version|cut -b 2-`.orig.tar.gz
popd >& /dev/null
}
#
# Create source package ready for upload and build
#
mk_package()
{
rel=$1
rm -rf $version/$rel
mkdir -p $version/$rel
cp -r $FWTS $version/$rel
cp $version/fwts_`echo $version|cut -b 2-`.orig.tar.gz $version/$rel
pushd $version/$rel/$FWTS >& /dev/null
deb_topline=`head -1 debian/changelog`
deb_release=`echo $deb_topline | cut -f3 -d' '`
if [ "x$rel;" = "x$deb_release" ]; then
suffix=''
else
suffix="~`echo $rel | cut -c1`"
fi
#
# Mungify changelog hack
#
sed "s/) $deb_release/$suffix) $rel;/" debian/changelog > debian/changelog.new
mv debian/changelog.new debian/changelog
echo 'y' | debuild -S
rm -rf $FWTS
popd >& /dev/null
}
#
# Here we go..
#
rm_source
get_source
if [ $# -eq 1 ]; then
version=$1
else
version=`get_version`
fi
checkout_version $version
rm_git
prepare_tarball
for I in $RELEASES
do
echo Building package for release $I with version $version
mk_package $I
done
rm_source
auto-packager/mktar.sh 0000775 0000000 0000000 00000003503 12314704571 0015263 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
# Copyright (C) 2010-2014 Canonical
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
# Get fwts sources, strip out .git directory, add in necessary debian packaging
# files, build source package ready for upload.
#
REPO=git://kernel.ubuntu.com/hwe/fwts.git
FWTS=fwts
#
# Clone the repo
#
get_source()
{
echo "Getting source"
pushd "$version" >& /dev/null
git clone $REPO
popd >& /dev/null
}
#
# Checkout version
#
checkout_version()
{
echo "Checking out version"
pushd "$version/$FWTS" >& /dev/null
git checkout -b latest $version
popd >& /dev/null
}
#
# Remove the source
#
rm_source()
{
rm -rf "$version/$FWTS"
}
#
# Create source package ready for upload and build
#
mk_tarball()
{
pushd "$version/$FWTS" >& /dev/null
git archive --format tar -o ../fwts-$version.tar $version
gzip ../fwts-$version.tar
popd >& /dev/null
}
#
# Create checksums
#
mk_checksums()
{
pushd "$version" >& /dev/null
sha256sum fwts-$version.tar.gz >> SHA256SUMS
popd >& /dev/null
}
#
# Here we go..
#
if [ $# -eq 1 ]; then
version=$1
mkdir $version
else
echo "Please specify a version"
exit
fi
rm_source
get_source
checkout_version
mk_tarball
mk_checksums
rm_source
configure.ac 0000664 0000000 0000000 00000005131 12314704571 0013350 0 ustar 00root root 0000000 0000000 AC_INIT([fwts],[0.1],[colin.king@canonical.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_LEX
AC_PROG_YACC
AC_PROG_LIBTOOL
AC_C_INLINE
AM_PROG_CC_C_O
AC_SEARCH_LIBS([json_object_from_file], [json json-c], [], [ AC_MSG_ERROR([no available json library]) ])
AC_CHECK_FUNCS([localtime_r])
AC_CHECK_FUNCS([dup2])
AC_CHECK_FUNCS([getcwd])
AC_CHECK_FUNCS([getpagesize])
AC_CHECK_FUNCS([memset])
AC_CHECK_FUNCS([mkdir])
AC_CHECK_FUNCS([munmap])
AC_CHECK_FUNCS([select])
AC_CHECK_FUNCS([socket])
AC_CHECK_FUNCS([sqrt])
AC_CHECK_FUNCS([strchr])
AC_CHECK_FUNCS([strdup])
AC_CHECK_FUNCS([strerror])
AC_CHECK_FUNCS([strstr])
AC_CHECK_FUNCS([strtoul])
AC_CHECK_FUNCS([strtoull])
AC_CHECK_FUNCS([gettimeofday])
AC_CHECK_FUNCS([uname])
AC_CHECK_HEADERS([assert.h])
AC_CHECK_HEADERS([ctype.h])
AC_CHECK_HEADERS([errno.h])
AC_CHECK_HEADERS([fcntl.h])
AC_CHECK_HEADERS([getopt.h])
AC_CHECK_HEADERS([limits.h])
AC_CHECK_HEADERS([linux/input.h])
AC_CHECK_HEADERS([math.h])
AC_CHECK_HEADERS([paths.h])
AC_CHECK_HEADERS([pcre.h])
AC_CHECK_HEADERS([sched.h])
AC_CHECK_HEADERS([signal.h])
AC_CHECK_HEADERS([stdarg.h])
AC_CHECK_HEADERS([stdint.h])
AC_CHECK_HEADERS([stdio.h])
AC_CHECK_HEADERS([stdlib.h])
AC_CHECK_HEADERS([string.h])
AC_CHECK_HEADERS([sys/io.h])
AC_CHECK_HEADERS([sys/klog.h])
AC_CHECK_HEADERS([sys/mman.h])
AC_CHECK_HEADERS([sys/param.h])
AC_CHECK_HEADERS([sys/select.h])
AC_CHECK_HEADERS([sys/socket.h])
AC_CHECK_HEADERS([sys/stat.h])
AC_CHECK_HEADERS([sys/type.h])
AC_CHECK_HEADERS([sys/un.h])
AC_CHECK_HEADERS([sys/wait.h])
AC_CHECK_HEADERS([termios.h])
AC_CHECK_HEADERS([time.h])
AC_CHECK_HEADERS([sys/ioctl.h])
AC_CHECK_HEADERS([sys/time.h])
AC_CHECK_HEADERS([json/json.h])
#AC_CHECK_LIB(pcre, pcre_compile)
AC_FUNC_MALLOC
AC_FUNC_FORK
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_TYPE_OFF_T
AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
case $host in
arm*) CFLAGS="$CFLAGS -marm" ;;
esac
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
src/acpica/source/compiler/Makefile
src/acpica/Makefile
src/lib/Makefile
src/lib/src/Makefile
src/utilities/Makefile
data/Makefile
])
AC_OUTPUT
data/ 0000775 0000000 0000000 00000000000 12314704571 0011773 5 ustar 00root root 0000000 0000000 data/Makefile.am 0000664 0000000 0000000 00000000107 12314704571 0014025 0 ustar 00root root 0000000 0000000 fwtsdatadir = $(pkgdatadir)
fwtsdata_DATA = klog.json syntaxcheck.json
data/klog.json 0000664 0000000 0000000 00000720022 12314704571 0013625 0 ustar 00root root 0000000 0000000 {
"firmware_error_warning_patterns":
[
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Path has too many parent prefixes.*reached beyond root node",
"advice": "The firmware specified an ACPI path using too many parent ^ prefixes and reached a point where thare are no parent nodes in the hierarchy and so the referenced object could not be found. The kernel cannot find the named object because of this bug in the firmware and this may lead to broken or misbehaving behaviour.",
"label": "KlogAcpiPathTooManyParentPrefixes"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "mem=nopentium ignored! (only supported on x86_32)",
"advice": "The kernel parameter mem=nopentium (to disable 4MB pages) was ignored as it only applies to 32 bit x86 systems.",
"label": "KlogE8320BiosKernelParameter"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "apm: Could not register misc device",
"advice": "APM misc device could not be registered. However, the driver can work without this, but userspace cannot control it.",
"label": "KlogBiosApmMiscDevice"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Could not allocate an object descriptor",
"advice": "The ACPI driver was unable to allocate an object descriptor from the ACPI global operand cache, see acpi_ut_allocate_object_desc_dbg().",
"label": "KlogAcpiAllocObjDescriptor"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Oops, ACPI handle corrupt in",
"advice": "An error occurred attempting to get an ACPI handle from a kernel device structure. The handle appears to be corrupt and invalid, so the unbinding of links to the device could not be actioned. See acpi_unbind_one(). This could be due to an ACPI kernel bug or a genenal memory corruption issue.",
"label": "KlogAcpiHandleCorrupt"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Failed to create link",
"advice": "The ACPI driver failed to create a sysfs link on a firmware node. Depending on the firmware node this may impede userspace from interfacing with the firmware. See acpi_bind_one().",
"label": "KlogAcpiSysfsCreateLinkFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No memory for resources",
"advice": "An out of memory error occurred attempting to allocate resources while creating a platform device for an ACPI device node.",
"label": "KlogAcpiPlatformDeviceNoMemory"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "kset create error",
"advice": "The ACPI initialization failed to create the acpi_kobj kobject and so it won't appear in /sys/firmware. This may cause some user space applications difficulties if this is not created and populated. See acpi_init().",
"label": "KlogAcpiSysfsFirmwareNotCreated"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Error creating sysfs interface for device ",
"advice": "An error occurred when adding a new ACPI device and the sysfs interface could not be created.",
"label": "KlogAcpiSysfsDeviceInterfaceFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error registering device",
"advice": "An error occurred when adding a new ACPI device, the device registration failed. See acpi_device_add().",
"label": "KlogAcpi"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid reference in package",
"advice": "An error occurred while trying to evaluate an ACPI reference. An element in the package had a NULL reference handle.",
"label": "KlogAcpiNullReferenceInPackage"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid package element.*got string.*buffer",
"advice": "An error occurred while trying to extract a ACPI package, got a string or a buffer in a package element, but was expecting a different type.",
"label": "KlogAcpiInvalidPackageElement"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid package element.*got number",
"advice": "An error occurred while trying to extract a ACPI package, got an integer in a package element, but was expecting a different type.",
"label": "KlogAcpiInvalidPackageElement"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Format specifies more objects.*than exist in package",
"advice": "An error occurred while trying to extract an ACPI package, the format specifier specifies more object than actually exist in the package. See acpi_extract_package().",
"label": "KlogAcpiBadFormatSpecifier"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared",
"advice": "Using an old procfs interface for ACPI AC Adapter, this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This should be disabled for kernels > 2.6.37.",
"label": "KlogAcpiDeprecatedProcfsInterface"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared",
"advice": "Using an old procfs interface for ACPI battery, this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This should be disabled for kernels > 2.6.37.",
"label": "KlogAcpiDeprecatedProcfsInterface"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Deprecated procfs I/F for SBS is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared",
"advice": "Using an old procfs interface for ACPI battery, this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This should be disabled for kernels > 2.6.37.",
"label": "KlogAcpiDeprecatedProcfsInterface"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Unsupported Throttling notifier event",
"advice": "This is an internal ACPI driver error, an unknown processor throttling notifier event has been passed to acpi_processor_throttling_notifier(). This error is very unlikely and is an ACPI driver bug.",
"label": "KlogAcpiUnkownCpuThrottleNotifier"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Failed to create genetlink family for ACPI event",
"advice": "An internel kernel error occurred during ACPI driver genetic link initialization. See acpi_event_genetlink_init() in drivers/acpi/event.c for more information.",
"label": "KlogAcpiGenetlinkInitFail"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Can not change Invalid GPE/Fixed Event status",
"advice": "The ACPI_EVENT_FLAG_HANDLE bit in the event status was not set which is invalid, aborting setting a GPE or Fixed Event counter.",
"label": "KlogAcpiInvalidStatus"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "ignored .* entries of .* found",
"advice": "The ACPI table had more sub-table entries than expected, the extra entries were ignored.",
"label": "KlogAcpiTableLargerThanExpected"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "No return value",
"advice": "An ACPI object evaluation failed because the caller requested a return value but the return buffer length was zero which is not enough to store the return value.",
"label": "KlogAcpiEvalZeroBufferLength"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Blank _PRS EXT IRQ resource",
"advice": "An error occurred evaluating an ACPI _PRS IRQ resource, the resource was NULL or the interrupt count was zero.",
"label": "KlogAcpiBlankPrsIrqResource"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Blank _CRS EXT IRQ resource",
"advice": "An error occurred evaluating an ACPI _CRS IRQ resource, the resource was NULL or the interrupt count was zero.",
"label": "KlogAcpiBlankCrsIrqResource"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "BIOS reported IRQ .*, using IRQ",
"advice": "ACPI _CRS reported that a link should be using a specific IRQ, however a different IRQ is being used for the PCI link and _CRS has been ignored.",
"label": "KlogAcpiCrsIgnoredForPciLinkIrq"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_LOW",
"pattern": "_CRS .* not found in _PRS",
"advice": "This error only occurs in ACPI strict mode. An interrupt specified by _CRS was not found in the _PRS, so a PCI interrupt is chosen from the last entry of the _PRS list.",
"label": "KlogAcpiCrsNotInPrs"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Your BIOS is broken and requested that x2apic be disabled",
"advice": "The DMAR DMAR_X2APIC_OPT_OUT bit was set so the firmware requested that the x2apic should be disabled leading to decreased system performance. The firmware opt out can be overridden using the intremap=no_x2apic_optout kernel parameter.",
"label": "KlogSratEntryUnsupported"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Found unsupported SRAT entry",
"advice": "The kernel detected an entry in the ACPI System Resource Affinity Table (SRAT) that was not recognised. Processor local APIC/SAPIC affinity (0), Memory affinity (1) and Processory local x2APIC affinity (2) are only supported.",
"label": "KlogSratEntryUnsupported"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Found unsupported x2apic \\[.*\\] SRAT entry",
"advice": "This warning occurs because NUMA x2apic affinity is not enabled. Kernel config CONFIG_ACPI_NUMA must be enabled to avoid this warning.",
"label": "KlogSratx2apicUnsupported"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Exceed the limit of T-state",
"advice": "An attempt to change the throttling state to one that is outside the range of T-states as provided by the Throttling Supported States _TSS package. The last (and hence lowest performance) state has been selected instead.",
"label": "KlogTstateLimitExceeded"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "duty_cycle spans bit 4",
"advice": "The FADT Duty Cycle Offset and Duty Cycle Width is > 4, which means there are more than the maximum allowed 16 processor throttling states so throttling will be be disabled.",
"label": "KlogTooManyThrottlingStates"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid package argument",
"advice": "The ACPI driver attempted to extract an ACPI package but found that the ACPI object was either NULL or was not a package or was a package that had zero elements.",
"label": "KlogInvalidPackageArgument"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid format argument",
"advice": "The ACPI driver attempted to extract an ACPI package but found that the format was NULL or the format pointer was NULL or the format length was less than 1.",
"label": "KlogInvalidFormatArgument"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Invalid buffer argument",
"advice": "The ACPI driver attempted to extract an ACPI package but found that the destination buffer was NULL.",
"label": "KlogInvalidBufferArgument"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Limiting number of power states to max",
"advice": "The ACPI C states object (_CST) contains more C states than ACPI supports and so the kernal has had to limit this. To enable more C states, one must increase the Kernal ACPI macro ACPI_PROCESSOR_MAX_POWER.",
"label": "KlogLimitPowerStates"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Duplicate ACPI video bus devices for the same VGA controller",
"advice": "The ACPI video driver has found a duplicate ACPI video bus device for the same VGA controller. If the current driver does not work, one can try to work around this using the video.allow_duplicates=1 kernel parameter.",
"label": "KlogDuplicateACPIVideoBus"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "TSC doesn't count with P0 frequency",
"advice": "The AMD processor has the x86 constant TSC feature enabled but the firmware has not set bit 24 of the MSR MSR_K7_HWCR and so the processor TSC does not count in the P0 frequenct level. This is a firmware bug.",
"label": "KlogAmdTscP0FreqNoCount"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "BIOS strings suggest APM bugs, disabling power status reporting",
"advice": "The firmware is known to have broken Advanced Power Management (APM), so APM has been disabled.",
"label": "KlogApmBiosBroken"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "BIOS strings suggest APM reports battery life in minutes and wrong byte order",
"advice": "The firmware is known to report the battery life in minutes in the wrong byte order, so the kernel has detected this and will work around the firmware bug. This is known to occur on many Sony laptops.",
"label": "KlogApmMinuteSwapBytes"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Disabling ACPI support",
"advice": "The machine has had ACPI support disabled because either the firmware is way too old, or it is known to have broken or bad ACPI support. One can try to override this with the acpi=force kernel parameter, but the machine may still hang or not work correctly.",
"label": "KlogAcpiDisabled"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "acpi=force override",
"advice": "The kernel has been forced to enabled ACPI. This is sometimes required because ACPI support has been disabled because the firmware is too old or was blacklisted because it has known ACPI issues.",
"label": "KlogAcpiForceOverride"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Invalid passive threshold",
"advice": "The ACPI driver attempted to evaluate the ACPI Passive List (_PSL) object for a particular thermal zone but this failed. The passive cooling for that particular thermal zone has been invalidated.",
"label": "KlogInvalidPassiveThreshold"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Critical threshold",
"advice": "The firmware critical trip point has been overridden using the kernel critical trip point kernel parameter crt.",
"label": "KlogCriticalThreshold"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Found unsupported MADT entry",
"advice": "The ACPI Multiple APIC Description Table (MADT) contains an entry that has an unknown MADT header type. This will be igored, but it does suggest a broken or buggyy ACPI MADT.",
"label": "KlogMadtEntryUnsupported"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown interrupt routing model",
"advice": "An internal ACPI driver bug has occurred. acpi_bus_init_irq has detected an unknown interrupt routing model in acpi_irq_model. This most probably is a kernel bug.",
"label": "KlogAcpiIrqModelUnknown"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "Unable to map SBF",
"advice": "The kernel was unable to map the ACPI BOOT table and hence unable to determine the port to set the Simple Boot Flag.",
"label": "KlogBootTableNotMapped"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "DMAR: Recommended TLB entries for ISOCH unit is 16; your BIOS set",
"advice": "The recommended number of TLB entries for the ISOCH DMAR unit should be 16, hoever the firmware has misconfigured this.",
"label": "KlogDmarTlbEntriesMisconfigured"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Cannot transition to non-D0 state from D3",
"advice": "ACPI cannot transition a device from a D3 state to a non-D0 state.",
"label": "KlogAcpiD0TransitionFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Cannot set device to a higher-powered state than parent",
"advice": "ACPI cannot transition a device to a higher power state to that of the parent device.",
"label": "KlogAcpiHigherPowerStateThanParent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Device \\[.*\\] failed to transition to",
"advice": "ACPI cannot transition a device to a different power state.",
"label": "KlogAcpiPowerStateTransitionFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PRS IRQ",
"advice": "The ACPI Possible Resource Settings (_PRS) object returned an invalid IRQ mapping from a PCI interrupt pin to the interrupt input of an interrupt controller.",
"label": "KlogAcpiInvalidPrsIrq"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"pattern": "firmware reports .*:.*:.* PCI INT .* connected to .*; changing to",
"advice": "The kernel has detected a PCI interrupt configuration than needed to be quirked to make it work correctly.",
"label": "KlogAcpiPciIntRemap"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "No IOAPIC for GSI",
"advice": "The kernel could not find an IOAPIC that manages the Global System Interrupt (GSI), so no IOAPIC will be configured with that GSI.",
"label": "KlogAcpiNoIoapicForGsi"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "[T|t]emperature above threshold, cpu clock throttled",
"advice": "Test caused CPU temperature above critical threshold. The CPU has been throttled to run slower because of over-heating above the critical threshold. CPU throttling will be turned off once the CPU has cooled sufficiently. Frequent throttling may indicate poor thermal design on the machine.",
"label": "KlogThermalOverrun"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Possible thermal failure",
"advice": "A Pentium class Intel CPU has had a thermal machine check exception caused by hot CPU. If this persists it may indicate poor thermal design on the machine.",
"label": "KlogThermalOverrun"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "BIOS never enumerated boot CPU",
"advice": "The boot processor is not enumerated!",
"label": "KlogBiosBootCpuNotEnumerated"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "acpi_shpchprm.*_HPP fail",
"advice": "Hotplug _HPP method failed",
"label": "KlogAcpiHppMethodFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "shpchp.*acpi_pciehprm.*OSHP fail",
"advice": "ACPI Hotplug OSHP method failed",
"label": "KlogAcpiHotplugOshpMethodFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "shpchp.*acpi_shpchprm.*evaluate _BBN fail",
"advice": "Hotplug _BBN method is missing",
"label": "KlogAcpiHotPlugBbnMissing"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error while parsing _PSD domain information",
"advice": "_PSD domain information is corrupt!",
"label": "KlogAcpiPsdParsingError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Wrong _BBN value, reboot and use option 'pci=noacpi'",
"advice": "The BIOS has wrong _BBN value, which will make PCI root bridge have wrong bus number",
"label": "KlogAcpiWrongBbnValue"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*apic on CPU.* stops in C2",
"advice": "The local apic timer incorrectly stops during C2 idle state.The ACPI specification forbids this and Linux needs the local APIC timer to work. The most likely cause of this is that the firmware uses a hardware C3 or C4 state that is mapped to the ACPI C2 state.",
"label": "KlogAcpiApicStopsInC2"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Disabling IRQ",
"advice": "The kernel detected an irq storm. This is most probably an IRQ routing bug.",
"label": "KlogBiosIrqRoutingBug"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not enable.*event",
"advice": "An ACPI fixed event could not be enabled. This can affect fixed events such as the power management timer, power button, sleep button, RTC alarm, wake status, system bus master request or the global release lock status.",
"label": "KlogAcpiEventEnableFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not disable.*events",
"advice": "An ACPI fixed event could not be disabled. This can affect fixed events such as the power management timer, power button, sleep button, RTC alarm, wake status, system bus master request or the global release lock status.",
"label": "KlogAcpiEventDisableFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During return object analysis",
"advice": "The ACPI interpreter attempted to convert or repair a return object of an unexpected type, however a fatal error occurred during the conversion. Undefined AML execution behaviour may occur.",
"label": "KlogAcpiObjConvertFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "MMIO size insufficient to access LTR",
"advice": "Intel Lynxpoint Low Power Subsystem have a set of MMIO mapped registers that provide access to the LTR (Latency Tolerance Reporting). However, the MMIO size is smaller than expected. The corresponding I/O resource for this is incorrect, it should have a resource size set to a minimum of 24 bytes.",
"label": "KlogAcpiLpssMmioSizeTooSmall"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error installing notify handler",
"advice": "Failed to install a notify handler for the ACPI video driver. The ACPI video driver cannot handle notify events to change brightness levels or turn the display on/off.",
"label": "KlogAcpiNotifyHandlerInstallFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Can't remove video notify handler",
"advice": "Failed to remove a notify handler for the ACPI video driver. This is most probably an internal kernel issue.",
"label": "KlogAcpiNotifyHandlerRemoveFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not register bus type",
"advice": "The ACPI driver failed to register the ACPI buse type. This is not deemed to be fatal, but it is a kernel error that should be investigated. See acpi_scan_init().",
"label": "KlogAcpiScanBusTypeRegisterFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "failed to create clocks",
"advice": "ACPI platform clocks failed to initialize making the creation of the platform device for the ACPI device node fail. See acpi_create_platform_device() and acpi_create_platform_clks().",
"label": "KlogAcpiPlatformClockCreateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "platform device creation failed:",
"advice": "Failed to register the ACPI device node. platform_device_register_full() failed which makes the platform device creation fail. See platform_device_register_full() and acpi_create_platform_device().",
"label": "KlogAcpiPlatformDeviceCreateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "cannot add bridge to acpi list",
"advice": "The ACPI bus scan failed and so a root bridge hotplug insertion failed. See handle_root_bridge_insertion().",
"label": "KlogAcpiPciRootBridgeAddFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Incorrect return type .* requested .*",
"advice": "An ACPI object find and evaluate has failed, the return object requested does not match the requested type. This is most probably a firmware bug.",
"label": "KlogAcpiIncorrectReturnType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown field access type 0x",
"advice": "Attempted to decode an ACPI field definition failed because the firmware attempted to use an unknown access type. Only byte, word, dword, qword and 'any' access types are allowed.",
"label": "KlogAcpiUknownFieldAccessType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null RegionNode",
"advice": "Construction of an object and connecting it to a parent node failed because a region node was unexpectedly NULL. See acpi_ex_prep_field_value().",
"label": "KlogAcpiNullRegionNode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null Index Object during field prep",
"advice": "Construction of an object and connecting it to a parent node failed for a local index field. See acpi_ex_prep_field_value().",
"label": "KlogAcpiNullIndexObject"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No object attached to node",
"advice": "Failed to resolve an ACPI namespace node to a valued object, there is no object attached to the given node. See acpi_ex_resolve_node_to_value().",
"label": "KlogAcpiNoObjectAttachedToNode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Object not a Package, type",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object was not an ACPI package as expected.",
"label": "KlogAcpiObjectNotPackage"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Object not a Buffer, type",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object was not an ACPI buffer as expected.",
"label": "KlogAcpiObjectNotBuffer"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Object not a String, type",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object was not an ACPI string as expected.",
"label": "KlogAcpiObjectNotString"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Object not a Integer, type",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object was not an ACPI integer as expected.",
"label": "KlogAcpiObjectNotInteger"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Untyped entry .* no attached object",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object was an ACPI ANY type and so there is no object associated with it.",
"label": "KlogAcpiUntypedEntry"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unsupported Reference type 0x",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object reference class must be a table, refof or index reference class.",
"label": "KlogAcpiUnsupportedReferenceType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Node .* Unknown object type 0x",
"advice": "Failed to resolve an ACPI namespace node to a valued object, the source object was an unknown type.",
"label": "KlogAcpiUnknownObjectType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid internal name",
"advice": "An error occurred turning an ACPI internal name into an external (printable) form. The required length exceeded the intenral name length, causing a bounds error. See acpi_ns_externalize_name().",
"label": "KlogAcpiInvalidInternalName"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid zero length descriptor in resource list",
"advice": "An error occurred turning an ACPI resource list into a byte stream of resources. The resource length was zero, which is an illegal length.",
"label": "KlogAcpiInvalidZeroLengthDescriptor"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "is not an ACPI Operand object",
"advice": "An internal ACPI error occurred freeing an ACPI object or adding it to the object cache. The descriptor type of the given object was not a descriptor type operand. See acpi_ut_delete_object_desc().",
"label": "KlogAcpiNotOperandObject"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot convert to external object - unsupported Reference Class .* in object",
"advice": "An internal ACPI error occurred getting the size of a simple ACPI object. A local reference object with a reference class that was not a refclass name class is not currently supported (such as locals and args) in the ACPI driver and may need implementing. See acpi_ut_get_simple_object_size(). ",
"label": "KlogAcpiUnsupportedReferenceClass"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot convert to external object - unsupported type .* in object",
"advice": "An internal ACPI error occurred getting the size of a simple ACPI object, the object was of a type that is not supported.",
"label": "KlogAcpiUnsupportedType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Local index .* is invalid .*max",
"advice": "An error occurred getting the node associated with a local or an arg. The local index for the refclass local type was greather than ACPI_METHOD_MAX_LOCAL. See acpi_ds_method_data_get_node().",
"label": "KlogAcpiLocalIndexInvalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Arg index .* is invalid .*max",
"advice": "An error occurred getting the node associated with a local or an arg. The arg index for the refclass arg type was greather than ACPI_NETHOD_MAX_ARG. See acpi_ds_method_data_get_node().",
"label": "KlogAcpiArgIndexInvalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Type .* is invalid",
"advice": "An error occurred getting the node associated with a local or an arg. The given type is not a refclass local or refclass arg type. See acpi_ds_method_data_get_node().",
"label": "KlogAcpiTypeInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null object descriptor pointer",
"advice": "An error occurred retrieving the value of a selected Arg or Local for a method, the descriptor pointer was NULL. See acpi_ds_method_data_get_value().",
"label": "KlogAcpiNullObjectDescriptorPtr"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Uninitialized Arg.* at node",
"advice": "An error occurred retrieving the value of a selected Arg or Local for a method, an argument to the method was not initialised. This is probably a firmware bug. See also acpi_ds_method_data_get_value().",
"label": "KlogAcpiUnitializedArg"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Not a Arg/Local opcode: 0x",
"advice": "An error occurred retrieving the value of a selected Arg or Local for a method. This is probably a firmware bug. See also acpi_ds_method_data_get_value().",
"label": "KlogAcpiNotArgLocalOpcode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Field .* access width .* too large for region",
"advice": "An access type is larger than a region, for example, where a region is one byte in length and a field of dword access is specified. This is a bug in the firmware and the access to the region fails. This can lead to unexpected behaviour.",
"label": "KlogAcpiFieldAccessWidthTooLarge"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Field .* Base.*Offset.*Width .* is beyond end of region",
"advice": "An access exceeds the region length, in this case the base + offset + access width is larger than the region size. For example, this could be a dword access one byte from the end of region. This is a bug in the firmware and the access to the region fails. This can lead to unexpected behaviour.",
"label": "KlogAcpiFieldEndOfRegion"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Region .*ID=.* not implemented",
"advice": "An access (read or write) to an operation region has been attempted and a region for this has not been implemented, this may need to be implemented to provide the expected behaviour. See acpi_ex_access_region().",
"label": "KlogAcpiRegionNotImplemented"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Region .*ID=.* has no handler",
"advice": "An access (read or write) to an operation region has been attempted and a region handler for this has not been implemented, this may need to be implemented to provide the expected behaviour. See acpi_ex_access_region().",
"label": "KlogAcpiKlogRegionNoHandler"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Index value 0x.* overflows field width 0x",
"advice": "A write of a value larger than the maximum value that can fit into a register has be detected. The bit length of the field is not wide enough or the value is larger than expected. This is normally a bug in the firmware. See acpi_ex_register_overflow().",
"label": "KlogAcpiIndexValueOverflow"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Wrong object type in field I/O",
"advice": "A read or write of a data to an I/O field failed. The object is of the wrong type. See acpi_ex_field_datum_io().",
"label": "KlogAcpiWrongObjectType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown UpdateRule value: 0x",
"advice": "An attempt to apply a field update rule to a field write failed because the update rule was unknown. See acpi_ex_write_with_update_rule().",
"label": "KlogAcpiUknownUpdateRuleValue"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Field size .* is too large for buffer",
"advice": "An attempt to extract the current value of a given field failed because the field size was too large for the given buffer. See acpi_ex_extract_from_field().",
"label": "KlogAcpiFieldSizeTooLarge"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "GPE0 block .* overlaps the GPE1 block .* Ignoring GPE1",
"advice": "An error occurred initializing the GPE data structures, the GPE0/GPE1 blocks overlap each other. This is normally a bug in the ACPI FADT GPE block address config.",
"label": "KlogAcpiGpe0BlockOverlapsGpe1Block"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Maximum GPE number from FADT is too large: 0x",
"advice": "There were more than 255 GPEs specified in the FADT. The ACPI driver only supports a maximum of 255 GPEs.",
"label": "KlogAcpiMaxGpeTooLarge"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "For GPE 0x.* found both _L.* and _E.* methods",
"advice": "A GPE has a level _Lxx and an edge _Exx method associated with it, which is incorrect, it should have one or the other but not both.",
"label": "KlogAcpiGpeFoundMultipleMethods"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot acquire Mutex .* null thread info",
"advice": "An attempt to acquire an ACPI AML mutex failed, the caller must have a valid thread state structure. This is an internal ACPICA driver bug. See acpi_ex_acquire_mutex().",
"label": "KlogAcpiMutexAcquireFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot acquire Mutex \\[.*\\], current SyncLevel is too large",
"advice": "An ACPI mutex was not acquired because the sync level was too large. The per-thread sync level must be less or equal to the sync level of the method being executed. This error occurs because the interpreter attempted to avoid possible deadlocks. See acpi_ex_acquire_mutex().",
"label": "KlogAcpiMutexAcquireFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot release Mutex .* not acquired",
"advice": "An ACPI mutex was not already previously acquired, so it cannot be released.",
"label": "KlogAcpiMutexReleaseFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot release Mutex .* null thread info",
"advice": "An ACPI mutex could not be released, the thread ID was null and not valid. This maybe an internal ACPICA bug.",
"label": "KlogAcpiMutexReleaseFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Thread .* cannot release Mutex .* acquired by thread",
"advice": "An ACPI mutex is already owned but the thread making the mutex release is not the owner, so the release was rejected.",
"label": "KlogAcpiMutexReleaseFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot release Mutex .* SyncLevel mismatch: mutex .* current",
"advice": "An ACPI mutex could not be released, the sync level of the mutex must be equal to that of the current sync level. Attempting to release a mutex of a different level means that the mutex ordering rule has been violated.",
"label": "KlogAcpiMutexReleaseFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not transition to ACPI mode",
"advice": "A request to transfer a system into ACPI mode has failed. This could be because the ACPI FADT does not have SMI_CMD defined, or that the FADT ACPI_ENABLE and ACPI_DISABLE flags are both zero, or a SMI command failed to work.",
"label": "KlogAcpiAcpiModeTransitionFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Hardware did not enter ACPI mode",
"advice": "Could not transfer a system into the ACPI mode. A SMI command was issued however the system failed to transition to the ACPI mode after 3 seconds of waiting. Perhaps SMIs are broken or that the firmware cannot transition the machine to ACPI mode.",
"label": "KlogAcpiAcpiModeNotEntered"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not exit ACPI mode to legacy mode",
"advice": "A request to transfer a system into legacy BIOS mode has failed. This could be because the ACPI FADT does not have SMI_CMD defined, or that the FADT ACPI_ENABLE and ACPI_DISABLE flags are both zero, or a SMI command failed to work.",
"label": "KlogAcpiAcpiModeToLegacyModeFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Target is not a Reference or Constant object",
"advice": "An attempt to store an ACPI value into a location failed because the target is not a reference or a constat object. See acpi_ex_store().",
"label": "KlogAcpiTargetNotRefOrConstantObject"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown Reference Class 0x",
"advice": "An ACPI store op-code failed to execute because the an unknown reference class type was used. The store operation will fail to execute leading to undefined behaviour. This is possibly an AML compiler bug.",
"label": "KlogAcpiUnknownRefClass"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Source must be Integer/Buffer/String type, not",
"advice": "An attempt to store an ACPI object into an indexed buffer or package element failed because the source type is invalid. See acpi_ex_store_object_to_index(). This is most likely a firmware bug.",
"label": "KlogAcpiBadSourceType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Target is not a Package or BufferField",
"advice": "An attempt to store an ACPI object into an indexed buffer or package element failed beacause the targe type is not a package or a buffer field.",
"label": "KlogAcpiTargetNotPackageOrBufferField"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No pointer back to namespace node in buffer object",
"advice": "An attempt to get a buffer length and initializer byte list failed because there was no pointer that referenced back to the name space node in the given buffer object. See acpi_ds_get_buffer_arguments().",
"label": "KlogAcpiBadPointeInBufferObject"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No pointer back to namespace node in package",
"advice": "An attempt to get a buffer length and initializer byte list failed because there was no pointer that referenced back to the name space node in the given package. See acpi_ds_get_package_arguments().",
"label": "KlogAcpiBadPointerInPackage"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not disable fixed event",
"advice": "An ACPI fixed event could not be disabled, acpi_disable_event() failed to disable it. See acpi_ev_terminate().",
"label": "KlogAcpiFixedEventDisableFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not remove SCI handler",
"advice": "The ACPI SCI handler could not be removed. See acpi_ev_terminate().",
"label": "KlogAcpiSciHandlerRemoveFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not remove Global Lock handler",
"advice": "The ACPI Global Lock Handler could not be removed. See acpi_ev_terminate().",
"label": "KlogAcpiGlobalLockHandlerRemoveFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid/unsupported SerialBus resource descriptor: BusType 0x",
"advice": "An ACPI resource descriptor failed a validation check, the bus type field for a serial bus resource descriptor is invalid. See acpi_ut_validate_resource(). This appears to be a firmware bug.",
"label": "KlogAcpiBadSerialBusResourceDescriptor"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid resource descriptor length: Type 0x.*, Length 0x.* MinLength 0x.*",
"advice": "An ACPI resource descriptor failed a validation check, the length of the resource descriptor is invalid. See acpi_ut_validate_resource(). This appears to be a firmware bug.",
"label": "KlogAcpiInvalidResourceDescriptorLength"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No results on result stack",
"advice": "Failed to pop an object off the ACPI walk result stack, no results on the stack. This is an internal ACPICA bug and should not occur, see acpi_ds_result_pop().",
"label": "KlogAcpiResultStackNoResults"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No result state for result stack",
"advice": "Failed to pop an object off the ACPI walk result stack, no result state on the stack. This is an internal ACPICA bug and should not occur, see acpi_ds_result_pop().",
"label": "KlogAcpiResultStackNoState"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Result stack is empty! State=",
"advice": "Failed to pop an object off the ACPI walk result stack, the result stack is NULL (empty). This is normally triggered by buggy firmware attempting to pop values off the stack when it is empty.",
"label": "KlogAcpiResultStatckEmpty"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No result objects on result stack, State=",
"advice": "Failed to pop an object off the ACPI walk result stack, there were no result objects on the result stack.",
"label": "KlogAcpiResultStatckNoResultObjects"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Result stack is full",
"advice": "Failed to push an object onto the current ACPI result stack, the result stack is full up. This is an internal ACPICA bug.",
"label": "KlogAcpiResultStackFull"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to extend the result stack",
"advice": "Failed to push an object onto the current ACPI result stack, the stack could not be extended.",
"label": "KlogAcpiResultStackExtendFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No free elements in result stack",
"advice": "Failed to push an object onto the current ACPI result stack, there are no free element slots in the stack. This is an internal ACPICA bug.",
"label": "KlogAcpiResultStackNoFreeElements"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No result stack frame during push",
"advice": "Failed to push an object onto the current ACPI result stack, there appears to be no results stack to push the object onto. This is an internal ACPICA bug.",
"label": "KlogAcpiResultStackPushNoFrame"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null Object! Obj=.* State=.* Num=.*",
"advice": "Failed to push an object onto the current ACPI result stack, the object is NULL.",
"label": "KlogAcpiResultStackNullObject"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Result stack overflow: State=.* Num=",
"advice": "Failed to push an object onto the ACPI walk_state result stack. The stack has overflowed.",
"label": "KlogAcpiResultStackOverflow"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Insufficient result stack size",
"advice": "Failed to pop an object off the ACPI walk_state result stack. The result stack had insufficient objects on it to pop off.",
"label": "KlogAcpiResultStackSizeInsufficient"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Object stack overflow.*Obj=.*State=.*",
"advice": "Failed to push an object onto the walk state object/operand stack, a maximum of 8 operands are allowed.",
"label": "KlogAcpiObjectStackOverflow"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Object stack underflow.*Count=.*State=.*Ops=",
"advice": "Failed to pop an object from the walk state object/operand stack, there were no operands left on the stack.",
"label": "KlogAcpiObjectStackUnderflow"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "is not a valid walk state",
"advice": "Failed to delete an ACPI walk state, the given walk state is not an ACPI walk state type. This is an internal ACPICA bug. see acpi_ds_delete_walk_state().",
"label": "KlogAcpiWalkStateInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "walk still has a scope list",
"advice": "Failed to delete an ACPI walk state, the walk state has an open scope list. This is an internal ACPICA bug. See acpi_ds_delete_walk_state().",
"label": "KlogAcpiWalkStateHasScopeList"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Target of Create Field is not a Buffer object",
"advice": "Failed to initialise an ACPI buffer field, the target of the Create Field op is not a buffer object. This is a firmware bug.",
"label": "KlogAcpiTargetNotBufferObject"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "destination not a NS Node",
"advice": "Failed to initialise an ACPI buffer field, the destination is not an ACPI name space node. This is a firmware bug.",
"label": "KlogAcpiDestinationNotNameSpaceNode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Attempt to CreateField of length zero",
"advice": "Failed to initialise an ACPI buffer field, CreateField used with a zero field length which is illegal. This is a firmware bug.",
"label": "KlogAcpiZeroLengthCreateField"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown field creation opcode 0x",
"advice": "Failed to initialise an ACPI buffer field, was expecting a CreateField, CreateBitField, CreateByteField, CreateWordField, CreateDWordField or a CreateQWordField opcode, but got a different AML opcode instead. This is a firmware bug.",
"label": "KlogAcpiUknownFieldCreationOpcode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Field .* at .* exceeds Buffer .* size .*bits",
"advice": "Failed to initialise an ACPI buffer field, the field exceeded the buffer size provided. This is a firmware bug.",
"label": "KlogAcpiFieldExceedsBuffer"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": ".*bad operand.*status 0x",
"advice": "Failed to get buffer field Buffer and Index, could not resolve operands. A call to acpi_ex_resolve_operands() failed and returned an error status code. See acpi_ds_eval_buffer_field_operands().",
"label": "KlogAcpiBadOperand"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No Sleep State object returned from",
"advice": "An evaluation of the _Sx namespace object containing register values for the sleep state failed. It is entirely possible that the _Sx is broken in the firmware. See also acpi_get_sleep_type_data():",
"label": "KlogAcpiNoSleepStateObject"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Sleep State return object is not a Package",
"advice": "An evaluation of the _Sx namespace object containing register values for the sleep state failed. The kernel was expecting an ACPI package to be returned, but some different type was returned instead. The ACPI firmware object _Sx is buggy.",
"label": "KlogAcpiSleepStateObjectNotPackage"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_INFO",
"pattern": "While evaluating Sleep State [\\_S1_]",
"advice": "The exception comes from kernel cannot find _S1 namespace object that contains the register values for the sleep state when kernel would like to setup all the sleep state information. This means kernel don't know how to enter S1 sleep state. But it should not be a problem if the S1 sleep state isn't supported intentionally.",
"label": "KlogAcpiSleepStateEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_INFO",
"pattern": "While evaluating Sleep State [\\_S2_]",
"advice": "The exception comes from kernel cannot find _S2 namespace object that contains the register values for the sleep state when kernel would like to setup all the sleep state information. This means kernel don't know how to enter S2 sleep state. But it should not be a problem if the S2 sleep state isn't supported intentionally.",
"label": "KlogAcpiSleepStateEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "While evaluating Sleep State",
"advice": "Failed to evaluate _Sx namespace object that contains the register values for the sleep state.",
"label": "KlogAcpiSleepStateEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Resize of Root Table Array is not allowed",
"advice": "An attempt to resize the ACPI Root Table Array failed because the ACPI global root table flag ACPI_ROOT_ALLOW_RESIZE is not set.",
"label": "KlogAcpiRootTableArrayResize"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not allocate new root table array",
"advice": "Failed to allocate memory for the root table array.",
"label": "KlogAcpiRootTableArrayAllocFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Bad destination type during conversion: 0x",
"advice": "Destination type should be one of Integer, Buffer Field, Local Bank Field, Local Index Field, String or Buffer.",
"label": "KlogAcpiBadDestinationType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown Target type ID 0x.* AmlOpcode 0x.* DestType",
"advice": "An unknown target type was found in attempting to perform implicit type conversion.",
"label": "KlogAcpiUnknownTargetTypeId"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "SMBus/IPMI/GenericSerialBus write requires Buffer, found type",
"advice": "A SMBus, IPMI or GenericSerialBus write to a named field required a buffer to write into, but got a different type instead.",
"label": "KlogAcpiWriteRequiresBuffer"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "SMBus/IPMI/GenericSerialBus write requires Buffer of length .*, found length",
"advice": "A write buffer was too small. SMBus, IPMI and GenericSerialBus writes require a buffer of size 34, 66 and 34 bytes respectively.",
"label": "KlogAcpiWriteBufferSize"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not acquire AML Interpreter mutex",
"advice": "The AML interpreter mutex could not be acquired when entering the interpreter execution region. This is a fatal system error.",
"label": "KlogAcpiAmlMutexAcquireFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid descriptor type 0x",
"advice": "An invalid descriptor type was found while obtaining a reference to a target object.",
"label": "KlogAcpiInvalidDescriptorType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid object type: 0x",
"advice": "The ACPI interpreter failed to concatenate two objects of the same type because one or more of the types was an invalid object type. Expected types are ACPI_TYPE_INTEGER, ACPI_TYPE_STRING, ACPI_TYPE_BUFFER.",
"label": "KlogAcpiConcatenateInvalidObjectType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null parameter: Node .* Name 0x.* ReturnNode",
"advice": "Either the node, target name or return node pointers were NULL when attempting to search for a name segment in a single namespace level, see acpi_ns_search_and_enter().",
"label": "KlogAcpiNameSpaceNullParameter"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not allocate the GpeRegisterInfo table",
"advice": "General Purpose Events will fail to work because the table could not be allocated.",
"label": "KlogAcpiGpeRegisterInfoAllocFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not allocate the GpeEventInfo table",
"advice": "General Purpose Events will fail to work because the table could not be allocated.",
"label": "KlogAcpiGpeEventInfoAllocFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Bad BitWidth parameter:",
"advice": "A hardware I/O request failed because the requested bit width of the I/O operation was not 8, 16 or 32 bits wide. Undefined behaviour may occur.",
"label": "KlogAcpiBadBitWidth"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Illegal I/O port address/length above 64K",
"advice": "A hardware I/O port access was above the 64K 16 bit port address space. This is illegal and not allowed. Undefined behaviour may occur.",
"label": "KlogAcpiIllegalIoPortAddressLength"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Need sub-package, found",
"advice": "Failed to create a linked list of PCI interrupt descriptions, the given list did not contain a sub-package. See acpi_rs_create_pci_routing_table().",
"label": "KlogAcpiPciRoutingTableSubPackageRequired"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Need package of length 4, found length",
"advice": "Failed to create a linked list of PCI interrupt descriptions, a sub-package had an incorrect package length. See acpi_rs_create_pci_routing_table().",
"label": "KlogAcpiPciRoutingTableBadPackageLength"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Address.*Need Integer, found",
"advice": "Failed to create a linked list of PCI interrupt descriptions, a sub-package Address (element 0) was not an Integer type.",
"label": "KlogAcpiPciRoutingTableBadPackageAddressType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Pin.*Need Integer, found",
"advice": "Failed to create a linked list of PCI interrupt descriptions, a sub-package Pin (element 1) was not an Integer type.",
"label": "KlogAcpiPciRoutingTableBadPackagePinType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Source.*Need name, found Reference Class 0x",
"advice": "Failed to create a linked list of PCI interrupt descriptions, a sub-package SourceName (element 2) local reference was not an reference class name type.",
"label": "KlogAcpiPciRoutingTableBadPackageSourceNameRefType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Source.*Need Ref/String/Integer, found",
"advice": "Failed to create a linked list of PCI interrupt descriptions, a sub-package SourceName (element 2) was not a local reference, Integer or String type.",
"label": "KlogAcpiPciRoutingTableBadPackageSourceNameType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "SourceIndex.*Need Integer, found",
"advice": "Failed to create a linked list of PCI interrupt descriptions, a sub-package SourceIndex (element 3) was not an Integer type",
"label": "KlogAcpiPciRoutingTableBadSourceIndexType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Control Method .* has no attached object",
"advice": "An internal ACPICA error has occurred while attempting to get the next name, see acpi_ps_get_next_namepath(). This information is critical for parsing to continue correctly.",
"label": "KlogAcpiControlMethodNoAttachedObject"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid ArgType.*0x",
"advice": "An error occurred in getting the next simple argument was expecting one of byte data, work data, dword data, qword data, char list, name or namestring, see acpi_ps_get_next_simple_arg().",
"label": "KlogAcpi"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No predicate ObjDesc=.* State=",
"advice": "An error occurred in getting the result of a predicate evaluation, a NULL operand object was found, which is unexpected. See acpi_ds_get_predicate_value().",
"label": "KlogAcpiNullPredicateObjDesc"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Bad predicate .*not an integer.* ObjDesc=.*State=.*Type=0x",
"advice": "The result of a predicate evaluation should be an integer but it was not. This is an unexpected error. See acpi_ds_get_predicate_value().",
"label": "KlogAcpiBadPredicateEvalResult"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Undefined opcode type Op=",
"advice": "Caught an unexpected opcode type, see acpi_ds_exec_end_op().",
"label": "KlogAcpiUndefinedOpCodeType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unimplemented opcode, class=.*type=.*Opcode=.*Op=.*",
"advice": "Caught an unexpected unimplemented opcode, see see acpi_ds_exec_end_op().",
"label": "KlogAcpiUnimplementedOpCode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not override predefined",
"advice": "An error occurred during Name Space initialisation, a predefined name could not be overridden. This only occurs if the initial value is NULL or the value string is NULL.",
"label": "KlogAcpiNameSpaceOverrideFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unsupported initial type value 0x",
"advice": "An error occurred during Name Space initialisation, a predefined name initial value is of an unsupported type.",
"label": "KlogAcpiNameSpaceOverrideBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "is not a namespace node",
"advice": "A scope node is not a namespace node, this is an internal ACPICA error.",
"label": "KlogAcpiNameSpaceNotNameSpaceNode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI path has too many parent prefixes (^) - reached beyond root node",
"advice": "An ACPI path has too many parent prefixes and has fallen outside the root node. This is a bug in the firmware. The Name Space lookup on the ACPI path cannot be found.",
"label": "KlogAcpiPathTooManyParentPrefixes"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not construct external pathname; index=.*, size=.*, Path=.*",
"advice": "Expected a zero index to a name buffer. See acpi_ns_build_external_path().",
"label": "KlogAcpiExternalPathNameConstructFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid Namespace Node .* while traversing namespace",
"advice": "An ACPI namespace node descriptor type was not the expected ACPI_DESC_TYPE_NAMED type. Could not get the pathname length, see acpi_ns_get_pathname_length().",
"label": "KlogAcpiInvalidNameSpaceNodeType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unsupported object type, cannot convert to external object:",
"advice": "Failed to copy a simple internal ACPI object to an external ACPI object, unknown internal object type.",
"label": "KlogAcpiUtCopyBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unsupported object type, cannot convert to internal object:",
"advice": "Failed to copy a simple external ACPI object to an internal ACPI object, unknown external object type.",
"label": "KlogAcpiUtCopyBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Package allocation failure",
"advice": "Failed to copy an internal ACPI package object to another internal ACPI package object, out of memory.",
"label": "KlogAcpiPackageAllocFailure"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed Region, found type 0x",
"advice": "An ACPI object type did not match the expected type, expected an ACPI Region type.",
"label": "KlogAcpiCheckObjectTypeFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed type .*, found .*",
"advice": "An ACPI object type did not match the expected type.",
"label": "KlogAcpiCheckObjectTypeFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Null stack entry at",
"advice": "An internal ACPICA error occurred resolving operands - the ACPICA stack is either NULL or contains a NULL entry. This should not happen.",
"label": "KlogAcpiNullStackEntry"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Bad operand object type",
"advice": "An error occurred trying to convert multiple input operands to the types required by the target operator, see acpi_ex_resolve_operands(), the internal ACPI operand object type was not correct.",
"label": "KlogAcpiBadOperandObjectType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed [Integer/String/Buffer], found",
"advice": "An error occurred in resolving operands, required an Integer, String or Buffer type, got a different type instead.",
"label": "KlogAcpiResolveOpBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed [Buffer/String/Package/Reference], found",
"advice": "An error occurred in resolving operands, required an Integer, String, Package or Reference type (normally for a size_of operator), got a different type instead.",
"label": "KlogAcpiResolveOpBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed [Buffer/String/Package], found",
"advice": "An error occurred in resolving operands, required a Buffer, String or Package type, got a different type instead.",
"label": "KlogAcpiResolveOpBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed [Region/Buffer], found",
"advice": "An error occurred in resolving operands, required a Region or Buffer type, got a different type instead.",
"label": "KlogAcpiResolveOpBadType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Needed Integer/Buffer/String/Package/Ref/Ddb], found",
"advice": "An error occurred in resolving operands, required an Integer, Buffer, String, Package or Dbd type for a Store() operator, got a different type instead.",
"label": "KlogAcpiResolveOpBadType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid descriptor.*\\[.*\\]",
"advice": "Failed to resolve an ACPI operand, bad descriptor; expecting either an ACPI_DESC_TYPE_NAMED or ACPI_DESC_TYPE_OPERAND descriptor.",
"label": "KlogAcpiInvalidDescriptor"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Internal - Unknown ARGI (required operand) type 0x",
"advice": "Internal error in acpi_ex_resolve_operands() - found an unknown type, this should not occur.",
"label": "KlogAcpiResolveOpBadArgType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No init routine for region",
"advice": "An attempt to dispatch an address space or operation region access failed because the region has never been initialised but it does not have an address space setup function. This is a ACPI or kernel address space handler bug. Access to the address space or operation region will fail with undefined behaviour.",
"label": "KlogAcpiRegionHanderNoInit"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "The DSDT has been corrupted or replaced - old, new headers below",
"advice": "Some firmware corrupts the DSDT or installs a bad new DSDT, so a workaround is to copy the DSDT. Booting with kernel parameter acpi=copy_dsdt may fix this issue.",
"label": "KlogAcpiDsdtCorruptOrReplaced"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not copy DSDT of length 0x",
"advice": "Failed to copy DSDT to local memory. Some firmware corrupts the DSDT or installs a bad new DSDT, so a workaround is to copy the DSDT. However, the table allocation failed, which means ACPI initialisation had failed, so ACPI support is disabled.",
"label": "KlogAcpiDsdtCopyFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null physical address for ACPI table",
"advice": "An attempt to install an ACPI table has failed because the physical address of the table is NULL, which is incorrect. This could lead to ACPI failing to initialize and perhaps ACPI support being disabled.",
"label": "KlogAcpiTableNullPhysicalAddress"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not map memory for table .* at",
"advice": "The ACPI table could not me mapped into memory and was not added to the ACPI root table list. This may lead to broken functionality.",
"label": "KlogAcpiTableMemoryMapFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null NamedObj handle",
"advice": "ACPI attempted to attach an ACPI object with a NULL parent node, see acpi_ns_attach_object().",
"label": "KlogAcpiAttachNullParentNode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Null object, but type not ACPI_TYPE_ANY",
"advice": "ACPI attempted to attach a NULL ACPI object with a type that was not ACPI_TYPE_ANY, see acpi_ns_attach_object().",
"label": "KlogAcpiAttachNullObjectBadType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid handle.*\\[%s\\]",
"advice": "An attempt to attach an object with an ACPI node failed because the node was not a name handle type. This is probably an internal ACPI error. See acpi_ns_attach_object().",
"label": "KlogAcpiInvalidHandle"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Bit offset within field too large.*0xFFFFFFFF",
"advice": "A named field has a bit offset that is greater than the 32 bit field offset limit. An AML_INT_RESERVEDFIELD_OP 0x0031 was ignored because of the bit offset error.",
"label": "KlogAcpiFieldOffsetTooLarge"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Field .* bit offset too large.*0xFFFFFFFF",
"advice": "A named field has a bit offset that is greater than the 32 bit field offset limit. An AML_INT_NAMEDFIELD_OP 0x0030 was ignored because of the bit offset error.",
"label": "KlogAcpiFieldOffsetTooLarge"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid opcode in field list: 0x",
"advice": "An invalid opcode was found while parsing a field list. This is invariable due to buggy firmware.",
"label": "KlogAcpiFieldListInvalidOpcode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Attempt to dereference an Index to NULL package element Idx=",
"advice": "An error occurred attempting to retrieve a value from an internal ACPI object. A NULL object descriptor indicates an uninitialized element in an ACPI package, and hence it cannot be deferenced. Could not retrieve a value from an internal ACPI object. See acpi_ex_resolve_object_to_value().",
"label": "KlogAcpiNullPackageElementDereference"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Not a namespace node.*\\[.*\\]",
"advice": "An ACPI reference was found that did not point to a namespace node. Failed to resolve. See acpi_ex_resolve_multiple().",
"label": "KlogAcpiNotNamespaceNode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown TargetType .* in Index.*Reference object",
"advice": "An ACPI_REFCLASS_INDEX has an unknown target type. Should be a buffer field or a package. Could not retrieve a value from an internal ACPI object. See acpi_ex_resolve_object_to_value().",
"label": "KlogAcpiUnkownTargetType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown Reference type 0x.* in",
"advice": "The ACPI object type was not a known reference type. Could not retrieve a value from an internal ACPI object. See acpi_ex_resolve_object_to_value().",
"label": "KlogAcpiUnknownReferenceType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Owner ID .* already exists",
"advice": "A table or method owner ID allocation was attempted but the owner ID already exists. The allocation has failed.",
"label": "KlogAcpiOwnerIdAlreadyExists"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not allocate new OwnerId (255 max), AE_OWNER_ID_LIMIT",
"advice": "A table or method owner ID allocation failed because all owner IDs (maximum of 255) are in use. This only happens if there are very deep nestings of invoked control methods or there is an ACPI bug where owner IDs are not being released.",
"label": "KlogAcpiNoFreeOwnerIds"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid OwnerId: 0x",
"advice": "An attempt to release an owner ID failed because the owner ID is invalud. Only owner IDs 1 to 255 are allowed.",
"label": "KlogAcpiInvalidOwnerId"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Release of non-allocated OwnerId: 0x",
"advice": "An attempt to release an owner ID failed because the owner ID is not already allocated. This is a double-release error.",
"label": "KlogAcpiOwnerIdDoubleRelease"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown opcode 0x",
"advice": "An invalid AML opcode in the input stream has been encountered. This will be skipped. This normally indicates buggy firmware. Undefined behaviour may occur.",
"label": "KlogAcpiUnknownOpcode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Expecting bytelist, found AML opcode 0x.* in op",
"advice": "An error occurred translating a parser object to an equivalent namespace object. This occurs when evaluating a named buffer object such as Name(xxxx, Buffer) and the buffer does not contain an AML opcode bytelist.",
"label": "KlogAcpiByteListExpected"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown constant opcode 0x",
"advice": "An error occurred initializing a namespace object from a parser op. The return type was an Integer however the opcode type was not a Zero op, One op, Ones op or Revision op. See acpi_ds_init_object_from_op().",
"label": "KlogAcpiUnknownConstantOpcode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown Integer type 0x",
"advice": "An error occurred initializing a namespace object from a parser op. The return type was an unknown Integer type. See acpi_ds_init_object_from_op().",
"label": "KlogAcpiUnknownIntegerType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unimplemented reference type for AML opcode: 0x",
"advice": "An error occurred initializing a namespace object from a parser op. ACPICA has detected an unimplemented reference type. See cpi_ds_init_object_from_op().",
"label": "KlogAcpiUnimplementedRefType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unimplemented data type: 0x",
"advice": "An error occurred initializing a namespace object from a parser op. ACPICA has detected an unimplemented data type. See cpi_ds_init_object_from_op().",
"label": "KlogAcpiUnimplementedDataType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method reached maximum reentrancy limit (255)",
"advice": "A method has been re-entrantly entered too many times. The limit is imposed to avoid a wrap-around on the thread count. Methods should generally not be re-entrantly executred this deep, so it may indicate a bug in the firmware.",
"label": "KlogAcpiMethodMaxRentrancyLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot acquire Mutex for method .*, current SyncLevel is too large",
"advice": "The mutex for a method was not acquired because the sync level was too large. The per-thread sync level must be less or equal to the sync level of the method being executed. This error occurs because the interpreter attempted to avoid possible deadlocks. See acpi_ds_begin_method_execution().",
"label": "KlogAcpiSyncLevelTooLarge"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid zero thread count in method",
"advice": "A control thread execution has terminated and the thread count is zero, which should never occur. See acpi_ds_terminate_control_method().",
"label": "KlogAcpiZeroThreadCount"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Control method has no attached sub-object",
"advice": "Execution of a control method has failed, there is no method object associated with the resolved node. See acpi_ns_evaluate().",
"label": "KlogAcpiControlNoSubObject"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluation of object type .* is not supported",
"advice": "Evaluation of a device, event, mutex, region, thermal or local scope ACPI object types is not allowed. The firmware is buggy. See acpi_ns_evaluate().",
"label": "KlogAcpiEvalObjectTypeNotSupported"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method has no attached sub-object",
"advice": "An ACPI method type did not have a method object associated with the node and a NULL object was found instead. Failed to execute a control method.",
"label": "KlogAcpiEvalMethodObjectNull"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "unknown tag .* length",
"advice": "Failed to parse the PnPBIOS resource data, an unknown tag length specifier was found. This is a bug in the firmware resource data.",
"label": "KlogAcpiPnpBios"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "no end tag in resource structure",
"advice": "Failed to parse the PnPBIOS resource data, there was no end tag in the resource structure.",
"label": "KlogAcpiPnpBios"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "_PRW evaluation error:",
"advice": "The ACPI _PRW (Power Resources for Wake) object failed to evaluate when the ACPI driver was attempting to get the wakeup device flags.",
"label": "KlogACPIPrwEvalError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "lpc_ich: Resource conflict(s) found affecting iTCO_wdt",
"advice": "A resource conflict has occurred between ACPI OperationRegions and the same I/O region used by the lpc_ich driver for the Intel TCO (Total Cost of Ownership) timer (iTCO_wdt, this is a watchdog timer that will reboot the machine after its second expiration). According to Intel Controller Hub (ICH) specifications, the TCO watchdog has a 32 bytes I/O space resource. ACPI OperationRegions in the DSDT frequently reserve this TCO I/O space because they require access to bit 9 (DMISCI_STS) of the TCO1_STS register of the TCO, however, this bit is never used by the lpc_ich driver, so there is no risk of conflict. In the vast majority of cases this warning can be ignored as no harm will occur.",
"label": "KlogAcpiSystemIOConflictLpcIchWatchDogTimer",
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "lpc_ich: Resource conflict(s) found affecting gpio_ich",
"advice": "A resource conflict has occurred between ACPI OperationRegions and the same I/O region used by the lpc_ich driver for the General Purpose I/O (GPIO) region. Sometimes this GPIO region is used by the firmware for rfkill or LED controls or very rarely for the Embedded Controller System Control Interrupt. This may require deeper inspection to check if the conflict will lead to any real issues. However, in the vast majority of cases this warning can be ignored as no harm will occur.",
"label": "KlogAcpiSystemIOConflictLpcIchWatchDogTimer",
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_LOW",
"pattern": "0x.*-0x.* SystemIO conflicts with",
"advice": "A resource conflict between an ACPI OperationRegion and a native driver has been detected. By default the kernel will use a strict policy and will not allow this region to conflict and -EBUSY will be returned to the caller that was trying to allocate the already claimed region. If an ACPI driver is available for this device then this should be used instead of a native driver, so disabling the native driver may help. (Note that the lpc_ich driver can trigger these warnings, in which case they can generally be ignored). One can specify kernel boot parameter acpi_enforce_resources=lax to disable these checks but it may lead to random problems and system instability. Alternatively, one can specify acpi_enforce_resources=no and ACPI Operation Region resources will not be registered.",
"label": "KlogAcpiSystemIOConflict",
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "device .* has invalid IRQ.*check vendor BIOS",
"advice": "An error occurred probing the PCI-Express port devices. The device has a valid pin but did not have an a valid IRQ. This is normally due to a misconfiguration in the firmware.",
"label": "KlogBiosIrqInvalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITCAL",
"pattern": "Invalid active.* threshold",
"advice": "The ACPI thermal driver has attempted to evaluate an ACPI active threshold control _ALx and this failed to evaluate. This is normally due to broken or buggy _ALx control. This may lead to sub-optimal thermal control.",
"label": "KlogAcpiAlThresholdInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No sibling found for CPU",
"advice": "Hyperthreading CPU enumeration failed, hyperthreads will be disabled.",
"label": "KlogCpuNoSiblingFound"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "OHCI: BIOS handoff failed",
"advice": "An OHCI BIOS handoff failure generally means that the OHCI driver was unable to take control of the USB controller away from the BIOS. Disabling USB legacy mode in the BIOS may help.",
"label": "KlogBiosOhciEmulation"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "EHCI: BIOS handoff failed",
"advice": "An EHCI BIOS handoff failure generally means that the EHCI driver was unable to take control of the USB controller away from the BIOS. Disabling USB legacy mode in the BIOS may help.",
"label": "KlogBiosEhciEmulation"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "xHCI BIOS handoff failed",
"advice": "An xHCI BIOS handoff failure generally means that the xHCI driver was unable to take control of the USB controller away from the BIOS. Disabling USB legacy mode in the BIOS may help.",
"label": "KlogBiosXhciEmulation"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "MMCONFIG has no entries",
"advice": "The ACPI MCFG has failed to be parsed, it has no entries in it. This is not expected and is most likely an ACPI misconfiguration. The PCI memory mapped configuration space is not known and hence PCI will be not configured.",
"label": "KlogAcpiMcfgNoEntries"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "MMCONFIG not in low 4GB of memory",
"advice": "An ACPI MCFG config entry is not in the lower 4GB (32 bit) address space and will be ignored.",
"label": "KlogAcpiMcfgNotIn32BitMemorySpace"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "MCFG region for .* at .* is above 4GB, ignored",
"advice": "An ACPI MCFG config entry is not in the lower 4GB (32 bit) address space and will be ignored.",
"label": "KlogAcpiMcfgNotin32BitMemorySpace"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "disabled and referenced, BIOS bug",
"advice": "A PCI interrupt link could not be enabled when the associated ACPI _STA control was executed. It will be disabled. This is normally a bug in the _STA control for this link.",
"label": "KlogPciLinkDisabled"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Inconsistent FADT length .* and revision .* using FADT V1.0 portion of table",
"advice": "The ACPI FADT was reporting to be a version 2.0 (or higher) FADT but the length was too short, so the kernel has assumed it was a version 1.0 FADT instead. The machine may have reduced ACPI 1.0 functionality.",
"label": "KlogAcpiFadtInconsistentLength"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Disabling IRQ#",
"advice": "The kernel had detected a spurious interrupt which is generating tens of thousands of interrupts. This can occur if the interrupt is stuck. The kernel has taken action and disabled this interrupt. Look at /proc/interrupts to find the devices serviced by this interrupt as these are most probably no functioning now.",
"label": "KlogIrqDisabled"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": ", Invalid action",
"advice": "The ACPI driver was requested to set a GPE wake mask with an incorrect action, expected ACPI_GPE_ENABLE or ACPI_GPE_DISABLE, see acpi_set_gpe_wake_mask(). This is most probably a kernel bug.",
"label": "KlogAcpiGpeWakeMaskIncorrect"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid GPE Action,",
"advice": "The ACPI driver was requested to enable or disable a single GPE in a parent enable register but was given an incorrect action, expected ACPI_GPE_ENABLE or ACPI_GPE_DISABLE, see acpi_hw_low_set_gpe(). This is most probably a kernel bug.",
"label": "KlogAcpiGpeActionInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unsupported address space: 0x",
"advice": "The ACPI driver was requested to validate a H/W register but the address space ID was not ACPI_ADR_SPACE_SYSTEM_MEMORY or ACPI_ADR_SPACE_SYSTEM_IO. Other address spaces are not supported by the driver. See acpi_hw_validate_register().",
"label": "KlogAcpiHwRegsUnsupportedAddressSpace"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unsupported register bit width: 0x",
"advice": "The ACPI driver was requested to validate a H/W register but the bit width of the register was not 8, 16 or 32 bits; other sizes are not suppoted by the driver. See acpi_hw_validate_register().",
"label": "KlogAcpiHwRegsUnsupportedRegisterBitWidth"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid BitRegister ID: 0x",
"advice": "The ACPI driver was requested the bitmask of a specific register ID which was greater than the the predefined driver maximum of ACPI_BITREG_MAX. A NULL register info struct was passed back to the caller. This is normally a driver bug, see acpi_hw_get_bit_register_info().",
"label": "KlogAcpiHwRegsInvalidBitRegisterId"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown Register ID: 0x",
"advice": "The ACPI driver was registed to read an ACPI register, but an invalid register ID was given; was expected withe a PM1 status register, PM1 enable register, PM1 control, PM 2 control, PM timer or a SMI command block. This is normally a driver bug, see acpi_hw_register_read().",
"label": "KlogAcpiHwRegsUnknownRegisterId"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No handler or method for .*, disabling event",
"advice": "A General Purpose Event (GPE) has occurred and there does not appear to be a GPE handler for this event. This should no longer be possible with kernels dating after March 2010. The GPE is disabled and will not occur until the machine is rebooted. See acpi_ev_gpe_dispatch().",
"label": "KlogAcpiGpeHandlerMissing"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid SystemMemory width ",
"advice": "The ACPI interpreter was requested to read or write to a memory region via a memory space handler but the requested field width was invalid. It expected a field with of 8, 16, 32 or 64 bits. This is most probably an AML opregion bug.",
"label": "KlogAcpiOpRegionInvalidSystemMemoryWidth"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not map memory at 0x.*, size",
"advice": "The ACPI interpreter was requested to read or write to a memory region via a memory space handler but the logical address could not be mapped from the given physical address given. This memory region is not mappable, so it could be an AML opregion bug or a bug in the kernel (less likely).",
"label": "KlogAcpiOpRegionMemMapError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "32-bit FADT register is too long .* to convert to GAS struct - 255 bits max, truncating",
"advice": "The Generic Address Structure bit_width was greater than 31 which is too large for a 32 bit ACPI FADT register and was truncated. This is firmware bug.",
"label": "KlogAcpiFadtGasBitWidthTooLong"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not install GPE interrupt handler at level 0x",
"advice": "The ACPI driver attempted to install a General Purpose Event interrupt handler but this failed. Is the interrupt available or already used? See acpi_ev_get_gpe_xrupt_block().",
"label": "KlogAcpiGpeHandlerInstallFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown control opcode=0x.* Op=",
"advice": "The ACPI interpreter could not execute an unknown AML opcode. This is an ACPI AML firmware bug. See acpi_ds_exec_end_control_op().",
"label": "KlogAcpiUnknownControlOp"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No response from Global Lock hardware, disabling lock",
"advice": "An attempt to send a global lock SMI did not generate a global lock event and so the kernel has concluded that the BIOS global lock handler is not functioning on this hardware. All subsequent attempts to use the global lock will be flagged with an error. You may experience race conditions in the ACPI driver.",
"label": "KlogAcpiGlobalLockDisabled"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not signal Global Lock semaphore",
"advice": "A global lock signal was sent to the firmware using a SMI but this failed to complete correctly.",
"label": "KlogAcpiGlobalLockSignalError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid leading digit:",
"advice": "An ACPI name started with a leading digit which is illegal. This is a bug in an ACPI table.",
"label": "KlogAcpiNameLeadingDigit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Bad character 0x.* in name, at",
"advice": "Am ACPI segment name started with some valid name characters but was shorted than the expected length of 4 characters.",
"label": "KlogAcpiNameWrongSize"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Malformed Name at ",
"advice": "An ACPI name had a valid prefix path but there wasn't a valid name following the prefix.",
"label": "KlogAcpiMalformedName"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid/unknown Address Space ID: 0x",
"advice": "The ACPI driver was attempting to create a new operation region objject as specified by an AML instruction but the provided Space ID was not one of the predefined IDs or in the user-defined range. The operation region is not created. This is an AML bug in the ACPI DSDT or SSDTs.",
"label": "KlogAcpiAmlOpRegionInvalidAddressSpaceId"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Type returned from .* was incorrect: .*, expected Btypes: 0x",
"advice": "The ACPI interpreter was evaluating a namespace object and discovered that the return type did not match the expected return type. This is an ACPI AML bug in the ACPI DSDT or SSDTs.",
"label": "KlogAcpiIncorrectReturnType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid/unsupported resource descriptor: Type 0x",
"advice": "The ACPI interpreter failed to convert an AML resource into an aligned internal representation of the resource. The resource descriptor was not a recognised type that could be converted. This is an ACPI AML bug.",
"label": "KlogAcpiInvalidResourceDescriptor"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid descriptor type .* in resource list",
"advice": "The ACPI interpreter failed to convert a linked list of resources into an AML buffer because one of the resources had in invalid resource type. This may be a bug in the ACPI resource handling code.",
"label": "KlogAcpiInvalidDescriptorType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Match operator out of range",
"advice": "The ACPI interpreter found an AML match operator that was unrecognised, it was expecting MTR, MEQ, etc. This is a bug in the AML.",
"label": "KlogAcpiMatchOperatorOutOfRange"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Index .* beyond package end",
"advice": "The ACPI interpreter was executing a 6 argument MATCH_OP op-code and discovered that the integer index being used fall outside of the package being referenced. This is an index overflow or underflow error and is considered to be a bug in the AML.",
"label": "KlogAcpiIndexOutOfPackageRange"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Table has invalid signature .* must be SSDT or OEMx",
"advice": "The ACPI driver detected an ACPI table with an invalid signature. This table will not be loaded and will be ignored.",
"label": "KlogAcpiInvalidTableSignature"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "The ACPI DSDT has been corrupted or replaced - old, new headers below",
"advice": "The current loaded DSDT length and/or checksum differ to original version. This could be because it has been altered from outside Linux (perhaps broken firmware or a rootkit) or some incorrect memory write has corrupted the table. A workaround is to boot with the kernel parameter: acpi=copy_dsdt",
"label": "KlogAcpiDsdtCorrupt"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Invalid signature .* for ACPI table, expected .*",
"advice": "The ACPI DSDT and FACS tables must have correct signatures otherwise the ACPI driver treats them as suspect or corrupt and will not load them.",
"label": "KlogAcpiTableSignatureInvalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Invalid table length .* in RSDT/XSDT",
"advice": "The ACPI RSDT and XSDT must have the correct length. These variable length tables contain pointers to other ACPI tables and stated length that is different than the actual length can imply that the these tables are not trustworthy and hence the ACPI driver cannot tell if the pointers are totally valid or not. The driver will ignore these tables and ACPI will be disabled.",
"label": "KlogAcpiTableLengthInvalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Required FADT field .* has zero address and.*or length",
"advice": "The ACPI FADT fields Pm1a_event, Pm1a_control, pm_timer are required fields that must have a defined (non-zero) address and a length that is non-zero. One of these fields is incorrect and needs fixing.",
"label": "KlogAcpiFadtFieldZeroAddrLength"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not convert AML resource",
"advice": "The ACPI driver could not convert an AML resource to an internal representation of the resource that is aligned and easier to access. This is most likely to be because their is an unrecognised ACPI resource op-code. See acpi_rs_convert_aml_to_resource() for details.",
"label": "KlogAcpiAmlResourceConvertFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not convert resource",
"advice": "The ACPI driver could not covert a resource linked list into an AML bytestream. See acpi_rs_convert_resources_to_aml() for details.",
"label": "KlogAcpiResourceToAmlFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not get result from predicate evaluation",
"advice": "The ACPI driver failed to pop a result off the result stack while evaluating a predicate. This is probably an AML code firmware bug.",
"label": "KlogAcpiPredicateEvalPopFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During .?egion initialization",
"advice": "The ACPI driver failed to initialize a name space operation region. This is most probably the _REG (Region) control failed to evaluate.",
"label": "KlogAcpiRegInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _PRS",
"advice": "The ACPI driver failed to evaluate the _PRS (Possible Resource Settings) object. This failure will lead to a PCI link not being added to the system.",
"label": "KlogAcpiPrsEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _CRS",
"advice": "The ACPI driver failed to evaluate the _CRS (Current Resource Settings) object to get the current IRQ assignment. This failure will lead to a PCI link not allocating an IRQ.",
"label": "KlogAcpiCrsEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _SRS",
"advice": "The ACPI driver failed to evaluate the _SRS (Set Resource Settings) object to set the current link resource. This failure will lead to a PCI link not allocating an IRQ.",
"label": "KlogAcpiSrsEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "While executing method",
"advice": "The ACPI driver attempted to execute an ACPI sleep method but this failed to execute. This is most probably an ACPI firmware bug.",
"label": "KlogAcpiSleepMethodFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Missing or null operand",
"advice": "The ACPI driver got a missing or NULL operand while translating a parse tree object that is an argument to an AML object. This is more likely to be poorly written or compiled AML rather than an ACPI parser bug.",
"label": "KlogAcpiParseMissingNullOp"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "While creating Arg ",
"advice": "The ACPI driver failed to convert an operator's arguments from a parse tree format to a namespace object during the parse.",
"label": "KlogAcpiOpArgCreateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Evaluating _BST",
"advice": "The ACPI driver attempted to get the ACPI battery state but the _BST (Battery Status) failed to evaluate. This is most likely to be a firmware or embedded controller bug. The ACPI battery state cannot be reported to userspace.",
"label": "KlogAcpiBsrEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _PPC",
"advice": "The ACPI driver attempted to get the current CPU performance states but the _PPC (Performance Present Capabilities) method failed to evaluate. The CPU frequency policy will not be updated. This may explain why CPU frequencies are locked at one setting and do not change.",
"label": "KlogAcpiPpcEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _PCT",
"advice": "The ACPI driver attempted to get the CPU performance control and status registers but the _PCT (Performance Control) object failed to evaluate. This error normally occurs because the BIOS is an old or that it does not know the CPU frequencies. CPU frequency support is not supported.",
"label": "KlogAcpiPctEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _PSS",
"advice": "The ACPI driver attempted to get the CPU performance states bug the _PSS (Performance Supported States) object failed to evaluate. This error normally occurs because the BIOS is an old or that it does not know the CPU frequencies. CPU frequency support is not supported.",
"label": "KlogAcpiPssEvalFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to write pstate_control .* to smi_command",
"advice": "The ACPI driver attempted to update the P states but the P state control command written to the SMI command port failed to write. This could be because that ACPI FADT SMI command or FADT P State control settings are incorrect, or that the port write just failed (which is very unlikely).",
"label": "KlogAcpiPstateControlSmiCommandFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "AE_TIME.*Returned by Handler for.*[EmbeddedControl]",
"advice": "This is most probably caused by when a read or write operation to the EC memory has failed because of a timeout waiting for the Embedded Controller to complete the transaction. Normally, the kernel waits for 500ms for the Embedded Controller status port to indicate that a transaction is complete, but in this case it has not and a AE_TIME error has been returned. ",
"label": "KlogAcpiTimeOutReturnedByHandler"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Returned by Handler for",
"advice": "The ACPI driver detected an error returned by a region handler.",
"label": "KlogAcpiRegionHandlerError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "from region _REG",
"advice": "The ACPI driver detected an error when attempting to execute an ACPI_REG_DISCONNECT on a _REG (Region) method.",
"label": "KlogAcpiRegDisconnectFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "from region handler - deactivate",
"advice": "The ACPI driver detected an error when attempting to deactivate a region. This error is ignored.",
"label": "KlogAcpiRegDeactivateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "While resolving operands for",
"advice": "The ACPI driver found not resolve an operand for the AML AML_DECREMENT_OP (0x76) or AML_INCREMENT_OP (0x75) instructions. This is due to buggy AML code and not a ACPI driver bug.",
"label": "KlogAcpiIncDecNoOperands"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not update object reference count",
"advice": "The ACPI driver failed to update the reference count to an internal ACPI object. Reference counts are incremented when an object is attached to a node or an object is copied and decremented when an object is detected from a node. This failure will lead to object garbage collection failing to operate correctly. This is considered a kernel bug.",
"label": "KlogAcpiObjRefCountError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not write ACPI mode change",
"advice": "The ACPI driver attempted to inform the firmware (via a System Management Interrupt) that the machine was transitioning to or from ACPI or legacy mode but this failed. This normally indicates that either SMIs are failing or the firmware is buggy. Normally if this fails to transition to ACPI mode then ACPI is not enabled.",
"label": "KlogAcpiModeChangeFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During name lookup/catalog",
"advice": "The ACPI driver failed to find an object while parsing a named Op, see acpi_ps_build_named_op().",
"label": "KlogAcpiNamedObjLookupFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invoked method did not return a value",
"advice": "An invoked ACPI method did not return a value but it was expected to. This could lead to unexpected ACPI execution behaviour.",
"label": "KlogAcpiMethodNoReturnValue"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "GetPredicate Failed",
"advice": "The ACPI driver failed to get a predicate for the AML opcodes IF or WHILE. This normally is because of faulty AML code.",
"label": "KlogAcpiIfWhilePredicateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not create predefined name",
"advice": "The ACPI driver was initializing the ACPI namespace and adding pre-defined names but this failed on this particular object. This should not happen.",
"label": "KlogAcpiPredefinedNameCreateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "While loading namespace from ACPI tables",
"advice": "The ACPI driver failed to load the namespace from the DSDT and SSDTs/PSDTs found in the RSDT/XDSDT. This will lead to the ACPI driver being disabled.",
"label": "KlogAcpiNameSpaceLoadFailure"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "While evaluating SleepState .* bad Sleep object .* type .*",
"advice": "The ACPI driver failed to evaluate an ACPI sleep control while trying to obtain the SLP_TYPa and SLP_TYPb values for the requested sleep state.",
"label": "KlogAcpiSlpEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "while handling a GPE",
"advice": "The ACPI driver attempted to asynchronously execute an ACPI General Purpose Event (GPE) but this failed because the kernel ran out of free memory to allocate a GPE event information buffer. The event was not handled, this may lead to unpredictable behaviour.",
"label": "KlogAcpiGpeNoMemory"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "while evaluating GPE method",
"advice": "The ACPI driver attempted to asynchronously execute an ACPI General Purpose Event (GPE) but the ACPI GPE method failed for some unknown reason. This is most likely a firmware bug.",
"label": "KlogAcpiGpeEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to clear GPE",
"advice": "An edge triggered ACPI General Purpose Event (GPE) occurred and the clearing of the GPE status bit failed. This is normally a low-level hardware I/O register write failure. This may lead to this GPE failing to be handled again.",
"label": "KlogAcpiGpeClearFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to disable GPE",
"advice": "An ACPI General Purpose Event (GPE) could not be disabled. These are disabled to ensure the GPE does not keep firing before the asynchronous GPE handler completes. The failure to disable the GPE may lead to further GPEs being triggered and causing some unexpected handling failures.",
"label": "KlogAcpiGpeDisableFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to queue handler for GPE",
"advice": "The ACPI driver failed to dispatch the GPE asynchronously. The GPE will not be properly handled and will be ignored.",
"label": "KlogAcpiGpeQueueHandlerFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "During OSL initialization",
"advice": "The ACPI driver failed to initialize, the kernel specific OS dependent layer failed to initialize. This is a kernel bug and ACPI will be disabled.",
"label": "KlogAcpiOsLayerInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "During initialization of globals",
"advice": "The ACPI driver failed to initialize, could not initialize the globals used by the subsystem. This is a kernel bug and ACPI will be disabled.",
"label": "KlogAcpiGlobalsInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During Global Mutex creation",
"advice": "The ACPI driver failed to initialize, could not initialize the global mutex. This is a kernel bug and ACPI will be disabled.",
"label": "KlogAcpiGlobalMutexInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During Namespace initialization",
"advice": "The ACPI driver failed to initialize, could not initialize the ACPI global namespace manager and root namespace tree. ACPI will be disabled.",
"label": "KlogAcpiNamespaceInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During OSI interfaces initialization",
"advice": "The ACPI driver failed to initialize, could not initialize the ACPI OSI interfaces. ACPI will be disabled.",
"label": "KlogAcpiOsiInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not create GPE Block 0",
"advice": "The ACPI driver failed intialize the General Purpose Events (GPE) Block 0. This means that GPEs for this block will be not handled and so some devices or controls may not work correctly.",
"label": "KlogAcpiGpeBlock0InitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not create GPE Block 1",
"advice": "The ACPI driver failed intialize the General Purpose Events (GPE) Block 1. This means that GPEs for this block will be not handled and so some devices or controls may not work correctly.",
"label": "KlogAcpiGpeBlock1InitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "While decoding _Lxx/_Exx methods",
"advice": "The ACPI driver failed to decode level _Lxx or edge _Exx methods for newly added ACPI tables.",
"label": "KlogAcpiGpeLevelOrEdgeMethodDecodeFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not enable GPE 0x",
"advice": "The ACPI driver failed to enable a General Purpose Event (GPE). A GPE event handler will not be executed for this GPE and this may mean some form of loss of functionality with specific devices.",
"label": "KlogAcpiGpeEnableFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Processor Device is not present",
"advice": "The ACPI driver has responded to an ACPI processor hotplug event and attempted to execute the _STA (Status) control for a processor but this failed. _STA is mandatory for a processor that supports hot plug and so the driver has not added the processor to the running system.",
"label": "KlogAcpiCpuHotPlugStaFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not install PciConfig handler for Root Bridge",
"advice": "The ACPI driver could not install a PCI Config operation region for a PCI Root Bridge. This could occur for a variety of reasons but it is most probably because the devices _REG (Region) control failed.",
"label": "KlogAcpiPciConfigInstallFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "During WalkNamespace",
"advice": "The ACPI driver failed to traverse the ACPI namespace either during namespace initialization. ACPI will be disabled. ",
"label": "KlogAcpiWalkNamespaceFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "During device initialization",
"advice": "The ACPI driver failed to traverse the ACPI namespace and initialize all the ACPI devices.",
"label": "KlogAcpiNsDevInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not execute arguments for",
"advice": "The ACPI driver failed to initialize methods or op regions during the namespace traversal.",
"label": "KlogAcpiNsExecArgFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI thermal trip point .* changed",
"advice": "The ACPI driver has thrown this exeption because of one of the two cases: 1. Either a trip point has becomes invalid when re-evaluating the AML code or, 2. devices listed in _PSL, _ALx or _TZD may have changed and the driver needs to re-bind to the cooling devices of a thermal zone when that happens. This execption probably means the ACPI thermal driver needs to cater for this behaviour and it needs fixing or updating.",
"label": "KlogAcpiThermTripPointChanged"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Cannot find acpi parent",
"advice": "The ACPI driver was attempting to notify a memory device but could not find a parent to the given device handle. This is an internal ACPI driver error and should not occur. ACPI memory hotplug failures may occur because of this failure.",
"label": "KlogAcpiMemHotPlugParentError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "_EJ0 failed",
"advice": "The ACPI driver attempted to power down a memory hot plug device but the ACPI _EJ0 (Eject) control failed which leaves the hotplug memory device in an invalid state.",
"label": "KlogAcpiMemHotPlugEj0Failed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "walk_namespace failed",
"advice": "The ACPI driver failed to traverse the ACPI object namespace to allow it to register any memory hotplug notify handlers. This failure means that ACPI memory hotplug will not work.",
"label": "KlogAcpiMemHotPlugInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "failed to execute _DCK",
"advice": "The ACPI driver executed the _DCK (Dock) control but this failed to complete successfully. This control is executed when an ACPI docking or undocking event is received. This may be because of a fault _DCK control or that the hardware isn't functioning correctly.",
"label": "KlogAcpiDckEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _DOD",
"advice": "The ACPI driver failed to enumerate the ACPI video devices because the _DOD (Enumerate All Devices Attached to the Display Adapter) control failed. This may explain why the video device is not functioning correctly.",
"label": "KlogAcpiDodEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _DOD data",
"advice": "The ACPI control _DOD (Enumerate All Devices Attached to the Display Adapter) returned either a NULL package or not did not return an ACPI_PACKAGE type as expected. This may explain why the video device is not functioning correctly.",
"label": "KlogAcpiDodInvalidData"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid GPE 0x",
"advice": "The ACPI driver was requested to get the status of a ACPI General Purpose Event or Fixed Event that did not exist. This is an unexpected driver error.",
"label": "KlogAcpiInvalidGpe"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Evaluating _PRT",
"advice": "The ACPI driver failed to get the PCI Routing Table for a device because the evaluation of _PRT (PCI Routing Table) failed. This will lead to the device not having the IRQ wired up to the correct slot/device/pin. Without this, the device cannot handle interrupts and will fail to work. ",
"label": "KlogAcpiPrtEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Attempted physical table override failed",
"advice": "The ACPI driver attempted to physically map an ACPI table but this failed. This table will not be used and this can lead to unexpected behaviour and loss of functionality.",
"label": "KlogAcpiTablePhysMapFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not acquire Global Lock",
"advice": "The ACPI Global Lock is a mutex that ensures exclusive access to resources controlled by the ACPI driver. This lock failed to be acquired which normally means that the kernel mutex has failed, which should never occur. This is normally considered a kernel bug.",
"label": "KlogAcpiGlobalLockAcquireFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Could not release Global Lock",
"advice": "The ACPI Global Lock is a mutex that ensures exclusive access to resources controlled by the ACPI driver. This lock failed to be release which normally means that the kernel mutex has failed, which should never occur. This is normally considered a kernel bug.",
"label": "KlogAcpiGlobalLockReleaseFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error in acpi_memory_enable_device",
"advice": "ACPI memory hotplug failed to add a memory device, acpi_memory_enable_device() failed. This occurs if the memory block has already been used by the kernel or if add_memory() failed.",
"label": "KlogAcpiMemHotPlugFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Error reading AC Adapter state",
"advice": "The ACPI driver could not read the AC adapter state because the ACPI control _PSR (Power Source) failed to evaluate. This could be because this control did not exist or more probably that it failed to execute because of an error between the firmware and the smart battery.",
"label": "KlogAcpiPsrEvalFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "failed to add I2C device .* from ACPI",
"advice": "Failed to create an I2C device while walking through the ACPI namespace enumerating I2C slave devices behind the adapter.",
"label": "KlogAcpiI2CAddFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Cannot turn wakeup power resources on",
"advice": "The ACPI driver was preparing to wakeup a device by powering on the power resources required for the device but one of these resources failed to power on. See acpi_enable_wakeup_device_power().",
"label": "KlogAcpiPowerWakeupResources"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Cannot turn wakeup power resources off",
"advice": "The ACPI driver was preparing to shutdown a wakeup device by powering off the power resources for the device but one of these resources failed to power off. See acpi_disable_wakeup_device_power().",
"label": "KlogAcpiPowerWakeupResources"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to evaluate processor object",
"advice": "ACPI Processor() failed to evaluate. ACPI could not gather information on a CPU which will lead to it not being used.",
"label": "KlogAcpiProcessorEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to evaluate processor _UID",
"advice": "ACPI failed to evaluate a processor _UID object (as declared in a Device statement). ACPI could not gather information on a CPU which will lead to it not being used.",
"label": "KlogAcpiProcessorEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Evaluating _TPC",
"advice": "The ACPI driver failed to get the current number of supported CPU throttling T States because the ACPI control _TPC (Throttling Present Capabilities) failed to evaluate.",
"label": "KlogAcpiTpcEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Evaluating _PTC",
"advice": "The ACPI driver failed to get the Processor Throttling Control because the ACPI control _PTC failed to evaluate. This option control defines a processor throttling control interface alternative to the I/O address spaced-based P_BLK throttling control register (P_CNT). Without this the CPU cannot be throttled via this interface.",
"label": "KlogAcpiPtcEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Evaluating _TSS",
"advice": "The ACPI driver failed to get the Throttling Supported States because the ACPI control _TSS failed to evaluate. Processor throttling will not be enabled.",
"label": "KlogAcpiTssEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _TSS data: freq is zero",
"advice": "The ACPI driver got invalid data from the ACPI control _TSS (Throttling Supported States). One of the CPU throttling frequencies in the _TSS package is zero, which is invalid. Processor throttling will not be enabled.",
"label": "KlogAcpiTssPackageFreqZero"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _TSS data",
"advice": "The ACPI driver got invalid data from the ACPI control _TSS (Throttling Supported States). Either the package was NULL or the data returned was not of type ACPI_PACKAGE.",
"label": "KlogAcpiTssPackageInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Evaluating _TSD",
"advice": "The ACPI driver could not get the T-State Dependency from the ACPI control _TSD. This means that the CPU will not have any throttling coordination with other CPUs",
"label": "KlogAcpiTsdEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _TSD data",
"advice": "The ACPI driver got invalid data from the ACPI control _TSD (T-State Dependency). Either the package was NULL or the data returned was not of type ACPI_PACKAGE or the number of elements in the package was incorrect or the package in element zero could not be extracted.",
"label": "KlogAcpiTsdDataInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _PRW",
"advice": "The ACPI driver failed to evaluate the ACPI control _PRW (Power Resources for Wake). As a result, wakeup device management will not function.",
"label": "KlogAcpiPrwEvalFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Extracting _PRW package",
"advice": "The ACPI driver got invalid data from the ACPI control _PRW (Power Resources for Wake). The returned data did not conform to the ACPI specification, see section 7.2.13 of the ACPI 5.0 ACPI specification for more details.",
"label": "KlogAcpiPrwDataInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Notifying BIOS of _CST ability failed",
"advice": "The ACPI driver attempted to notify the firmware (using a System Management Interrupt) that the system had _CST (C-State) ability but this notify command failed. This may lead to unexpected C-State behaviour.",
"label": "KlogAcpiSmiCstFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Evaluating _PIC",
"advice": "The ACPI driver attempted to inform the firmware which method of interrupt routing was being used via the _PIC method, however, this failed to execute. This results in ACPI being disabled.",
"label": "KlogAcpiPicEvalFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Mutex .* is not acquired, cannot release",
"advice": "An attempt to release (unlock) an ACPI related mutex has occurred. This mutex could not be released. This is most probably a bug in the AML code where a Release opcode has been executed that does not match up with an earlier corresponding Mutex opcode. It may also be a bug in the ACPI driver, but this is less likely.",
"label": "KlogAcpiMutexReleaseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Thread .* could not acquire Mutex",
"advice": "A mutex could not be acquired (locked) and the ACPI driver has flagged this up as an exception error. If this occurs when executing a AML Mutex opcode there could be race condition errors if the AML is not checking the return from the Mutex operation and a lot of firmware does omit this check.",
"label": "KlogAcpiMutexAcquireError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to initialize fixed events",
"advice": "The ACPI driver failed to initialize the structure that keeps track of fixed event handlers. The failure occurred when trying to disable one of the 4 fixed events and this causes the ACPI subsystem initialization to fail, which disables ACPI support.",
"label": "KlogAcpiFixedEventInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to initialize general purpose events",
"advice": "The ACPI driver failed to initialize the General Purpose Event (GPE) blocks as defined in the ACPI FADT. This in turn causes the ACPI subsystem initialization to fail, which disables ACPI support.",
"label": "KlogAcpiGpeInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to install System Control Interrupt handler",
"advice": "The ACPI driver failed to install the System Control (SCI) interrupt handler, which has to be working for ACPI to work correctly. This in turn causes the ACPI subsystem initialization to fail, which disables ACPI support.",
"label": "KlogAcpiSciHandlerInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to initialize Global Lock handler",
"advice": "The ACPI driver failed to initialized the Global Lock handler, which is basically a kernel mutex (and should not fail). This in turn causes the ACPI subsystem initialization to fail, which disables ACPI support.",
"label": "KlogAcpiGlobalLockInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No installed handler for fixed event",
"advice": "The ACPI driver failed to dispatch a fixed event because their is no fixed event handler installed for this event. This is an error and the kernel has disabled this event for further interrupts. This could lead to reduced functionality.",
"label": "KlogAcpiNoFixedEventHandler"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Index .* is beyond end of object",
"advice": "The ACPI interpreter could not execute an AML index opcode, the index in the first operand is out of range.",
"label": "KlogAcpiIndexOverflow"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unexpected notify object type",
"advice": "The ACPI interpreter could not execute a AML notify opcode because the first operand is not a notify object. This is a bug in the firmware.",
"label": "KlogAcpiUnexpectedNotifyObjType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Sleep values out of range: A=.* B=.*",
"advice": "An attempt to transition to a sleep state has occurred with the ACPI sleep type values for the PM controls set greater than the maximum allowed value of 7. This is an illegal value and the system will not be transistioned to this sleep state. ",
"label": "KlogAcpiSleepValuesRangeError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown exception code: 0x",
"advice": "An execption occurred but the execption code was not recognized and the ACPI driver could not find a textual description for this exception. This is most probably a bug in the ACPI driver or ACPICA core.",
"label": "KlogAcpiUnknownExceptionCode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown Reference Count action (0x",
"advice": "An internal ACPI error occurred attempting to update an object reference count. An incorrect action type was provided, expected REF_INCREMENT or REF_DECREMENT, see acpi_ut_update_ref_count().",
"label": "KlogAcpiUnknownRefCountAction"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid type .* for target of Scope operator .*Cannot override",
"advice": "The ACPI interpreter found an invalid type for target of a scope operator, this occurred during the loading of the ACPI tables, see acpi_ds_load2_begin_op().",
"label": "KlogAcpiInvalidTypeScopeOp"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Divide by zero",
"advice": "The ACPI interpreter detected a zero divisor which produce a division by zero error. The AML code is buggy and this will return an undefined value that may cause unexpected behaviour.",
"label": "KlogAcpiAmlDivideByZero"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not release AML Interpreter mutex",
"advice": "The ACPI AML interpreter attempted to release the mutex but this failed. The next time interpreter will attempt to acquire this mutex it will fail, however it will continue to execute AML but there will be race conditions occurring.",
"label": "KlogAcpiAmlMutexNotReleased"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Could not map memory at 0x.* for length",
"advice": "ACPI could not memory map the Extended BIOS Data Area (EBDA) or upper region 0xE0000-0xFFFFF to search for the ACPI RSDP. This normally results in the RSDP not being found, which means the ACPI tables can't be located and hence ACPI is disabled.",
"label": "KlogAcpiRsdpMemMap"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid zero ID from AcpiOsGetThreadId",
"advice": "A zero thread ID was returned which will break the ACPI driver. This should never happen, since the thread ID is actually the address of the thread descriptor which is never zero.",
"label": "KlogAcpiZeroThreadId"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Unknown action (0x",
"advice": "The ACPI engine was expecting to increment, decrement or delete a reference count but instead was given an uknown action to do instead. This is a bug in the ACPI ACPICA code.",
"label": "KlogAcpiRefCountUnknownAction"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Null Op",
"advice": "The ACPI interpreter found a NULL parse opcode and didn't expect to. See acpi_ds_delete_result_if_not_used() or acpi_ds_is_result_used().",
"label": "KlogAcpiNullOp"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Unknown parent opcode Op=",
"advice": "The ACPI interpreter found an AML opcode that had an unexpected parent class. This probably indicates an internal ACPI interpeter bug. ",
"label": "KlogAcpiUnknownParentOp"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Time parameter is too large",
"advice": "ACPI Stall() op was requested to wait for more than 255 usec. The ACPI specification states that the maximum should be 100 usec but to accommodate some firmware a maximum of 255 is supported by the kernel.",
"label": "KlogAcpiStallTooLarge"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Evaluating _BCM failed",
"advice": "Could not set the brightness level, the ACPI control _BCM failed to execute correctly.",
"label": "KlogAcpiBcmFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Current brightness invalid",
"advice": "The ACPI video driver set the brightness level using the ACPI control _BCM, however the level used was not a known level (as returned by _BCL).",
"label": "KlogAcpiInvalidBrightness"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Too many duplicates in _BCL package",
"advice": "ACPI method _BCL (Query List of Brightness Control Levels Supported) contains too many duplicated brightness levels in the returned package and this is non-standard.",
"label": "KlogAcpiBclPackageContainsDuplicates"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Found unordered _BCL package",
"advice": "ACPI method _BCL (Query List of Brightness Control Levels Supported) has a maximum brightness value which is not the last value in the returned package. Values returned must be in ascending order.",
"label": "KlogAcpiBclUnorderedPackage"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "ACPI Subsystem is already terminated",
"advice": "A request to terminate the ACPI driver but it is already terminated. You should not see this error.",
"label": "KlogAcpiAlreadyTerminated"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Null scope parameter",
"advice": "Failed to push the current scope onto the scope stack, the node was Null, which was not expected. See acpi_ds_scope_stack_push().",
"label": "KlogAcpiNullScopeParameter"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid conversion sub-opcode",
"advice": "The ACPI driver could not convert an AML resource descriptor to a corresponding internal resource descriptor. Refer to acpi_rs_convert_aml_to_resource() or acpi_rs_convert_resource_to_aml().",
"label": "KlogAcpiConversionSupOpcode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid conversion opcode",
"advice": "The ACPI driver could not convert an AML resource descriptor to a corresponding internal resource descriptor. Refer to acpi_rs_convert_aml_to_resource() or acpi_rs_convert_resource_to_aml().",
"label": "KlogAcpiConversionSupOpcode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No SMI_CMD in FADT, mode transition failed",
"advice": "ACPI FADT SMI_CMD is zero, with ACPI 2.0 this means that the system cannot transition to/from ACPI mode.",
"label": "KlogAcpiFadtSmiCmdZero"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No ACPI mode transition supported in this system (enable/disable both zero)",
"advice": "ACPI FADT ACPI_ENABLE is zero and ACPI_DISABLE is set, ACPI 2.0 this means enabling or disabling is not supported and the system cannot transition to ACPI mode.",
"label": "KlogAcpiNoModeTransitionSupport"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Found a grandchild.*P=.*C=",
"advice": "An error occurred in the ACPI driver, acpi_ns_delete_children() was trying to delete children objects and discovered that one of these had children objects of it's own, which should not happen.",
"label": "KlogAcpiObjectGrandchild"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Cannot assign type .* to .*must be type Int/Str/Buf",
"advice": "ACPI execution run time error: Type assignment was illegal, acpi_ex_resolve_object() was trying assign a type to a different type which is illegal.",
"label": "KlogAcpiTypeAssign"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Store into an unresolved Alias object",
"advice": "ACPI execution run time error: The ACPI driver has been asked to resolve an object of type ACPI_TYPE_LOCAL_ALIAS or ACPI_TYPE_LOCAL_METHOD_ALIAS but this should not occur as these should have been resolved earlier. See function acpi_ex_resolve_object() for more details.",
"label": "KlogAcpiUnresolveAliasObject"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown AML opcode 0x",
"advice": "ACPI execution run time error: The ACPI interpreter has reached an opcode that is unknown, this normally is a bug in the underlying AML code either because of badly written AML code or the compiler has produced code that is incorrect or the ACPI interpreter does not support this valid opcode. ",
"label": "KlogAcpiUnknownAmlOpcode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid AML Opcode: 0x",
"advice": "ACPI execution run time error: The ACPI interpreter has reached an opcode that is unknown, this normally is a bug in the underlying AML code either because of badly written AML code or the compiler has produced code that is incorrect or the ACPI interpreter does not support this valid opcode. ",
"label": "KlogAcpiUnknownAmlOpcode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Found unknown opcode .* at AML address .* offset",
"advice": "ACPI execution run time error: The ACPI interpreter has reached an opcode that is unknown, this normally is a bug in the underlying AML code either because of badly written AML code or the compiler has produced code that is incorrect or the ACPI interpreter does not support this valid opcode. ",
"label": "KlogAcpiUnknownAmlOpcode"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "BCD digit too large (not decimal): 0x",
"advice": "ACPI execution run time error: AML opcode AML_FROM_BCD_OP (0x5b28) contains a BCD digit value that is greater than 9 and is out of range for a Binary Coded Decimal digit.",
"label": "KlogAcpiBcdDigitTooLarge"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Integer too large to convert to BCD",
"advice": "ACPI execution run time error: AML opcode AML_TO_BCD_OP (0x5b29) has been requested to convert an integer into a Binary Coded Decimal value that is too large. An overflow has been caught and it is possible that unexpected execution behaviour will occur.",
"label": "KlogAcpiToBcdOverflow"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "obsolete and not implemented",
"advice": "ACPI execution run time error: Execution of AML_SHIFT_LEFT_BIT_OP (0x5b11) or AML_SHIFT_RIGHT_BIT_OP (0x5b10) were ignored, these are obsolete AML opcodes and are not implemented in the ACPI interpreter. Unexepcted execution behaviour will occur.",
"label": "KlogAcpiOpObsolete"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Operand must be Buffer/Integer/String/Package - found type",
"advice": "ACPI execution run time error: Execution of AML_SIZE_OF_OP with an operand that is not a buffer, integer, string or package has occurred. This will result in unexpected behaviour. This is a bug in the AML.",
"label": "KlogAcpiOpTypeBad"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Unknown Index TargetType 0x",
"advice": "ACPI execution run time error: Execution of AML_DEREF_OF_OP (0x83) with an illegal target index operator that was not a buffer or a package type.",
"label": "KlogAcpiUnknownIndexTargetType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Unknown class in reference",
"advice": "ACPI execution run time error: Execution of AML_DEREF_OF_OP (0x83) with an illegal operand reference class.",
"label": "KlogAcpiUnknownIndexTargetType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "apm.*an event queue overflowed",
"advice": "More then 20 APM events were queued up which is unexpected. The queue was not being drained quickly by a reading process (perhaps it is not running).",
"label": "KlogApmEventQueueOverflow"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "apm.*passed bad filp",
"advice": "A read of the APM events was performed by a reading process with an unrecognised file pointer. This should not happen.",
"label": "KlogApmReadBadFileptr"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "apm.*filp not in user list",
"advice": "An attempt to release a APM reader occurred using an unrecognised file pointer. This should not happen.",
"label": "KlogApmReleaseBadFileptr"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "apm.*cannot allocate struct of size %d bytes",
"advice": "An attempt to open failed, out of memory. APM events cannot be read.",
"label": "KlogApmOpenNoMemory"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "apm.*disabled - Unable to start kernel thread",
"advice": "Cannot start kernel APM thread, APM handling will be disabled.",
"label": "KlogApmKernelThreadFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PnPBIOS.*ESCD size reported by BIOS escd_info call is too great",
"advice": "The ESCD size was greater than a sane size of 32K.",
"label": "KlogPnpBiosEscdSize"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PnPBIOS.*ESCD size reported by BIOS read_escd call is too great",
"advice": "The ESCD size was greater than a sane size of 32K.",
"label": "KlogPnpBiosEscdSize"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"pattern": "PnPBIOS.*Disabled by ACPI PNP",
"advice": "The PnPBIOS driver was disabled because PnP support is provided by the ACPI driver.",
"label": "KlogPnpBiosDisabled"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PnPBIOS.*",
"advice": "The PnPBIOS driver has detected an issue that fwts does not know about.",
"label": "KlogPnpBiosError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Node number .* is out of sequence following node .* Aborting.",
"advice": "Device node numbers are out of sequence.",
"label": "KlogPnpBiosDevNodeSeqError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PCI: BIOS BUG #",
"advice": "A call to the PCI BIOS32 service routine (with service signature $PCI) has returned a bad status or an illegal PCI signature. The kernel will disable the use of the PCI BIOS.",
"label": "KlogBios32PciFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "e820: too many entries; ignoring ",
"advice": "Legacy E820 BIOS has a limit of 128 entries in the E820 memory map but the firmware seems to have more than this. For EFI Numa hardare, the limit is 128 + 3 * maximum number of nodes. The kernel has ignore the extra entries. This could lead to regions of memory being used by the kernel when in fact is should be reserved and this can lead to unexpected behaviour.",
"label": "KlogE820TooManyEntries"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Ooops! Too many entries in the memory map!",
"advice": "Legacy E820 BIOS has a limit of 128 entries in the E820 memory map but the firmware seems to have more than this. For EFI Numa hardare, the limit is 128 + 3 * maximum number of nodes. The kernel has ignore the extra entries. This could lead to regions of memory being used by the kernel when in fact is should be reserved and this can lead to unexpected behaviour.",
"label": "KlogE820TooManyEntries"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_LOW",
"pattern": "MTRR.*CPU.*SYSCFG.*MtrrFixDramModEn.*not cleared by BIOS, clearing this bit",
"advice": "The firmware is expected to clear MtrrFixDramModEn bit, see for example BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD Opteron Processors (26094 Rev. 3.30 February 2006), section 13.2.1.2 SYSCFG Register. The MtrrFixDramModEn bit should be set 1 during firmware initialization of the fixed MTRRs, then cleared to 0 for operation. Hence the kernel has detected and worked around this fault.",
"label": "KlogMtrrFixDramModEnNotClear"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "MTRR.*CPU.*Writing MSR .* to .* failed",
"advice": "Writing to a MTRR MSR has failed. The kernel cannot do much about this and has ignored the failure.",
"label": "KlogMtrrWriteMsrFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "acpi_request_vector.*invalid interrupt type",
"advice": "An attempt to request an interrupt vector greater than 256 (ACPI_MAX_PLATFORM_INTERRUPTS) has occurred and will be rejected.",
"label": "KlogAcpiIa64RequestBadVector"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Can't find MADT",
"advice": "Could not find the ACPI MADT. The kernel could not find this table so it could determine how many CPUs the system had. The machine will boot with just one CPU which may be the incorrect number of CPUs.",
"label": "KlogAcpiMadtMissing"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Error parsing MADT - no LAPIC entries",
"advice": "The ACPI MADT could not be parsed to determine the number of Local APIC entries. This may lead to sub-optimal configuration of the machine.",
"label": "KlogAcpiMadtLapicParseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Error parsing LAPIC address override entry",
"advice": "The ACPI MADT could not be parsed to determine the Local APIC override entry.",
"label": "KlogAcpiMadtLapiceOverrideParseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Error parsing LAPIC NMI entry",
"advice": "The ACPI MADT could not be parsed to determine the Local APIC NMI entry.",
"label": "KlogAcpiMadtLapicNmiParseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Error parsing MADT.*no IOSAPIC entries",
"advice": "The ACPI MADT could not be parsed to find the IOSAPIC entries.",
"label": "KlogAcpiMadtIosapicParseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Error parsing platform interrupt source entry",
"advice": "The ACPI MADT could not be parsed to find the platform intrerrupt source entry.",
"label": "KlogAcpiMadtPlatIntSrcParseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Can't find FADT",
"advice": "The ACPI Fixed ACPI Description Table (FADT) is missing and so the kernel cannot determine if the legacy keyboard controller is present. It cannot also determine the SCI_INT interrupt line which is used for ACPI events, such as the power and sleep buttons. If the SCI_INT is not on a legacy interrupt then it needs to be specified in the FADT. ",
"label": "KlogAcpiFadtMissing"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Cannot create",
"advice": "The ACPI driver attempted to create an entry in /proc/acpi but failed. This should not happen and is a kernel bug.",
"label": "KlogAcpiProcfsCreateFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Create sysfs link",
"advice": "The ACPI driver attempted to create a sysfs link for a device and this failed. This should not happen and is a kernel bug.",
"label": "KlogAcpiSysfsLinkCreateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error updating fan power state",
"advice": "Failed to update the fan power state when coming out of resume. The call to acpi_bus_update_power() failed even though the fan device was valid.",
"label": "KlogAcpiFanResumeUpdate"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "does not support this state",
"advice": "A request to suspend the machine was aborted because it was asked to transition to a sleep state that is not supported by the ACPI driver or this machine.",
"label": "KlogAcpiUnsupportedSleepState"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Hardware changed while hibernated, cannot resume",
"advice": "The FACS hardware signature has changed when coming out of hibernation. The kernel has concluded that the machine has changed and therefore won't commit to resuming from hibernate.",
"label": "KlogAcpiS4ResumeBadFacsSignature"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Device don't exist, dropping EJECT",
"advice": "A processor hotplug notify eject request event was rejected because the device does not seem to exist.",
"label": "KlogAcpiHotPlugEjectMissingDevice"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Driver data is NULL, dropping EJECT",
"advice": "A processor hotplug notify eject request event was rejected because the device data is NULL.",
"label": "KlogAcpiHotplugEjectNullDeviceData"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid reference to IOAPIC pin",
"advice": "The IOAPIC pin was invalid, it exceeded the maximum expected pin reference value (MP_MAX_IOAPIC_PIN 127).",
"label": "KlogAcpiIoApicPinRefInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Error parsing IOAPIC entry",
"advice": "Failed to parse the ACPI MADT, the number of IOAPIC entries found was less than zero, which probably means the MADT is broken.",
"label": "KlogAcpiMadtParseError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "No IOAPIC entries present",
"advice": "The ACPI MADT was expected to contain at least one IOAPIC entry, however, none were found. Cannot enumerate the IOAPICs.",
"label": "KlogAcpiMadtNoIoApicEntry"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error parsing interrupt source overrides entry",
"advice": "Could not parse the ACPI MADT to determine the interrupt override for the SCI. This could lead to unexpected behaviour.",
"label": "KlogAcpiMadtIrqOverrideParseError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Error parsing NMI SRC entry",
"advice": "Could not parse the ACPI MADT to determine the NMI SRC entry. This could lead to unexpected behaviour.",
"label": "KlogAcpiMadtNmiSrcEntryParseError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "pci_create_slot returned",
"advice": "A PCI slot could not be register because a call to pci_create_slot() failed.",
"label": "KlogAcpiPciSlot"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "walk_p2p_bridge failure",
"advice": "Traversing the PCI root bridge failed because of an error walking the P2P bridge.",
"label": "KlogAcpiPciSlot"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "register_slot failure",
"advice": "Adding a PCI slot failed because traversing the PCI root bridge failed.",
"label": "KlogAcpiPciSlot"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_PRS resource type .* isn't an IRQ",
"advice": "The ACPI _PRS resource type was expected to be an IRQ type and was not.",
"label": "KlogAcpiPciLinkPrsIrq"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_CRS resource type 0x%x isn't an IRQ",
"advice": "The ACPI _CRS resource type was expected to be an IRQ type and was not.",
"label": "KlogAcpiPciLinkCrsIrq"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to read status",
"advice": "A query of _STA to get the bus status failed and the current link status is unknown.",
"label": "KlogAcpiPciLinkSta"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_CRS returned 0",
"advice": "The query of the bus status failed because the _CRS controlled returned IRQ 0, which was not expected.",
"label": "KlogAcpiPciLinkCrsIrqZero"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid Resource_type",
"advice": "A PCI link set failed because the link IRQ resource type is invalid.",
"label": "KlogAcpiPciLinkIrqResourceInvalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to set IRQ for",
"advice": "An attempt to enabled the link device failed.",
"label": "KlogAcpiPciLinkFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid link device",
"advice": "Unable to allocate an IRQ failed because the link device is invalid.",
"label": "KlogAcpiPciLinkDeviceInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid link context",
"advice": "Unable to allocate an IRQ failed because the link context was invalid (NULL).",
"label": "KlogAcpiPciLinkContextNull"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Invalid index",
"advice": "Support for multiple index IRQ entries per link device is not yet implemented.",
"label": "KlogAcpiPciLinkMultipleIrqEntries"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Link active IRQ is 0",
"advice": "Unable to allocate an IRQ failed because the active IRQ is 0, which is wrong.",
"label": "KlogAcpiPciLinkActiveIrqZero"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Link isn't initialized",
"advice": "An attempt to free the IRQ of a link failed because the link was not initialized.",
"label": "KlogAcpiPciLinkNotInitialized"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Evaluating processor object",
"advice": "An error occurred evaluating the ACPI Processor() object, ACPI CPU control for this CPU broken.",
"label": "KlogAcpiProcessorFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Evaluating processor _UID",
"advice": "An error occurred evaluating an ACPI CPU _UID, ACPI CPU control for this CPU is broken.",
"label": "KlogAcpiProcessorBadUid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid PBLK length",
"advice": "The Processor Register Block data is not the expected size, ACPI control of this CPU will not occur.",
"label": "KlogAcpiProcessorPblkBad"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Processor driver could not be attached",
"advice": "An attempt to add a processor to the system failed in acpi_processor_add(), the processor driver's .probe failed calling device_attach(). The CPU cannot be added to the system under ACPI control.",
"label": "KlogAcpiProcessorNotAttached"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PSS data",
"advice": "Failed to get ACPI performance states from the _PSS contol, buffer was either NULL or not an ACPI package.",
"label": "KlogAcpiPssFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid BIOS _PSS frequency found for processor",
"advice": "CPU frequency in MHz as supplied by _PSS control cannot be stored in a 32 bit unsigned integer, overflow error.",
"label": "KlogAcpiPssFreqTooBig"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No valid BIOS _PSS frequency found for processor",
"advice": "One of the CPUs did not have a valid _PSS frequency defined. Cannot fetch _PSS levels for this CPU.",
"label": "KlogAcpiPssNotFound"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PSD data",
"advice": "The ACPI _PSD control returned a pointer that was NULL or not an ACPI package or did not have 1 item in the package or the item could not be fetched out of the package. P-State dependencies cannot be evaluated, machine may perform sub-optimally.",
"label": "KlogAcpiPsdBadData"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown _PSD:num_entries",
"advice": "The number of _PSD entries should be 5 but a different count was returned. The P-State dependencies cannot be evaluated, machine may perform sub-optimally.",
"label": "KlogAcpiPsdBadCount"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown _PSD:revision",
"advice": "The _PSD revision should be 0 but a different version was returned. P-State dependencies cannot be evaluated, machine may perform sub-optimally.",
"label": "KlogAcpiPsdBadRevision"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PSD:coord_type",
"advice": "The _PSD coordination type was invalid, it should be SW_ALL, SW_ANY or HW_ALL. P-State dependencies cannot be evaluated, machine may perform sub-optimally.",
"label": "KlogAcpiPsdBadCoordType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to switch the brightness",
"advice": "The ACPI video brightness for the LCD could not be set because _BCM failed.",
"label": "KlogAcpiVideoBcmFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _DOD data in element",
"advice": "The ACPI _DOD control returned an element that was not an ACPI integer as expected. This element will be ignored, which could lead to reduced functionality.",
"label": "KlogAcpiVideoDodFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _DDC data",
"advice": "The ACPI _DDC control is returning either a NULL buffer pointer or data that is not an ACPI buffer. The Extended Display Identification Data (EDID) structure that represents the display output device could not be fetched. This may affect video output.",
"label": "KlogAcpiVideoDdcFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _BCL data",
"advice": "The ACPI _BCL control is returning either a NULL buffer pointer or data that is not an ACPI package. LCD brightness level queries will not work.",
"label": "KlogAcpiVideoBclFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Oops, 'acpi_handle' corrupt",
"advice": "Failed to unbind a device, the ACPI handle was corrupt.",
"label": "KlogAcpiHandleCorrupt"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Can't use platform_notify",
"advice": "Cannot add the ACPI platform notifiers, they are already registered. This should not happen.",
"label": "KlogAcpiPlatformNotify"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "memory_hp:Error in acpi_memory_enable_device",
"advice": "Adding a hotplug memory device failed because.",
"label": "KlogAcpiHotPlugAddMemDeviceFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_INFO",
"pattern": "memory_hp:Disable memory device",
"advice": "An ACPI notify eject request occurred to disable a memory device.",
"label": "KlogAcpiHotPlugNotifyDisableOkay"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "memory_hp:Driver Data is NULL",
"advice": "An ACPI notify eject request failed because the device data is NULL.",
"label": "KlogAcpiHotPlugNotifyEjectDataNull"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Device doesn't exist",
"advice": "An ACPI notify eject request failed because the device does not exist.",
"label": "KlogAcpiHotPlugNotifyEjectDeviceNotExist"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "memory_hp:Cannot enable memory device",
"advice": "Memory device notify failed because it could not enabled the memory device.",
"label": "KlogAcpiHotPlugEnableFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "memory_hp:Cannot find driver data",
"advice": "Memory device notify failed because it could not find the relevant driver data for this device.",
"label": "KlogAcpiHotPlugDeviceNotify"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "memory_hp:add_memory failed",
"advice": "Failed to add memory device, add_memory() failed for some reason.",
"label": "KlogAcpiHotPlugAddMemoryFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "memory_hp:get_device_resources failed",
"advice": "The devices resources could not be determined from the relevant ACPI _CRS control and so the memory device could not be enabled.",
"label": "KlogAcpiHotPlugCrsFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Fatal opcode executed",
"advice": "An ACPI AML fatal opcode was executed and the kernel has trapped this signal. It could be because of faulty control method code.",
"label": "KlogAcpiFatalOpcodeSignal"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Call to queue_work() failed.",
"advice": "Failed to queue up AML exec work on CPU 0. This results in ACPI control code not being executed which could lead to unexpected behaviour.",
"label": "KlogAcpiQueueWorkFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "acpi_os_get_timer() TBD",
"advice": "Support for the 64 bit ACPI AML timer operand is not implemented, this will be emulated and may affect AML code that relies on accurate timers.",
"label": "KlogAcpiGetTimerNotImplemented"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "SCI .* allocation failed",
"advice": "Failed to install an ACPI SCI interrupt handler because the the IRQ allocation failed.",
"label": "KlogAcpiSciIrqAllocError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "SCI .*ACPI GSI .* not registered",
"advice": "Failed to install an ACPI SCI interrupt handler because the Global System Interrupt (GSI) is not registered.",
"label": "KlogAcpiSciGsiError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Cannot map memory that high",
"advice": "Cannot map an ACPI physical address above the 32 bit 4GB limit, this could lead to broken functionality.",
"label": "KlogAcpiMap4GbLimit"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "System description tables not found",
"advice": "The EFI ACPI20 or ACPI RSDP pointers were invalid, so the kernel cannot find any of the ACPI tables. ACPI support will be disabled.",
"label": "KlogAcpiEfiRsdpError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid EFI RTC value: write of .* to EFI RTC failed",
"advice": "Failed to update the EFI Real Time Clock (RTC), the provided time was not a valid time and so the EFI RTC was not updated.",
"label": "KlogAcpiEfiRtcWriteFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "acpi_memory_enable_device() error",
"advice": "ACPI memory hotplug failed to add an ACPI memory device to the systen. This error can occur if the memory block has already been used by the kernel or if the ACPI memory bind failed.",
"label": "KlogAcpiMemEnableDevice"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Vendor .* System .* Revision .* has a known ACPI BIOS problem",
"advice": "The kernel has recognised that this particular version of the firmware has known ACPI issues and so ACPI support will be disabled. Reduced functionality will occur.",
"label": "KlogAcpiBlackListed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to register for device notifications",
"advice": "The ACPI device notify handlers failed to be installed and so ACPI support with be disabled.",
"label": "KlogAcpiNotifyHandlerInstallFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to initialize ACPI objects",
"advice": "The ACPI objects failed to initialize and so ACPI support with be disabled.",
"label": "KlogAcpiObjectsFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to start the ACPI Interpreter",
"advice": "The ACPI interpreter failed to start up correctly and so ACPI support with be disabled.",
"label": "KlogAcpiInterpreterFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to enable ACPI",
"advice": "The ACPI subsystem failed to be enabled and so ACPI support with be disabled.",
"label": "KlogAcpiEnableFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to load the System Description Tables",
"advice": "The ACPI driver was unabled to load the ACPI tables and so ACPI support will be disabled.",
"label": "KlogAcpiLoadFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to initialize the ACPI Interpreter",
"advice": "The ACPI interpreter could not be intialized and so ACPI support will be disabled.",
"label": "KlogAcpiInitFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unable to reallocate ACPI tables",
"advice": "The kernel count not reallocate the ACPI tables into memory from firmware and so ACPI support will be disabled.",
"label": "KlogAcpiReallocateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "can't evaluate _SEG",
"advice": "The _SEG ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.",
"label": "KlogAcpiSegFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "can't evaluate _BBN",
"advice": "The _BBN ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.",
"label": "KlogAcpiSegFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Bus .*:.* not present in PCI namespace",
"advice": "The bus cound not be found in the PCI namespace. This will stop certain PCI root bridges from being added and enabled on the computer.",
"label": "KlogAcpiPciScanFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "_DSW execution failed",
"advice": "The ACPI control _DSW (Device Sleep Wake) failed to execute, this may impact on the ability to enable or disable the wake capabilities of a device in the computer.",
"label": "KlogAcpiDswFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "_PSW execution failed",
"advice": "The ACPI control _PSW (Power State Wake) failed to execute, this may impact on the ability to enable or disable the wake capabilities of a device in the computer.",
"label": "KlogAcpiPswFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Transition power state",
"advice": "Failed to power on or shutdown a wakeup device using _PSW or _DSW control methods.",
"label": "KlogAcpiSuspend"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Fail in evaluating the _REG object of EC device",
"advice": "The _REG object for the Embedded Controller Device could not be evaluated, however the kernel will ignore this and try to install the handler for the Embedded Controller.",
"label": "KlogAcpiEcBadReg"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to undock",
"advice": "An undock event was requested but the machine still seems to be docked.",
"label": "KlogAcpiDockCannotUndock"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unable to dock",
"advice": "A dock notify event was handled but the machine still seems to be undocked.",
"label": "KlogAcpiDockCannotDoct"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown dock event",
"advice": "A dock notify event was handled, but the type of notify event was not recognised.",
"label": "KlogAcpiDockEvent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": ".* encountered error .*",
"advice": "An error occurred when trying to add a new dock station device.",
"label": "KlogAcpiDockAdd"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "More than one Lid device found",
"advice": "Failed to add a Lid device because one already exists. The kernel does not support more than one Lid device.",
"label": "KlogAcpiLidMany"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Unsupported hid",
"advice": "The Lid Hardware ID (HID) is one that the kernel does not recognise and so the Lid device was not added to the system. This can explain why the Lid does not work.",
"label": "KlogAcpiLidBadHid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "device is NULL",
"advice": "The kernel count not add a container because the device associated with this was NULL, which is unexexpected.",
"label": "KlogAcpiContainer"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "wakeup header does not match",
"advice": "The ACPI suspend wakeup header did not contain the expected header value so the kernel had to abort the suspend. This can happen if the data is corrupted.",
"label": "KlogAcpiSuspendHeader"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "not enough elements in _CST",
"advice": "_CST returned either a NULL buffer or a type that wasn't an ACPI package or less than 2 elements in the package. The kernel could not evaluate the CPU supported C states supported, meaning that the machine will not run optimally.",
"label": "KlogAcpiCstElements"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "count given by _CST is not valid",
"advice": "_CST returned an invalid number of elements, the package a different number of C states to the number of C states that _CST reported. The kernel could not evaluate the CPU supported C states supported, meaning that the machine will not run optimally.",
"label": "KlogAcpiCstCount"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No return object",
"advice": "An ACPI evaluate for a reference returned a buffer of zero length or a NULL buffer pointer.",
"label": "KlogAcpiEvalReferenceBadBuffer"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Expecting a [Package], found type",
"advice": "An ACPI evaluate for a reference did not return a ACPI package as expected.",
"label": "KlogAcpiEvalReferenceNotPackage"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "[Package] has zero elements",
"advice": "An ACPI evaluate for a reference returned an illeage package of zero elements.",
"label": "KlogAcpiEvalReferencePackageZeroElements"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Expecting a [Reference] package element, found type",
"advice": "An ACPI evaluate for a reference returned contained an element that was not a reference type.",
"label": "KlogAcpiEvalReferencePackageElementType"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "error obtaining _EC",
"advice": "The ACPI Embedded Controller Offset Query Control Method _EC failed to evaluate. It is either missing or broken and means the kernel cound not add a SMBUS host controller.",
"label": "KlogAcpiEcFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "host controller is not configured",
"advice": "The kernel count not issue a SMBUS transaction because the host controller was not configured. See acpi_smbus_transaction()",
"label": "KlogSmbusHostController"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Error attaching device data",
"advice": "The kernel could not register a thermal zone because acpi_attach_data() failed for some reason. The machine may not be able to optimally cool itself and may have overheating issues because of this error.",
"label": "KlogAcpiThermZoneAttachFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _TSS data: freq is zero",
"advice": "The _TSS has returned a zero fequency setting in one or more of the package elements.",
"label": "KlogAcpiTssZeroFrequency"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _TSS data",
"advice": "The _TSS has returned a NULL data pointer or data which isn't an ACPI package.",
"label": "KlogAcpiTssBadData"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown _TSD:num_entries",
"advice": "The number of entries in the throlling domain information was not 5.",
"label": "KlogAcpiTsdIllegalNumEntries"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown _TSD:revision",
"advice": "The expected TSD revision was not 0.",
"label": "KlogAcpiTsdBadRevision"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "HARDWARE addr space,NOT supported yet",
"advice": "The CPU does not seem to support the MSR_IA32_THERM_CONTROL MSR.",
"label": "KlogAcpiUnsupportedThermControlMsr"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Unknown addr space",
"advice": "Could not read the hardware specific throttling status, the status register space ID was not a system I/O space or a fixed hardware space.",
"label": "KlogAcpiThrottleStatusBadRead"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _TSD data",
"advice": "The _TSD has returned data which isn't valid, either a NULL data pointer or data which isn't an ACPI package has been returned.",
"label": "KlogAcpiTsdBadData"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PTC control register",
"advice": "The _PTC control register bit widths or bit offsets are incorrect.",
"label": "KlogAcpiPtcControlRegisterInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PTC status register",
"advice": "The _PTC status register bit widths or bit offsets are incorrect.",
"label": "KlogAcpiPtcStatusRegisterInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PTC data (status_register)",
"advice": "The _PTC status register data (element 1 of the package) was either NULL or too small.",
"label": "KlogAcpiPtcDataStatusRegister"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PTC data (control_register)",
"advice": "The _PTC control register data (element 0 of the package) was either NULL or too small.",
"label": "KlogAcpiPtcDataControlRegister"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Invalid _PTC data",
"advice": "_PTC did not return a package of two elements, expected a two element package containing bufffers for the control and status register.",
"label": "KlogAcpiPtcDataBad"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to create sysfs link 'thermal_cooling'",
"advice": "sysfs_create_link() failed to create the thermal 'thermal_cooling' sysfs entry.",
"label": "KlogAcpiThermalThermalCoolingSysfs"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Failed to create sysfs link 'device'",
"advice": "sysfs_create_link() failed to create the thermal 'device' sysfs entry.",
"label": "KlogAcpiThemalDeviceSysfs"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Setting initial power state",
"advice": "The call to acpi_bus_update_power() in acpi_fan_add() failed while adding a new fan device.",
"label": "KlogAcpiFanAddFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "EC.*input buffer is not empty, aborting transaction",
"advice": "The ACPI Embedded Controller (EC) driver attempted to perform a read or write transaction but had to abort because the EC was still busy and the input buffer was not emptied within 500ms. Normally this indicates an EC firmware fault. One can try increasing the delay using the acpi.ec_delay kernel parameter or writing to /sys/module/acpi/parameters/ec_delay - however this generally does not help much if the EC firmware is buggy.",
"label": "KlogAcpiEcInputBufferIsNotEmpty"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"pattern": "ENERGY_PERF_BIAS.*Set to 'normal'.* was 'performance'",
"advice": "This is not exactly a failure but a warning from the kernel. The MSR_IA32_ENERGY_PERF_BIAS was initialized and defaulted to a high performance bias setting. The kernel has detected this and changed it down to a 'normal' bias setting.",
"label": "KlogEnergyPerfBiasSetToNormal"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "pnp.*can't evaluate _CRS: 12311",
"advice": "The _CRS object could not be evaluated because an invalid resource type has been returned. This can lead to misconfigured PNP hardware and may render a system unbootable.",
"label": "KlogPnpCrsInvalidResourceType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "pnp.*can't evaluate _CRS:",
"advice": "The _CRS object could not be evaluated, the error code is an ACPI error return code (see include/acpi/acexecp.h in the linux source, this is composed of bottom 12 bits of an error number and upper 4 bits of an AE_CODE_* code. Typically, _CRS evaluation errors can lead to misconfigured PNP hardware and may render a system unbootable.",
"label": "KlogPnpCrsCannotEvaluate"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "dell_wmi:.*Received unknown WMI event",
"advice": "The Dell WMI driver has received an unknown WMI event. The driver should handle this new event or the firmware is reporting an incorrect and unknown event.",
"label": "KlogDellWmiReceivedUnknownWMIEvent"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "dell_wmi:.*bad event status 0x",
"advice": "The Dell WMI driver has received a bad event status. This should be investigated further.",
"label": "KlogDellWmiBadEventStatus"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "asus_wmi:.*Unknown key.*pressed",
"advice": "The ASUS WMI driver has received an unknown key event. The driver should handle this new key event or the firmware is reporting an incorrect and unknown event.",
"label": "KlogAsusWmiUnknownKeypressed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "hp_wmi:.*bad event status 0x",
"advice": "The HP WMI driver has received a bad event status. This should be investigated further.",
"label": "KlogHpWmiBadEventStatus"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "hp_wmi:.*Unknown response received",
"advice": "The HP WMI driver has received a return object that was not of type ACPI_BUFFER. The driver needs to be updated to handle this new return type or there is a bug in the WMI mechanism on this machine.",
"label": "KlogHpWmiUnknownResponseReceived"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "hp_wmi:.*Unknown buffer length",
"advice": "The HP WMI driver has received a return buffer that was not the expected size of 8 or 16 bytes. This is probably a bug in the WMI mechanism on this machine.",
"label": "KlogHpWmiUnknownBufferLength"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "hp_wmi:.*Unknown key code - 0x",
"advice": "The HP WMI driver has received a key code that it does not recognise. The driver needs to be updated to handle this new key code.",
"label": "KlogHpWmiUnknownKeyCode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "hp_wmi:.*Unknown event_id",
"advice": "The HP WMI driver has received an event ID that it does not recognise. The driver needs to be updated to handle this new event ID.",
"label": "KlogHpWmiUnknownEventId"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "msi_wmi:.*Unknown key pressed",
"advice": "The MSI WMI driver has received a key code that it does not recognise. The driver needs to be updated to handle this new key code.",
"label": "KlogMsiWmiUnknownKeyPressed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*Handling Garbled _PRT entry",
"advice": "BIOS has a garbled _PRT entry; source_name and source_index swapped.",
"label": "KlogAcpiHandlingGarbledPrtEntry"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "Invalid _PCT data",
"advice": "The ACPI _PCT data is invalid.",
"label": "KlogInvalidPctData"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*ACPI path has too many parent prefixes",
"advice": "A path to an ACPI obejct has too many ^ parent prefixes and references passed the top of the root node. Please check AML for all ^ prefixed ACPI path names.",
"label": "KlogAcpiPathTooManyParentPrefixes"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "A valid RSDP was not found",
"advice": "An ACPI compatible system must provide an RSDP (Root System Description Pointer). This structure provides the physical address of the RSDT and XSDT. Since this could not be found, the ACPI driver has had to disable ACPI support.",
"label": "KlogAcpiValidRsdpNotFound"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*Cannot release Mutex",
"advice": "Attempted to release of a Mutex that was not previous acquired. This needs fixing as it could lead to race conditions when operating on a resource that needs to be proteced by a Mutex.",
"label": "KlogAcpiCannotReleaseMutex"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Could not disable .* event",
"advice": "",
"label": "KlogAcpiCouldNotDisableEvent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Could not enable .* event",
"advice": "",
"label": "KlogAcpiCouldNotEnableEvent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Namespace lookup failure, AE_ALREADY_EXISTS",
"advice": "",
"label": "KlogAcpiNamespaceLookupFailure"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*_SB_._OSC.*AE_AML_BUFFER_LIMIT",
"advice": "Section 6.2.10.2 of V4.0a of the ACPI specification states that the _OSC Method should be passed an 8 byte buffer of 2 x 32 DWORDs, however it appears that the method is possibly trying to access data outside this buffer. This is a bug in the _OSC method.",
"label": "KlogAcpiSbOscAeAmlBufferLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": ".*pci.*ACPI _OSC request failed.*returned control mask",
"advice": "The _OSC method evaluation failed, which will result in disabling PCIe functionality, for example, the Linux kernel has to disable Active State Power Management (ASPM) which means that PCIe power management is not optimally configured.",
"label": "KlogPciAcpiOscRequestFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_OSC invalid UUID",
"advice": "The _OSC method indicates it has been passed an invalid UUID, see section 6.2.10 _OSC (Operating System Capabilities) of the ACPI specification for more details. Note that it has been observed on some systems that this error is returned because the _OSC has evaluated incorrectly and it returns with an incorrect error setting the OSC invalid UUID error bit.",
"label": "KlogOscInvalidUuid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_OSC invalid revision",
"advice": "The _OSC method indicates it has been passed an invalid revision number, see section 6.2.10 _OSC (Operating System Capabilities) of the ACPI specification for more details. Note that the revision level is specific to the given UUID.",
"label": "KlogOscInvalidRevision"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_OSC request failed",
"advice": "The _OSC method evaluation failed for some unknown reason. This could be that the data passed to it was incorrect or that the method itself is broken. See section 6.2.10 _OSC (Operating System Capabilities) of the ACPI specification for more details.",
"label": "KlogOscRequestFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_OSC request failed",
"advice": "The _OSC method evaluation failed for some unknown reason. This could be that the data passed to it was incorrect or that the method itself is broken. See section 6.2.10 _OSC (Operating System Capabilities) of the ACPI specification for more details.",
"label": "KlogOscRequestFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*Field.*exceeds Buffer",
"advice": "The field exceeds the allocated buffer size. This can lead to unexpected results when fetching data outside this region.",
"label": "KlogAcpiFieldexceedsBuffer"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*Illegal I\/O port address\/length above 64K",
"advice": "A port address or length has exceeded the maximum allowed 64K address limit. This will lead to unpredicable errors.",
"label": "KlogAcpiIllegalIOAbove64K"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Incorrect return type",
"advice": "An ACPI Method has returned an unexpected and incorrect return type.",
"label": "KlogAcpiIncorrectReturnType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Needed .*\\[Buffer\/String\/Package\\], found \\[Integer\\]",
"advice": "An ACPI Method has returned an Integer type when a Buffer, String or Package was expected.",
"label": "KlogAcpiNeededBufferOrStringOrPackage"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Needed .*\\[Reference\\], found \\[Device\\]",
"advice": "An ACPI Method has returned an Device type when a Reference type was expected.",
"label": "KlogAcpiNeededReference"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*No handler for Region.*SystemCMOS",
"advice": "An attempt to dispatch an address space or operation region access to CMOS memory has failed because the Linux kernel does not yet have a CMOS handler. This may have little or no detrimental effect, however it is worth examining the AML to see what kind of access is occurring to see if the firmware really requires CMOS access. For example, recent firmware may implement Peak Shift, which requires access CMOS memory and this can trigger this error.",
"label": "KlogAcpiNoHandlerForRegion"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No handler for Region",
"advice": "ACPI attempted to read or write to a region however the ACPI driver does not have a handler implemented for this particular region space. The read/write will fail and undefined behaviour will occur.",
"label": "KlogAcpiNoHandlerForRegion"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Region SystemCMOS.* has no handler",
"advice": "An attempt to read or write a single field to a CMOS Operation Region has failed because the Linux kernel does not yet have a CMOS handler. This may have little or no detrimental effect, however it is worth examining the AML to see what kind of access is occurring to see if the firmware really requires CMOS access. For example, recent firmware may implement Peak Shift, which requires access CMOS memory and this can trigger this error.",
"label": "KlogAcpiRegionHasNoHandler"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Region .* has no handler",
"advice": "",
"label": "KlogAcpiRegionHasNoHandler"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Missing expected return value",
"advice": "The ACPI Method did not return a value and was expected too. This is a bug and needs fixing.",
"label": "KlogAcpiMissingExpectedReturnValue"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Package List length.*larger than.*truncated",
"advice": "A Method has returned a Package List that was larger than expected.",
"label": "KlogAcpiPackageListLargerThanExpected"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*Found unknown opcode",
"advice": "An illegal AML opcode has been found and is ignored. This indicates either badly compiled code or opcode corruption in the DSDT or SSDT tables or a bug in the ACPI execution engine. Recommend disassembing using iasl to find any offending code.",
"label": "KlogAcpiFoundUnknownOpcode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Warning.*Detected an unsupported executable opcode",
"advice": "An illegal AML opcode has been found and is ignored. This indicates either badly compiled code or opcode corruption in the DSDT or SSDT tables or a bug in the ACPI execution engine. Recommend disassembing using iasl to find any offending code.",
"label": "KlogAcpiDetectedUnsupportedOpCode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "bios32_service.*not present",
"advice": "The BIOS has found a BIOS32 Service Directory but the BIOS has returned error 0x80 on calling the service, which indicates that the requested service has not been implemented in the firmware.",
"label": "KlogBios32ServiceNotPresent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "bios32_service.*BIOS bug",
"advice": "The BIOS has found a BIOS32 Service Directory but the BIOS has returned an error on calling the service, which is unexpected and usually means the firmware is broken.",
"label": "KlogBios32ServiceBiosBug"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PCI: Error.*when fetching IRQ routing table",
"advice": "The BIOS has been interrogated for the PCI IRQ routing table but the BIOS returned an error.",
"label": "KlogPciFetchingIRQRoutingTable"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*Denied AML access to port",
"advice": "AML code was accessing an I/O port that was banned from accesses. Ports 0x20-0x21 (PIC0), 0xa0-0xa1 (PIC1), 0x4d0-0x4d1 (ELCR) are always banned. For _OSI() greater or equal to 'Windows 2001' (Windows XP) ports 0x00-0x0f (DMA), 0x40-0x43 (PIT1), 0x48-0x4b (PIT2), 0x70-0x71 (RTC), 0x81-0x83 (DMA1), 0x87 (DMA1L), 0x89-0x8b (DMA2), 0x8f (DMA2L), 0x90-0x91 (ARBC), 0x93-0x94 (SETUP), 0x96-0x97 (POS), 0xc0-0xdf (ISA DMA) and 0xcf8-0xcff (PCI config) are banned. Since the AML code has been banned from accessing these ports you will get undefined behaviour and the AML code should be fixed.",
"label": "KlogAcpiDeniedAmlAccessToPort"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method parse\/execution failed.*AE_AML_NO_RETURN_VALUE",
"advice": "The ACPI Method was expected to return a value and did not.",
"label": "KlogAcpiMethodNoReturnValue"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method parse/execution failed.*EC.*AE_TIME",
"advice": "The ACPI driver encountered an error executing some ACPI AML code which originated from the Embedded Controller (EC) timing out while waiting for a transaction to complete. This could indicate that either EC interrupts are being disabled or that the EC has temporarily gone offline or locked up, so this could be a kernel error or more probably a bug in the EC firmware. See the kernel driver drivers/acpi/ec.c. One can increase EC timeouts using the kernel parameter ec_delay to specify the timeout in milliseconds, the default is 500.",
"label": "KlogAcpiEcTimeout"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method parse/execution failed.*AE_TIME",
"advice": "The ACPI driver encountered an error executing some ACPI AML code which originated from a device timing out.",
"label": "KlogAcpiTimeout"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_ALREADY_EXISTS",
"advice": "",
"label": "KlogAcpiObjectAlreadyExists"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_INVALID_TABLE_LENGTH",
"advice": "The ACPI Method returned a table of the incorrect length. This can lead to unexepected results.",
"label": "KlogAcpiInvalidTableLength"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*_SRS.*AE_AML_BUFFER_LIMIT",
"advice": "Method failed: ResourceSourceIndex is present but ResourceSource is not. This is a common issue from a particular BIOS vendor, the _SRS (Set Resource Settings) optional control takes a byte stream argument that specifies a new resource allocation for a device. The resource descriptors in the byte stream argument must be specified exactly as listed by _CRS. However, in this case _SRS has been passed a byte stream that is too short and attempted to access bytes outside the buffer causing this error. This is a firmware bug that needs to be fixed.",
"label": "KlogAcpiBufferLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_BUFFER_LIMIT",
"advice": "Generally this error occurs because of access outside of a buffer. This occurs for several reasons: a) A field does not fit within the current length of a buffer, b) an ACPI table load did not fit into a buffer, c) An attempt to convert a buffer into an integer failed because the buffer was zero sized, d) a SMBus/IPMI/GenericSerialBus write failed because the buffer was too small, e) An index into a buffer was too long and fell outside the buffer.",
"label": "KlogAcpiBufferLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*_PTS.*AE_NOT_EXIST",
"advice": "The kernel has attempted to execute the _PTS (Prepare to Suspend) control but it has not been implemented on this platform. Section 6.1 of the ACPI specification states: 'The _PTS control method provides the BIOS a mechanism for performing some housekeeping, such as writing the sleep type value to the embedded controller, before entering the system sleeping state'. Hence _PTS is provided for the firmware to do housekeeping and therefore does not appear to be mandatory. In this case, the platform seems to have omitted _PTS because it may not need it. Unfortunately the kernel complains about this not existing. This is most probably not an error.",
"label": "KlogAcpiObjectDoesNotExist"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_NOT_EXIST",
"advice": "The ACPI interpreter failed to execute or parse some AML because a object or control did not exist. This normally occurs because of buggy firmware and may lead to unexpected behaviour or loss of functionality.",
"label": "KlogAcpiObjectDoesNotExist"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_NOT_FOUND",
"advice": "",
"label": "KlogAcpiObjectNotFound"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_LIMIT",
"advice": "",
"label": "KlogAcpiExecLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_OPERAND_TYPE",
"advice": "",
"label": "KlogAcpiOperandType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_TIME",
"advice": "",
"label": "KlogAcpiTimeOut"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_PACKAGE_LIMIT",
"advice": "",
"label": "KlogAcpiPackageLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_OWNER_ID_LIMIT",
"advice": "Method failed to allocate owner ID.",
"label": "KlogAcpiOwnerIdLimit"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_MUTEX_NOT_ACQUIRED",
"advice": "A Mutex acquire failed, which could possibly indicate that it was previously acquired and not released, or a race has occurred. Some AML code fails to miss Mutex acquire failures, so it is a good idea to verify all Mutex Acquires using the syntaxcheck test.",
"label": "KlogAcpiMutexNotAcquired"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method parse/execution failed",
"advice": "The ACPI driver encountered a parse or execution error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code. It could be a programming fault or an AML compiler issue. See acpi_ps_parse_aml().",
"label": "KlogAcpiParseExecAmlFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*SMBus or IPMI write requires Buffer of",
"advice": "An incorrect SMBus or IPMI write buffer size was used.",
"label": "KlogAcpiIncorrectWriteBufferSize"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI (Warning|Error).*Evaluating .* failed",
"advice": "Executing the ACPI Method leaded in an execution failure. This needs investigating.",
"label": "KlogAcpiEvaluationFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Optional field.*has zero address or length",
"advice": "An ACPI table contains Generic Address Structure that has an address that is incorrectly set to zero, or a zero length. This needs to be fixed. ",
"label": "KlogAcpiOptionalFieldZeroAddressOrLength"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI (Warning|Error).*two DSDT tables",
"advice": "The FADT table contains a mismatch between the 32 bit pointer (DSDT) and 64 bit pointer (X_DSDT) pointer to the FACS table. Section 5.2.9 of version 4.0a of the ACPI specification states that X_DSDT should be zero if DSDT is defined, or DSDT should be zero if X_DSDT is zero. With two different pointers defined, the kernel has to make a choice, and opts for the 32 bit pointer. Because these pointers are different, it suggests either one of them is incorrect, or different 32 bit and 64 bit DSDT tables are present in your system, which is NOT complaint with the ACPI specification. The kernel has to make a choice and opts for the 32 bit DSDT.",
"label": "KlogAcpiTwoDsdt"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI (Warning|Error).*two FACS tables",
"advice": "The FADT table contains a mismatch between the 32 bit pointer (FIRMWARE_CTRL) and 64 bit pointer (X_FIRMWARE_CTRL) pointer to the FACS table. Section 5.2.9 of version 4.0a of the ACPI specification states that X_FIRMWARE_CTRL should be zero if FIRMWARE_CTRL is defined, or FIRMWARE_CTRL should be zero if X_FIRMWARE_CTRL is zero. With two different pointers defined, the kernel has to make a choice, and opts for the 32 bit pointer. Because these pointers are different, it suggests either one of them is incorrect, or different 32 bit and 64 bit FACS tables are present in your system, which is NOT complaint with the ACPI specification. The kernel has to make a choice and opts for the 32 bit FIRMWARE_CTRL.",
"label": "KlogAcpiTwoFacs"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "32/64X address mismatch in.*, using 32",
"advice": "The FADT table contains a mismatch between a 32 bit pointer and a 64 bit Generic Address pointer. Because these pointers are different, it suggests either one of them is incorrect. If a non-null 32 bit pointer exists, then the kernel will opt for this in preference to the 64 bit pointer even though this is not in accordance to the ACPI specification.",
"label": "KlogAcpi32Bit64BitAddressMismatch"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI (Warning|Error).*32\/64.*(length|address) mismatch in.*tbfadt",
"advice": "The FADT table contains Generic Address Structure that has a mismatch between the 32 bit and 64 bit versions of an address. This should be fixed so there are no mismatches. ",
"label": "KlogAcpi32Bit64BitAddressMismatchInFadt"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI (Warning|Error).*32\/64.*(length|address) mismatch in",
"advice": "A table contains Generic Address Structure that has a mismatch between the 32 bit and 64 bit versions of an address. This should be fixed so there are no mismatches. ",
"label": "KlogAcpi32Bit64BitAddressMismatch"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Return Package type mismatch",
"advice": "ACPI AML interpreter executed a Method that returned a package with incorrectly typed data. The offending method needs to be fixed.",
"label": "KlogAcpiReturnPackageTypeMismatch"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Return Package has no elements",
"advice": "ACPI AML interpreter executed a Method that returned a package with no elements inside it. This is most probably a bug in the Method and needs to be fixed.",
"label": "KlogAcpiReturnPackageZeroElements"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Return Package is too small",
"advice": "ACPI AML interpreter executed a Method that returned a package with too few elements inside it. This is most probably a bug in the Method and needs to be fixed.",
"label": "KlogAcpiReturnPackageTooSmall"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "ACPI Warning.*Incorrect checksum in table",
"advice": "The ACPI table listed above has an incorrect checksum, this could be a BIOS bug or due to table corruption.",
"label": "KlogAcpiIncorrectTableChecksum"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*_BQC returned an invalid level",
"advice": "Method _BQC (Brightness Query Current) returned an invalid display brightness level.",
"label": "KlogAcpiBqcReturnedInvalidLevel"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Could not enable fixed event",
"advice": "",
"label": "KlogAcpiCannotEnableFixedEvent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Return type mismatch",
"advice": "The ACPI Method returned an incorrect type, this should be fixed.",
"label": "KlogAcpiReturnTypeMismatch"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Parameter count mismatch",
"advice": "The ACPI Method was executing with a different number of parameters than the Method expected. This should be fixed.",
"label": "KlogAcpiParameterCountMistmatch"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Insufficient arguments",
"advice": "The ACPI Method has not enough arguments as expected. This should be fixed.",
"label": "KlogAcpiInsufficientArguments"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Package has no elements",
"advice": "The ACPI Method returned a package with no elements in it, and some were exepected.This should be fixed.",
"label": "KlogAcpiPackageHasNoElements"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Converted Buffer to expected String",
"advice": "Method returned a Buffer type instead of a String type and ACPI driver automatically converted it to a String. It is worth fixing this in the DSDT or SSDT even if the kernel fixes it at run time.",
"label": "KlogAcpiConvertedBufferToString"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Return Package type mistmatch at index",
"advice": "The ACPI Method returned a package that contained data of the incorrect data type. This data type needs fixing.",
"label": "KlogAcpiReturnPackageTypeMismatch"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Invalid length for.*fadt",
"advice": "This item in the FADT is the incorrect length. Should be corrected.",
"label": "KlogAcpiFadtInvalidLength"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"pattern": "ACPI Warning.*FADT .*revision 5.* is longer than ACPI 2.*0 version",
"advice": "The kernel has not supported ACPI version 5.0, it truncated the FADT back to ACPI2.0 size and ignored the extra ACPI5.0 settings.",
"label": "KlogAcpiFadtTruncatedLength"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning.*Invalid throttling state",
"advice": "",
"label": "KlogAcpiInvalidThrottlingState"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Warning",
"advice": "ACPI AML intepreter has found some non-conforming AML code. This should be investigated and fixed.",
"label": "KlogAcpiBadAmlCode"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI.*BIOS bug: multiple APIC\/MADT found, using",
"advice": "The kernel has detected more than one ACPI Multiple APIC Description Table (MADT) (these tables have the \"APIC\" signature). There should only be one MADT and the kernel will by default select the first one. However, one can override this and select the Nth MADT using acpi_apic_instance=N.",
"label": "KlogAcpiMultipleApicMadtFound"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid physical address in GAR",
"advice": "ACPI Generic Address is invalid",
"label": "KlogAcpiInvalidPhysicalAddress"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: powernow-k8.*(No PSB or ACPI _PSS objects|No compatible ACPI _PSS|Your BIOS does not provide ACPI _PSS objects)",
"advice": "The _PSS object (Performance Supported States) is an optional object that indicates the number of supported processor performance states. The powernow-k8 driver source states: If you see this message, complain to BIOS manufacturer. If he tells you \"we do not support Linux\" or some similar nonsense, remember that Windows 2000 uses the same legacy mechanism that the old Linux PSB driver uses. Tell them it is broken with Windows 2000. The reference to the AMD documentation is chapter 9 in the BIOS and Kernel Developer's Guide, which is available on www.amd.com.",
"label": "KlogAcpiAmdK8ExpectedPssObjects"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: powernow-k8.*Try again with latest",
"advice": "",
"label": "KlogAcpiTryNewAmdFirmware"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid bit width in GAR",
"advice": "ACPI Generic Address width must be 8, 16, 32 or 64",
"label": "KlogAcpiGarInvalidBitWidth"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid address space type in GAR",
"advice": "ACPI Generic Address space type must be system memory or system IO space.",
"label": "KlogAcpiGarInvalidAddressType"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: ACPI.*no secondary bus range in _CRS",
"advice": "_CRS Method should return a secondary bus address for the status\/command port. The kernel is having to guess this based on the _BBN or assume it's 0x00-0xff.",
"label": "KlogAcpiCrsSecondaryBusRangeMissing"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid BIOS _PSS frequency",
"advice": "_PSS (Performance Supported States) package has an incorrectly define core frequency (first DWORD entry in the _PSS package).",
"label": "KlogAcpiInvalidPssFrequency"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_LOW",
"pattern": "No _BQC method",
"advice": "_BQC (Brightness Query Current level) seems to be missing. This method returns the current brightness level of a built-in display output device.",
"label": "KlogAcpiMissingBqc"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "\\[Firmware Bug\\]: ACPI.*brightness control misses _BQC function",
"advice": "_BQC (Brightness Query Current level) seems to be missing. This method returns the current brightness level of a built-in display output device.",
"label": "KlogAcpiMissingBqc"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "BIOS needs update for CPU frequency support",
"advice": "Having _PPC but missing frequencies (_PSS, _PCT) is a good hint that the BIOS is older than the CPU and does not know the CPU frequencies.",
"label": "KlogAcpiMissingPssPct"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "\\[Firmware Bug\\]: ERST.*ERST table is invalid",
"advice": "The Error Record Serialization Table (ERST) seems to be invalid. This normally indicates that the ERST table header size is too small, or the table size (excluding header) is not a multiple of the ERST entries.",
"label": "KlogAcpiErstInvalid"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "Invalid critical threshold",
"advice": "ACPI _CRT (Critical Trip Point) is returning a threshold lower than zero degrees Celsius which is clearly incorrect.",
"label": "KlogAcpiCrtInvalidThreshold"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "No valid trip found",
"advice": "No valid ACPI _CRT (Critical Trip Point) was found.",
"label": "KlogAcpiNoValidCrt"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "_BCQ is used instead of _BQC",
"advice": "ACPI Method _BCQ was defined (typo) instead of _BQC - this should be fixed.however the kernel has detected this and is working around this typo.",
"label": "KlogAcpiBcqInsteadOfBqc"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "MPTABLE: bad signature",
"advice": "The MultiProcessor table has an incorrect signature, it should be PCMP. The kernel cannot trust the table and has disabled SMP support.",
"label": "KlogBiosMptableBadSignature"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "MPTABLE: checksum error",
"advice": "The MultiProcessor table has an incorrect checksum. The kernel cannot trust the table and has disabled SMP support.",
"label": "KlogBiosMptableChecksumError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "MPTABLE: bad table version",
"advice": "The MultiProcessor table has an incorrect version. It should be 0x01 or 0x04 (for versions 1.1 and 1.4 respectively). The kernel cannot trust the table and has disabled SMP support.",
"label": "KlogBiosMptableBadVersion"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "MPTABLE: null local APIC address",
"advice": "The MultiProcessor table contains a NULL Local APIC address but the Local APIC address must be defined. The kernel has disabled SMP support.",
"label": "KlogBiosMptableNullLapicAddress"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "MPTABLE: no processors registered",
"advice": "The MultiProcessor table contains no Processor Entry Fields, and hence there are no CPUs defined. The kernel has no option but to disable SMP support.",
"label": "KlogBiosMptableNoProcessors"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "BIOS bug.*no explicit IRQ entries.*using default mptable",
"advice": "The MultiProcessor table contains no IRQ Entry Fields, and hence there are no IRQs defined. The table is broken and should be fixed. The kernel will set up the low 16 IO-APIC pins to the ISA defaults in the hope the machine may work.",
"label": "KlogBiosMptableNoIRQentries"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "BIOS bug.*timer not connected to IO-APIC",
"advice": "The BIOS is reporting the ExtINTA I/O APIC input from the cascaded 8259A as the timer interrupt input. The kernel has detected just one pin, so it has to check the timer directly and through the 8259A because of the broken BIOS reporting.",
"label": "KlogBiosTimerNotConnectedtoIoApic"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "BIOS bug,.*IO-APIC.*ID is.*in the MPC table.*",
"advice": "The IO-APIC id in the MPC table is wrong and the kernel has detected this and attempted to fix it. The MPC table in the firmware needs to be fixed.",
"label": "KlogBiosIoApicInMpcTable"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "BIOS bug,.*IO-APIC.*ID is already used!",
"advice": "The IO-APIC id has been defined more than once in the MPC table, which is a firmware bug and should be fixed. The kernel has detected this and skopped this duplication to avoid stuck on smp_invalidate_needed IPI wait' messages.",
"label": "KlogBiosIoApicIdAlreadyUsed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "WARNING.*BIOS bug.*CPU MTRRs don't cover all of memory, losing",
"advice": "The Memory Type Range Registers (MTRRs) which define memory caching policy are misconfigued by the BIOS and don't appear to cover all available physical memory. The kernel has detected this and has reduced the amount of memory available to be safe. Either check that the BIOS memory caching options are set correctly or contact your BIOS vendor to get this fixed.",
"label": "KlogBiosCpuMtrrMisconfigured"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "mtrr:.*no more MTRRs available",
"advice": "A device driver has tried to allocate a Memory Type Range Register (MTRR) to optimially configure a caching policy on a memory region but there are no more free MTRRs available. Generally the firmware should allow for one or two free MTRRs for drivers to allocate. The system will have a sub-optimally configured memory region and this may severely impact on performance.",
"label": "KlogBiosNoMoreMtrrsAvailable"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "[drm].*MTRR allocation failed.*Graphics performance may suffer",
"advice": "The DRM driver has tried to allocate a Memory Type Range Register (MTRR) but there are no more free MTRRs available. The system will have a sub-optimally configured graphics memory region and this may severely impact on graphics rendering throughput and performance. The firmware should allow for one or two free MTRRs, but it hasn't, which is probably a firmware bug.",
"label": "KlogBiosMtrrAllocationFailed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "mtrr:.*your BIOS has configured an incorrect mask, fixing it",
"advice": "The Memory Type Range Registers (MTRRs) which define memory caching policy are misconfigued by the BIOS. In this case, the mask is incorrectly set and the kernel has detected this and worked around the firmware bug.",
"label": "KlogBiosMtrrIncorrectMask"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "mtrr:.*your CPUs had inconsistent fixed MTRR settings",
"advice": "The fixed Memory Type Range Registers (MTRRs) which define memory caching policy are not consistent across all CPUs which is a firmware bug. The kernel has worked around this bug, but it may be worth getting the BIOS vendor to fix this.",
"label": "KlogBiosMtrrsInconsistentAcrossCPUs"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "mtrr:.*your CPUs had inconsistent variable MTRR settings",
"advice": "The variable Memory Type Range Registers (MTRRs) which define memory caching policy are not consistent across all CPUs which is a firmware bug. The kernel has worked around this bug, but it may be worth getting the BIOS vendor to fix this.",
"label": "KlogBiosMtrrsInconsistentAcrossCPUs"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "mtrr:.*your CPUs had inconsistent MTRRdefType settings",
"advice": "The Memory Type Range Registers (MTRRs) which define memory caching policy do not have a MTRRdefType consistently set across all CPUs which is a firmware bug. The kernel has worked around this bug, but it may be worth getting the BIOS vendor to fix this.",
"label": "KlogBiosMtrrDefTypeIncosistent"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "mtrr:.*base.*is not 4 MiB aligned",
"advice": "The Memory Type Range Registers (MTRRs) for Intel PPro CPUs with stepping < 8 must be 4 MiB aligned and not touch 0x70000000 -> 0x7003FFFF. This BIOS misconfiguration and should be fixed.",
"label": "KlogBiosMtrrNot4MbAligned"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITIICAL",
"pattern": "mtrr:.*writable mtrr between 0x70000000 and 0x7003FFFF may hang the CPU",
"advice": "The Memory Type Range Registers (MTRRs) for Intel PPro CPUs with stepping < 8 must not touch region 0x70000000 -> 0x7003FFFF. This BIOS misconfiguration may hang the CPU and should be fixed.",
"label": "KlogBiosMtrrMayHangCPU"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "mtrr:.*base.*is not aligned on a size.*boundary",
"advice": "The Memory Type Range Registers (MTRRs) must be correctly aligned. This BIOS misconfiguration and should be fixed.",
"label": "KlogBiosMtrrNotAlignedCorrectly"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_LOW",
"pattern": ".*defines _DOD but not _DOS",
"advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted.",
"label": "KlogAcpiDodWithNoDos"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "WARNING:.*bogus zero IO-APIC address found in MPTABLE",
"advice": "An IO-APIC address of zero has been found in the MPTABLE and is thus treated as misconfigured or bogus. I/O APIC support has been disabled. This is considered a firmware bug and the MPTABLE needs to be fixed.",
"label": "KlogAcpiBogusIoApicInMptable"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "WARNING:.*Bogus.*APIC address found in table",
"advice": "An IO-APIC address of zero has been found in the MPTABLE and is thus treated as misconfigured or bogus. I/O APIC support has been disabled. This is considered a firmware bug and the MPTABLE needs to be fixed.",
"label": "KlogAcpiBogusIoApicInMptable"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]:.*Duplicate ACPI video bus",
"advice": "Try video module parameter video.allow_duplicates=1 if the current driver does't work.",
"label": "KlogAcpiDuplicateAcpiVideoBus"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]:.*PCI.*MMCONFIG.*not reserved in ACPI motherboard resources",
"advice": "It appears that PCI config space has been configured for a specific device but does not appear to be reserved by the ACPI motherboard resources.",
"label": "KlogAcpiMmconfigNotReserved"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "\\[Firmware Bug\\]: PCI.*not reserved in ACPI motherboard resources",
"advice": "PCI firmware bug. Please see the kernel log for more details.",
"label": "KlogPciNotReserved"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"pattern": "\\[Firmware Bug\\]:.*_OSI.*Linux.*ignored",
"advice": "This is not exactly a failure mode but a warning from the kernel. The _OSI() method has implemented a match to the 'Linux' query in the DSDT and this is redundant because the ACPI driver matches onto the Windows _OSI strings by default.",
"label": "KlogAcpiOsiLinuxIgnored"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "\\[Firmware Bug\\]: ACPI:",
"advice": "ACPI driver has detected an ACPI bug. This generally points to a bug in an ACPI table. Examine the kernel log for more details.",
"label": "KlogAcpiFirmwareError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "cpu .* try to use APIC.* for vector .*, but the register is already in use for vector .* on another cpu",
"advice": "The local vector table (LVT) offsets that provided by firmware have conflicts, the assignment to the same offset causes the second APIC setup failed.",
"label": "KlogLVTOffsetAssignConflict"
}, {
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "cpu .* try to use APIC.* for vector .*, but the register is already in use for vector .* on this cpu" ,
"advice": "The local vector table (LVT) offsets that provided by firmware have conflicts, the assignment to the same offset causes the second APIC setup failed.",
"label": "KlogLVTOffsetAssignConflict"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "\\[Firmware Bug\\]:.*",
"advice": "The kernel has detected a Firmware bug in the BIOS or ACPI which needs investigating and fixing.",
"label": "KlogAcpiFirmwareError"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "PCI.*BIOS Bug:",
"advice": "",
"label": "KlogBiosBug"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.*Namespace lookup failure, AE_NOT_FOUND",
"advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code.",
"label": "KlogAcpiNamespaceLookupFailure"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error.+psparse",
"advice": "The ACPI engine has failed to execute some AML. The error message above lists the method that caused this error.",
"label": "KlogAcpiParseOrExecFailure"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "ACPI Error",
"advice": "The kernel has most probably detected an error while executing ACPI AML. The error lists the ACPI driver module and the line number where the bug has been caught and the method that caused the error.",
"label": "KlogAcpiExecFailure"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "No object was returned from",
"advice": "The ACPI interpreter was requested to evaluate an ACPI namespace object and was expecting an ACPI object to be returned, but nothing was returned. This appears to be an ACPI AML bug.",
"label": "KlogAcpiEvalObjNoObjReturned"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Method execution failed",
"advice": "Execution of an ACPI AML method failed. This is normally a bug in the ACPI AML code",
"label": "KlogAcpiExecFailure"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "\\*\\*\\* Error.*Method execution failed.*AE_AML_METHOD_LIMIT",
"advice": "ACPI method reached maximum reentrancy limit of 255 - infinite recursion in AML in DSTD or SSDT",
"label": "KlogAcpiRecursionTooDeep"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "\\*\\*\\* Error.*Method reached maximum reentrancy limit",
"advice": "ACPI method has reached reentrancy limit, this is a recursion bug in the AML.",
"label": "KlogAcpiRecursionTooDeep"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "Return object type is incorrect",
"advice": "Return object type is not the correct type, this is an AML error in the DSDT or SSDT. See also acpi_ut_evaluate_object().",
"label": "KlogAcpiReturnObjectTypeIncorrect"
}
],
"pm_error_warning_patterns":
[
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Failed to prepare device",
"advice": "dpm_prepare() failed to prepare all non-sys devices for a system PM transition. The device should be listed in the error message.",
"label": "PmFailedToPrepareDevice"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Some devices failed to power down",
"advice": "dpm_suspend_noirq failed because some devices did not power down ",
"label": "PmDevicesFailedToPowerDown"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Some system devices failed to power down",
"advice": "sysdev_suspend failed because some system devices did not power down.",
"label": "PmSystemDevicesFailedToPowerDown"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Error",
"advice": "",
"label": "PmError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Some devices failed to power down",
"advice": "",
"label": "PmDevicesFailedToPowerDown"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Restore failed, recovering",
"advice": "A resume from hibernate failed when calling hibernation_restore()",
"label": "PmResumeFromHibernateFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Resume from disk failed",
"advice": "",
"label": "PmResumeFromDiskFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Not enough free memory",
"advice": "There was not enough physical memory to be able to generate a hibernation image before dumping it to disc.",
"label": "PmNotEnoughFreeMemory"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Memory allocation failed",
"advice": "swusp_alloc() failed trying to allocate highmem and failing that non-highmem pages for the suspend image. There is probably just not enough free physical memory available.",
"label": "PmMemoryAllocationFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Image mismatch",
"advice": "Mismatch in kernel version, system type, kernel release version or machine id between suspended kernel and resumed kernel.",
"label": "PmKernelMismatch"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Some devices failed to power down",
"advice": "",
"label": "PmDevicesFailedToPowerDown"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Some devices failed to suspend",
"advice": "",
"label": "PmDevicesFailedToSuspend"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "PM: can't read",
"advice": "Testing suspend cannot read RTC",
"label": "PmCannotReadRealTimeClock"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "PM: can't set",
"advice": "Testing suspend cannot set RTC",
"label": "PmCannotSetRealTimeClock"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: suspend test failed, error",
"advice": "",
"label": "PmSuspendTestFailed"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: can't test ",
"advice": "",
"label": "PmCannotTest"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"pattern": "PM: no wakealarm-capable RTC driver is ready",
"advice": "",
"label": "PmNoWakeAlarmRealTimeClock"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Adding page to bio failed at",
"advice": "An attempt to write the hibernate image to disk failed because a write BIO operation failed. This is usually a result of some physical hardware problem.",
"label": "PmPhysicalDiskWriteError"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Swap header not found",
"advice": "An attempt to write a hibernate image to disk failed because a valid swap device header could not be found. Make sure there is a formatted swap device on the machine and it is added using swapon -a.",
"label": "PmSwapHeaderNotFound"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Cannot find swap device",
"advice": "An attempt to write a hibernate image to disk failed because the swap device could not be found. Make sure there is a formatted swap device on the machine and it is added using swapon -a.",
"label": "PmCannotFindSwapDevice"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"pattern": "PM: Not enough free swap",
"advice": "Hibernate failed because the swap parition was probably too small.",
"label": "PmNotEnoughFreeSwap"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Image device not init",
"advice": "",
"label": "PmImageDeviceNotInitialised"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "PM: Please power down manually",
"advice": "",
"label": "PMPowerDownManually"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "check_for_bios_corruption",
"advice": "The BIOS seems to be corrupting the first 64K of memory when doing suspend\/resume. Setting bios_corruption_check=0 will disable this check.",
"label": "PmBiosCorruptFirst64K"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "WARNING: at.*hpet_next_event",
"advice": "Possibly an Intel I\/O controller hub HPET Write Timing issue: A read transaction that immediately follows a write transaction to the HPET TIMn_COMP Timer 0 (108h), HPET MAIN_CNT (0F0h), or TIMn_CONF.bit 6 (100h) may return an incorrect value. This is known to cause issues when coming out of S3.",
"label": "PmHpetWriteTimingIssue"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"pattern": "BUG: soft lockup.*stuck for 0s",
"advice": "Softlock errors that occur when coming out of S3 may be tripped by TSC warping. It may be worth trying the notsc kernel parameter and repeating S3 tests to see if this solves the problem.",
"label": "PmProcessSoftLockup"
}
]
}
data/syntaxcheck.json 0000664 0000000 0000000 00000035501 12314704571 0015216 0 ustar 00root root 0000000 0000000 {
"erroradvice":
[
{
"id": "ASL_MSG_FIELD_ACCESS_WIDTH",
"advice": "The region needs to be at least as big as the access width."
},
{
"id": "ASL_MSG_FIELD_UNIT_ACCESS_WIDTH",
"advice": "The field plus the access width must not go beyond the end of the region."
},
{
"id": "ASL_MSG_HID_SUFFIX",
"advice": "The remaining characters (suffix) of the _HID string must be hexadecimal digits."
},
{
"id": "ASL_MSG_ISA_ADDRESS",
"advice": "The fixed I/O ISA address is illegal, it is greater than 0x03ff."
},
{
"id": "ASL_MSG_LEADING_ASTERISK",
"advice": "The leading character of the string is an asterisk '*'. This is used by some platform manufacturers. While this is allowed for a _CID, the compiler complains about this since a valid use of this has never been seen."
},
{
"id": "ASL_MSG_LIST_LENGTH_LONG",
"advice": "The package length is smaller than the length of the initializer list."
},
{
"id": "ASL_MSG_LOCAL_INIT",
"advice": "A local variable to a method has not been initialized. This is a bug and can lead to undefined execution behaviour."
},
{
"id": "ASL_MSG_NAME_EXISTS",
"advice": "The name already exists in this scope. The compiler will continue to process it."
},
{
"id": "ASL_MSG_NO_REGION",
"advice": "_REG requires a corresponding Operation Region, however one was not found."
},
{
"id": "ASL_MSG_NOT_FOUND",
"advice": "The name referenced by Scope() should exist, but does not; forward references for Scope() are not supported by the Microsoft Windows ACPI interpreter."
},
{
"id": "ASL_MSG_NOT_METHOD",
"advice": "The node type is not a method, so it cannot be invoked."
},
{
"id": "ASL_MSG_NOT_REACHABLE",
"advice": "The name exists in the name space, but not it could not be accessed from the scope."
},
{
"id": "ASL_MSG_RESERVED_METHOD",
"advice": "The reserved method must be a control method, this occurs for example for the _Lxx, _Exx, _Wxx or _Qxx methods, or for a predefined name that requires input arguments, or no return value from prefefined names such as _DIS, _INI, _IRC, _OFF, _ON, _PSx."
},
{
"id": "ASL_MSG_RESERVED_OPERAND_TYPE",
"advice": "The object type for the reserved name does not match the expected type."
},
{
"id": "ASL_MSG_SCOPE_FWD_REF",
"advice": "The Microsoft ACPI interpreter cannot handle a forward reference from the Scope() operator, so the compiler flags this up as an error."
},
{
"id": "ASL_MSG_TAG_LARGER",
"advice": "The resource tag length is larger than the field length."
},
{
"id": "ASL_MSG_TAG_SMALLER",
"advice": "The resource tag length is smaller than the field length."
},
{
"id": "ASL_MSG_UNKNOWN_RESERVED_NAME",
"advice": "The name does not match any of the known predefined names. Names that start with an underscore '_' are reserved by the ACPI specification and so this name should be one of these known names."
},
{
"id": "ASL_MSG_UNREACHABLE_CODE",
"advice": "This occurs when there is some code following a Return() - this code is unreachable code, it cannot be executed, so it is most probably a bug."
},
{
"id": "ASL_MSG_NOT_EXIST",
"advice": "The referenced object could not be found during a name space lookup, it does not seem to exist."
},
{
"id": "ASL_MSG_CORE_EXCEPTION",
"advice": "An internel compiler core execption error has occurred performing a name space lookuop."
},
{
"id": "ASL_MSG_DEBUG_FILE_OPEN",
"advice": "The compiler could not open a debug file for output."
},
{
"id": "ASL_MSG_DEBUG_FILENAME",
"advice": "A debug filename could not be generated by the compiler."
},
{
"id": "ASL_MSG_DEPENDENT_NESTING",
"advice": "A resource descriptor nesting error has occurred."
},
{
"id": "ASL_MSG_DUPLICATE_CASE",
"advice": "A case value has already been specified."
},
{
"id": "ASL_MSG_EARLY_EOF",
"advice": "The End-Of-File was reached prematurely."
},
{
"id": "ASL_MSG_CONSTANT_FOLDED",
"advice": "The compiler has performed a constant folding optimization."
},
{
"id": "ASL_MSG_CONSTANT_EVALUATION",
"advice": "Failed to evaluate a constant expression, the compiler could not resolve a subtree for some unknown reason."
},
{
"id": "ASL_MSG_CONNECTION_MISSING",
"advice": "The compiler was parsing a FieldUnitList and was expecting a Connection() operator but instead found a NameSeg() opcode."
},
{
"id": "ASL_MSG_CONNECTION_INVALID",
"advice": "A Connection() operator is only valid for the GeneralPurposeIo and GenericSerialBus operation region SpaceIds."
},
{
"id": "ASL_MSG_CLOSE",
"advice": "An error occurred closing a file in the ASL compiler, this is a system error and should not normally occur."
},
{
"id": "ASL_MSG_COMPILER_INTERNAL",
"advice": "An error occurred inside the compiler."
},
{
"id": "ASL_MSG_COMPILER_RESERVED",
"advice": "This normally occurs when disassembled code is being compiled and it contains compiler-emitted names of the form '_T_x'. This is just a remark generated by the compiler and can normally be ignored."
},
{
"id": "ASL_MSG_RETURN_TYPES",
"advice": "Some of the execution paths do not return a value. All control paths that return must return a value otherwise unexpected behaviour may occur. This error occurs because a branch on an conditional op-code returns a value and another does not, which is inconsistent behaviour."
},
{
"id": "ASL_MSG_RESERVED_RETURN_VALUE",
"advice": "A reserved method was expected to return a value, however, it does not. This is unexpected behaviour that does not conform the the ACPI specification."
},
{
"id": "ASL_MSG_INVALID_TYPE",
"advice": "An invalid type was used. A different type was expected to be used.",
},
{
"id": "ASL_MSG_RESERVED_NO_RETURN_VAL",
"advice": "A reserved method returned a value however it is not expected to return anything, so this does not conform to the expected behaviour. The kernel will most probably ignore the return value, so this is not going to produce any run time errors."
},
{
"id": "ASL_MSG_ALIGNMENT",
"advice": "Addresses must be an exact multiple of the alignment value."
},
{
"id": "ASL_MSG_ALPHANUMERIC_STRING",
"advice": "For _HID (Hardware object IDs), the ACPI specification requires all characters must be alphanumeric. Section 6.1.4 of the specification states that a valid PNP ID must be of the form AAA#### (where A is an uppercase letter and # is a hex digit) and a valid ACPI ID must be of the form ACPI#### where # is a hex digit."
},
{
"id": "ASL_MSG_AML_NOT_IMPLEMENTED",
"advice": "This error message should not occur."
},
{
"id": "ASL_MSG_ARG_COUNT_HI",
"advice": "Method is called with too many arguments. This is a bug and can lead to unexpected and undefined behaviour."
},
{
"id": "ASL_MSG_ARG_COUNT_LO",
"advice": "Method is called with too few arguments. This is a bug and can lead to unexpected and undefined behaviour."
},
{
"id": "ASL_MSG_ARG_INIT",
"advice": "A reference argument has not been initialized."
},
{
"id": "ASL_MSG_BACKWARDS_OFFSET",
"advice": "Backwards offsets in fields are illegal and this is a bug in the AML. The iasl compiler will ignore this node completely."
},
{
"id": "ASL_MSG_BUFFER_LENGTH",
"advice": "The AML buffer length was zero and contained no items. This is most probably a mistake - but the compiler has gone ahead and compiled this in as a zero sized buffer anyway."
},
{
"id": "ASL_MSG_DMA_CHANNEL",
"advice": "DMA channels are described by an 8 bit mask, hence there can only be 8 channels 0..7. See the ACPI specification, section 6.4.2.2, DMA Descriptor
for more details."
},
{
"id": "ASL_MSG_DMA_LIST",
"advice": "Only a maximum of 8 DMA channels can be specified in a list."
},
{
"id": "ASL_MSG_DUPLICATE_ITEM",
"advice": "An initializer list has duplicate items, which is illegal."
},
{
"id": "ASL_MSG_HID_LENGTH",
"advice": " _HID String must be of the form XXX#### or ACPI####."
},
{
"id": "ASL_MSG_INTEGER_LENGTH",
"advice": "A 64 bit integer has been truncated down to a 32 bit value. This could lead to unexpected behaviour due to loss of data through truncation."
},
{
"id": "ASL_MSG_INTERRUPT_NUMBER",
"advice": "Only interrupts 0..15 are allowed as the IRQ mask is just 16 bits wide."
},
{
"id": "ASL_MSG_INVALID_ADDR_FLAGS",
"advice": "This occurs if the length is zero and just one of the resource MIF/MAF flags are set, or the length is non-zero and resource MIF/MAF flags are both set. These are illegal combinations and need to be fixed. See section 6.4.3.5 Address Space Resource Descriptors of the ACPI specification for more details."
},
{
"id": "ASL_MSG_INVALID_EISAID",
"advice": "The EISAID string must be exactly 7 characters and of the form UUUXXXX, 3 uppercase letters and 4 hex digits (e.g., 'PNP0001'). See section 18.5.35 'EISAID (EISA ID String To Integer Conversion Macro)' of the ACPI specification for more details."
},
{
"id": "ASL_MSG_INVALID_GRANULARITY",
"advice": "This occurs if the specified granularity is non-zero and not a power-of-two minus one in value."
},
{
"id": "ASL_MSG_INVALID_LENGTH",
"advice": "This needs to be fixed as the length specified is greater than the window size specified by the Min/Max fields - this is clealy ambiguous."
},
{
"id": "ASL_MSG_INVALID_LENGTH_FIXED",
"advice": "The minimum address is greater than the maximum address. This is illegal."
},
{
"id": "ASL_MSG_INVALID_MIN_MAX",
"advice": "The minimum, maximum addresses and length must be a multiple of the alignment, which must be a power of 2."
},
{
"id": "ASL_MSG_INVALID_PERFORMANCE",
"advice": "Performance/Robustness value in StartDependentFn declaration was > 2. It must be one of: 0 = Good, 1 = Acceptable, 2 = Sub-optimal. See section 18.5.111 of the ACPI specification for more information."
},
{
"id": "ASL_MSG_INVALID_PRIORITY",
"advice": "Priority in StartDependentFn declaration was > 2. It must be one of: 0 = Good, 1 = Acceptable, 2 = Sub-optimal. See section 18.5.111 of the ACPI specification for more information."
},
{
"id": "ASL_MSG_INVALID_TIME",
"advice": "Illegal stall time (>255). Generally, stall times > 100 microseconds must use sleep() instead. See section 18.5.110 Stall (Stall for a Short Time) of the ACPI specification."
},
{
"id": "ASL_MSG_NAMED_OBJECT_IN_WHILE",
"advice": "A named object cannot be created inside a while loop. This needs to be fixed."
},
{
"id": "ASL_MSG_NO_RETVAL",
"advice": "The called method did not return a value, which was unexpected. This is a bug and will lead to undefined behaviour during execution."
},
{
"id": "ASL_MSG_NULL_DESCRIPTOR",
"advice": "A 'null descriptor' (where most fields are set to zero) has been found. Usually, these are updated or completed at run time using BufferFields, but to do so one requires a resource tag and this descriptor does not have one, hence it cannot be referenced to allow it to be updated. This is most probably a bug and needs to be fixed."
},
{
"id": "ASL_MSG_REGION_BUFFER_ACCESS",
"advice": "SMBUS and IPMI regions require BufferAcc access. This error occurs when the incorrect access type is used on a region."
},
{
"id": "ASL_MSG_REGION_BYTE_ACCESS",
"advice": "Embedded Controller (EC) and CMOS regions can only be accessed using ByteAcc access."
},
{
"id": "ASL_MSG_RESERVED_ARG_COUNT_HI",
"advice": "Reserved method is called with too many arguments. This is a bug and can lead to unexpected and undefined behaviour."
},
{
"id": "ASL_MSG_RESERVED_ARG_COUNT_LO",
"advice": "Method is called with too few arguments. This is a bug and can lead to unexpected and undefined behaviour."
},
{
"id": "ASL_MSG_RESULT_NOT_USED",
"advice": "The result from an operation is not used. This is probably not intended and could be a bug and should be checked."
},
{
"id": "ASL_MSG_SERIALIZED",
"advice": "A method needs to be marked Serialized because of the wat Switch() has been implemented (multiple threads cannot execute the method concurrently since local temporary names need to be created which could lead to race condtions). This should be explicity specified in the original code to avoid potential run time race conditions."
},
{
"id": "ASL_MSG_SOME_NO_RETVAL",
"advice": "Method sometimes return a value, sometimes it does not. This is inconsistent behaviour and a bug in the AML. This needs to be fixed to avoid incorrect behaviour at run time."
},
{
"id": "ASL_MSG_SYNC_LEVEL",
"advice": "Data mutex synchronization level is too large, should be 0..15. See section 18.5.79 Mutex (Declare Synchronization/Mutex Object) of the ACPI specification for more details."
},
{
"id": "ASL_MSG_SYNTAX",
"advice": "The disassembled code cannot be reassembled using the strict IASL compiler as it contains syntax errors."
},
{
"id": "ASL_MSG_TABLE_SIGNATURE",
"advice": "Table signature must be 4 characters long and must contain alphanumeric characters."
},
{
"id": "ASL_MSG_TIMEOUT",
"advice": "The operation can possibly timeout, and hence the return value indicates an timeout error. However, because the return value is not checked this very probably indicates that the code is buggy. A possible scenario is that a mutex times out and the code attempts to access data in a critical region when it should not. This will lead to undefined behaviour. This should be fixed."
},
{
"id": "ASL_MSG_UPPER_CASE",
"advice": "Characters in literal string that are not hexadecimal letters must be upper case."
},
{
"id": "ASL_MSG_RECURSION",
"advice": "Internal IASL Node recursion detected."
},
{
"id": "ASL_MSG_LOCAL_OUTSIDE_METHOD",
"advice": "A local variable was used outside of a control method, or there is an error in the method declaration."
},
{
"id": "ASL_MSG_NOT_PARAMETER",
"advice": "Argument to the method is not a real argument."
},
{
"id": "ASL_MSG_SERIALIZED_REQUIRED",
"advice": "A named object is created inside a non-serialized method - this method should be serialized. It is possible that one thread enters the method and blocks and then a second thread also executes the method, ending up in two attempts to create the object and causing a failure."
},
{
"id": "ASL_MSG_TRUNCATION",
"advice": "A truncation on a integer value has occurred. For example, a 32 bit value for a 16 bit timeout has been used."
},
{
"id": "ASL_MSG_LIST_LENGTH_SHORT",
"advice": "The provided data is actually shorter than the specified length, for example in an ACPI buffer containing vendor data."
},
{
"id": "ASL_MSG_PACKAGE_LENGTH",
"advice": "The package is larger than expected, hence wasting some space."
},
{
"id": "ASL_MSG_RESERVED_PACKAGE_LENGTH",
"advice": "The package is smaller than required."
}
]
}
debian/ 0000775 0000000 0000000 00000000000 12314704571 0012304 5 ustar 00root root 0000000 0000000 debian/changelog 0000664 0000000 0000000 00000337402 12314704571 0014167 0 ustar 00root root 0000000 0000000 fwts (14.03.01-0ubuntu2) trusty; urgency=low
[Alex Hung]
* klog: ACPI does not specify _BQC as a mandatory method
* s3: add a "s3-hybrid" option to enable hybrid sleep for s3 (LP: #1295146)
* fwts-test: klog: updates for _BQC changes in
76c3ffd814cc882564f680b16f2c2d314ae58b07
* fwts-test: arg-help-0001: updates tests for new --s3-hybrid option
* fwts-test: arg-help-0001: fix test-0002.sh incorrectly uses
arg-help-0001.log
* doc: add --s3-hybrid man page entry
[Colin Ian King]
* acpi: wmi: add some newer UUIDs that are supported by linux (LP: #1292515)
* fwts_hwinfo: don't compare network addresses (LP: #1293297)
* acpi: acpidump: fix dump offsets in various table dumps (LP: #1293613)
* fwts-test: re-sync with fwts fix to acpidump
* lib: fwts_alloc: fix low 32 bit memory allocator (LP: #1295849)
* fwts-test: arg-help-0001: don't check the version field
* fwts-test: wmi-0001: update test to sync with WMI changes in fwts
* fwts-test: arg-log-format-0001: fix aarch64 failures
* acpi: method: add more advice for failed _PTS, _TTS and _WAK (LP: #1296737)
* lib: fwts_acpi_object_eval: report better advice on exec failure
(LP: #1296710)
* acpi: method: fix _ACx test (LP: #1297323)
* fwts-test: keep method-0001 test in sync with changes in fwts method
* acpica: update to version 20140325 (LP: #1297531)
* fwts-test: update ACPICA related tests due to ACPICA updates
[Keng-Yu Lin]
* debian: skip fwts-test on arm64
[Matt Fleming]
* lib: fwts_log: Add missing log field flags
-- Ivan Hu Thu, 27 Mar 2014 10:09:59 +0800
fwts (14.03.00-0ubuntu1) trusty; urgency=low
[Colin Ian King]
* acpi: fwts_acpi_tables: fix up missing FACS (LP: #1284097)
* acpi: acpidump: provide table provenance (LP: #1284205)
* apci: acpiinfo: enable for non-x86 arches (LP: #1284557)
* Add utility to dump _PLD (Physical Device Location) information
(LP: #1281835)
* acpi: add in a tool to dump GPE information (LP: #1283473)
* lib: fwts_acpi_tables: handle zero 64 bit addrs in FADT (LP: #1285167)
* bios: hda_audio: skip the test if audio devices don't exist (LP: #1285571)
* Remove copy-acpica.sh script, it is no longer used
* acpi: checksum: print RSDP checksum correctly (LP: #1287815)
* lib: fwts_acpi_tables: update RSDP checksum on fixed-up RSDP (LP: #1287852)
* acpi: acpitables: remove irrelevant test case (LP: #1287891)
* uefi: uefidump: small re-working of uefi GUID lookup
* fwts-test: update acpidump-0001
* fwts-test: acpitables-0002: sync with recent table fixing
* fwts-test: syntaxcheck-0001: update to sync with fwts
* fwts-test: arg-show-tests-0001: keep in sync with fwts
* fwts-test: arg-show-tests-full-0001: keep in sync with fwts
* fwts-test: checksum-0001: update due to fwts formatting fixes
* fwts-test: arg-table-path-0001: sync with fwts changes
* fwts-test: acpitables-0003: update to sync with fwts
* fwts-test: acpitables-0004: update test
* fwts-test: acpitables-0005: update test
* fwts-test: acpitables-0006: update test
* fwts-test: acpitables-0007: update test
* fwts-test: acpitables-0008: update test
* fwts-test: skip some tests on non-x86 builds
* fwts-test: fix tests not to compare against date (LP: #1289225)
* fwts-test: arg-help-0001: fix up some tests issues
* fwts-test: arg-log-format-0001: make test less pedandic on line numbers
* fwts-test: arg-show-progress-dialog: remove version from test
* acpica: ppc64el needs to be built as a 64 bit architecture
* debian: limit architectures to i386 amd64 armel armhf arm64 ppc64 ppc64el
[Keng-Yu Lin]
* fwts-test: Copy all files from fwts-test git tree (LP: #1201250)
* lib: Make --disassemble-aml accept the outputdir argument (LP: #1201250)
* fwts-test: Update disassemble-0001 test (LP: #1201250)
* fwts-test: Update the test scripts for new test environment (LP: #1201250)
* lib: fwts_args: determine tty width from stdin
* fwts-test: disassemble-0001: rename *.orig to *.original
-- Ivan Hu Mon, 17 Mar 2014 15:13:44 +0800
fwts (14.02.00-0ubuntu0) trusty; urgency=low
[Colin Ian King]
* acpi: method: fix ppc64el build failure (LP: #1272265)
* acpi: acpidump: handle invalid MADT table data (LP: #1278422)
* cpu: cpufreq: tidy code, show advice when cpu scaling unavailable
(LP: #1267959)
* lib: fwts_release: call lsb_release rather than parsing raw data
(LP: #1266823)
* ACPICA: update to version 20140214. (LP: #1281096)
* lib: fwts_acpi_tables: fix parsing of empty data (LP: #1281197)
[Ivan Hu]
* data: klog.json: lower the level of the failure when the _S1 and _S2 not
implemented (LP: #1279714)
-- Alex Hung Wed, 19 Feb 2014 11:48:01 +0800
fwts (14.01.01-0ubuntu0) trusty; urgency=low
[Alex Hung]
* auto-packager: mkpackage.sh: add trusty
* debian: add dependency lts-saucy to fwts-efi-runtime-dkms
[Colin Ian King]
* fwts: add subdir-objects as required now by automake 1.14 (LP: #1268685)
* ACPICA: update to version 20140114 (LP: #1269423)
* fwts_log.h: remove LOG_TAG, fix up following bitfields (LP: #1269076)
* updated automake files for libjson-c (LP: #1268005)
* lib: fwts_framework: fix --stdout-summary output (LP: #1252186)
* Allow for RSDP that is not 16 byte aligned (LP: #1271522)
* fwts_exec: fix status check (LP: #1271607)
-- Alex Hung Fri, 24 Jan 2014 10:54:58 +0800
fwts (14.01.00-0ubuntu1) trusty; urgency=low
[Alex Hung]
* dmi: change max value of "Upgrade" field" from 0x2a to 0x2c (LP: #1263634)
[Colin Ian King]
* cpu: microcode: test should skip if no microcound found (LP: #1259900)
* acpi: acpidump: add SPCR table (LP: #1260351)
* acpi: acpidump: add DBGP table (LP: #1260353)
* acpi: acpidump: add DBG2 table (LP: #1260356)
* Enable ACPI table dumping for non-x86 systems (LP: #1260470)
* Allow RSDP to be provided manually or scan for it in klog (LP: #1260400)
* Dump ACPI table addresses with correct address length (LP: #1260482)
* ACPICA: update to version 20131218 (LP: #1262348)
* acpi: acpidump: dump out table descriptions (LP: #1261483)
* acpi: acpidump: Add MCHI table (LP: #1261484)
* fwts: remove launchpad tagging from fwts
* doc: remove tag options --lp-tags and --lp-tags-log
* data: klog.json: remove redundant tags from database
* lib: klog: add fwts_klog_find_changes to compare klogs (LP: #1262208)
* acpi: s3: do kernel log comparisons without destroying klog (LP: #1262208)
* acpi: s4: do kernel log comparisons without destroying klog (LP: #1262208)
* lib: add fwts_exec() helper function
* fwts: use fwts_exec rather than fwts_pipe_exec
* acpi: crsdump: fix large resource length calculation (LP: #1255793)
* acpi: crsdump, prsdump: add support for _PRS dumping (LP: #1265827)
* fwts: all: update copyright year to 2014
* fwts: debian: update copyright dates
* fwts: doc: update dates, some of these are way too old
* dmi: dmicheck: add more checks for invalid DMI fields (LP: #1262236)
* data: klog: sync up with 3.13 kernel (LP: #1266786)
* fwts: attempt to make fwts less Ubuntu specific, (LP: #1246653)
* fwts: fix common realloc() memory leak anti-pattern (LP: #1267193)
* acpi: s3: remove redundant variable
* bios: pciirq: fix printf format and tidy some variable scopes
* acpi: powerbutton: ensure we don't get scanf buffer overflow
* cpu: cpufreq: use correct printf format specifiers
[IvanHu]
* lib: fwts_uefi header add attribure packed for struct typedef
* uefi: uefidump: add the Media Protocol subtype-5 support on media device
path type for uefidump (LP: #1260147)
* uefi: uefidump: add the PIWG Firmware File subtype-6 support on media device
path type for uefidump (LP: #1260147)
* uefi: uefidump: add the PIWG Firmware Volume subtype-7 support on media
device path type for uefidump (LP: #1260147)
* uefi: uefidump: extend the Messaging Device Path type Vedor subtype-10
(LP: #1262095)
-- Alex Hung Tue, 14 Jan 2014 16:13:37 +0800
fwts (13.12.00-0ubuntu1) trusty; urgency=low
[Alex Hung]
* data: klog.json: set _DOS error to low as kernel workarounds it
(LP: #1250764)
* acpi: method: add _PIC control method test (LP: #1252997)
* acpi: method: move commented _CWS to correct section
* acpi: method: add _IFT and _SRV control method tests (LP: #1255915)
* acpi: method: remove resource descriptor field "_INT" from
method/object list
[Colin Ian King]
* lib: fwts_hwinfo.c: Fix strict aliasing build failure on Lucid
(LP: #1251587)
* ACPICA: update to version 20131115
* data: klog.json: thermal overrun messages should be checked on
klog test (LP: #1253146)
* data: klog.json: fix two spelling mistakes
* acpi: method: fix spelling mistake in comment
* cpu: cpufreq: check CPU freq max limits (LP: #1253047)
* cpu: maxfreq: report maxfreq and tidy up the test (LP: #1253658)
* cpu: msr: tidy up output and tidy up source (LP: #1253684)
* cpu: msr: Add Ivybridge and Haswell MSRs (LP: #1254066)
* cpu: msr: remove the need for shift in tables, tidy up tables
* lib: fwts_guid: consitify and minor tidy up
* lib: fwts_acpi: constify fwts_acpi_fadt_preferred_pm_profile
* acpi: acpidump: constify tables and func args, tidy up source
* hpet: hpet_check: skip test3 if HPET address was not found (LP: #1257825)
* acpi: autobrightness: make error reporting far less verbose (LP: #1257782)
* doc: fix --s3-sleep-delay man page entry
* lib: remove fwts_virt, it contains code that is not used (LP: #1259655)
[Ivan Hu]
* uefi: uefidump: add more subtype support on acpi device path type for
uefidump (LP: #1253000)
* uefi: uefidump: dealing with the End of Hardware Device Path sub-type
0x01 (LP: #1253906)
* uefi: uefidump: add the Fibre Channel Ex subtype-21 support on messaging
device path type for uefidump (LP: #1255387)
* uefi: uefidump: add the SATA subtype-18 support on messaging device path
type for uefidump (LP: #1255387)
* uefi: uefidump: add the USB WWID subtype-16 support on messaging device
path type for uefidump (LP: #1255387)
* uefi: uefidump: add the VLAN subtype-20 support on messaging device path
type for uefidump(LP: #1255387)
* uefi: uefidump: add the Device Logical Unit subtype-17 support on messaging
device path type for uefidump(LP: #1255387)
* uefi: uefidump: add the SAS Ex subtype-22 support on messaging device path
type for uefidump(LP: #1255387)
* uefi: uefidump: add the iSCSI subtype-19 support on messaging device path
type for uefidump(LP: #1255387)
* uefi: uefidump: add the NVM Express namespace subtype-23 support on
messaging device path type for uefidump (LP: #1255387)
* lib: fwts_acpi_table: multi-FADT table support fimware make sure the table
from XSDT be checked first. (LP: #1258378)
-- Keng-Yu Lin Wed, 11 Dec 2013 14:09:00 +0800
fwts (13.11.00-0ubuntu1) trusty; urgency=low
[Alex Hung]
* acpi: method: correct alphabetical order in comments to sync with acpi spec
* acpi: method: add missing names to acpi-method list
* acpi: method: add _CBA control method test (LP: #1249171)
* acpi: method: add _CDM control method test (LP: #1249172)
* acpi: method: add _CID control method test (LP: #1249174)
* acpi: method: add _GAI control method test (LP: #1249894)
* acpi: method: add _MSG control method test (LP: #1249939)
* acpi: method: add _PMM control method test (LP: #1249941)
* acpi: method: add _UPD and _UPP control method tests (LP: #1251168)
[Colin Ian King]
* lib: framework: report warning[s] correctly (LP:#1223736)
* lib: update copyright year. (LP: #1226590)
* acpi: mcfg: Parse /sys/bus/pci rather than using lspci (LP: #1226615)
* syntaxcheck: report IASL compiler remarks as low failures (LP: #1200606)
* acpi: fadt: sanity check reset register settings (LP: #1230394)
* ACPICA: update to version 20130927.
* iasl: capture output from stderr to catch iasl fatal errors
* pci: aspm: remove the need to run and parse lspci output (LP: #1227853)
* lib: fwts_klog: Add ability to write message to kernel log
* acpi: s3: add timings report for suspend/resume (LP: #1241638)
* acpi: s3: add --s3-suspend-time and --s3-resume-time (LP: #1241638)
* lib: add new PCI definitions
* pci: aspm: use new fwts PCI defintions
* pci: maxreadreq: don't use lspci to get PCI specific data (LP: #1244676)
* uefi: uefidump: add more checks to avoid buffer overruns (LP: #1239641)
* bios: mtrr: don't use lspci to get PCI specific data (LP: #1244673)
* wakealarm: use ioctl() interface as this more of a generic interface
(LP: #1244184)
* Tests: replace "check" with "test" in test name headings (LP: #1246650)
* data: klog.json: Sync up with latest kernel 3.12 (LP: #1248499)
* lib: Add PCI helper to return description of a device
* lib: fwts_hwinfo: don't use external utils for H/W checks (LP: #1246646)
* debian: control: remove some unrequired suggests
* acpi: brightness: use /sys/class/backlight interface (LP: #1250517)
* acpi: brightness: break up brightness test (LP: #1250429)
* acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)
* acpi: method: Change "Check" to "Test", (LP: #1246650)
[Ivan Hu]
* uefi: uefidump: fix the boot load option Boot#### larger than Boot1000
doesn't be parsered (LP: #1225850)
* uefi: uefidump: Add support for DriverOrder (LP: #1237263)
* uefi: uefidump: add support for Driver#### (LP: #1237263)
* uefidump: add support for Key#### (LP: #1237263)
* uefi: uefidump: add support for db, dbx, dbt... variables scan
(LP: #1247749)
* uefi: uefidump: compare the SignarureType GUID and print out type for
signature database parser (LP: #1247749)
* uefi: uefidump: add support for KEK, KEKDefault, PK, PKDefault global
variables scan (LP: #1247749)
[Keng-Yu Lin]
* Force to use automake1.11 to prevent FTBFS in Trusy (LP: #1250340)
-- Keng-Yu Lin Fri, 15 Nov 2013 14:11:00 +0800
fwts (13.09.01-0ubuntu1) saucy; urgency=low
[Alex Hung]
* live-image/fwts-frontend-text: add uefi tests to fwts-live (LP: #1223793)
[Keng-Yu Lin]
* efi_runtime: fix the broken kernel vermagic when upgrading the kernel
pacakge (LP: #1223801)
-- Keng-Yu Lin Tue, 17 Sep 2013 15:27:31 +0800
fwts (13.09.00-0ubuntu1) saucy; urgency=low
[Colin Ian King]
* lib/fwts_uefi.c: fix time-of-use race on open/stat (LP: #1209251)
* lib: fwts_cpu.c: fix time-of-use race on stat/open (LP: #1209225)
* lib: fwts_dump: remove the redundant path in fwts_dump_info (LP: #1216344)
* data: klog.json: Add some more ACPI related kernel error messages
(LP: #1219006)
* fwts: framework: Add missing closed parenthesis for -U option (LP: #1219576)
[Ivan Hu]
* UEFI: move the UEFI tests into the UEFI category (LP:#1207200)
* uefi: uefidump: Add support for HwErrRecSupport
* uefi: uefidump: Add support for OsIndicationsSupported
* uefi: uefidump: Add support for VendorKeys
[Naresh Bhat]
* ACPICA:enable 64bit build for aarch64 architecture
-- Keng-Yu Lin Tue, 10 Sep 2013 17:33:17 +0800
fwts (13.08.00-0ubuntu1) saucy; urgency=low
[Alex Hung]
* dmi: dmi_decode: merge smbios test as they both check dmi/smbios
* dmi: rename dmi_decode test to dmicheck
[Colin Ian King]
* uefi: uefirtvariable: minor cleanup of failure message
* uefi: uefirtvariable: add options to specify iterations in variable stress
tests (LP: #1197742)
* efi_runtime: Fix efi_runtime build warnings (LP: #1198168)
* efi_runtime: ensure it always builds for kernels > 3.0.0 (LP: #1198168)
* efi_runtime: memset the entire structure (LP: #1198236)
* lib: add acpica mode types
* lib: framework: add new acpica mode flags
* lib: acpica: set various ACPICA global mode flags depending on acpica_mode
* lib: fwts_framework: add support for new --acpica option
* acpi: method: handle ACPICA slack mode gracefully
* doc: add --acpica option to man page
* acpi: syntaxcheck: use ASL_MESSAGE_TYPES instead of #defining them
(LP: #1200568)
* acpi: syntaxcheck: ensure error message strings are in sync with error
(LP: #1200568)
* lib: fwts_log: set non-TTY log with to 80 characters (LP: #1200592)
* acpi: syntaxcheck: fix spelling mistake (LP: #1200602)
* fwts_iasl_interface.c: ensure we read in all of stdout (LP: #1200426)
* data: klog.json: rename "Common" label prefix to "Klog", (LP: #1201311)
* data: klog.json: Update patterns to keep in sync with Linux 3.10
(LP: #1201335)
* bios: hdaaudio: skip the test if no BIOS pin config found (LP: #1201903)
* pci: aspm: test should skip if it can't read FACP or PCIe config
(LP: #1201909)
* docs: remove legacy notes created during early fwts development
* smatchify.sh: fix spelling mistake
* bios: mtrr: fix spelling mistake
* acpica: Makefile.am: fix spelling mistake
* data: syntaxcheck.json: fix spelling mistakes
* data: klog.json: fix spelling mistakes
* docs: fwts.1: fix spelling mistake
* doc: fwts-frontend-text.1: fix spelling mistake
* ACPICA: update to version 20130725 (LP: #1205203)
* acpi: syntaxcheck: strcpy should be replaced with strncpy (LP: #1205215)
* acpi: method: check for NULL buf before dereferencing it (LP: #1205267)
* lib: fwts_alloc: use plain old mmap on 32 bit machines (LP: #1204065)
* ACPICA BZ 1035 fixes segfault with too many ^^^^^^ prefixes.
(LP: #1205714)
* lib: fwts_log_json: check sting from json is not null (LP: #1206285)
* acpi: acpidump: fix segfault on BERT entries (LP: #1206643)
* data: klog.json: Add some firmware related kernel warnings (LP: #1206958)
* utils: kernelscan: also scan for warning messages (LP: #1206953)
* lib: fwts_log_json: enable json human readable formatting (LP: #1206290)
[Zhang Rui]
* update README_ACPICA to reflect the real ACPICA repo
-- Keng-Yu Lin Wed, 07 Aug 2013 10:27:51 +0800
fwts (13.07.00-0ubuntu1) saucy; urgency=low
[Alex Hung]
* data: klog.json: remove duplicated patterns
[Colin Ian King]
* data: klog.json: Add some more advice for the now common lpc_ich warnings
* apci: acpidump: fix segfault when dumping ASF! tables (LP: #1188209)
* acpica: fwts_acpica: some cosmetic tidying up.
* acpica: fwts_acpica: no need to check for null ptr on fwts_low_free
* lib: acpica + fwts_framework: add --acpica-debug option
* cpu: cpufreq: re-phrase P-state coordination message
* cpu: cpufreq: remove the time to run from the description
* Makefile.am: move apicedge test to keep tests in alpabetical order
* bios: smbios: minor re-structure of test1
* klog: move from acpi to kernel directory
* bios: mpdump: fix indexing outside of mpdump_sys_addr_type array
* lib, acpi, hotkey: remove redundant null checks before free()
* bios: smbios: add more sanity checks to SMBIOS information
* lib: fix assembly/disassembly segfault when AcpiOsVprintf is calle
(LP: #1195209)
* ACPICA: update to version 20130626
* acpica: nspredef: fix null pointer dereference issue (LP: #1195251)
* lib: fwts_framework: remove fwts_framework_setting
* lib: fwts_framework: minor tidy up of code
* lib: fwts_framework: remove some old and redundant #defines
* fwts_iasl_interface.c: allocate temp buffers required for IASL
(LP: #1196463)
[Ivan Hu]
* uefivarinfo: add the utility to show the NVRam and variable info
[Keng-Yu Lin]
* update_version.sh: use non-localised date representation
-- Keng-Yu Lin Wed, 03 Jul 2013 11:07:03 +0800
fwts (13.06.00-0ubuntu1) saucy; urgency=low
[Alex Hung]
* bios: mtrr: add uncached string for DEFAULT type
* pci: maxreadreq: Audio device to chipset devices.
* data: klog.json: remove a redudent line break
[Colin Ian King]
* debian: control: fix typo
* lib: fwts_uefi: make vars work on recent kernels (LP: #1171617)
* cpufreq: use qsort to sort frequencies
* lib: fwts_uefi: cast to __SWORD_TYPE 32 bit builds
* apic: apicedge: minor code tidy-up
* cmos: cmosdump: remove unused commented out code
* cmos: cmosdump: minor code tidy up, formatting
* cpu: maxfreq: remove unused fwts_cpuinfo typedef
* cpu: maxfreq: use number of cpus as number of items in calloc()
* cpu: maxfreq: use doubles for cpu freqs rather than int
* doc/fwts.1 add in names of contributors to fwts
* copy-acpica.sh: update to use the correct ACPICA git repo
* uefi: uefidump: don't recurse forever on zero lengths (LP: #1174947)
* acpica: update to ACPICA version 20130418.
* cpu: cpufreq: fix leak of file if fgets returns NULL
* cpu: cpufreq: fix leak of dir before we return
* cpu: maxfreq: fix leak of cpuinfo
* lib: fwts_microcode: fix leak of allocated microcode buffer
* lib: fwts_memorymap: free klog on error
* lib: fwts_keymap: free keymap_list on error
* lib: fwts_cpu: free cpu on error
* hotkey: close fd on error
* cpu: nx: free fwts_nx_cpuinfo on error
* bios: mtrr: free mtrr_list on file open error
* cpu: maxfreq: free cpufreq on error
* acpi: dmar: free klog list on error
* acpi: fan: fix resource leak bugs
* acpi: lid: free gpe resources on error
* acpi: s3: free quirks and command resources
* acpi: s3power: free quirks and command resources
* lib: fwts_cpu: initialize variable, stop coverity warning
* lib: fwts_uefi: fix check of empty d_name
* lib: fwts_uefi: only close fp if it was successfully opened
* lib: fwts_memorymap: handle the case where str maybe NULL
* cpu: cpufreq: avoid division by zero
* uefi: uefidump: fix missing break in switch statement
* uefi: uefidump: missing va_end on str == NULL return path
* dmi: dmi_decode: remove redundant snprintf
* acpi: cstates: set state->present[nr] if nr < MAX_CSTATE
* utilities: kernelscan: fix memory leak
* lib: fwts_dump: check error return on mkdir
* lib: fwts_acpid: check fcntl return rather than assuming it works
* hotkey: check lstat() return value rather
* acpi: ac_adapter: initialize matching and not_matching
* acpi: acpidump: fix overflow before widening bug
* lib: fwts_args: free long_options on error
* lib: fwts_framework: free resources on error
* lib: fwts_log: free filenames on error condition
* acpica: fwts_acpica: clear sa_mask fields
* bios: hdaaudio: free list items and not list
* lib: fwts_framework: free just items in list and not list descriptor
* acpi: lid: Fix nesting bug
* acpi: battery: Fix nesting bug
* lib: fwts_release: check *str rather than str
* acpica: fwts_acpica: missing unlock on error path
* cpu: virt: correctly return true if SVM is enabled
* lib: fwts_framework: ensure we don't truncate null names
* acpi: fan: fix cur_state comparison bugs
* acpi: brightness: check get_setting return
* acpi: s4: free quirks
* acpi: s3: free quirks
* lib: fwts_log: free log_file on error exit
* acpica: Fix for _INI regression.
* acpi: battery: free gpe resources on error
* data: klog.json: Add ACPI video notify handler check
* data: klog.json: Add ACPI video notify handler remove check
* data: klog.json: Add checks for Intel Lynxpoint LPSS errors
* data: klog.json: Add check for ACPI region field type error
* data: klog.json: Add check for object repair or convert failure
* data: klog.json: Add ACPI fixed event error checking
* data: klog.json: Make ArgType a regex to match various similar strings
* data: klog.json: Drop ACPI prefix, make patten a string match
* data: klog.json: Bit offset pattern should be a regex not a string match
* Revert "acpi: s3: free quirks and command resources"
* lib: framework: don't check for long string if src is NULL
* acpi: acpidump: ensure we are shifting a 64 bit unsigned long
* cpu: cpufreq: make test more generic for non-x86 systems
* acpica: update to ACPICA version 20130517.
* lib: remove fwts_microcode
* cpu: microcode: rewrite so we no longer need to load microcode (LP: #1120240)
* dmi: dmi_decode: Add checks for frequent bad defaults on AMI firmware
* acpi: wakealarm: enable for non-x86 devices (LP: #1182630)
* acpi: wakealarm: minor tidy up to the test
* acpi: acpiinfo: missing possessive apostrophe
* data: klog.json: fix spelling mistake
[Ivan Hu]
* lib: fwts_uefi: modify the return value of the fwts_uefi_get_interface
* acpica: fix the build error after patch the update to ACPICA version 20130418
* uefirtvariable: fix the unchecked return value
* lib: fwts_uefi: add the function to check the efivars interface existence
* securebootcert: need to check the efivars interface existence while checking the variable db and kek
[Keng-Yu Lin]
* efi_runtime: Update the address of the Free Software Foundation
* auto-packager: mkpackage.sh: remove Natty and Oneiric
* debian: control: Add the backported HWE kernel header packages
* auto-packager: mkpackage.sh: Add Saucy
* configure.ac: Use AM_PROG_AR when it exists
-- Keng-Yu Lin Wed, 05 Jun 2013 10:51:43 +0800
fwts (0.26.08-0ubuntu1) raring; urgency=low
[Colin Ian King]
* uefi: uefivariable: fix build error on older compilers
* acpi: acpidump: fix spelling mistake, useage -> usage
* acpi: acpidump: abort dumping of SLIC if length is zero
* data: klog.json: Add in another batch of BIOS and ACPI related checks
* dmi: dmi_decode: Add another commonly used serial number
* uefi: uefirtvariable: minor reformatting for 80 char width lines
* uefi: uefirtvariable: minor code tidy up, constify and statics
[Ivan Hu]
* efiruntime: getnextvariablename update the VariableNameSize before return
when get EFI_BUFFER_TOO_SMALL
* uefirtvariable: add some information for the GetNextVariableName sub-tests
-- Keng-Yu Lin Mon, 08 Apr 2013 16:45:31 +0800
fwts (0.26.07-0ubuntu1) raring; urgency=low
[Colin Ian King]
* update_version.sh: Insert just date + time in date stamp
* acpi: mcfg: move PCI mmap and munmap to compare_config_space
* acpi: syntaxcheck: reformat warning messages
* acpi: syntaxcheck: add in extra error level messages
* acpi: syntaxcheck: re-work IASL error mappings
* data: syntaxcheck: remove redundant error code
* acpi: syntaxcheck: add helpers to convert error_code
* acpi: syntaxcheck: issue error messages depending on error level
* acpi: syntaxcheck: add some more per-table information in log
* data: syntaxcheck: add a few more advice entries
* lib: Add helper function to get release info
* data: cater for _PTS not existing
* data: klog.json: cater for CMOS handler errors
* data: klog.json: fix a typo: of --> if
* data: klog.json: Add some vague advice for AE_NOT_EXIST
* data: klog.json: Improve the advice for AE_AML_BUFFER_LIMIT
* lib: fwts_log_*: fix a few smatch errors
* dmi: dmi_decode: DMI not used by kernel should be low failures (LP: #1148703)
* lib: framework: add in test name before test description
* data: syntaxcheck.json: add more advice info for common errors
* data: klog.json: Add some more ACPI related kernel message checks
[Ivan Hu]
* lib: fwts_uefi: fixed the newer inteface never be used
* securebootcert: add Ubuntu UEFI secure boot tests
* securebootcert: add Ubuntu UEFI secure boot test - check MS UEFI CA
* securebootcert: add Ubuntu UEFI secure boot test - check Ubuntu CA presence
* lib: fwts_uefi: add a helper fuction to convert attribute into readable form
* data: klog.json: add message for the LVT offset conflict issue
[Matt Fleming]
* uefirtvariable: Correct DataSize for GetVariable()
* uefirtvariable: Check new VariableNameSize from GetNextVariableName()
* uefirtvariable: Test GetNextVariableName() returns unique variables
* uefirtvariable: Test GetNextVariableName() error handling
* efi_runtime: Add 'install' target
-- Keng-Yu Lin Tue, 12 Mar 2013 16:01:22 +0800
fwts (0.26.06-0ubuntu1) raring; urgency=low
[Alex Hung]
* lib: fwts_ioport: fix calling unmatched I/O function in a help function.
[Colin Ian King]
* lib: fwts_ioport: add dummy stubs for non-x86 arch
* acpica: fwts_acpica: remove fwtsInstallLateHandlers
* acpi: wmi: re-write to eval _WDG rather than parse AML
* acpi: method: print out BCL brightness levels rather than dump the object
* cpu: cpufreq: tidy up information message formatting
[Ivan Hu]
* wmi.c: fix build error when using gcc 4.6.3
[Keng-Yu Lin]
* debian: add fwts-efi-runtime-dkms package in the dependency
-- Keng-Yu Lin Thu, 21 Feb 2013 14:54:18 +0800
fwts (0.26.05-0ubuntu1) raring; urgency=low
[Colin Ian King]
* lib: fwts_uefi: fix build error when using gcc 4.6.3
* lib: fwts_uefi: fix a couple of spelling mistakes that crept in
* doc/fwts: remove debug options from fwts man page (LP: #1100955)
* data: klog.json: add better advice for a common firmware issue
* acpi: method: format _TSS states into a table
* acpi: method: Show the name of the _PSS control
* acpi: method: implement _CST sanity checks
* acpi: method: refactor some of the passed messages
* acpi: method: tidy up passed/failure messages
* apci: method: update comments on implemented tests
* acpi: method: use a helper function for MethodReturnNullObj errors
* data: klog.json: Make PnP BIOS message into an info message
* data: klog.json: Handle SystemIO conflict messages
* acpi: method: Add simple _FIX test
* acpi: method: Add _HPP (Hot Plug Parameters) sanity check
* lib: framework: Increase precision of progress, add a spinner progress
indicator
* acpi: method: Add _INI (Init) sanity check
* acpi: method: _CST test checks for wrong number of package elements
* acpi: method: Add _PRS return buffer sanity checking.
* acpi: method: update comments describing objects/controls
* acpi: method: Add helpers to check for package sizes
* lib: fwts_list: optimize list functions a little, make small helper funcs
inline
* acpi: method: fix some tests that don't indicate passed when they are
complete
* acpi: method: tidy up some more tests
* acpi: method: add helper to check for package contents, simplify code.
* lib: fwts_ioport: add helper functions to do port I/O
* acpi: fadt: use new I/O port helpers to avoid segfaults
* lib: fwts_cmos: Use new I/O helpers, add more error checking
* hpet: hpetcheck: fix a bug found by smatch
* apci: apicinstance: clean up smatch warning
* script: smatchify.sh: build fwts and check with smatch
* kernel: version: gather kernel boot command line
* acpi: crsdump: dump ACPI _CRS buffers in an annotated form
[Ivan Hu]
* data: klog.json: Make FADT truncated warning into info message
* efi_runtime: add UEFI runtime service QueryCapsuleCapabilities interface
* uefirtmisc: add UEFI runtime service QueryCapsuleCapabilities interface
test.
* efirtmisc: add UEFI runtime service QueryCapsuleCapabilities interface
stress test
-- Keng-Yu Lin Mon, 04 Feb 2013 15:25:56 +0800
fwts (0.26.04-0ubuntu1) raring; urgency=low
[Colin Ian King]
* lib: fwts_list: make list creation and initialisation more optimal.
* lib: cpu: add common CPU performance measuring code to fwts library
* lib: Makefile: Link in math library because we need sqrt()
* acpi: cstates: use new fwts_cpu_performance() helper function
* cpu: cpufreq: Use new fwts_cpu_performance() helper function
* bios: pciirq: make table dump more compact, fix formatting
* acpi: method: ignore _WAK return values
* acpi: method: don't bother dumping _WAK package, it's just noise
* acpi: cstates: cater for different kernel C-state info
* acpi: method: don't bother reporting internal ACPI lock success
* acpi: method: dump out _PSS states in a tabular format
* apci: method: don't bother dumping out the _BST contents
* apci: method: don't bother dumping out the _BIF contents
* apci: method: don't bother dumping out the _BIX contents
* apci: method: don't bother dumping out the _DOD contents
* cmos: cmosdump: add in some previously unknown RTC settings
* README: Updated for latest version of fwts. Add more info too.
* README_SOURCE: Reformat to make it 80 char width friendly, minor changes.
* src: lib: Makefile.am: Minor tidy up of the makefile.
* src: acpica: Makefile: Slight tidy up of the makefile.
* src/Makefile.am: Tidy up fwts main makefile, re-order tests
* lib: fwts_apci_method: rename object evaluation functions
* acpi: pcc: renaming of ACPI object evaluation function names
* acpi: method: renaming of ACPI object evaluation function names
* lib: rename fwts_acpi_method to fwts_acpi_object_eval
* lib: fwts_ac_adapter: constify some struct fields and variables
* lib: fwts_guid: constify guid_str_len and guid_len parameters
* lib: fwts_framework: test names should be dislayed in a wider format field
* data: klog: Remove a duplicate timer BIOS bug check
* data: klog.json: Add more specfic parse/execution failure checks on
timeouts
* data: klog.json: move the most generic parse/execition failure message down
* acpi: acpidump: use offsetof macro from stddef.h rather than define our own
* acpi: pcc: fix some stupid typos
* hpet: hpetcheck: add ACPI HPET table check
* lib: update copyright year to 2013
* tests: update copyright year to 2013
* misc: update copyright year to 2013
* lib + tests: don't stringify the test name in FWTS_REGISTER
* lib: fwts_framework: assert on FWTS_REGISTER names being too long
* lib: framework: log the fwts command line for reference.
* acpi: acpidump: fix ACPI FPDT dump
* cpu: cpufreq: fix a bunch of 32 bit build errors
* lib: fwts_acpi_tables: speed up table loading on 64 bit systems
* acpica: fwts_acpica: optimise semaphore tracking
* acpica + acpi: method test: remove fwts_acpica_simulate_sem_timeout()
* acpica: fwts_acpica: force indefinite AML Wait() to timeout
* acpi: method: Add better _CRS resource checking
* data: klog.json: fix spelling mistake
* data: klog.json: fix spelling mistake
[Ivan Hu]
* uefirtvariable: add more specific passed messages for each sub-tests
* uefirtvariable: add the function to print out the return status messages
* uefirttime: print out the return status and description when errors occur
* uefirttime: unload the efi_runtime module when deinit the test
* uefirtvariable: remove the invalid attribute tests after
ExitBootServices() is performed
* uefirtvariable: add function test for SetVariable with invalid attributes
* fwts_uefi:uefirtvariable:use sizeof() for defining long integer for fixing
build failure on 32 bit systems
* uefirtvariable: restore the environment when errors occur after the test
variables have been set
* uefirtvariable: add new test for UEFI runtime QueryVariableInfo
* uefirtvariable: add stress test for UEFI runtime interface GetVariable
* uefirtvariable: add stress test for UEFI runtime interface
GetNextVariableName
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
the same data
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different data
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different name
* uefirtvariable: add stress test for UEFI runtime interface SetVariable with
different name and data
* uefirtvariable: skip the tests when get the EFI_OUT_OF_RESOURCES from
firmware
* uefirtvariable: add stress test for the UEFI runtime QueryVariableInfo
interface
* uefirtmisc: add the test for UEFI runtime GetNextHighMonotonicCount
interface
* uefirtmisc: add stress test for UEFI runtime GetNextHighMonotonicCount
interface
[Keng-Yu Lin]
* uefi: uefirtvariable: use sizeof() for finding the bit size of long integer
* debian: change the mail address of the maintainer
* auto-packager: mkpackage.sh: Add raring
-- Keng-Yu Lin Thu, 17 Jan 2013 14:01:06 +0800
fwts (0.26.03-1) raring; urgency=low
[Colin Ian King]
* data: klog.json: fix up and correct a few miscellaneous klog items
* data: klog.json: promote EC error so it gets caught before generic handler
* kernel: version: make test infoonly rather than pass/fail tests
* cpu: cpufreq: spell Ghz as GHz and Mhz and MHz
* cpu: cpufreq: Make this test no longer experimental.
* lib: fwts_pipeio: fwts_pipe_exec() should return FWTS_ERROR instead of -1
* lib + tests: modify fwts_pipe_exec to return the child exit status
* acpi: apicinstance: make this an Intel x86 only test
* acpi: method: handle ACPI failures a little more gracefully
* apci: aspm: clean up messages
* acpi: acpidump: print a message if no ACPI tables could be found.
* lib: fwts_dump_data: tidy up code, ensure we limit nbytes to 16
* data: klog.json: Add next 20 or so ACPI_ERROR messages
* utilities: kernelscan: Add check for ACPI_ERROR_METHOD kernel errors
* data/klog.json: Scan for all the ACPI_ERROR_METHOD kernel errors
* acpi: acpidump: fix formatting of bit fields
* data/klog.json: Update a parse/execution failure advice line
* acpi: acpiinfo: Complete reworking to bring it up to date.
* acpi: fadt: only perform port read on valid port widths
* pci: aspm: make pcie_capability a packed struct type
* bios: mtrr: remove unused VGA region check
* bios: mtrr: move buffer memset() to after failed is declared.
* bios: mtrr: make the failed flag a boolean
* bios: mtrr: make is_prefetchable() return a bool type
* bios: mtrr: make skiperror a boolean
* acpi: dmar: Make this test no longer experimental.
* lib: fwts_cmos: fix build error with non-Intel architectures
* lib: fwts_smbios: fix build error with non-Intel architectures
* lib: fwts_virt: fix non-Intel build errors
* acpi: pcc: make this test an Intel only test
* bios: mtrr: make prefetchable checks handle lspci exec failures
* bios: mtrr: remove mtrr_test4 because we're removed FWTS_TEST_VGA_REGION
* lib, tests: remove fwts common test, merge into fwts klog
[Ivan Hu]
* uefirtvariable: Add new test for UEFI runtime GetVariable
* uefirtvariable: Add new test for UEFI runtime GetNextVariableName
* uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 1
* uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 2
* uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 3
* uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 4
* uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 5
-- Keng-Yu Lin Mon, 17 Dec 2012 15:13:11 +0800
fwts (0.26.02-1) raring; urgency=low
[Alex Hung]
* acpi: mcfg: Set MCFGMMIONotReserved error to low
[Colin Ian King]
* fwts_mmap: fwts_page_size fix comparing size_t against -1
* lib: fwts: add FWTS_UNUSED() macro for unused func arguments
* lib: fwts_*: use FWTS_UNUSED on unused func args in fwts library
* lib: Makefile.am: enable -Wextra
* dmi: dmi_decode: remove some redundant range changes on uint8_t values
* tests: use FWTS_UNUSED on unused func args
* Makefile.am: enable -Wextra
* lib: include: fwts_log, add in new label field
* lib: klog: load labels from json data file rather than auto-generate
* data: klog.json: add in label for each error message
* lib: klog: tidy up the code a little
* utilities: kernelscan: Tool to scan kernel for error messages
* utilities: kernelscan: tidy up the formatting of output messages.
* utilities: kernelscan.sh: scan various directories for kernel error messages
* utlities: kernelscan: make some regex optimisations
* utilities: kernelscan: fix comment that explains how to use this tool
* utilities: kernelscan.sh - add execute flag to script
* data: klog.json: Add support for ACPI fan and ACPI processor throttling
* data: klog.json: Add support for the ACPI SMBUS driver
* data: klog.json: Add support for the ACPI utils kernel error messages
* data: klog.json: Add support for the ACPI processor_idle kernel error messages
* data: klog.json: Add support for the ACPI arch x86 kernel sleep
* data: klog.json: Add support for the ACPI container handler
* data: klog.json: Add support for the ACPI Lid errors
* data: klog.json: Add support for the ACPI Docking handler
* data: klog.json: Add support for the ACPI EC handler
* data: klog.json: Add support for the ACPI thermal zone handler.
* data: klog.json: Add support for the ACPI device power handler
* data: klog.json: Add support for the ACPI PCI root handler
* data: klog.json: Add support for the ACPI initialisation error messages
* data: klog.json: Add support for the ACPI blacklisting messages
* data: klog.json: Add support for the ACPI osl messages
* data: klog.json: Add support for the ACPI memory hotplug messages
* data: klog.json: Add support for the ACPI glue code
* data: klog.json: Add support for the ACPI video handler
* data: klog.json: Add support for the ACPI processor perf driver
* data: klog.json: Add support for the ACPI processor driver
* data: klog.json: Add support for the ACPI PCI link control messages
* data: klog.json: Add support for the ACPI PCI slot messages
* data: klog.json: Add in some more miscellaneous ACPI error messages
* data: klog.json: Add support for the ia64 ACPI handler.
* data: klog.json: Add support for the x86 MTRR kernel messages
* data: klog.json: Add support for various BIOS and PnPBIOS kernel messages
* utilities: kernelscan: add in ACPI configs and more printk message types
* utilities: kernelscan.sh: Add more paths to scan
* data: klog.json: Add support for the APM driver kernel messages
* data: klog.json: Add support for E820 handler in 3.2.x Kernels
* utilities: kernelscan.sh: Check that the file exists
* utilities: kernelscan.c: Add scanning for ACPI_ERROR
* cpu: microcode: ensure we don't overflow with strncpy
* pci: maxreadreq: ensure we don't overflow with strncpy
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPI ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* lib: fwts_oops: check for WARN_ON messages as well as oopses
* kernel: oops: also check for WARN_ON messages found
* acpi: s3: also check for WARN_ON messages found
* acpi: s4: also check for WARN_ON messages found
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* data: klog.json: ACPICA ACPI_ERROR messages
* utilities: kernelscan.c: add scanning for ACPI_BIOS_ERROR messages
* lib: fwts_test: calloc being called with args swapped
* lib: fwts_oops: fix fwts_oops_check dereference checks on oopses and warn_ons
* utilities: kernelscan: swap calloc arguments in unget_next()
* utilities: kernelscan.c: add scanning for ACPI_EXCEPTION messages
* acpi: pcc: New test to sanity check PCC, (LP: #863175)
* data: klog.json: ACPICA ACPI_ERROR messages, exutils.c
* data: klog.json: ACPICA ACPI_ERROR messages, utmath.c
* data: klog.json: ACPICA ACPI_ERROR messages, dswload2.c
* data: klog.json: ACPICA ACPI_ERROR messages, utexcep.c
* data: klog.json: ACPICA ACPI_ERROR messages, hwxfsleep.c
* data: klog.json: ACPICA ACPI_ERROR messages, exoparg2.c
* data: klog.json: ACPICA ACPI_ERROR messages, evevent.c
* data: klog.json: ACPICA ACPI_ERROR messages, utmutex.c
* lib: fwts_framework: make framework magic id into a uint32_t
* lib: fwts_framework: failed_level should be type fwts_log_level
* lib: fwts_framework: show_progress flag should be a bool
* lib: fwts_framework: print_summary should be a bool
* lib: fwts_framework: use fwts_framework_flags instead of int
* lib: fwts_framework: make test priority a strongly typed enum
* lib: fwts_klog: forgot to log a klog error using the pattern string
* lib: fwts_klog: Don't regex compile non-regex strings
* lib: fwts_framework, fwts_klog: Add filtering to fwts errors
* lib: fwts_framework: sanity check new options
* doc: Add new --filter-error-discard and --filter-error-keep options.
* data: klog.json: Add the final set of ACPI_EXCEPTION errors
* data: klog.json: fix up the RSDP error exception advice to make more sense
* data: klog.json: Add all the ACPI_BIOS_ERROR messages
[Ivan Hu]
* klog: change the MSR_IA32_ENERGY_PERF_BIAS test from fauilure to info
* uefirttime: add the fwts test for the UEFI get wakeup time runtime service
* uefirttime: add the fwts test for the UEFI set wakeup time runtime service
* cpufreq: fix the CPUFreqCPUsSetToSW_ANY failed LP#1076694
* cpufreq: fix the CPUFreqSW_ALL and CPUFreqSW_ANY failed LP#1076694
[Keng-Yu Lin]
* data: klog.json: remove the duplicated KlogEnergyPerfBiasSetToNormal item
-- Keng-Yu Lin Thu, 29 Nov 2012 13:52:59 +0800
fwts (0.26.01-1) raring; urgency=low
[Alex Hung]
* pcie: aspm: add more information for L0s and L1 warnings (LP: #1055430)
* hotkey: remove redundant framework parameter from hotkey_find_keyboard
* bios: hdaaudio: fix user pin configurations (user_pin_configs) is not checked.
[Colin Ian King]
* lib: acpi: add ACPI 5.0 GIC and GICD structs to MADT
* acpi: acpidump: Dump out the new MADT GIC and GICD structures
* acpi: acpitables: Add checks for MADT GIC and GICD
* acpi: acpitables: fix typo in LAPICX2 APIC NMI Flags tag
* lib: acpi: Add support for the new ACPI 5.0 PCCT
* acpi: acpidump: Add support for ACPI 5.0 PCCT
* acpi: apcidump: Add ACPI 5.0 support for boot flag CMOS RTC present bit
* acpi: method: re-order tests based on location in specification
* acpi: method: re-order method test functions
* acpi: method: tidy source; 80 columns wide formatting
* acpi: method: add some more comments
* acpi: method: clean up spacing in for loops
* acpi: method: add in all ACPI control method and objects
* acpi: method: add DDN, HID, HRV, PLD, SUB, STR checks
* acpi: method: add checks for EDL, RMV, STA
* acpi: method: add BCT test
* acpi: method: add checks for GCP, GRT, GWS
* acpi: method: Add check for GSB
* acpi: method: Add check for SEG
* acpi: method: Add PRx, SxD, SxW checks
* acpi: method: fix typo SWP --> SWS
* acpi: method: Add _S0_ .. _S5_, _SWS checks
* acpi: method: Add CPC, CSD, PCT, PDL, PPC, TDL, TSD and TSS checks
* bios: smbios: fix typo Stucture ==> Structure
* cpu: virt fix typo extentions ==> extensions
* cpu: virt: fix typo originall ==> originally
* lib: fwts_formatting: fix typo upto ==> up to
* lib: fwts_log_html: fix typo convertion ==> conversion
* lib: fwts_checkeuid: fix typo priviledges ==> privileges
* example: blank test: fix typos ommitted ==> omitted
* acpi: wakealarm: fix typo existance ==> existence
* acpi: acpitables: fix typo managment ==> management
* acpi: acpidump: print format using inttypes
* acpi: acpitables: print format using inttypes
* acpi: checksum: print format using inttypes
* acpi: fadt: print format using inttypes
* acpi: method: print format using inttypes
* acpi: s3power: print format using inttypes
* bios: bios32: print format using inttypes
* bios: ebda_region: print format using inttypes
* bios: ebdadump: print format using inttypes
* bios: mtrr: print format using inttypes
* bios: mpcheck: print format using inttypes
* cpu: msr: print format using inttypes
* dmi: dmi_decode: print format using inttypes
* hpet: hpet_check: print format using inttypes
* lib: fwts_memorymap: print format using inttypes
* uefi: csm: print format using inttypes
* uefi: uefidump: print format using inttypes and whitespace tidy
* lib: fwts_acpid: fix checking of return from read()
* lib: fwts_acpi_method: fix for loop index type
* lib: fwts_dump: fix loop variable type to match table length type
* lib: fwts_framework: Make string length type a size_t rather than an int
* lib: fwts_framework: remove redundant parameter from fwts_framework_run_test
* lib: fwts_framework: remove redundant fw parameter from fwts_framework_show_tests_brief
* lib: fwts_framework: remove fw parameter from fwts_framework_test_find
* lib: fwts_framework: remove fw parameter from fwts_framework_skip_test_parse
* lib: fwts_battery: remove redundant framework parameter in helper functions
* lib: fwts_button: Remove framework parameter from fwts_button_match_state_proc
* lib: fwts_button: fix comment on function name
* acpi: acpidump: fix a bunch of int type issues.
* acpi: acpitables: use the correct type for failed
* acpi: mcfg: make mcfg_size a ssize_t
* acpi: wmi: make size a size_t
* bios: bios_info: fix bug where product_serial was not being dumped
* bios: hdaaudio: remove redundant fw parameter from hda_audio_check_pins
* bios: dmi_decode: remove redundant parameters from helper functions
* dmi: dmi_decode: failed_count should be uint32_t
* pci: aspm: remove redundant parameter in pcie_check_aspm_registers
* cpu: maxfreq: remove redundant init and deinit functions
* hotkey: remove redundant framework parameter from hotkey_find_keymap
* uefi: csm: use uint32_t for BIOS address ranges
* uefi: uefidump: cast to ptrdiff_t to remove mixed signed/unsigned comparison
* acpi: method: fix a bunch of mixed type comparison issues
* lib: fwts_alloc: use ptrdiff_t to ensure non-mixed type comparison
* lib: fwts_json: wrapper for json error returns
* lib: fwts_klog: use FWTS_JSON_ERROR macro for error checking
* acpi: syntaxcheck: use FWTS_JSON_ERROR macro for error checking
* uefi: uefidump: remove FWTS_FLAG_UNSAFE from test.
* lib: fwts_ac_adapter: constify state
* lib: fwts_acpi_method: constify funcs and static tables
* lib: fwts_acpi_tables: constify func arguments where appropriate
* lib: fwts_args: constify func arguments where appropriate
* lib: fwts_battery: constify func arguments where appropriate
* lib: fwts_button: constify function arguments where appropriate
* lib: fwts_checkeuid: constify function arguments where appropriate
* lib: fwts_hwinfo: constify function arguments where appropriate
* lib: fwts_memorymap: constify function arguments where appropriate
* lib: fwts_log: constify function arguments where appropriate
* lib: fwts_summary: constify function arguments where appropriate
* cpu: cpufreq: add init function to determine number of CPUs
* lib: fwts_mmap: add fwts_page_size()
* acpi: acpidump: correctly dump out MCFG configuration
* acpi: mcfg: use fwts_acpi_mcfg_configuration as defined in fwts_acpi.h
* acpi: mcfg: more code tidying.
* acpi: mcfg: split into two distinct tests
[Ivan Hu]
* efi_runtime: add efi_runtime kernel driver module into fwts
* efi_runtime: add checking the efi environment
* efi_runtime: add UEFI runtime service QueryVariableInfo interface
* efi_runtime: add UEFI runtime service GetNextHighMonotonicCount interface
* lib: fwts_efi_module: add fwts library helper fuctions for efi_runtime module
* uefirttime: add fwts tests for the UEFI get/set time runtime services
[Keng-Yu Lin]
* uefi: Add fwts-efi-runtime-dkms package
* Add autotools scripts for the data directory
-- Keng-Yu Lin Thu, 25 Oct 2012 16:14:43 +0800
fwts (0.26.00-1) quantal; urgency=low
[Colin Ian King]
* uefi: uefidump: Dump out variables containing kernel messages
* uefi: uefidump: add support for ConErrDev
* uefi: uefifump: Add support for dumping SecureBoot and SetupMode vars
* uefi: uefidump: Add support for dumping MemoryOverwriteRequestControl.
* uefi: uefidump: Add support for AcpiGlobalVariable
* uefi: uefidump: Add support for SignatureSupport variable
* lib: fwts_guid: Add fwts_guid_str_to_buf to convert string back to a GUID
* uefi: add in support for new uefivar file system interface
* lib: framework: Add "unsafe" test category
* lib + tests: bulk rename of fwts flag macros
* lib: fwts_framework: fix unnecessary escaping
* acpica: Fix segfault when disassembling AML (LP: #1050475)
[Keng-Yu Lin]
* auto-packager: mkpackage.sh: checksum only the specified version
-- Keng-Yu Lin Fri, 14 Sep 2012 13:35:31 +0800
fwts (0.25.07-1) quantal; urgency=low
[Chris Van Hoof]
* fwts-collect: make sure we are executing as root or with sudo
* fwts-collect: reference sudo requirement in show_help()
[Colin Ian King]
* acpi: method: remove _GTS and _BFS tests
* acpi: method: _PSS power dissipation levels can be equal to previous level
* acpi: method: only get pedantic about therm returns if values are hard coded
* misc: remove old crufty valgrind script
* acpica: tidy up code to remove GCC warnings
* Add some MTRR specific klog tests.
* lib: fwts_klog: sanity check json klog data is readable
[Ivan Hu]
* msr: remove the IA32_A_PMC0-3 and IA32_TSC_AUX from cosistent test
* mtrr: fix mtrr checking without devices that are under bridges
[Keng-Yu Lin]
* auto-packager: Add Quantal and remove Maverick
* auto-packager: update mkpackage.README
* auto-packager: Add mktar.sh to make the release tarball
* auto-packager: mkpackage.sh to handle the released tarball
* auto-packager: Update the mkpackage.README
* debian: change source package format to 3.0 (quilt)
* Add dh-autoreconf support and clean up generated files (LP: #1042287)
-- Keng-Yu Lin Wed, 05 Sep 2012 16:31:13 +0800
fwts (0.25.06) quantal; urgency=low
[Alex Hung]
* acpi: method: Change _BBN's test_type from METHOD_MOBILE to METHOD_OPTIONAL
[Colin Ian King]
* acpi: acpidump: add extra ACPI 5.0 fields to FACP
* acpi: acpidump: Add support for bit 20 and 21 of FADT flags
* Update FADT preferred PM profile to add Tablet
* dmi: dmi_decode: make advice more relevant to data handled by the kernel
* Add mutex around semaphore counting (LP: #1017388)
* acpi: method: remove race delay kludge
* lib: acpi_acpi_tables: Add tables based on ACPI name and not file name.
* lib: fwts_acpi_tables: Force fixup on XSDT and RSDT when loading from .dat
files
* lib: acpica: fix semaphore counting by waiting for threads to complete
* acpica: incorporate new ACPICA sources to enable fwts to build
* acpica: use latest ACPICA source
* Update copy-acpica.sh to copy over new sources
* Update README_ACPICA.txt to add in new acpica sources
* acpi: acpidump + acpi headers: Add simple support for FPDT
* acpi: acpidump + acpi headers: Add basic dump of RASF
* acpi: acpidump: Add stub for MPST
* acpi: acpidump: make arrays static
* data: klog.json: make the _OSC failure advice more general and hand-wavy
* cpu: cpufreq: cpufreq and cpuidle dirs confusing cpuN parsing
* cpu: cpufreq: make progress estimate more accurate
* cpu: cpufreq: tidy up table output
* cpu: cpufreq: rename some global variables to make them more readable
* cpu: cpufreq: various whitespace clean ups
* cpu: cpufreq: tidy up memset usage
* cpu: cpufreq: make HzToHuman() more efficient
* cpu: cpufreq: add need to run as root
* bios: mtrr: fix stupid typos
* lib: fwts_klog: optimize regex scanning (LP: #1028031)
[Keng-Yu Lin]
* debian: Add hardening options
-- Keng-Yu Lin Fri, 27 Jul 2012 17:22:07 +0800
fwts (0.25.05) quantal; urgency=low
[Chris Van Hoof]
* live-image/fwts-frontend-text: use mv versus ln as symbolic links are not
supported on fat file systems
[Colin Ian King]
* dmi_decode: Add some more advice text
* dmi_decode: Only be pedantic if we are sure about the board type
(LP: #1021674)
* dmi_decode: report chassis types with 0x prefix since they are in hex
* lib: tidy up source, remove trailing whitespaces and empty lines
* acpi: method: update table of implemented tests
* acpi: method: add new _AEI check
* acpi: method: Add stub for ACPI 5.0 _CPC
* acpi: method: Add new ACPI 5.0 _PRE
* acpi: method: Add new ACPI 5.0 _PSE check
* acpi: acpidump: Add ACPI 5.0 GTDT support.
* acpi: acpidump: Add ACPI 5.0 BGRT support.
* lib: fwts_log_json: do more json object out of memory checking
* acpi: acpidump: dump out ACPI UEFI tables
* acpi: acpidump: Add SLIC table dump
* acpi: acpidump: dump out the DMAR table
* acpi: acpidump: dump out the ASF! table
* acpi: acpidump: Add dump of TCPA
* acpi: s4: hibernate/resume failures should be HIGH failures
* acpi: s3: suspend/resume failures should be HIGH failures
* Add empty m4 directory so autoreconf does not fail
* Remove the autotool generated files
* lib: fwts_hwinfo: sort device info before comparing (LP: #1018288)
[Keng-Yu Lin]
* Install the libraries in pkglib
* debian: Add autoreconf parameters -ivf
-- Keng-Yu Lin Wed, 11 Jul 2012 13:58:43 +0800
fwts (0.25.04) quantal; urgency=low
[Colin Ian King]
* apci: acpitables: only check CMOS in BOOT table from firmware tables
(LP: #1016469)
* lib: fwts_acpi_tables: add ACPI table provenance
* lib: fwts_acpi_tables: load tables in deterministically
* lib: fwts_log: handle special logfile names
* lib: log: move line counting to logging back-ends
* lib: fwts_log: remove fwts_log_line_number(), no longer used
* lib: fwts_framework: output all logfile names being written to
* lib: fwts_log: add fwts_log_get_filenames()
* lib: fwts_summary: remove references to log line number
[Keng-Yu Lin]
* debian: Fix up the dependency of debian packages
-- Keng-Yu Lin Mon, 25 Jun 2012 16:44:51 +0800
fwts (0.25.03) quantal; urgency=low
[Chris Van Hoof]
* live-image/fwts-frontend-text: conditional added to done_tests_finish()
which creates a symbolic link to the latest results.html at the top level
WORK_DIR
* live-image/fwts-frontend-text: adding support for both plaintext and html
log out by default with --log-type
[Colin Ian King]
* apci: checksum: RSDT and XSDT checksum failures should not be critical
(LP: #1013168)
* lib: fwts_log_html: convert misc ASCII chars to HTML mnemonics
* lib: fwts_framework: handle --log-type parse errors
* lib: fwts_summary: handle the log_type now that it is a bit map
* lib: rework logging and framework to allow for multiple output logs
* lib: fwts_framework: handle nested log section endings on ABORT
* lib: fwts_log_html: remove timestamp as it is in the heading anyhow
* Update README
* lib: fwts_acpi_tables: fake table start address when loading from file.
* lib: fwts_framework: set log name suffix when using --log-type option
* lib: fwts_summary: HTML summary should not be in verbatum
* lib: fwts_log_html: tweak style and table format
* lib: fwts_memorymap: output should be in verbatum style
* bios: mtrr: make MTRR overview all verbatum style, looks better on HTML log
* lib: add HTML logging backend
* lib: fwts_framework: log advice as LOG_ADVICE and not LOG_RESULT
* lib: fwts_framework: remove fwts_framework_results, remove redundant code
* lib: fwts_log: add extra log types and upper case flavour of
fwts_log_field_to_str_full()
* lib: fwts_framework: drop unneccessary \n in log call
* lib: add xml logging
* lib: fwts_acpi_method: remove leading 0x in front of dumped strings
* bios: mtrr: strip off trailing newlines
* bios: bios_info: strip off trailing newlines
* kernel: version: strip off trailing newline
* lib: fwts_wakealarm.c: add more comments
* lib: fwts_oops.c: add more comments
* lib: fwts_mmap.c: add more comments
* lib: fwts_keymap.c: add more comments
* lib: fwts_iasl.c: add more comments
* lib: fwts_guid.c: add more comments
* lib: fwts_button.c: add more comments
* lib: fwts_ac_adapter.c: add more comments
[Keng-Yu Lin]
* debian: update copyright to conform to copyright-format 1.0
* debian: update the control file
-- Keng-Yu Lin Tue, 19 Jun 2012 13:31:53 +0800
fwts (0.25.02) quantal; urgency=low
* fwts V0.25.02 release (LP: #1004410)
[Alex Hung]
* acpi: battery: add trip point tests for acpi batteries
* lib: fwts_battery: fix incorrect strings for a battery with unit of mWh
* lib: fwts_battery: fix no fclose() after fopen is called.
* acpi: battery: added cycle count check for acpi batteries.
[Colin Ian King]
* doc: update man page
* lib: fwts_summary.c: force non-word wrap using *_verbatum logging
* lib: fwts_framework: default to plaintext log type
* lib: re-work logging to add in json formatted log output
* lib: fwts_log: tidy up white spaces and strncmps
* lib: fwts_log: re-work log underline
* lib: move log line number into log struct
* lib: fwts_log: remove default line num and test name from log
* lib: fwts_args: remove strlen() calls, more efficient and stops valgrind
complaining
* acpica: fwts_acpica.c: Override ACPICA Semaphores to fix memory leak bug
* pci: aspm: make functions static
* pci: aspm: free memory from lists
* pci: aspm: fix memory read outside buffer
* lib: fwts_battery: added interface for cycle count.
-- Keng-Yu Lin Fri, 25 May 2012 18:11:11 +0800
fwts (0.25.01) precise; urgency=low
[Keng-Yu Lin]
* wmi: Fix an error on processing the _WDG data
-- Keng-Yu Lin Thu, 26 Apr 2012 10:30:35 +0800
fwts (0.25.00) precise; urgency=low
[Alex Hung]
* doc: remove --aspm option from man page
* pcie: added explanations to aspm messages.
[Colin Ian King]
* acpi: method: add _PSS test
* lib: fwts_acpi_method: gather all object names rather than just method names
* acpica: add -fno-strict-aliasing to ignore type punning warnings (LP: #971886)
* Update copy-acpica.sh to include new ACPICA sources
* acpica: force infinite loops and OS delays to complete faster since timing is not relevant
* acpica: fwts_iasl_interface: we need to enable preprocessor to stop ramdom segfaulting
* data: syntaxcheck.json: re-order based on new ACPICA error code updates
* acpica + lib: fix assemble/dissassemble to work with new ACPICA core
* lib: fwts_acpi_tables: ensure we don't overflow a table name when given bad input
* Update README_ACPICA.txt to reflect new ACPICA sources added
* acpica: fwts_acpica: reworking required for new ACPICA changes
* acpica: update Makefiles
* acpica: updates to existing ACPICA sources
* acpica: new ACPICA sources
* lib: fwts_fileio.c: remove unnecessary variable len
* acpi: acpidump: remove unnecessary variable n
* lib: fwts_tag: use size_t instead of int
* lib: fwts_stringextras: use size_t instead of int
* lib: fwts_framework: use size_t instead of int
* lib: fwts_battery: use size_t instead of int
* lib: fwts_acpi_method: use size_t instead of int
* acpica: fwts_acpica: use size_t instead of int
* acpi: method: use size_t instead of int
* acpi: cstates: use size_t instead of int
* acpi: acpitables: use size_t instead of int
* lib: fwts_args: only handle non-zero length short_names
* Update copyright year
* Remove old TODO.txt
* klog: Add EC transaction failure detection
[Keng-Yu Lin]
* debian: update Standards-Version and debhelper version
-- Keng-Yu Lin Fri, 20 Apr 2012 09:54:15 +0800
fwts (0.24.21) precise; urgency=low
[Alex Hung]
* pcie: add pcie aspm registers check on root port and device.
[Chris Van Hoof]
* fwts-frontend: v2 update to conditional logic to better detect
if we're booted via casper and additional logic to toggle auto
shutdown behaviour when testing
[Colin Ian King]
* uefi: uefidump: handle realloc failure
* lib: fwts_pipeio: handle realloc failure
* lib: fwts_args: handle realloc failure
* lib: acpid: handle realloc failures in fwts_acpi_event_read()
* lib: fwts_acpi_tables: handle fwts_low_realloc() failures
* acpica: handle realloc failures in fwts_acpica_vprintf()
* lib: fwts_klog: remove redundant free()
* acpi: checksum: flag up errors that are critical, add more helpful advice
* acpi: checksum: fix typo shorted -> shortened
* acpi: checksum: reformat lines to fit into 80 columns
* acpi: wmi: use snprintf to be safe
* acpi: wmi: const func args
* acpi: wmi: reformat source into 80 columns
* acpi: dmar: make seg a uint16_t rather than an int
* acpi: dmar: make func args const
* acpi: acpiinfo: tidy up source
* bios: hdaaudio: ensure source fits into 80 columns
* bios: hdaaudio: use calloc() instead of malloc()
* lib: fwts_tag: handle out of memory failure
* bios: ebdadump: ensure source fits into 80 columns
* bios: bios32: ensure source fits into 80 columns
* lib: arg + framework: more robust out of memory handling.
* lib: fwts_stringextras: handle out of memory failure
* uefi: uefidump: fix infinite recursion on unknown end terminator (v2)
* bios: memmapdump: ensure source fits into 80 columns
* acpica: fwts_acpica_init(): handle out of memory failures
* bios: mtrr: handle out of memory failures
* hpet: hpet_check: make func args const where possible
* hpet: hpet_check: ensure source fits into 80 columns
* fwts-collect: fix typo
* fwts-collect: tidy up error handling
* fwts-collect: collect more fwts dumped data
* read /proc/mtrr rather than use ioctl() interface
[Keng-Yu Lin]
* debian: use autoreconf instead of dh-autoreconf
-- Keng-Yu Lin Fri, 09 Mar 2012 15:04:30 +0800
fwts (0.24.20) precise; urgency=low
[Chris Van Hoof]
* debian: update fwts-frontend.install to include
fwts-frontend-text man page
* doc: addition of fwts-frontend-text man page
* src/Makefile: include fwts-frontend-text.1 to man_MANS
[Keng-Yu Lin]
* auto-packager: change the git location
* auto-packager: add Precise release
-- Keng-Yu Lin Thu, 09 Feb 2012 18:00:42 +0800
fwts (0.24.19) precise; urgency=low
[Alex Hung]
* dmi: dmi_decode: check type 3 chassis type with acpi preferred_pm_profile
* dmi: dmi_decode: check acpi battery if type 22 is present.
* pcie: aspm: use FWTS_ROOT_PRIV flag
[Colin Ian King]
* cpu: msr: GPF avoidance on BOCHs QEMU systems (LP: #925001)
-- Keng-Yu Lin Thu, 09 Feb 2012 13:52:50 +0800
fwts (0.24.18) precise; urgency=low
[Alex Hung]
* cpu:msr: fixed errors for checking SMRR MSR registers
[Keng-Yu Lin]
* Fix a typo error of "DSTD"
-- Keng-Yu Lin Mon, 06 Feb 2012 16:39:43 +0800
fwts (0.24.17) precise; urgency=low
[Alex Hung]
* pcie: aspm: add aspm option and detect if the
"PCIe ASPM Controls" bit is set in FADT.
[Colin Ian King]
* Sanity check for MSR_IA32_ENERGY_PERF_BIAS messages.
* Since aspm is a test, move it out of the fwts core library
* Update copyright year
[Keng-Yu Lin]
* lib: add PCIe ASPM configuration check in the batch test
* debian: use dh-autoreconf
-- Keng-Yu Lin Tue, 31 Jan 2012 13:47:48 +0800
fwts (0.24.16) precise; urgency=low
[Chris Van Hoof]
* Renaming directory 'iso-image' to 'live-image' and
'live-image/fwts_wrapper' to 'live-image/fwts-frontend-text'
* Adding a default dialogrc configuration file to select the Ubuntu color
palatte when fwts-frontend-text is executed
* Adding a bit of conditional logic to fwts-frontend-text to better detect
if executed in a live image and setting defaults which make the script
easier to control
* debian: adding fwts-frontend.install
* debian: update control file to build the _optional_ fwts-frontend package
-- Keng-Yu Lin Mon, 09 Jan 2012 11:08:06 +0100
fwts (0.24.15) precise; urgency=low
* lib: fwts_acpi_find_rsdp_bios should only scan for RSDP on Intel/AMD
* cpu: msr: disabled test for non-Intel/AMD architectures
-- Keng-Yu Lin Mon, 09 Jan 2012 10:17:46 +0100
fwts (0.24.14) precise; urgency=low
* Add copy-acpica.sh script that updates the ACPI
* data: klog: add _OSC evaluation failure tests
* data: klog: add _CRS evaluation PNP kernel erro
* uefi: csm: fix typo.
-- Keng-Yu Lin Wed, 16 Nov 2011 11:49:04 +0800
fwts (0.24.13) precise; urgency=low
* acpi: power_button: remove check on /proc/acpi/button/power
* lib: fwts_button: add power button support
* acpi: lid: use button helper
* lib: add generic button helper into lib
* lib: add generic button helper
-- Colin King Tue, 9 Nov 2011 12:37:00 +0100
fwts (0.24.12) precise; urgency=low
* debian: update control
* uefi: add UEFI CSM check.
-- Colin King Tue, 9 Nov 2011 10:05:00 +0100
fwts (0.24.11) oneiric; urgency=low
* lib: update battery helpers and re-work tests
* acpi: s3power: use fwts_battery helper
* lib: add fwts_battery
* s3power: use fwts_ac_adapter()
* acpi: ac_adapter: use fwts_ac_adapter lib
* lib: add fwts_ac_adapter
* acpi: ac_adapter: use newer /sys interface
* acpi: method: clean up dangling whitespaces
* acpi: method: handle mobile platform tests when FADT is lying
* acpi: method: dump return object on non-null return failures.
* acpi: method: make lock delay between each test 0 usecs
* acpi: method: on non-mobile tests explicitly report skipped mobile tests
* lib: fwts_cmos: disabled interrupts during port I/O (LP: #880472)
* bios: pciirq: fix typo
* bios: pnp: fix typo in event_notification_addr
-- Colin King Fri, 4 Nov 2011 09:09:00 +0100
fwts (0.24.10) oneiric; urgency=low
* fwts-collect: fix mpdump log and don't remove README.txt
* doc: remove --dmidecode option from man page
* pci: crs: fetch BIOS date from /sys/class/dmi/id/bios_date
* lib + tests: remove framework dmidecode and --dmidecode option
* lib: fwts_dump: don't use fw->dmidecode anymore
* lib: fwts_dump: warnings if not being run by root.
* lib: fwts_framework: fwts_framework_show_version() more generic
* lib + tests: add warning flag to fwts_check_root_euid()
* klog: enable this for non-x86
* pci: maxreadreq: enable this for non-x86
* kernel: oops: enable this for non-x86
* lib: fwts_dump: do sensible non-x86 dumps
* lib: fwts_smbios: fix non-x86 build failure.
-- Colin King Thu, 20 Oct 2011 09:11:00 +0100
fwts (0.24.09) oneiric; urgency=low
* bios: Add PnP Installation Check structure test
* bios: pciirq: fix formatting
* bios: Add Legacy PCI IRQ Routing Table test
-- Colin King Wed, 19 Oct 2011 18:41:00 +0100
fwts (0.24.08) oneiric; urgency=low
* debian: remove dependancy on dmidecode
* pci: crs: get BIOS date from SMBIOS rather than rely on dmidecode
* lib: fwts_smbios: add in fwts_dmi_header from dmi_decode
* lib: fwts_smbios, fetch version number too.
* dmi: dmi_decode: complete re-write, better detection (LP: #874373)
* bios: smbios: handle legacy DMI header
* lib: smbios: handle legacy DMI header
* lib: tidy up headers
* bios: smbios: use smbios find helper
* lib: add smbios find helper
* bios: smbios: check header fully and dump fields (LP: #876331)
* bios: bios32: use fwts_checksum
* acpi: checksum: use fwts_checksum
* lib: fwts_acpi_tables: use fwts_checksum
* lib: multiproc: use fwts_checksum
* lib: add checksum helper fwts_checksum()
* bios: smbios: use systab efi helper
* lib: fwts_acpi_tables: use systab efi helper
* lib: add efi systab scanning helper.
* acpi: fwts_apci_method + method: improve error checking and object dumping
-- Colin King Tue, 18 Oct 2011 16:36:00 +0100
fwts (0.24.07) oneiric; urgency=low
* uefi: uefidump: use new fwts_guid_buf_to_str()
* acpi: wmi: use new fwts_guid_buf_to_str()
* lib: Add GUID string formatting
* acpi: method: use acpi_methods_* funcs
* lib: add acpi_methods_* handling
-- Colin King Fri, 14 Oct 2011 15:56:00 +0100
fwts (0.24.06) oneiric; urgency=low
* libfwtsiasl: ensure .y builds are not racey
* acpi: method: fix typo on method_exists() func name
* lib: fwts_log: fix off-by error on month on %date (LP: #872736)
* Add debian autopackager
-- Colin King Thu, 13 Oct 2011 11:29:00 +0100
fwts (0.24.05) oneiric; urgency=low
* libfwtsiasl: fix pbuilder warnings
* Add notes on structure and coding conventions of fwts
* example: blank test - fix to use new framework style
* fwts_wrapper: update copyright dates
* Remove old cruft
* Update README_ACPICA to keep in sync with latest ACPICA
* Update with autoreconf respin
* Update to ACPICA, commit 45ebe2cf90521fe511b827007e9c1e5c610292b6
-- Colin King Fri, 7 Oct 2011 19:01:00 +0100
fwts (0.24.04) oneiric; urgency=low
* acpi: checksum: output correct checksum value (LP: #869018)
* framework: -T option should be -t, (LP: #868226)
* klog: detect WMI driver pr_info() warning messages (LP: #865384)
-- Colin King Thu, 6 Oct 2011 14:50:00 +0100
fwts (0.24.03) oneiric; urgency=low
* acpi: acpitables: Tidy FADT RESET_REG error message.
* acpi: method: relax _BIF, _BIX tests.
* acpi: acpitables: fix spurious advice infomation (LP: #862170)
* acpi: method: less noisy errors when many _BCL levels are in wrong order.
* acpi: method: Check _BST charging + discharging more thoroughly (LP: #862153)
-- Colin King Thu, 29 Sep 2011 10:48:49 +0100
fwts (0.24.02) oneiric; urgency=low
* acpi: method: check AE_OK return from AcpiEvaluateObject()
* pci: maxreadreq: add more helpful advice (LP: #859651)
* acpi: method: Make incorrect _WAK returns non-fatal as kernel ignores these anyway.
* lib: fwts_hwinfo: do pactl checking correctly (LP: #837606)
-- Colin King Wed, 28 Sep 2011 11:42:00 +0100
fwts (0.24.01) oneiric; urgency=low
* add fwts-collect man page
* debian: add fwts-collect to fwts installer
* scripts: fwts-collect - collect up logs for bug reporting
-- Colin King Tue, 20 Sep 2011 18:28:46 +0100
fwts (0.24.00) oneiric; urgency=low
* iso-image: fwts_wrapper dialog wrapper script.
* assets: fwts logo
-- Colin King Tue, 20 Sep 2011 18:16:00 +0100
fwts (0.23.23) oneiric; urgency=low
* cmos: cmosdump: fix floppy disk info
* cmos: cmosdump: fix register 0x0b dump (LP: #837969)
-- Colin King Wed, 31 Aug 2011 17:07:34 +0100
fwts (0.23.22) oneiric; urgency=low
* declare various private variables and functions static (LP: #837215)
* bios: multiproc: make mpdump_get_apic_id static
* bios: multiproc: remove redundant mpcheck_get_apic_id()
* cpu: virt: make cpu_has_vmx static
* acpi: lid: make lid_*() static
* acpi: ac_adapter: make ac_adapter_check_field static
* acpi: powerbutton: make power_button_check_field static
* acpi: brightness: make *_setting static
* cpu: virt: make cpu_has_svm, vt_locked_by_bios static
* lib: framework: make init funcs static
* acpi: wmi: make wmi_wdg_flags_to_text() static
* bios: mtrr: rename fwts_virt_cpuinfo to fwts_cpuinfo
* acpi: acpidump: make table_vec static
* cpu: msr: make cpuinfo static
* acpi: ac_adapter: make ac_adapterdir static
* acpi: lid: make liddir static
* acpi: powerbutton: make power_buttondir static
* bios: mtrr: remove redundant mtrr_resource
* acpi: acpidump: fix typo 'Sealed Case'
* cpu: msr: drop TSC_AUX and SMBASE tests (LP: #834591)
-- Colin King Tue, 30 Aug 2011 09:18:53 +0100
fwts (0.23.21) oneiric; urgency=low
* acpi: acpitables: remove false positive warnings (LP: #833644)
* acpi: method: don't run mobile platform tests on servers (LP: #834554)
* bios: mpcheck: check uniqueness of CPU APIC IDs (LP: #834504)
* acpi: cstates: drop experimental status of the test.
-- Colin King Fri, 26 Aug 2011 11:05:19 +0100
fwts (0.23.20) oneiric; urgency=low
* hpet: hpet_check: get HPET base on newer kernel logs (LP: #832273)
-- Colin King Tue, 23 Aug 2011 19:56:23 +0100
fwts (0.23.19) oneiric; urgency=low
* apci: fan: use newer thermal interface, test fans on loaded CPU (LP: #831905)
-- Colin King Tue, 23 Aug 2011 12:12:12 +0100
fwts (0.23.18) oneiric; urgency=low
* lib: acpica: ensure table pointers are NULL when table input is corrupt (LP: #826774)
-- Colin King Mon, 15 Aug 2011 15:33:30 +0100
fwts (0.23.17) oneiric; urgency=low
* acpi: method: tidy up source.
* acpi: acpitables: tidy up source.
* acpi: wmi: tidy up source.
* acpi: wakealarm: tidy up source.
* acpi: syntaxcheck: tidy up source.
* acpi: s4: tidy up source.
* acpi: s3power: tidy up source.
* acpi: s3: tidy up source.
* acpi: powerbutton: tidy up source.
* acpi: osilinux: tidy up source.
* acpi: mcfg: tidy up source.
* acpi: lid: fix failure format string (LP: #826676)
* acpi: klog: tidy up source.
* acpi: fan: tidy up source.
* acpi: fadt: tidy up source.
* acpi: dmar: tidy up source.
* acpi: cstates: tidy up source.
* acpi: common: tidy up source.
* acpi: checksum: tidy up source.
* acpi: battery: tidy up source.
* acpi: apicinstance: tidy up source.
* acpi: acpiinfo: tidy up source.
* acpi: ac_adapter: tidy up source.
-- Colin King Mon, 15 Aug 2011 12:11:12 +0100
fwts (0.23.16) oneiric; urgency=low
* cpu: virt: tidy up sources.
* cpu: nx: tidy up source.
* cpu: msr: tidy up source.
* cpu: microcode: tidy up source.
* cpu: maxfreq: tidy up source.
* cpu: cpufreq: tidy up source.
* hotkey: hotkey: tidy up source.
* dmi: dmi_decode: fix failure format string (LP: #826418)
* kernel: version: tidy up source.
* kernel: oops: tidy up source.
* cmos: cmosdump: tidy up source.
* apic: apicedge: tidy up source.
* pci: maxreadreq: tidy up source.
* pci: crs: tidy up source.
-- Colin King Sun, 14 Aug 2011 21:04:00 +0100
fwts (0.23.15) oneiric; urgency=low
* lib: fwts_framework: helper macros: use fmt arg
* bios: os2gap: add more failure info.
* bios: smbios: tidy up source.
* bios: romdump: tidy up source.
* bios: os2gap: fix failure format string (LP: #825945)
* bios: mtrr: tidy up source.
* bios: memmapdump: tidy up source.
* bios: hdaaudio: tidy up source.
* bios: ebda_region: tidy up source.
* bios: ebdadump: tidy up source.
* bios: bios_info: tidy up source.
* bios: bios32: tidy up source.
* bios: mpcheck: tidy up source.
-- Colin King Sat, 13 Aug 2011 21:33:00 +0100
fwts (0.23.14) oneiric; urgency=low
* lib: fwts_acpi_tables: make acpidump parsing more resiliant to bad data.
* lib: fwts_acpi_tables: read in data correctly (LP: #818042)
* acpi: checksum: handle RSDP.
* lib: fwts_acpi_tables.h: add fwts_acpi_checksum
* lib: fwts_acpi_tables: name RSD PTR to RSDP.
* lib: fwts_acpi_tables: handle ACPI 1.0 sized RSDP
* lib: fwts_acpi: rsdp requires a 64 bit xsdt
* acpi: syntaxcheck: log errors as per-test failures and include unique error code in error.
* acpi: acpitables: add more advice, deprecate FACS test, it was nonsense.
-- Colin King Fri, 29 Jul 2011 17:28:00 +0100
fwts (0.23.13) oneiric; urgency=low
* lib + method test: better handling of object eval errors. (LP: #816877)
* apci: method: detect zero sized access bit width (LP: #816877)
* acpi: method: check for NULL _DDC and _UID object returns.
* acpi: method: only derefernce non-null _DOD objects (LP: #816824)
* lib: acpica: make hash unsigned int (LP: #816819)
* acpi: syntaxcheck: don't erroneously put syntaxcheck_table.
* cmosdump: print drive info with %hhu and pluralise.
* mpcheck: print uint8_t values with %hhu
* mtrr: print entry reg as uint8_t.
* bios32: print bios32 values in hex.
* fadt: ensure we print out preferred_pm_profile as 8 bit int.
* acpitables: ensure we are printing out correct int values.
* acpi: wmi: fix typo in test identifier.
-- Colin King Wed, 27 Jul 2011 14:17:23 +0100
fwts (0.23.12) oneiric; urgency=low
* lib + tests: add unique test label that identifies each failure test.
* lib + tests: replace fwts_failed_low with fwts_failed.
* lib + tests: replace fwts_failed_medium with fwts_failed.
* lib + tests: replace fwts_failed_high with fwts_failed.
* lib + tests: replace fwts_failed_critical with fwts_failed.
* lib: remove fwts_failed_level macro
* lib + tests: fwts_failed now includes log level.
* lib: fix ARM FTBFS (LP: #814745)
* apcica lib: fake PCI config reads (LP: #813376)
-- Colin King Mon, 25 Jul 2011 14:54:44 +0100
fwts (0.23.11) oneiric; urgency=low
* data: klog.json: add 7 more MTRR BIOS misconfiguration log checks.
-- Colin King Mon, 18 Jul 2011 16:44:42 +0100
fwts (0.23.10) oneiric; urgency=low
* lib: fwts_log: increase log width.
* apci: method: reduce infinite AML loops to 0x0100 iterations.
* cpu: msr: remove redundant variable 'failed'.
* cpu: cpufreq: remove redundant variable i
* bios: smbios: comment out redundant assigment.
* acpi: method: fix ommitted args to method evaluate calls.
* lib: fwts_framework: remove redundant var percent.
-- Colin King Tue, 5 Jul 2011 17:42:00 +0100
fwts (0.23.09) oneiric; urgency=low
* acpi: syntaxcheck: fix segfault due to null error list (LP: #805980)
-- Colin King Tue, 5 Jul 2011 15:45:20 +0100
fwts (0.23.08) oneiric; urgency=low
* kernel: oops: make oops failures critical (LP: #797649)
-- Colin King Wed, 15 Jun 2011 12:08:00 +0100
fwts (0.23.07) oneiric; urgency=low
* fix changelog LP bug number formatting
* fix incorrect aborted total (LP: #789114)
* fix table loading (LP: #784013)
* fwts_iasl: fix segfault on bad input (LP: #781709)
* acpi: method: fix incorrect sem counts (LP: #744405)
-- Colin King Fri, 27 May 2011 16:20:23 +0100
fwts (0.23.06) oneiric; urgency=low
* acpi: s3power: measure power loss during S3 suspend.
* lib: fwts_framework: fix LP: #789114, incorrect aborted total
* acpi: s3: remove redundant deinit
-- Colin King Fri, 27 May 2011 15:17:02 +0100
fwts (0.23.05) oneiric; urgency=low
* lib: fwts_acpi_tables: fix LP: #784013, cannot load tables.
* acpi: apicinstance: fix 64 bit build error
* acpi: acpidump: fix 64 bit build error
* lib: fwts_pipeio: fix 64 bit build error
* lib: fwts_list: tidy up fwts_list_len
-- Colin King Tue, 17 May 2011 16:42:00 +0100
fwts (0.23.04) oneiric; urgency=low
* lib: fwts_iasl: fix LP: #781709, segfault on bad input
* lib: fwts_stringextras: use const where appropriate
* lib: fwts_pipe_read: length should be ssize_t
* lib: fwts_mp_checksum: use const where appropriate
* lib: fwts_mmap: use const where appropriate
* lib: fwts_firmware: remove redundant FLAGS
* lib: fwts_cmos_read: offset should be const uint8_t
* lib: fwts_tag: use const where appropriate
* lib: fwts_uefi: use const where appropriate
* lib: fwts_formatting: use const where appropriate
* lib: fwts_acpi_tables: use const and size_t where appropriate
* lib: fwts_acpi_table_info: make data const void * and length size_t
* lib + tests: fwts_acpi_event_read(): use size_t for length
* lib: fwts_alloc: use const
-- Colin King Thu, 12 May 2011 17:38:00 +0200
fwts (0.23.03) oneiric; urgency=low
* acpi: syntaxcheck: remove redundant params
* lib: fwts_multiproc: fix -Wextra warnings
* lib: fwts_log.h: make magic unsigned int
* lib: fwts_klog: fix calloc failure check
* lib: fwts_dump: fix -Wextra warnings
* lib: fwts_alloc: make magic unsigned int
* lib: fwts_interactive: make fwts_getchar more robust
* lib: fwts_cpu: call _exit() on signal
* lib: fwts_text_list: remove fwts_text_list_dump
* doc: manpage: update introduction
-- Colin King Wed, 4 May 2011 08:59:42 +0100
fwts (0.23.02) oneiric; urgency=low
* debian: control: fix typos
* bios: mpcheck: fix reporting of incorrect CPU entry that has suspect LAPIC ID
* bios: multiproc: drop APIC version check, fix io_apic_entries feedback.
* acpi: method: fix typo in THERM check.
* acpi: method: fix false alert with THERM check.
* acpi: wmi: fix guidstr: should be all in uppercase.
* cpu: msr: Add AMD specific MSR checks.
* cpu: msr: add CPU arch specific MSR checks.
* lib: fwts_cpu: use sysconf to determine number of CPUs
* acpi: method: fix LP: #744405, incorrect sem counts
* method: rename *execute* -> *evaluate*
* hotkey: check for keyboard find failure.
* lib: acpica: disable single step debug when hitting AML_BREAK_POINT opcodes.
* bios: hdaudio: minor tidy up of formatting and code.
* acpi: s4: remove redundant 'Restarting tasks' check
* acpi: wmi: check for known GUIDs
-- Colin King Fri, 8 Apr 2011 10:36:52 +0100
fwts (0.23.01) oneiric; urgency=low
* work around systems that don't support MAP32_BIT (LP: #739256)
-- Colin King Mon, 21 Mar 2011 10:49:00 +0000
fwts (0.23.00) oneiric; urgency=low
* post natty freeze, bug fixes and new features
* fix segfault of method test on 64 bit machines (LP: #736874)
* drop thermal_trip test (LP: #730132)
* Fix cstates test (LP: #728685)
* acpi: acpidump: use more sensible heading, fix SCI text
* hpet: Fail test and skip sanity check when base address not found
* bios: ebda_region: close fd on error
* acpi: acpidump: use more sensible heading, fix SCI text
* hpet: Fail test and skip sanity check when base address not found
* bios: ebda_region: close fd on error.
* lib: fwts_acpi_tables: check for broken table sizes.
* lib: use low memory allocator for ACPI tables
* lib: fwts: include fwts_alloc.h
* lib: add 32 bit allocator
* lib: multiproc: add check of lower 1K region
* cpu: msr: fix 64 bit build warnings.
* lib: summary: add totals to table.
* cpu: msr: add MSR checking.
* lib: cpu: add Intel and AMD cpu ident checks.
* pci: crs: use FWTS_ROOT_PRIV flag
* uefi: uefidump: use FWTS_ROOT_PRIV flag
* pci: maxreadreq: use FWTS_ROOT_PRIV flag
* hpet: hpet_check: use FWTS_ROOT_PRIV flag
* hotkey: hotkey: use FWTS_ROOT_PRIV flag
* dmi: dmi_decode: use FWTS_ROOT_PRIV flag
* cpu: virt: use FWTS_ROOT_PRIV flag
* cpu: nx: use FWTS_ROOT_PRIV flag
* cpu: microcode: use FWTS_ROOT_PRIV flag
* bios: smbios: use FWTS_ROOT_PRIV flag and remove .init
* bios: romdump: use FWTS_ROOT_PRIV flag and remove .init
* bios: mpdump: use FWTS_ROOT_PRIV flag
* bios: mpcheck: use FWTS_ROOT_PRIV flag
* bios: mtrr: use FWTS_ROOT_PRIV flag
* bios: ebdadump: use FWTS_ROOT_PRIV flag and remove .init
* bios: ebda_region: use FWTS_ROOT_PRIV flag
* bios: bios32: use FWTS_ROOT_PRIV flag and remove .init
* acpi: wakealarm: use FWTS_ROOT_PRIV flag
* acpi: s4: use FWTS_ROOT_PRIV flag
* acpi: s3: use FWTS_ROOT_PRIV flag
* acpi: mcfg: use FWTS_ROOT_PRIV flag
* acpi: fadt: use FWTS_ROOT_PRIV flag
* cmos: cmosdump: use FWTS_ROOT_PRIV flag, remove init check
* lib: framework: allow FWTS_ROOT_PRIV flag on test
* lib: framework: add ROOT_PRIV flag, tidy _run_test
* lib: framework: rationalise test status logging.
* lib: framework: rename FWTS_*_TEXT to FWTS_FRAMEWORK_*, move typedef into header.
* framework + tests: remove .headline, replace with .description
* data: klog.json: add 6 MultiProcessor table checks.
* lib, bios: mpcheck: move MP header signature to fwts_multiproc.h
* bios: multiproc check - fix to make it a batch test.
* bios: multiproc check - fix test heading.
* add new multiproc table sanity checking.
* method: reference /sys/class/thermal rather than /proc/acpi/thermal_zone
* tests, lib: use new fwts_ebda_get() primitive
* lib: add fwts_ebda_get - return EBDA offset for mmap'ing the region
* acpi: acpudump: use more sensible heading, fix SCI text
* bios: add ebdadump to dump EBDA region
* tests: use fwts_mmap primitives
* lib: use fwts_mmap primitives
* lib: add fwts_mmap - memory mapping primitives
* multiproc: mpdump: collate data into tables.
* lib + test: initial MultiProc test support
* hpet: Fail test and skip sanity check when base address not found
* bios: ebda_region: close fd on error.
-- Colin King Thu, 17 Mar 2011 16:43:54 +0000
fwts (0.22.03) natty; urgency=low
* Fixes for lintian warnings (LP: #725336)
* fix build order (acpica/source/compiler must build first)
-- Colin King Fri, 25 Feb 2011 23:15:01 +0000
fwts (0.22.02) natty; urgency=low
* clean up libtool linker usage.
* fix build order (acpica/source/compiler must build first).
* remove redundant 2nd pciutils from control file.
* lib: virt: rename exec_cpuid to fwts_exec_cpuid
* lib: acpid: rename event funcs with fwts_ prrefix
* configure.ac: remove AC_PROG_OBJCOPY
* debian: control: add more description to libraries.
* acpi: acpidump: fix typo 'suppored' -> 'supported'.
* doc: fwts man page: fix - to \-
-- Colin King Fri, 25 Feb 2011 16:36:23 +0000
fwts (0.22.01) natty; urgency=low
* Fixes for minor bugs (LP: #723746)
* bios: mtrr: fix: disable MTRR VGA test as it is not helpful.
* doc: fix fwts man page, remove duplicated -s options.
* acpi: s3: fix typo.
* acpi: method: comments on what needs testing.
* bios: mtrr: fix to stop valgrind complaining.
* lib: fwts_summary: fix summary fields to fit in 80 columns.
-- Colin King Wed, 23 Feb 2011 14:37:00 +0000
fwts (0.22.00) natty; urgency=low
* New version for Natty release (LP: #720271)
* New upstream version 0.22.00
-- Colin King Wed, 16 Feb 2011 18:47:59 +0000
fwts (0.21.15) natty; urgency=low
* summary: collate summary items for a more compact summary.
* klog: add better progress feedback when scanning large logs.
* args: fix optind offset bug.
* klog: add _BCM execution failure check.
* klog: add more intelligence to FADT checking.
* New upstream version 0.21.15
-- Colin King Wed, 16 Feb 2011 16:20:00 +0000
fwts (0.21.14) natty; urgency=low
* acpi: s3,s4: break up pass/fail message summary.
* New upstream version 0.21.14
-- Colin King Tue, 15 Feb 2011 19:50:04 +0000
fwts (0.21.13) natty; urgency=low
* Print informational count when non-zero
* tidy up progress output.
* change results text "informational" to "info only".
* cpu microcode test: remove need to alloc/free cpu list.
* bios mtrr test: check for list_new NULL return.
* arg handling: remove need for alloc/free of options_list
* sort tests on name when dumping list of available tests.
* New upstream version 0.21.13
-- Colin King Sat, 12 Feb 2011 18:38:20 +0000
fwts (0.21.12) natty; urgency=low
* Print informational count when non-zero
* New upstream version 0.21.12
-- Colin King Fri, 11 Feb 2011 23:29:00 +0000
fwts (0.21.11) natty; urgency=low
* Fix skipped message truncation
* Make static libs into shared libs
* New upstream version 0.21.11
-- Colin King Fri, 11 Feb 2011 22:49:40 +0000
fwts (0.21.10) natty; urgency=low
* Extend progress feedback.
* New upstream version 0.21.10
-- Colin King Thu, 10 Feb 2011 18:33:39 +0000
fwts (0.21.09) natty; urgency=low
* Add more feedback during s3, s4 tests.
* Add better arg checking post arg parsing.
* Fix a bunch of typos in s3, s4 help.
* New upstream version 0.21.09
-- Colin King Thu, 10 Feb 2011 15:13:22 +0000
fwts (0.21.08) natty; urgency=low
* Ensure all tests log a passed/failed/skipped/aborted/infoonly state (LP: #715755)
* Add --s3-device-check-delay option
* Add --s4-device-check-delay option
* New upstream version 0.21.08
-- Colin King Wed, 9 Feb 2011 15:08:20 +0000
fwts (0.21.07) natty; urgency=low
* Add --s3-quirks option
* Add --s4-quirks option
* Update man page
* New upstream version 0.21.07
-- Colin King Wed, 9 Feb 2011 11:07:02 +0000
fwts (0.21.06) natty; urgency=low
* Add hwinfo device checking for s3 and s4 tests
* Update man page
* New upstream version 0.21.06
-- Colin King Wed, 9 Feb 2011 00:51:47 +0000
fwts (0.21.05) natty; urgency=low
* acpi: dmar: don't free table as it's a cached copy.
* New upstream version 0.21.05
-- Colin King Tue, 8 Feb 2011 13:38:31 +0000
fwts (0.21.04) natty; urgency=low
* s3, s4: multiple tests must run at least twice if multiples not specified.
* s4, s4: scan log for oopsing to catch driver/kernel breakages.
* oops: Add test to scan for random kernel oopsing.
* manpage - fix data/date typo.
* New upstream version 0.21.04
-- Colin King Wed, 2 Feb 2011 12:03:03 +0000
fwts (0.21.03) natty; urgency=low
* Add uefidump to dump UEFI variables
* Fix cmosdump - was dumping too much data in hex dump.
* Add klog check for banned ioport operations from AML.
* New upstream version 0.21.03
-- Colin King Tue, 25 Jan 2011 15:05:05 +0000
fwts (0.21.02) natty; urgency=low
* Add --s4-min-delay, --s4-max-delay, --s4-delay-delta S4 delay options
* New upstream version 0.21.02
-- Colin King Fri, 21 Jan 2011 16:06:49 +0000
fwts (0.21.01) natty; urgency=low
* Fix null pointer bug
* New upstream version 0.21.01
-- Colin King Sun, 16 Jan 2011 19:42:03 +0000
fwts (0.21.00) natty; urgency=low
* New version for release (LP: #702821)
-- Colin King Fri, 14 Jan 2011 11:13:00 +0000
fwts (0.20.20) natty; urgency=low
* acpi: wmi: handle "table not found" correctly.
* doc: manpage. fix --disassemble-aml text.
* lib: framework: report month correctly (offset by 1)
-- Colin King Fri, 14 Jan 2011 09:28:00 +0000
fwts (0.20.19) natty; urgency=low
* New version for release (LP: #701843)
* lib: framework: add --disassemble-aml to help.
* lib: fwts_acpi.h: remove old FWTS_GET_* macros.
* all: update copyright date.
* lib: framework: use list head macro.
* lib: list: include list head and tail macros
* hpet: hpet_check: use list iterator (for klog scanning).
* bios: mtrr: minor rewrite to stop scoping of item confusion when
doing mtrr_bios_list scanning
* bios: mtrr: use list iterator
* New upstream version 0.20.19
-- Colin King Wed, 12 Jan 2011 09:58:07 +0000
fwts (0.20.18) natty; urgency=low
* Add --disassemble-aml to disassemble AML in DSDT and SSDT tables
* Add more syntaxcheck advise
* New upstream version 0.20.18
-- Colin King Mon, 10 Jan 2011 16:11:52 +0000
fwts (0.20.17) natty; urgency=low
* Add --s4-sleep-delay=N option to specify delays during hibernate
* Add syntaxcheck advise from a json lookup table
* New upstream version 0.20.17
-- Colin King Thu, 6 Jan 2011 19:17:02 +0000
fwts (0.20.16) natty; urgency=low
* Dump out AML source with error message on syntaxcheck test
* New upstream version 0.20.16
-- Colin King Thu, 6 Jan 2011 11:47:47 +0000
fwts (0.20.15) natty; urgency=low
* Disable case sensitivity in lex scanner
* Tidy up iasl specific code
* New upstream version 0.20.15
-- Colin King Wed, 5 Jan 2011 19:07:59 +0000
fwts (0.20.14) natty; urgency=low
* Add debian/libfwtsiasl1.install
* New upstream version 0.20.14
-- Colin King Wed, 5 Jan 2011 14:14:05 +0000
fwts (0.20.13) natty; urgency=low
* Include ACPICA iasl compiler into a library
* Remove --iasl option
* Remove need to check for existance of iasl tool
* New upstream version 0.20.13
-- Colin King Wed, 5 Jan 2011 13:18:02 +0000
fwts (0.20.12) natty; urgency=low
* Update with latest ACPICA sources
* New upstream version 0.20.12
-- Colin King Tue, 28 Dec 2010 16:55:43 +0000
fwts (0.20.11) natty; urgency=low
* Add and use fwts_list_data() to access list data more abstractly
* acpica: fix init/deinit bug, avoid double free'ing of DSDT
* framework: add per test pass/fail/abort/warn/skip summary
* framework: move per test results to fwts_framework_ops so we can tabulate in summary
* framework: remove current_ops
* framework: fix memory leak detected with valgrind
* method: remove unwanted _OSI cruft
* remove trailing whitespaces from sources
* framework: pretty print -h, --help output to tty width
* framework: fix typos in help
* New upstream version 0.20.11
-- Colin King Tue, 21 Dec 2010 14:55:58 +0000
fwts (0.20.10) natty; urgency=low
* New version for release (LP: #690598)
* Fix a couple of memory leaks
* Add MTRR misconfiguration klog checks
* oscilinux: make test a warning rather than a low failure
* klog, only scan unique error messages and report repeats, reduces noise
* _OSI(Linux) klog errors logged as just information rather than an error
* New upstream version 0.20.10
-- Colin King Wed, 15 Dec 2010 11:27:27 +0000
fwts (0.20.09) natty; urgency=low
* show available tests in short form
* don't display progress on interactive tests
* New upstream version 0.20.09
-- Colin King Wed, 15 Dec 2010 00:01:23 +0000
fwts (0.20.08) natty; urgency=low
* method test: check for null object returns.
* New upstream version 0.20.08
-- Colin King Thu, 9 Dec 2010 15:05:44 +0000
fwts (0.20.07) natty; urgency=low
* s4 test: only attempt to hibernate if swap is available
* klog test: only dump advice if it's available.
* More info in _WAK test failure
* New upstream version 0.20.07
-- Colin King Thu, 9 Dec 2010 09:15:00 +0000
fwts (0.20.06) natty; urgency=low
* Fix hangs on corrupt input ACPI table data
* Add some IO APIC kernel log scanning checks
* New upstream version 0.20.06
-- Colin King Tue, 7 Dec 2010 11:53:00 +0000
fwts (0.20.05) natty; urgency=low
* Add --lp-tags-log option to log LP tags into the results log
* Make --lp-tags just dump out all LP tags found in testing
* New upstream version 0.20.05
-- Colin King Sat, 4 Dec 2010 19:22:39 +0000
fwts (0.20.04) natty; urgency=low
* Fix stack smashing on corrupt ACPI dumped data input
* Add -j, --json-data-path options
* New upstream version 0.20.04
-- Colin King Sat, 4 Dec 2010 01:12:22 +0000
fwts (0.20.03) natty; urgency=low
* Changes to run successfully on UEFI systems.
* New upstream version 0.20.03
-- Colin King Fri, 3 Dec 2010 15:48:57 +0000
fwts (0.20.02) natty; urgency=low
* Fix help and update man page for -u, --utils option
* New upstream version 0.20.02
-- Colin King Fri, 3 Dec 2010 11:56:01 +0000
fwts (0.20.01) natty; urgency=low
* Fix PowerPC and ARM FTBFS issues (LP: #684663)
* New upstream version 0.20.01
-- Colin King Fri, 3 Dec 2010 11:09:49 +0000
fwts (0.20.00) natty; urgency=low
* Add -u, --utils option
* New upstream version 0.20.00
-- Colin King Wed, 1 Dec 2010 16:27:37 +0000
fwts (0.19.29) maverick; urgency=low
* Fix 64 bit build warnings
* Add more advice into method test
* New upstream version 0.19.29
-- Colin King Mon, 30 Nov 2010 14:26:23 +0000
fwts (0.19.28) maverick; urgency=low
* Add in acpitable MADT checks for APICs
* dump out global_irq_base from MADT IO APIC correctly
* New upstream version 0.19.28
-- Colin King Fri, 26 Nov 2010 18:43:01 +0000
fwts (0.19.27) maverick; urgency=low
* Fix GCC warnings now that we're checking log printf() args
* Add infinite loop checking in AML method execution
* New upstream version 0.19.27
-- Colin King Fri, 26 Nov 2010 11:26:47 +0000
fwts (0.19.26) maverick; urgency=low
* Add more ACPI method tests
* New upstream version 0.19.26
-- Colin King Tue, 23 Nov 2010 15:41:34 +0000
fwts (0.19.25) maverick; urgency=low
* Add in ACPICA core + ACPI method tests
* New upstream version 0.19.25
-- Colin King Tue, 23 Nov 2010 10:02:10 +0000
fwts (0.19.24) maverick; urgency=low
* Minor changes in help text and better CMOS error detection.
* New upstream version 0.19.24
-- Colin King Sun, 21 Nov 2010 12:22:21 +0000
fwts (0.19.23) maverick; urgency=low
* More intelligent advice for FADT pointer mismatches to FACS
* New upstream version 0.19.23
-- Colin King Fri, 19 Nov 2010 18:36:56 +0000
fwts (0.19.22) maverick; urgency=low
* Add \_SB_._OSC buffer overflow checking
* Add more graceful ACPI table load failure error handling
* New upstream version 0.19.22
-- Colin King Thu, 18 Nov 2010 13:48:03 +0000
fwts (0.19.21) maverick; urgency=low
* Fix wmi and hpet test breakage
* New upstream version 0.19.21
-- Colin King Mon, 15 Nov 2010 17:39:34 +0000
fwts (0.19.20) maverick; urgency=low
* Add acpitable test
* New upstream version 0.19.20
-- Colin King Mon, 15 Nov 2010 13:22:23 +0000
fwts (0.19.19) maverick; urgency=low
* Add acpitable test
* New upstream version 0.19.19
-- Colin King Fri, 12 Nov 2010 15:33:17 +0000
fwts (0.19.18) maverick; urgency=low
* Update makefile
* New upstream version 0.19.18
-- Colin King Thu, 11 Nov 2010 15:37:53 +0000
fwts (0.19.17) maverick; urgency=low
* klog data now in json formatted datafile
* New upstream version 0.19.17
-- Colin King Thu, 11 Nov 2010 14:59:02 +0000
fwts (0.19.16) maverick; urgency=low
* New upstream version 0.19.16
-- Colin King Wed, 10 Nov 2010 16:24:27 +0000
fwts (0.19.15) maverick; urgency=low
* New upstream version 0.19.15
-- Colin King Wed, 10 Nov 2010 09:15:02 +0100
fwts (0.19.14) maverick; urgency=low
* New upstream version 0.19.14
-- Colin King Tue, 9 Nov 2010 15:59:32 +0100
fwts (0.19.13) maverick; urgency=low
* New upstream version 0.19.13
-- Colin King Sat, 6 Nov 2010 15:35:10 +0100
fwts (0.19.12) maverick; urgency=low
* New upstream version 0.19.12
-- Colin King Fri, 5 Nov 2010 15:33:23 +0100
fwts (0.19.11) maverick; urgency=low
* New upstream version 0.19.11
-- Colin King Mon, 1 Nov 2010 17:37:52 +0100
fwts (0.19.10) maverick; urgency=low
* New upstream version 0.19.10
-- Colin King Mon, 1 Nov 2010 16:47:21 +0100
fwts (0.19.09) maverick; urgency=low
* New upstream version 0.19.09
-- Colin King Sat, 30 Oct 2010 13:30:13 +0100
fwts (0.19.08) maverick; urgency=low
* New upstream version 0.19.08
-- Colin King Sat, 30 Oct 2010 11:51:10 +0100
fwts (0.19.07) maverick; urgency=low
* New upstream version 0.19.07
-- Colin King Thu, 28 Oct 2010 10:43:00 +0100
fwts (0.19.06) maverick; urgency=low
* New upstream version 0.19.06
-- Colin King Mon, 18 Oct 2010 12:24:02 +0100
fwts (0.19.05) maverick; urgency=low
* New upstream version 0.19.05
-- Colin King Mon, 11 Oct 2010 14:31:10 +0100
fwts (0.19.04) maverick; urgency=low
* New upstream version 0.19.04
-- Colin King Wed, 6 Oct 2010 16:41:21 +0100
fwts (0.19.03) maverick; urgency=low
* New upstream version 0.19.03
-- Colin King Wed, 6 Oct 2010 12:38:42 +0100
fwts (0.19.02) maverick; urgency=low
* New upstream version 0.19.02
-- Colin King Tue, 5 Oct 2010 09:49:10 +0100
fwts (0.19.01) maverick; urgency=low
* New upstream version 0.19.01
-- Colin King Mon, 4 Oct 2010 13:56:53 +0100
fwts (0.19.00) maverick; urgency=low
* New upstream version 0.19.00
-- Colin King Mon, 4 Oct 2010 13:15:22 +0100
fwts (0.18.02) maverick; urgency=low
* FADT test read correct ACPI table from /sys/firmware (closes: #627959)
* New upstream version 0.18.02
-- Colin King Wed, 1 Sep 2010 11:11:20 +0100
fwts (0.18.01) maverick; urgency=low
* New upstream version 0.18.01
-- Colin King Fri, 13 Aug 2010 10:04:54 +0100
fwts (0.18.0) maverick; urgency=low
* New upstream version 0.18.0
-- Colin King Thu, 12 Aug 2010 19:09:19 +0100
fwts (0.17.9.1) maverick; urgency=low
* New upstream version 0.17.9.1
-- Colin King Thu, 12 Aug 2010 19:01:49 +0100
fwts (0.17.9) maverick; urgency=low
* New upstream version 0.17.9
-- Colin King Sat, 7 Aug 2010 20:17:31 +0100
fwts (0.17.8) maverick; urgency=low
* New upstream version 0.17.8
-- Colin King Sat, 7 Aug 2010 19:08:56 +0100
fwts (0.17.7) maverick; urgency=low
* New upstream version 0.17.7
-- Colin King Sat, 7 Aug 2010 18:59:59 +0100
fwts (0.17.6) maverick; urgency=low
* New upstream version 0.17.6
-- Colin King Sat, 7 Aug 2010 18:14:48 +0100
fwts (0.17.5) maverick; urgency=low
* New upstream version 0.17.5
-- Colin King Fri, 6 Aug 2010 09:14:45 +0100
fwts (0.17.4) maverick; urgency=low
* New upstream version 0.17.4
-- Colin King Tue, 3 Aug 2010 15:36:02 +0100
fwts (0.17.3) maverick; urgency=low
* New upstream version 0.17.3
-- Colin King Fri, 30 Jul 2010 08:54:12 +0100
fwts (0.17.2) maverick; urgency=low
* New upstream version 0.17.2
-- Colin King Wed, 28 Jul 2010 12:20:07 +0100
fwts (0.17.1) maverick; urgency=low
* New upstream version 0.17.1
-- Colin King Tue, 27 Jul 2010 17:57:01 +0100
fwts (0.17.0) maverick; urgency=low
* New upstream version 0.17.0
-- Colin King Fri, 23 Jul 2010 16:32:58 +0200
fwts (0.16.14) maverick; urgency=low
* New upstream version 0.16.14
-- Colin King Fri, 23 Jul 2010 10:56:53 +0200
fwts (0.16.13) maverick; urgency=low
* New upstream version 0.16.13
-- Colin King Fri, 23 Jul 2010 10:40:40 +0200
fwts (0.16.12) maverick; urgency=low
* New upstream version 0.16.12
-- Colin King Thu, 22 Jul 2010 15:49:14 +0100
fwts (0.16.11) maverick; urgency=low
* New upstream version 0.16.11
-- Colin King Wed, 21 Jul 2010 10:54:20 +0200
fwts (0.16.10) maverick; urgency=low
* New upstream version 0.16.10
-- Colin King Mon, 19 Jul 2010 14:11:26 +0100
fwts (0.16.09) maverick; urgency=low
* New upstream version 0.16.09
-- Colin King Sat, 17 Jul 2010 14:55:38 +0100
fwts (0.16.08) maverick; urgency=low
* New upstream version 0.16.08
-- Colin King Fri, 16 Jul 2010 11:22:17 +0100
fwts (0.16.07) maverick; urgency=low
* New upstream version 0.16.07
-- Colin King Thu, 15 Jul 2010 15:25:44 +0100
fwts (0.16.06) maverick; urgency=low
* New upstream version 0.16.06
-- Colin King Thu, 15 Jul 2010 10:07:43 +0100
fwts (0.16.05) maverick; urgency=low
* New upstream version 0.16.05
-- Colin King Mon, 12 Jul 2010 10:22:40 +0100
fwts (0.16.04) maverick; urgency=low
* New upstream version 0.16.04
-- Colin King Sat, 10 Jul 2010 19:22:54 +0100
fwts (0.16.03) maverick; urgency=low
* New upstream version 0.16.03
-- Colin King Fri, 9 Jul 2010 18:41:53 +0100
fwts (0.16.02) maverick; urgency=low
* New upstream version 0.16.02
-- Colin King Thu, 8 Jul 2010 19:29:36 +0100
fwts (0.16.01) maverick; urgency=low
* New upstream version 0.16.01
-- Colin King Thu, 8 Jul 2010 13:59:51 +0100
fwts (0.16.0) maverick; urgency=low
* New upstream version 0.16.0
-- Colin King Thu, 8 Jul 2010 10:49:04 +0100
fwts (0.15.9) maverick; urgency=low
* New upstream version 0.15.9
-- Colin King Thu, 8 Jul 2010 09:25:17 +0100
fwts (0.15.8) maverick; urgency=low
* New upstream version 0.15.8
-- Colin King Wed, 7 Jul 2010 20:00:03 +0100
fwts (0.15.7) maverick; urgency=low
* New upstream version 0.15.7
-- Colin King Tue, 6 Jul 2010 19:50:01 +0100
fwts (0.15.6) maverick; urgency=low
* New upstream version 0.15.6
-- Colin King Tue, 6 Jul 2010 10:13:06 +0100
fwts (0.15.5) maverick; urgency=low
* New upstream version 0.15.5
-- Colin King Mon, 5 Jul 2010 18:23:47 +0100
fwts (0.15.4) maverick; urgency=low
* New upstream version 0.15.4
-- Colin King Mon, 5 Jul 2010 17:05:00 +0100
fwts (0.15.3) maverick; urgency=low
* New upstream version 0.15.3
-- Colin King Mon, 5 Jul 2010 12:22:25 +0100
fwts (0.15.2) maverick; urgency=low
* New upstream version 0.15.2
-- Colin King Sun, 4 Jul 2010 15:33:27 +0100
fwts (0.15.1) maverick; urgency=low
* New upstream version 0.15.1
-- Colin King Fri, 2 Jul 2010 06:15:03 +0100
fwts (0.15.0) maverick; urgency=low
* New upstream version 0.15.0
-- Colin King Thu, 1 Jul 2010 12:45:32 +0100
fwts (0.14.8) maverick; urgency=low
* New upstream version 0.14.8
-- Colin King Tue, 29 Jun 2010 17:55:26 +0100
fwts (0.14.7) maverick; urgency=low
* New upstream version 0.14.7
-- Colin King Tue, 29 Jun 2010 10:59:02 +0100
fwts (0.14.6) maverick; urgency=low
* New upstream version 0.14.6
-- Colin King Mon, 28 Jun 2010 16:49:19 +0100
fwts (0.14.5) maverick; urgency=low
* New upstream version 0.14.5
-- Colin King Mon, 28 Jun 2010 15:54:19 +0100
fwts (0.14.4) maverick; urgency=low
* New upstream version 0.14.4
-- Colin King Mon, 28 Jun 2010 12:52:25 +0100
fwts (0.14.3) maverick; urgency=low
* New upstream version 0.14.3
-- Colin King Sun, 27 Jun 2010 11:52:50 +0100
fwts (0.14.2) maverick; urgency=low
* New upstream version 0.14.2
-- Colin King Sat, 26 Jun 2010 20:09:37 +0100
fwts (0.14.1) maverick; urgency=low
* New upstream version 0.14.1
-- Colin King Fri, 25 Jun 2010 17:11:49 +0100
fwts (0.14) maverick; urgency=low
* New upstream version 0.14
-- Colin King Fri, 25 Jun 2010 10:40:02 +0100
fwts (0.13.1) maverick; urgency=low
* New upstream version 0.13.1
-- Colin King Fri, 18 Jun 2010 15:26:53 +0100
fwts (0.13) maverick; urgency=low
* New upstream version 0.13
-- Colin King Fri, 18 Jun 2010 10:48:50 +0100
fwts (0.12.4) maverick; urgency=low
* New upstream version 0.12.4
-- Colin King Thu, 17 Jun 2010 17:55:01 +0100
fwts (0.12.3) maverick; urgency=low
* New upstream version 0.12.3
-- Colin King Thu, 17 Jun 2010 14:09:35 +0100
fwts (0.12.2) maverick; urgency=low
* New upstream version 0.12.2
-- Colin King Thu, 17 Jun 2010 12:18:16 +0100
fwts (0.12.1) maverick; urgency=low
* New upstream version 0.12.1
-- Colin King Thu, 17 Jun 2010 11:40:43 +0100
fwts (0.12) maverick; urgency=low
* New upstream version 0.12
-- Colin King Thu, 17 Jun 2010 10:01:08 +0100
fwts (0.11) maverick; urgency=low
* New upstream version 0.11
-- Colin King Mon, 7 Jun 2010 09:04:13 +0100
fwts (0.1) maverick; urgency=low
* New upstream version 0.1
-- Colin King Fri, 28 May 2010 11:15:26 +0100
debian/compat 0000664 0000000 0000000 00000000002 12314704571 0013502 0 ustar 00root root 0000000 0000000 7
debian/control 0000664 0000000 0000000 00000006520 12314704571 0013712 0 ustar 00root root 0000000 0000000 Source: fwts
Section: devel
Priority: optional
Maintainer: Firmware Testing Team
Uploaders: Colin King , Keng-Yu Lin , Alex Hung , Chris Van Hoof , Ivan Hu
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.0.50~), autoconf, automake1.11, libtool, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms
Package: fwts
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), fwts-efi-runtime-dkms (= ${binary:Version}) [amd64] , ${shlibs:Depends}, ${misc:Depends}, pciutils
Suggests: dmidecode
Description: FirmWare Test Suite
This is a firmware test suite that performs sanity checks on Intel/AMD
PC firmware. It is intended to identify BIOS and ACPI errors and
if appropriate it will try to explain the errors and give advice to
help workaround or fix firmware bugs. It is primarily intended to
be a Linux-centric firmware troubleshooting tool.
Package: libfwtsiasl1
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FirmWare Test Suite ACPICA core built for iasl functionality
The firmware test suite requires the ACPICA core engine to be built in
compiler mode (with ACPI_ASL_COMPILER enabled) to support assembly and
disassembly of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs.
This library contains this code with a thin fwts specific API to
interface with fwts.
Package: libfwtsacpica1
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FirmWare Test Suite ACPICA core built for acpiexec functionality
The firmware test suite requires the ACPICA core engine to be built in
execution mode (with ACPI_EXEC_APP enabled) to support run time execution
of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs. This library
contains this code with a thin fwts specific API to interface with fwts.
Package: libfwts1
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FirmWare Test Suite core support library
This is the fwts core library. It contains a top level test framework
and a rich range of firmware specific testing support code for the
various fwts tests.
Package: fwts-frontend
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, dialog, fwts
Description: Firmware Test Suite frontend interface
This is a dialog based interface designed to provide an easy to use method
to execute tests via Firmware Test Suite and is also used as the primary
interface within Firmware Test Suite live images.
Package: fwts-efi-runtime-dkms
Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, dkms, linux-headers-generic | linux-headers | linux-headers-generic-lts-quantal | linux-headers-generic-lts-raring | linux-headers-generic-lts-saucy
Description: Firmware Test Suite UEFI Runtime Service kernel driver
This package provides the efi_runtime kernel driver in DKMS format,
which is required for accessing UEFI Runtime Services.
debian/copyright 0000664 0000000 0000000 00000017145 12314704571 0014247 0 ustar 00root root 0000000 0000000 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fwts
Source: git://kernel.ubuntu.com/hwe/fwts
Files: *
src/acpica/source/compiler/fwts_iasl_interface.c
src/acpica/source/compiler/fwts_iasl_interface.h
Copyright: 2010-2014, Canonical Ltd
License: GPL-2
On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL-2'.
Files: src/acpi/acpiinfo/acpiinfo.c
src/acpi/battery/battery.c
src/acpi/common/common.c
src/acpi/cstates/cstates.c
src/acpi/dmar/dmar.c
src/acpi/fan/fan.c
src/apic/apicedge/apicedge.c
src/bios/ebda_region/ebda_region.c
src/bios/mtrr/mtrr.c
src/cpu/cpufreq/cpufreq.c
src/cpu/microcode/microcode.c
src/dmi/dmi_decode/dmi_decode.c
src/hpet/hpet_check/hpet_check.c
src/lib/include/fwts_e820.h
src/lib/src/e820.c
src/pci/maxreadreq/maxreadreq.c
Copyright: 2010-2014, Canonical Ltd
2006, Intel Corporation
License: GPL-2
On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL-2'.
Files: src/cpu/virt/virt.c
src/lib/include/fwts_virt.h
src/lib/src/virt.c
Copyright: 2010-2014, Canonical Ltd
2007, AMD Inc
2006, Intel Corporation
License: GPL-2
On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL-2'.
Files: src/cpu/virt/virt_svm.c
src/cpu/virt/virt_vmx.c
Copyright: 2010-2014, Canonical Ltd
2007, AMD Inc
2006, Intel Corporation
License: LGPL
On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/LGPL'.
Files: src/acpcia/source/*
Copyright: Copyright (c) 1999 - 2014, Intel Corp.
License: other
2. License
.
2.1. This is your license from Intel Corp. under its intellectual property
rights. You may have additional license terms from the party that provided
you this software, covering your right to use that party's intellectual
property rights.
.
2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
copy of the source code appearing in this file ("Covered Code") an
irrevocable, perpetual, worldwide license under Intel's copyrights in the
base code distributed originally by Intel ("Original Intel Code") to copy,
make derivatives, distribute, use and display any portion of the Covered
Code in any form, with the right to sublicense such rights; and
.
2.3. Intel grants Licensee a non-exclusive and non-transferable patent
license (with the right to sublicense), under only those claims of Intel
patents that are infringed by the Original Intel Code, to make, use, sell,
offer to sell, and import the Covered Code and derivative works thereof
solely to the minimum extent necessary to exercise the above copyright
license, and in no event shall the patent license extend to any additions
to or modifications of the Original Intel Code. No other license or right
is granted directly or by implication, estoppel or otherwise;
.
The above copyright and patent license is granted only if the following
conditions are met:
.
3. Conditions
.
3.1. Redistribution of Source with Rights to Further Distribute Source.
Redistribution of source code of any substantial portion of the Covered
Code or modification with rights to further distribute source must include
the above Copyright Notice, the above License, this list of Conditions,
and the following Disclaimer and Export Compliance provision. In addition,
Licensee must cause all Covered Code to which Licensee contributes to
contain a file documenting the changes Licensee made to create that Covered
Code and the date of any change. Licensee must include in that file the
documentation of any changes made by any predecessor Licensee. Licensee
must include a prominent statement that the modification is derived,
directly or indirectly, from Original Intel Code.
.
3.2. Redistribution of Source with no Rights to Further Distribute Source.
Redistribution of source code of any substantial portion of the Covered
Code or modification without rights to further distribute source must
include the following Disclaimer and Export Compliance provision in the
documentation and/or other materials provided with distribution. In
addition, Licensee may not authorize further sublicense of source of any
portion of the Covered Code, and must include terms to the effect that the
license from Licensee to its licensee is limited to the intellectual
property embodied in the software Licensee provides to its licensee, and
not to intellectual property embodied in modifications its licensee may
make.
.
3.3. Redistribution of Executable. Redistribution in executable form of any
substantial portion of the Covered Code or modification must reproduce the
above Copyright Notice, and the following Disclaimer and Export Compliance
provision in the documentation and/or other materials provided with the
distribution.
.
3.4. Intel retains all right, title, and interest in and to the Original
Intel Code.
.
3.5. Neither the name Intel nor any other trademark owned or controlled by
Intel shall be used in advertising or otherwise to promote the sale, use or
other dealings in products derived from or relating to the Covered Code
without prior written authorization from Intel.
.
4. Disclaimer and Export Compliance
.
4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
PARTICULAR PURPOSE.
.
4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
LIMITED REMEDY.
.
4.3. Licensee shall not export, either directly or indirectly, any of this
software or system incorporating such software without first obtaining any
required license or other approval from the U. S. Department of Commerce or
any other agency or department of the United States Government. In the
event Licensee exports any such software from the United States or
re-exports any such software from a foreign destination, Licensee shall
ensure that the distribution and export/re-export of the software is in
compliance with all laws, regulations, orders, or other restrictions of the
U.S. Export Administration Regulations. Licensee agrees that neither it nor
any of its subsidiaries will export/re-export any technical data, process,
software, or service, directly or indirectly, to any country for which the
United States government or any agency thereof requires an export license,
other governmental approval, or letter of assurance, without first obtaining
such license, approval or letter.
debian/fwts-efi-runtime-dkms.dkms 0000664 0000000 0000000 00000000277 12314704571 0017333 0 ustar 00root root 0000000 0000000 PACKAGE_NAME="fwts-efi-runtime-dkms"
PACKAGE_VERSION="#MODULE_VERSION#"
MAKE[0]="KVER=$kernelver make"
BUILT_MODULE_NAME[0]="efi_runtime"
DEST_MODULE_LOCATION[0]="/updates"
AUTOINSTALL="yes"
debian/fwts-frontend.install 0000664 0000000 0000000 00000000216 12314704571 0016473 0 ustar 00root root 0000000 0000000 live-image/fwts-frontend-text usr/bin
live-image/fwts-live-dialogrc usr/share/fwts
usr/share/man/man1/fwts-frontend-text.1 usr/share/man/man1
debian/fwts.install 0000664 0000000 0000000 00000000327 12314704571 0014661 0 ustar 00root root 0000000 0000000 data/klog.json usr/share/fwts
data/syntaxcheck.json usr/share/fwts
usr/bin/fwts usr/bin
usr/share/man/man1/fwts.1 usr/share/man/man1
scripts/fwts-collect usr/bin
usr/share/man/man1/fwts-collect.1 usr/share/man/man1
debian/libfwts1.install 0000664 0000000 0000000 00000000047 12314704571 0015430 0 ustar 00root root 0000000 0000000 usr/lib/fwts/libfwts.so.* usr/lib/fwts
debian/libfwtsacpica1.install 0000664 0000000 0000000 00000000055 12314704571 0016570 0 ustar 00root root 0000000 0000000 usr/lib/fwts/libfwtsacpica.so.* usr/lib/fwts
debian/libfwtsiasl1.install 0000664 0000000 0000000 00000000053 12314704571 0016276 0 ustar 00root root 0000000 0000000 usr/lib/fwts/libfwtsiasl.so.* usr/lib/fwts
debian/rules 0000775 0000000 0000000 00000001270 12314704571 0013364 0 ustar 00root root 0000000 0000000 #!/usr/bin/make -f
export DEB_BUILD_HARDENING=1
export AUTOMAKE=automake-1.11
export ACLOCAL=aclocal-1.11
DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \
| cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
DKMS_SRC_DIR := $(CURDIR)/debian/fwts-efi-runtime-dkms/usr/src/fwts-efi-runtime-dkms-$(VERSION)
override_dh_auto_install:
install -d $(DKMS_SRC_DIR)
cp -a efi_runtime/* $(DKMS_SRC_DIR)
dh_auto_install
override_dh_dkms:
dh_dkms -V $(VERSION)
override_dh_auto_test:
ifneq ($(DEB_BUILD_ARCH),arm64)
dh_auto_test $@
endif
%:
dh $@ --with autoreconf,dkms
debian/source/ 0000775 0000000 0000000 00000000000 12314704571 0013604 5 ustar 00root root 0000000 0000000 debian/source/format 0000664 0000000 0000000 00000000014 12314704571 0015012 0 ustar 00root root 0000000 0000000 3.0 (quilt)
doc/ 0000775 0000000 0000000 00000000000 12314704571 0011627 5 ustar 00root root 0000000 0000000 doc/fwts-collect.1 0000664 0000000 0000000 00000003753 12314704571 0014327 0 ustar 00root root 0000000 0000000 .\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH FWTS 1 "2 January, 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
fwts-collect \- collect logs for fwts bug reporting.
.br
.SH SYNOPSIS
.B fwts-collect
.RI [ FILES ]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B fwts-collect
firmware test suite log collecting tool.
The tool
.B fwts-collect
collects logs and various system and firmware dumps into the gzip'd tar ball
fwts-logs.tar.gz which can then be added to bug reports. It collects data
from /proc/iomem, /proc/mtrr, /proc/interrupts, IRQ counts from
/sys/firmware/acpi/interrupts and kernel logs. It also invokes fwts and
gathers ACPI tables, memorymaps, MultiProcessor table dumps, CMOS data,
UEFI variables, EBDA region, kernel version and ACPI version information.
.B
fwts
using sudo is required.
.br
Running
.B
fwts
with no options will collect logs automatically. However, one can also
specify the names of addition files to be added to the gzip'd tar ball.
.P
.SH EXAMPLES
.LP
Gather up logs into fwts-logs.tar.gz
.RS 8
sudo fwts-collect
.RE
.LP
Gather up logs and also /var/log/pm-powersave.log
.RS 8
sudo fwts-collect /var/log/pm-powersave.log
.SH SEE ALSO
.BR fwts (1),
.BR dmidecode (8),
.BR lspci (8)
.SH AUTHOR
fwts-collect was written by Colin King
.PP
This manual page was written by Colin King ,
for the Ubuntu project (but may be used by others).
doc/fwts-frontend-text.1 0000664 0000000 0000000 00000003450 12314704571 0015475 0 ustar 00root root 0000000 0000000 .\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH FWTS-FRONTEND 1 "2 January, 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
fwts-frontend-text \- text based interface to fwts.
.br
.SH SYNOPSIS
.B fwts-frontend-text
.br
.SH DESCRIPTION
This manual page briefly documents the
.B fwts-frontend-text
utility.
The tool
.B fwts-frontend-text
executes a user-friendly interface to the Firmware Test Suite, providing the
user a simple interface to execute all batch tests or the ability to select
individual tests to execute.
.B
fwts-frontend-text
should be run with root privilege, for example using sudo.
.br
.LP
Running
.B
fwts-frontend-text
with the argument noautoshutdown will prevent the system
from shutting down after tests have been executed.
.P
.SH EXAMPLES
.LP
Execute fwts-frontend-text
.RS 8
sudo fwts-frontend-text
.RE
.LP
Execute fwts-frontend-text and disable automatic shutdown
.RS 8
sudo fwts-frontend-text noautoshutdown
.SH SEE ALSO
.BR fwts (1),
.BR dmidecode (8),
.BR lspci (8)
.SH AUTHOR
fwts-frontend-text was written by Colin King ,
and Chris Van Hoof
.PP
This manual page was written by Chris Van Hoof ,
for the Ubuntu project (but may be used by others).
doc/fwts.1 0000664 0000000 0000000 00000032513 12314704571 0012700 0 ustar 00root root 0000000 0000000 .\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH FWTS 1 "2 January, 2014"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
fwts \- a firmware test suite to identify firmware bugs.
.br
.SH SYNOPSIS
.B fwts
.RI [ options ]
.RI [ test(s) ]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B fwts
firmware test suite.
The tool
.B fwts
is comprised of over fifty tests that are designed to examine and test
different aspects of PC firmware. Many of these tests need super user
access to extract tables and interact with the firmware and ACPI, so running
.B
fwts
using sudo is required.
.br
Running
.B
fwts
with no options will run through all the batch tests that require no user interaction.
However, one can select just specific tests to run if required.
.P
By default
.B
fwts
outputs the test results into the log file
.B
results.log
however a different log file name can be specified and if required, output to stderr or stdout can be selected.
.P
Note that there a variety of tests, including tests that can potentially hang a machine (such as a suspend/hibernate/resume).
.SH OPTIONS
fwts options are as follow:
.TP
.B \-
output results to stdout.
.TP
.B \-\-acpica
enable ACPICA execution mode options. These can be specified as a comma separated
list of one or more options. Avaiable options are: serialized (serialized execution
of AML), slack (run in less pedeantic mode), ignore\-errors (ignore ACPICA exception
errors), disable\-auto\-repair (disable ACPICA from automatically fixing broken ACPICA controls).
Note that the slack mode will turn on implicit returns of zero on control methods to attempt
to allow buggy AML to work on non-Windows systems.
.TP
.B \-\-acpica\-debug
enable ACPICA debug warning and error messages when invoking the ACPICA subsystem. This is mainly
for fwts developers to help track down any ACPICA interfacing issues with fwts.
.TP
.B \-a, \-\-all
run all the tests.
.TP
.B \-b, \-\-batch
run the non-interactive batch tests. Batch tests require no user interaction.
.TP
.B \-\-batch\-experimental
run only batch experimental tests.
.TP
.B \-\-disassemble\-aml
Disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
tables and generates DSDT.dsl and SSDTx.dsl sources.
.TP
.B \-d, \-\-dump
extracts firmware data and dumps it into log files. This generates:
.br
acpidump.log \- containing a hex dump of the ACPI tables (which can be read using acpixtract).
.br
dmesg.log \- containing the current kernel log messages.
.br
dmidecode.log \- containing the output from dmidecode.
.br
lspci.log \- containing the output from lspci \-vv \-nn
.br
README.txt \- containing a timestamp and kernel version information.
.TP
.B \-\-dumpfile=acpidump.log
Load ACPI tables from output generated from acpidump or from sudo fwts \-\-dump. The
latter is preferred as fwts \-\-dump is able to dump more tables than acpidump. This
allows one to dump tables from one machine and processes them with fwts on another machine.
.TP
.B \-\-uefi\-get\-var\-multiple
Specifies the number of times to get a variable in the uefirtvariable get variable stress test.
.TP
.B \-\-uefi\-set\-var\-multiple
Specifies the number of times to set a variable in the uefirtvariable set variable stress test.
.TP
.B \-\-uefi\-query\-var\-multiple
Specifies the number of times to query a variable in the uefirtvariable query variable stress test.
.TP
.B \-\-filter\-error\-discard
Specifies the errors that one wants to silently ignore. One supplies a comma sperated
list of fwts error message labels that one wants fwts to not report as errors. fwts will
run the test but if there is a test failure and the label matches the one supplied in this
list fwts will then just ignore this error. This cannot be used with \-\-filter\-error\-keep.
.TP
.B \-\-filter\-error\-keep
Specifies the errors that one wants to keep, all other errors are silently ignored.
One supplies a comma sperated list of fwts error message labels that one wants fwts
report as errors, other test failures will be not reported and silently ignored.
This cannot be used with \-\-filter\-error\-discard.
.TP
.B \-f, \-\-force\-clean
creates a new results log file, rather than just appending to any existing one (default).
.TP
.B \-h, \-\-help
outputs the internal help page.
.TP
.B \-i, \-\-interactive
run the interactive tests. These tests require user interaction.
.TP
.B \-\-interactive\-experimental
run only interactive experimental tests.
.TP
.B \-j, \-\-json\-data\-path
specifies the path to the fwts json data files. These files contain json formatted
configuation tables, for example klog scanning patterns.
.TP
.B \-k, \-\-klog=file
read the kernel log from the specified file rather than from the kernel log ring buffer. This
allows one to run the kernel log scanning tests such as klog against pre-gathered log data.
.TP
.B \-\-log\-fields
show the available log filtering fields. Specifying these fields with \-\-log\-filter to
select which fields one wants to log.
.TP
.B \-\-log\-filter
specify which particular types of log data to be output into the log file. Each line of
log data is tagged with a special marker depending on what type of log information is being
output. The available types can be see by using \-\-log\-fields. Specify the desired log types
with comma separated list. To disable a field, prefix the name with ~, for example:
.br
\-\-log\-filter=RES,SUM logs just the results and summary lines.
.br
\-\-log\-filter=ALL,~INF logs all lines except for the information lines.
.TP
.B \-\-log\-format
specify the information in each log line. The following specifiers are available:
.br
%date \- date
.br
%time \- time
.br
%field \- log\-filter fields
.br
%owner \- name of the test routine
.br
%level \- test failure level
.br
%line \- log line
.br
e.g. \-\-log\-format="%date %time [%field] (%owner): "
.TP
.B \-\-log\-type
specify the log type. Currently plaintext, json and xml log types are available and the
default is plaintext.
.TP
.B \-\-lspci=path
specify the full path and filename to the the lspci binary.
.TP
.B \-P, \-\-power\-states
run S3 and S4 power state tests (s3, s4 tests)
.TP
.B \-\-results\-no\-separators
no pretty printing of horizontal separators in the results log file.
.TP
.B \-r, \-\-results\-output=filename
specify the results output log file.
One can also specify stdout and stderr to redirect to these output streams.
.TP
.B \-R, \-\-rsdp=physaddr
specify the physical address of ACPI RSDP. This is useful on some systems where
it cannot be automatically detected.
.TP
.B \-\-s3\-delay\-delta=N
time to be added onto delay between each S3 iteration.
.TP
.B \-\-s3\-device\-check
check differences between device configurations over a S3 cycle. Note this adds 15 seconds delay after each
s3 resume to allow wifi to re-associate.
.TP
.B \-\-s3\-device\-check\-delay
specify the time to wait while devices re-configure (e.g. wifi to re-associate, ethernet to connect..)
before a device configuration check is run. The default is 15 seconds. If this option is used the
device checking is assumed so one does not also need to use the \-\-s3\-device\-check flag.
.TP
.B \-\-s3\-hybrid
Enables fwts to run Hybrid Sleep.
.TP
.B \-\-s3\-min\-delay=N
minimum time between S3 iterations.
.TP
.B \-\-s3\-max\-delay=N
maximum time between S3 iterations.
.TP
.B \-\-s3\-multiple=N
specified the number of multiple S3 suspend/resume tests to run. The default
is 2 tests.
.TP
.B \-\-s3\-quirks=--quirk[,--quirk]
specify a comma separated list of quirk arguments to pass to pm-suspend, for example: \-\-s3\-quirks=\-\-quirk\-s3\-bios,\-\-quirk\-save\-pci
.TP
.B \-\-s3\-sleep\-delay=N
sleep N seconds from the start of the suspend to the wakeup time. Note that this
time MUST be longer than the time it takes to suspend the machine otherwise the
wakeup timer will fire during the suspend state. The default is 30 seconds.
.TP
.B \-\-s3\-suspend\-time=N
specify the maximum allowed suspend time in seconds. If suspend takes longer than
this then an error is logged.
.TP
.B \-\-s3\-resume\-time=N
specify the maximum allowed resume time in seconds. If resume takes longer than
this then an error is logged.
.TP
.B \-\-s4\-delay\-delta=N
time to be added onto delay between each S4 iteration.
.TP
.B \-\-s4\-device\-check
check differences between device configurations over a S4 cycle. Note this adds 15 seconds delay after each
s3 resume to allow wifi to re-associate.
.TP
.B \-\-s4\-device\-check\-delay
specify the time to wait while devices re-configure (e.g. wifi to re-associate, ethernet to connect..)
before a device configuration check is run. The default is 15 seconds. If this option is used the
device checking is assumed so one does not also need to use the \-\-s4\-device\-check flag.
.TP
.B \-\-s4\-min\-delay=N
minimum time between S4 iterations.
.TP
.B \-\-s4\-max\-delay=N
maximum time between S4 iterations.
.TP
.B \-\-s4\-multiple=N
specified the number of multiple S4 hibernate/resume tests to run. The default
is 2 tests.
.TP
.B \-\-s4\-quirks=--quirk[,--quirk]
specify a comma separated list of quirk arguments to pass to pm-hibernate, for example: \-\-s4\-quirks=\-\-quirk\-save\-pci
.TP
.B \-\-s4\-sleep\-delay=N
sleep N seconds from the start of the hibernate to the wakeup time. Note that this
time MUST be longer than the time it takes to hibernate the machine otherwise the
wakeup timer will fire during the hibernate state. The default is currently 90 seconds.
.TP
.B \-p, \-\-show\-progress
show the progress of the tests being run. Each test will identified as it is being
run. For long tests, a percentage of completion time will be displayed. As of fwts
0.19.06 this is enabled by default and can be disabled with \-\-quiet (or \-q).
.TP
.B \-q, \-\-quiet
run quietly with no output to stdout.
.TP
.B \-D, \-\-show\-progress\-dialog
output the progress of tests being run in a form that can be piped into the
dialog tool with the \-\-gauge option.
.TP
.B \-s, \-\-show\-tests
show the names of available tests. By default will show all tests. Use the \-\-batch, \-\-interactive, \-\-batch\-experimental, \-\-interactive\-experimental, \-\-utils
options to show these specific tests.
.TP
.B \-\-show\-tests\-full
show all the available tests listed by minor test description. By default will show all tests. Use the \-\-batch, \-\-interactive, \-\-batch\-experimental, \-\-interactive\-experimental
options to show these specific tests.
.TP
.B \-\-skip\-test=test[,test..]
specify tests to skip over and not run. List must be comma separated.
.TP
.B \-\-stdout\-summary
output SUCCESS or FAILED to stdout at end of tests.
.TP
.B \-t, \-\-table\-path=path
specify the path containing ACPI tables. These tables need to be named in the format: tablename.dat,
for example DSDT.dat, for example, as extracted using acpidump or fwts \-\-dump and then acpixtract.
.TP
.B \-u, \-\-utils
run utilities. Designed to dump system information, such as annotated ACPI tables, CMOS memory,
Int 15 E820 memory map, firmware ROM data.
.TP
.B \-v, \-\-version
output version number and build date of the
.B
fwts
tool.
.TP
.B \-w, \-\-width=N
specify the width in characters of the output logfile. The default is 130.
.SH EXAMPLES
.LP
Run all the batch tests and append the results into the default log results.log:
.RS 8
sudo fwts
.RE
.LP
Run all the interactive tests and start a clean results log called interactive.log:
.RS 8
sudo fwts \-i \-f \-r interactive.log
.br
.RE
.LP
Run all the tests, interactive and batch:
.RS 8
sudo fwts \-i \-b
.RE
.LP
Run just the battery and cpufreq tests:
.RS 8
sudo fwts battery cpufreq
.RE
.LP
Run all the batch tests and define a new log format using just the date and line number:
.RS 8
sudo fwts \-\-log\-format="%date %line: "
.RE
.LP
Run all the interative tests and log just the results, info and summary data:
.RS 8
sudo fwts \-i \-\-log\-filter=RES,INF,SUM
.RE
.LP
Dump all the interesting firmware information into log files for analysis later:
.RS 8
sudo fwts \-\-dump
.RE
.LP
View kernel and ACPI driver version and BIOS information:
.RS 8
sudo fwts \-w 80 \-r stdout version bios_info \-\-log\-filter=INF \-\-log\-format=""
.RE
.LP
Show the batch and batch experimental tests:
.RS 8
fwts \-\-show\-tests \-\-batch \-\-batch\-experimental
.RE
.LP
Run multiple S3 tests with delay between each test ranging from 1 second to 10 seconds with a delay delta per test of 0.2 seconds
.RS 8
sudo fwts s3 \-\-s3\-multiple=100 \-\-s3\-min\-delay=1 \-\-s3\-max\-delay=10 \-\-s3\-delay\-delta=0.2
.SH SEE ALSO
.BR iasl (1),
.BR acpixtract (1),
.BR acpidump (1),
.BR dmidecode (8),
.BR lspci (8)
.SH AUTHOR
fwts was originally written by Colin King with much of the original test
code derived from the Intel Linux Firmware test kit. Many thanks also for
contributions (in alpabetical order) from AceLan Kao, Alex Hung,
Chris Van Hoof, Ivan Hu, Kamal Mostafa, Keng-Yu Lin, Matt Flemimg,
Robert Hooker and Seth Forshee.
.PP
This manual page was written by Colin King for the Ubuntu project
(but may be used by others).
efi_runtime/ 0000775 0000000 0000000 00000000000 12314704571 0013370 5 ustar 00root root 0000000 0000000 efi_runtime/Makefile 0000664 0000000 0000000 00000000320 12314704571 0015023 0 ustar 00root root 0000000 0000000 obj-m += efi_runtime.o
all:
make -C /lib/modules/$(KVER)/build M=`pwd` modules
install:
make -C /lib/modules/$(KVER)/build M=`pwd` modules_install
clean:
make -C /lib/modules/$(KVER)/build M=`pwd` clean
efi_runtime/efi_runtime.c 0000664 0000000 0000000 00000025104 12314704571 0016044 0 ustar 00root root 0000000 0000000 /*
* EFI Runtime driver
*
* Copyright(C) 2012-2014 Canonical Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include
#include
#include
#include
#include
#include
#include
#include "efi_runtime.h"
#define EFI_FWTS_EFI_VERSION "0.1"
MODULE_AUTHOR("Ivan Hu");
MODULE_DESCRIPTION("EFI Runtime Driver");
MODULE_LICENSE("GPL");
/* commit 83e681897 turned efi_enabled into a function, so abstract it */
#ifdef EFI_RUNTIME_SERVICES
#define EFI_RUNTIME_ENABLED efi_enabled(EFI_RUNTIME_SERVICES)
#else
#define EFI_RUNTIME_ENABLED efi_enabled
#endif
static void convert_from_efi_time(efi_time_t *eft, EFI_TIME *time)
{
memset(time, 0, sizeof(EFI_TIME));
time->Year = eft->year;
time->Month = eft->month;
time->Day = eft->day;
time->Hour = eft->hour;
time->Minute = eft->minute;
time->Second = eft->second;
time->Pad1 = eft->pad1;
time->Nanosecond = eft->nanosecond;
time->TimeZone = eft->timezone;
time->Daylight = eft->daylight;
time->Pad2 = eft->pad2;
}
static void convert_to_efi_time(efi_time_t *eft, EFI_TIME *time)
{
memset(eft, 0, sizeof(*eft));
eft->year = time->Year;
eft->month = time->Month;
eft->day = time->Day;
eft->hour = time->Hour;
eft->minute = time->Minute;
eft->second = time->Second;
eft->pad1 = time->Pad1;
eft->nanosecond = time->Nanosecond;
eft->timezone = time->TimeZone;
eft->daylight = time->Daylight;
eft->pad2 = time->Pad2;
}
static void convert_from_guid(efi_guid_t *vendor, EFI_GUID *vendor_guid)
{
int i;
for (i = 0; i < 16; i++) {
if (i < 4)
vendor->b[i] = (vendor_guid->Data1 >> (8*i)) & 0xff;
else if (i < 6)
vendor->b[i] = (vendor_guid->Data2 >> (8*(i-4))) & 0xff;
else if (i < 8)
vendor->b[i] = (vendor_guid->Data3 >> (8*(i-6))) & 0xff;
else
vendor->b[i] = (vendor_guid->Data4[i-8]);
}
}
static void convert_to_guid(efi_guid_t *vendor, EFI_GUID *vendor_guid)
{
int i;
vendor_guid->Data1 = vendor->b[0] + (vendor->b[1] << 8) +
(vendor->b[2] << 16) + (vendor->b[3] << 24);
vendor_guid->Data2 = vendor->b[4] + (vendor->b[5] << 8);
vendor_guid->Data3 = vendor->b[6] + (vendor->b[7] << 8);
for (i = 0; i < 8; i++)
vendor_guid->Data4[i] = vendor->b[i+8];
}
static long efi_runtime_ioctl(struct file *file, unsigned int cmd,
unsigned long arg)
{
efi_status_t status;
struct efi_getvariable __user *pgetvariable;
struct efi_setvariable __user *psetvariable;
efi_guid_t vendor;
EFI_GUID vendor_guid;
unsigned long datasize;
uint32_t attr;
efi_time_t eft;
efi_time_cap_t cap;
struct efi_gettime __user *pgettime;
struct efi_settime __user *psettime;
unsigned char enabled, pending;
EFI_TIME efi_time;
struct efi_getwakeuptime __user *pgetwakeuptime;
struct efi_setwakeuptime __user *psetwakeuptime;
struct efi_getnextvariablename __user *pgetnextvariablename;
unsigned long name_size;
struct efi_getnexthighmonotoniccount __user *pgetnexthighmonotoniccount;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
struct efi_queryvariableinfo __user *pqueryvariableinfo;
struct efi_querycapsulecapabilities __user *pquerycapsulecapabilities;
#endif
switch (cmd) {
case EFI_RUNTIME_GET_VARIABLE:
pgetvariable = (struct efi_getvariable __user *)arg;
if (get_user(datasize, pgetvariable->DataSize) ||
copy_from_user(&vendor_guid, pgetvariable->VendorGuid,
sizeof(EFI_GUID)))
return -EFAULT;
convert_from_guid(&vendor, &vendor_guid);
status = efi.get_variable(pgetvariable->VariableName, &vendor,
&attr, &datasize, pgetvariable->Data);
if (put_user(status, pgetvariable->status))
return -EFAULT;
if (status == EFI_SUCCESS) {
if (put_user(attr, pgetvariable->Attributes) ||
put_user(datasize, pgetvariable->DataSize))
return -EFAULT;
return 0;
} else {
printk(KERN_ERR "efi_runtime: can't get variable\n");
return -EINVAL;
}
case EFI_RUNTIME_SET_VARIABLE:
psetvariable = (struct efi_setvariable __user *)arg;
if (get_user(datasize, &psetvariable->DataSize) ||
get_user(attr, &psetvariable->Attributes) ||
copy_from_user(&vendor_guid, psetvariable->VendorGuid,
sizeof(EFI_GUID)))
return -EFAULT;
convert_from_guid(&vendor, &vendor_guid);
status = efi.set_variable(psetvariable->VariableName, &vendor,
attr, datasize, psetvariable->Data);
if (put_user(status, psetvariable->status))
return -EFAULT;
return status == EFI_SUCCESS ? 0 : -EINVAL;
case EFI_RUNTIME_GET_TIME:
status = efi.get_time(&eft, &cap);
pgettime = (struct efi_gettime __user *)arg;
if (put_user(status, pgettime->status))
return -EFAULT;
if (status != EFI_SUCCESS) {
printk(KERN_ERR "efitime: can't read time\n");
return -EINVAL;
}
if (put_user(cap.resolution,
&pgettime->Capabilities->Resolution) ||
put_user(cap.accuracy,
&pgettime->Capabilities->Accuracy) ||
put_user(cap.sets_to_zero,
&pgettime->Capabilities->SetsToZero))
return -EFAULT;
return copy_to_user(pgettime->Time, &eft,
sizeof(EFI_TIME)) ? -EFAULT : 0;
case EFI_RUNTIME_SET_TIME:
psettime = (struct efi_settime __user *)arg;
if (copy_from_user(&efi_time, psettime->Time,
sizeof(EFI_TIME)))
return -EFAULT;
convert_to_efi_time(&eft, &efi_time);
status = efi.set_time(&eft);
if (put_user(status, psettime->status))
return -EFAULT;
return status == EFI_SUCCESS ? 0 : -EINVAL;
case EFI_RUNTIME_GET_WAKETIME:
status = efi.get_wakeup_time((efi_bool_t *)&enabled,
(efi_bool_t *)&pending, &eft);
pgetwakeuptime = (struct efi_getwakeuptime __user *)arg;
if (put_user(status, pgetwakeuptime->status))
return -EFAULT;
if (status != EFI_SUCCESS)
return -EINVAL;
if (put_user(enabled, pgetwakeuptime->Enabled) ||
put_user(pending, pgetwakeuptime->Pending))
return -EFAULT;
convert_from_efi_time(&eft, &efi_time);
return copy_to_user(pgetwakeuptime->Time, &efi_time,
sizeof(EFI_TIME)) ? -EFAULT : 0;
case EFI_RUNTIME_SET_WAKETIME:
psetwakeuptime = (struct efi_setwakeuptime __user *)arg;
if (get_user(enabled, &psetwakeuptime->Enabled) ||
copy_from_user(&efi_time,
psetwakeuptime->Time,
sizeof(EFI_TIME)))
return -EFAULT;
convert_to_efi_time(&eft, &efi_time);
status = efi.set_wakeup_time(enabled, &eft);
if (put_user(status, psetwakeuptime->status))
return -EFAULT;
return status == EFI_SUCCESS ? 0 : -EINVAL;
case EFI_RUNTIME_GET_NEXTVARIABLENAME:
pgetnextvariablename = (struct efi_getnextvariablename
__user *)arg;
if (get_user(name_size, pgetnextvariablename->VariableNameSize)
|| copy_from_user(&vendor_guid,
pgetnextvariablename->VendorGuid,
sizeof(EFI_GUID)))
return -EFAULT;
if (name_size > 1024)
return -EFAULT;
convert_from_guid(&vendor, &vendor_guid);
status = efi.get_next_variable(&name_size,
pgetnextvariablename->VariableName,
&vendor);
if (put_user(status, pgetnextvariablename->status))
return -EFAULT;
convert_to_guid(&vendor, &vendor_guid);
if (put_user(name_size, pgetnextvariablename->VariableNameSize))
return -EFAULT;
if (copy_to_user(pgetnextvariablename->VendorGuid,
&vendor_guid, sizeof(EFI_GUID)))
return -EFAULT;
if (status != EFI_SUCCESS)
return -EINVAL;
return 0;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
case EFI_RUNTIME_QUERY_VARIABLEINFO:
pqueryvariableinfo = (struct efi_queryvariableinfo __user *)arg;
if (get_user(attr, &pqueryvariableinfo->Attributes))
return -EFAULT;
status = efi.query_variable_info(attr,
pqueryvariableinfo->MaximumVariableStorageSize,
pqueryvariableinfo->RemainingVariableStorageSize
, pqueryvariableinfo->MaximumVariableSize);
if (put_user(status, pqueryvariableinfo->status))
return -EFAULT;
if (status != EFI_SUCCESS)
return -EINVAL;
return 0;
#endif
case EFI_RUNTIME_GET_NEXTHIGHMONOTONICCOUNT:
pgetnexthighmonotoniccount = (struct
efi_getnexthighmonotoniccount __user *)arg;
status = efi.get_next_high_mono_count(pgetnexthighmonotoniccount
->HighCount);
if (put_user(status, pgetnexthighmonotoniccount->status))
return -EFAULT;
if (status != EFI_SUCCESS)
return -EINVAL;
return 0;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
case EFI_RUNTIME_QUERY_CAPSULECAPABILITIES:
pquerycapsulecapabilities = (struct
efi_querycapsulecapabilities __user *)arg;
status = efi.query_capsule_caps(
(efi_capsule_header_t **)
pquerycapsulecapabilities->CapsuleHeaderArray,
pquerycapsulecapabilities->CapsuleCount,
pquerycapsulecapabilities->MaximumCapsuleSize,
(int *)pquerycapsulecapabilities->ResetType);
if (put_user(status, pquerycapsulecapabilities->status))
return -EFAULT;
if (status != EFI_SUCCESS)
return -EINVAL;
return 0;
#endif
}
return -ENOTTY;
}
static int efi_runtime_open(struct inode *inode, struct file *file)
{
/*
* nothing special to do here
* We do accept multiple open files at the same time as we
* synchronize on the per call operation.
*/
return 0;
}
static int efi_runtime_close(struct inode *inode, struct file *file)
{
return 0;
}
/*
* The various file operations we support.
*/
static const struct file_operations efi_runtime_fops = {
.owner = THIS_MODULE,
.unlocked_ioctl = efi_runtime_ioctl,
.open = efi_runtime_open,
.release = efi_runtime_close,
.llseek = no_llseek,
};
static struct miscdevice efi_runtime_dev = {
MISC_DYNAMIC_MINOR,
"efi_runtime",
&efi_runtime_fops
};
static int __init efi_runtime_init(void)
{
int ret;
printk(KERN_INFO "EFI_RUNTIME Driver v%s\n", EFI_FWTS_EFI_VERSION);
if (!EFI_RUNTIME_ENABLED) {
printk(KERN_INFO "EFI runtime services not enabled.\n");
return -ENODEV;
}
ret = misc_register(&efi_runtime_dev);
if (ret) {
printk(KERN_ERR "efi_runtime: can't misc_register on minor=%d\n",
MISC_DYNAMIC_MINOR);
return ret;
}
return 0;
}
static void __exit efi_runtime_exit(void)
{
printk(KERN_INFO "EFI_RUNTIME Driver Exit.\n");
misc_deregister(&efi_runtime_dev);
}
module_init(efi_runtime_init);
module_exit(efi_runtime_exit);
efi_runtime/efi_runtime.h 0000664 0000000 0000000 00000010150 12314704571 0016044 0 ustar 00root root 0000000 0000000 /*
* EFI Runtime driver
*
* Copyright(C) 2012-2014 Canonical Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _EFI_RUNTIME_H_
#define _EFI_RUNTIME_H_
typedef enum {
EfiResetCold,
EfiResetWarm,
EfiResetShutdown
} EFI_RESET_TYPE;
typedef struct {
uint32_t Data1;
uint16_t Data2;
uint16_t Data3;
uint8_t Data4[8];
} __attribute__ ((packed)) EFI_GUID;
typedef struct {
uint16_t Year; /* 1900 – 9999 */
uint8_t Month; /* 1 – 12 */
uint8_t Day; /* 1 – 31 */
uint8_t Hour; /* 0 – 23 */
uint8_t Minute; /* 0 – 59 */
uint8_t Second; /* 0 – 59 */
uint8_t Pad1;
uint32_t Nanosecond; /* 0 – 999,999,999 */
int16_t TimeZone; /* -1440 to 1440 or 2047 */
uint8_t Daylight;
uint8_t Pad2;
} __attribute__ ((packed)) EFI_TIME;
typedef struct {
uint32_t Resolution;
uint32_t Accuracy;
uint8_t SetsToZero;
} __attribute__ ((packed)) EFI_TIME_CAPABILITIES;
typedef struct {
EFI_GUID CapsuleGuid;
uint32_t HeaderSize;
uint32_t Flags;
uint32_t CapsuleImageSize;
} __attribute__ ((packed)) EFI_CAPSULE_HEADER;
struct efi_getvariable {
uint16_t *VariableName;
EFI_GUID *VendorGuid;
uint32_t *Attributes;
uint64_t *DataSize;
void *Data;
uint64_t *status;
} __attribute__ ((packed));
struct efi_setvariable {
uint16_t *VariableName;
EFI_GUID *VendorGuid;
uint32_t Attributes;
uint64_t DataSize;
void *Data;
uint64_t *status;
} __attribute__ ((packed));
struct efi_getnextvariablename {
uint64_t *VariableNameSize;
uint16_t *VariableName;
EFI_GUID *VendorGuid;
uint64_t *status;
} __attribute__ ((packed));
struct efi_queryvariableinfo {
uint32_t Attributes;
uint64_t *MaximumVariableStorageSize;
uint64_t *RemainingVariableStorageSize;
uint64_t *MaximumVariableSize;
uint64_t *status;
} __attribute__ ((packed));
struct efi_gettime {
EFI_TIME *Time;
EFI_TIME_CAPABILITIES *Capabilities;
uint64_t *status;
} __attribute__ ((packed));
struct efi_settime {
EFI_TIME *Time;
uint64_t *status;
} __attribute__ ((packed));
struct efi_getwakeuptime {
uint8_t *Enabled;
uint8_t *Pending;
EFI_TIME *Time;
uint64_t *status;
} __attribute__ ((packed));
struct efi_setwakeuptime {
uint8_t Enabled;
EFI_TIME *Time;
uint64_t *status;
} __attribute__ ((packed));
struct efi_getnexthighmonotoniccount {
uint32_t *HighCount;
uint64_t *status;
} __attribute__ ((packed));
struct efi_querycapsulecapabilities {
EFI_CAPSULE_HEADER **CapsuleHeaderArray;
uint64_t CapsuleCount;
uint64_t *MaximumCapsuleSize;
EFI_RESET_TYPE *ResetType;
uint64_t *status;
} __attribute__ ((packed));
/* ioctl calls that are permitted to the /dev/efi_runtime interface. */
#define EFI_RUNTIME_GET_VARIABLE \
_IOWR('p', 0x01, struct efi_getvariable)
#define EFI_RUNTIME_SET_VARIABLE \
_IOW('p', 0x02, struct efi_setvariable)
#define EFI_RUNTIME_GET_TIME \
_IOR('p', 0x03, struct efi_gettime)
#define EFI_RUNTIME_SET_TIME \
_IOW('p', 0x04, struct efi_settime)
#define EFI_RUNTIME_GET_WAKETIME \
_IOR('p', 0x05, struct efi_getwakeuptime)
#define EFI_RUNTIME_SET_WAKETIME \
_IOW('p', 0x06, struct efi_setwakeuptime)
#define EFI_RUNTIME_GET_NEXTVARIABLENAME \
_IOWR('p', 0x07, struct efi_getnextvariablename)
#define EFI_RUNTIME_QUERY_VARIABLEINFO \
_IOR('p', 0x08, struct efi_queryvariableinfo)
#define EFI_RUNTIME_GET_NEXTHIGHMONOTONICCOUNT \
_IOR('p', 0x09, struct efi_getnexthighmonotoniccount)
#define EFI_RUNTIME_QUERY_CAPSULECAPABILITIES \
_IOR('p', 0x0A, struct efi_querycapsulecapabilities)
#endif /* _EFI_RUNTIME_H_ */
example-data/ 0000775 0000000 0000000 00000000000 12314704571 0013424 5 ustar 00root root 0000000 0000000 example-data/sample-errors-short.log 0000664 0000000 0000000 00000027255 12314704571 0020072 0 ustar 00root root 0000000 0000000 ACPI Error: 32/64X address mismatch in Gpe0Block: 00008018/0000000000008028, using 32 (20090903/tbfadt-427)"
ACPI Error: 32/64X address mismatch in Pm2ControlBlock: 00008030/0000000000008020, using 32 (20090903/tbfadt-427)"
ACPI Error: ACPI path has too many parent prefixes (^) - reached beyond root node (20090903/nsaccess-429)"
ACPI Error: A valid RSDP was not found 20090521 tbxfroot-219"
ACPI Error: Cannot release Mutex [MUT0], not acquired (20090903/exmutex-374)"
ACPI Error: Could not disable RealTimeClock events 20090521 evxfevnt-373"
ACPI Error: Could not enable PowerButton event (20090903/evxfevnt-193)"
ACPI Error: Could not enable SleepButton event (20090903/evxfevnt-193)"
ACPI Error: Current brightness invalid 20090521 video-538"
ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dsobject-0501): Package List length (5) larger than NumElements count (3), truncated"
ACPI Error (dsopcode-0595): Field [I9MN] at 544 exceeds Buffer [IORT] size 464 (bits) [20080926]"
ACPI Error (dswload-0674): [\___p] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0790): [_T_0] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dswstate-0097): Result stack is empty! State=ffff8800378ba400 [20080926]"
ACPI Error (dswstate-0097): Result stack is empty! State=ffff8800378ba800 [20080926]"
ACPI Error: Evaluating _BCM failed 20090521 video-526"
ACPI Error (evregion-0315): No handler for Region [ERAM] (ffff88013f819ee8) [EmbeddedControl] [20080926]"
ACPI Error (evxfevnt-0193): Could not enable SleepButton event [20090320]"
ACPI Error (evxfevnt-0366): Could not disable RealTimeClock events [20080926]"
ACPI Error (exfldio-0291): Region EmbeddedControl(3) has no handler [20080926]"
ACPI Error: Field [ASSM] at 524320 exceeds Buffer [BUF0] size 880 (bits) (20090903/dsopcode-596)"
ACPI Error: Field [I9MN] at 544 exceeds Buffer [IORT] size 464 (bits) (20090903/dsopcode-596)"
ACPI Error: Illegal I/O port address/length above 64K: 0x0000000000400020/4 20090521 hwvalid-154"
ACPI Error: Incorrect return type [Integer] requested [Package] 20090521 nsxfeval-134"
ACPI Error: Needed [Buffer/String/Package], found [Integer] f7257c08 (20090903/exresop-590)"
ACPI Error: Needed type [Reference], found [Device] ffff88014b82d800 (20090903/exresop-104)"
ACPI Error: No handler for Region [ECF2] (ffff88013ba313a8) [EmbeddedControl] (20090903/evregion-319)"
ACPI Error (nsaccess-0434): ACPI path has too many parent prefixes (^) - reached beyond root node [20080926]"
ACPI Error (nspredef-0163): \_SB_.PCI0.FNC2.PRT0._GTF: Missing expected return value [20080926]"
ACPI Error (psargs-0359): [\_PR_.CPU0._PPC] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [Z012] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psloop-0136): Found unknown opcode 26 at AML address ffff88003785663a offset 56, ignoring [20080926]"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU0._PSS] (Node ffff88007f26eee0), AE_AML_NO_RETURN_VALUE"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PDC] (Node f6c10180), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PDC] (Node f6c11150), AE_INVALID_TABLE_LENGTH"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PDC] (Node ffff88022f819f00), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PSS] (Node ffff88007f26efa0), AE_AML_NO_RETURN_VALUE"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.MEM_._CRS] (Node f6c1b0a8), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._INI] (Node db02d630), AE_NOT_FOUND"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88013f81a260), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_GPE._L09] (Node ffff88003b5a7520), AE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.CBST] (Node f7015000), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.GFX0.DD02.GBQC] (Node f7017a68), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7016d98), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PEGP.EVGA.LCD_._BCM] (Node ffff8800bc647c80), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PIB_.EXFG] (Node f7015768), AE_AML_MUTEX_NOT_ACQUIRED"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PIB_.FIR_._STA] (Node f7015900), AE_AML_MUTEX_NOT_ACQUIRED"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.C2E8] (Node f701b108), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ2_._TMP] (Node f701b7c8), AE_AML_PACKAGE_LIMIT"
ACPI Error: Region EmbeddedControl(3) has no handler (20090903/exfldio-295)"
ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)"
ACPI Error: SMBus or IPMI write requires Buffer of length 42, found length 20 (20090903/exfield-286)"
ACPI Error (uteval-0232): Method execution failed [\_SB_.MEM_._CRS] (Node f6c1b0a8), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0232): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node f6c15900), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0232): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff880135a32980), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0256): Method execution failed [\_SB_.MEM_._CRS] (Node f7017f60), AE_AML_BUFFER_LIMIT"
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100121/tbfadt-369)"
ACPI Warning: 32/64X FACS address mismatch in FADT - DF647F40/00000000DF64AD40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20100121/tbfadt-526)"
ACPI Warning: _BQC returned an invalid level (20100121/video-638)"
ACPI Warning: Could not enable fixed event 3 (20090903/evxface-146)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x0080 (20090903/psloop-522)"
ACPI Warning (dsobject-0502): Package List length (C) larger than NumElements count (3), truncated"
ACPI Warning: Evaluating _BQC failed (20090903/video-641)"
ACPI Warning (evxface-0146): Could not enable fixed event 3 [20090320]"
ACPI Warning for \_PR_.CPU0._PSD: [] lapic_timer_state_broadcast+0x46/0x48"
ACPI Warning for \_SB_.BAT0._BIF: Return Package type mismatch at index 9 - found [NULL Object Descriptor], expected String/Buffer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.PCI0.BAT0._BIF: Converted Buffer to expected String at index 9 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0.IDE1.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.LPC_.EC__.BAT0._BIF: Converted Buffer to expected String at index 9 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100121/nspredef-352)"
ACPI Warning for \_SB_.PCI0._OSC: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.PCIB._PRT: Return Package has no elements (empty) (20090903/nspredef-433)"
ACPI Warning for \_SB_.PCI0._PRT: Return Package type mismatch at index 2 - found [NULL Object Descriptor], expected Integer/Reference (20090903/nspredef-1012)"
ACPI Warning for \_SB_.PCI0.SATA.PRT1._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) (20090903/nspredef-433)"
ACPI Warning for \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference (20100121/nspredef-1059)"
ACPI Warning for \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference (20090903/nspredef-1012)"
ACPI Warning for \_TZ_.TZ01._PSV: Return type mismatch - found Package, expected Integer (20090903/nspredef-1006)"
ACPI Warning: Incorrect checksum in table [SSDT] - AE, should be 74 20090521 tbutils-246"
ACPI Warning: Invalid length for Pm2ControlBlock: 16, using default 8 20090521 tbfadt-608"
ACPI Warning: Invalid throttling state, reset 20090521 processor_throttling-843"
ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]"
ACPI Warning (nspredef-0252): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, expected 4 [20080926]"
ACPI Warning (nspredef-0357): \_PR_.CPU1._PSD: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0357): \_SB_.PCI0.AGP_.SLI_.SLI1.VID1._DOD: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0437): \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) [20090320]"
ACPI Warning (nspredef-0852): \_PR_.CPU0._PSS: Return type mismatch - found Integer, expected Package [20080926]"
ACPI Warning (nspredef-0852): \_SB_.PCI0.SATA.PRT1._GTF: Return type mismatch - found Integer, expected Buffer [20080926]"
ACPI Warning (nspredef-0858): \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference [20080926]"
ACPI Warning (nspredef-0943): \_SB_.PCI0.FNC2.PRT0._GTF: Return type mismatch - found Integer, expected Buffer [20090320]"
ACPI Warning (nspredef-0949): \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer [20090320]"
ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000802C/0 (20090903/tbfadt-557)"
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000820/0 20090521 tbfadt-558"
ACPI Warning: Package List length (0x10) larger than NumElements count (0x6), truncated"
ACPI Warning: Package List length (EA) larger than NumElements count (3), truncated"
ACPI Warning: \_PR_.CPU0._CST: Return Package is too small - found 4, expected 4 20090521 nspredef-748"
ACPI Warning: \_PR_.CPU0._PSD: Return Package type mismatch at index 0 - found Integer, expected Package 20090521 nspredef-946"
ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]"
ACPI Warning: \_SB_.PCI0.FNC2.PRT4._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.PEGP.NVGA.MXMI: Excess arguments - needs 1, found 2 20090521 nspredef-287"
ACPI Warning: \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) 20090521 nspredef-434"
ACPI Warning (tbutils-0246): Incorrect checksum in table [OEMB] - 96, should be 95 [20090320]"
ACPI Warning: \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference 20090521 nspredef-946"
ACPI Warning: \_TZ_.TZ00._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference 20090521 nspredef-946"
CPU0: Temperature above threshold, cpu clock throttled (total events = 1)"
Disabling IRQ #10"
Disabling IRQ #9"
[Firmware Bug]: ACPI: ACPI brightness control misses _BQC function"
[Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS"
[Firmware Bug]: ACPI: Invalid BIOS _PSS frequency: 0x0 MHz"
[Firmware Bug]: ACPI(Z01I) defines _DOD but not _DOS"
[Firmware Bug]: _BCQ is used instead of _BQC"
[Firmware Bug]: BIOS needs update for CPU frequency support"
[Firmware Bug]: Invalid critical threshold (0)"
[Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found."
[Firmware Bug]: powernow-k8: No PSB or ACPI _PSS objects"
[Firmware Bug]: powernow-k8: Try again with latest BIOS."
[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor."
example-data/sample-errors.log 0000664 0000000 0000000 00000256547 12314704571 0016745 0 ustar 00root root 0000000 0000000 ACPI Error: 32/64X address mismatch in Gpe0Block: 00008018/0000000000008028, using 32 (20090903/tbfadt-427)"
ACPI Error: 32/64X address mismatch in Gpe0Block: 00008020/0000000000008028, using 32 20090521 tbfadt-428"
ACPI Error: 32/64X address mismatch in Gpe0Block: 00008020/0000000000008028, using 32 (20090903/tbfadt-427)"
ACPI Error: 32/64X address mismatch in Gpe0Block: 0000F828/000000000001F030, using 32 20090521 tbfadt-428"
ACPI Error: 32/64X address mismatch in Pm2ControlBlock: 00008030/0000000000008020, using 32 (20090903/tbfadt-427)"
ACPI Error: 32/64X address mismatch in Pm2ControlBlock: 00008800/0000000000008100, using 32 20090521 tbfadt-428"
ACPI Error: 32/64X address mismatch in Pm2ControlBlock: 00008800/0000000000008100, using 32 (20090903/tbfadt-427)"
ACPI Error: ACPI path has too many parent prefixes (^) - reached beyond root node (20090903/nsaccess-429)"
ACPI Error: A valid RSDP was not found 20090521 tbxfroot-219"
ACPI Error: A valid RSDP was not found (20090903/tbxfroot-219)"
ACPI Error: Cannot release Mutex [MUT0], not acquired (20090903/exmutex-374)"
ACPI Error: Could not disable RealTimeClock events 20090521 evxfevnt-373"
ACPI Error: Could not enable PowerButton event 20090521 evxfevnt-193"
ACPI Error: Could not enable PowerButton event (20090903/evxfevnt-193)"
ACPI Error: Could not enable SleepButton event 20090521 evxfevnt-193"
ACPI Error: Could not enable SleepButton event (20090903/evxfevnt-193)"
ACPI Error: Current brightness invalid 20090521 video-538"
ACPI Error (dsfield-0139): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dsfield-0140): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dsfield-0140): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dsfield-0143): [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dsobject-0501): Package List length (5) larger than NumElements count (3), truncated"
ACPI Error (dsopcode-0595): Field [ASSM] at 524320 exceeds Buffer [BUF0] size 880 (bits) [20080926]"
ACPI Error (dsopcode-0595): Field [I9MN] at 544 exceeds Buffer [IORT] size 464 (bits) [20080609]"
ACPI Error (dsopcode-0595): Field [I9MN] at 544 exceeds Buffer [IORT] size 464 (bits) [20080926]"
ACPI Error (dswload-0190): [\_PR_.CPU0] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0659): [DD02] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0659): [EHC1] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0659): [\___P] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0659): [USB0] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0673): [\___p] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0674): [\___p] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (dswload-0781): [PRID] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dswload-0781): [_PSW] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dswload-0781): [_T_0] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dswload-0790): [_T_0] Namespace lookup failure, AE_ALREADY_EXISTS"
ACPI Error (dswstate-0097): Result stack is empty! State=ffff8800378ba400 [20080926]"
ACPI Error (dswstate-0097): Result stack is empty! State=ffff8800378ba800 [20080926]"
ACPI Error: Evaluating _BCM failed 20090521 video-526"
ACPI Error (evregion-0315): No handler for Region [ERAM] (ffff88013f819ee8) [EmbeddedControl] [20080926]"
ACPI Error (evxfevnt-0193): Could not enable SleepButton event [20090320]"
ACPI Error (evxfevnt-0366): Could not disable RealTimeClock events [20080926]"
ACPI Error (exfldio-0291): Region EmbeddedControl(3) has no handler [20080926]"
ACPI Error: Field [ASSM] at 524320 exceeds Buffer [BUF0] size 880 (bits) 20090521 dsopcode-596"
ACPI Error: Field [ASSM] at 524320 exceeds Buffer [BUF0] size 880 (bits) (20090903/dsopcode-596)"
ACPI Error: Field [I9MN] at 544 exceeds Buffer [IORT] size 464 (bits) (20090903/dsopcode-596)"
ACPI Error: Illegal I/O port address/length above 64K: 0x0000000000400020/4 20090521 hwvalid-154"
ACPI Error: Incorrect return type [Integer] requested [Package] 20090521 nsxfeval-134"
ACPI Error: Needed [Buffer/String/Package], found [Integer] f7257c08 (20090903/exresop-590)"
ACPI Error: Needed type [Reference], found [Device] f700ef90 20090521 exresop-104"
ACPI Error: Needed type [Reference], found [Device] f700ff90 20090521 exresop-104"
ACPI Error: Needed type [Reference], found [Device] f700ff90 (20090903/exresop-104)"
ACPI Error: Needed type [Reference], found [Device] f7012f90 (20090903/exresop-104)"
ACPI Error: Needed type [Reference], found [Device] ffff8800379a6800 (20090903/exresop-104)"
ACPI Error: Needed type [Reference], found [Device] ffff8800379a7800 (20090903/exresop-104)"
ACPI Error: Needed type [Reference], found [Device] ffff880075927800 (20090903/exresop-104)"
ACPI Error: Needed type [Reference], found [Device] ffff880075928800 20090521 exresop-104"
ACPI Error: Needed type [Reference], found [Device] ffff88014b82d800 (20090903/exresop-104)"
ACPI Error: No handler for Region [ECF2] (ffff88013ba313a8) [EmbeddedControl] (20090903/evregion-319)"
ACPI Error: No handler for Region [ERAM] (f70124d8) [EmbeddedControl] 20090521 evregion-319"
ACPI Error: No handler for Region [ERAM] (f7016938) [EmbeddedControl] 20090521 evregion-319"
ACPI Error: No handler for Region [ERAM] (ffff88007592bd80) [EmbeddedControl] 20090521 evregion-319"
ACPI Error: No handler for Region [ERAM] (ffff88007cf2dea0) [EmbeddedControl] 20090521 evregion-319"
ACPI Error: No handler for Region [ERAM] (ffff88007d32bf78) [EmbeddedControl] (20090903/evregion-319)"
ACPI Error: No handler for Region [ERAM] (ffff88007db2ad80) [EmbeddedControl] (20090903/evregion-319)"
ACPI Error: No handler for Region [ERAM] (ffff88011b82fd80) [EmbeddedControl] 20090521 evregion-319"
ACPI Error: No handler for Region [ERAM] (ffff880133e3e798) [EmbeddedControl] (20090903/evregion-319)"
ACPI Error: No handler for Region [PCFG] (f704b118) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [PCFG] (ffff880137a733f0) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [PCFG] (ffff88013ba6ff78) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [PCFG] (ffff8801b907a3f0) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [SACS] (f701b500) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [SACS] (f70c52a8) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [SACS] (ffff88006df3f7e0) [PCI_Config] (20090903/evregion-319)"
ACPI Error: No handler for Region [SACS] (ffff88012bb0f1f8) [PCI_Config] (20090903/evregion-319)"
ACPI Error (nsaccess-0434): ACPI path has too many parent prefixes (^) - reached beyond root node [20080926]"
ACPI Error (nspredef-0163): \_SB_.PCI0.FNC2.PRT0._GTF: Missing expected return value [20080926]"
ACPI Error (nspredef-0163): \_SB_.PCI0.FNC2.PRT1._GTF: Missing expected return value [20080926]"
ACPI Error (psargs-0358): [CDW1] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [CDW1] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [ECEN] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [FZHD] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [GTF0] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [GTF1] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [HPTF] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [MPEN] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [OSYS] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [PDSX] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [\_PR_.CPU0._PPC] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [\_SB_.PCI0.LPCB.EC0_.HBTN] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [\_SB_.PHSR] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [SMS_] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [SUPP] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [_T_0] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [TPOS] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [URES] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psargs-0359): [Z012] Namespace lookup failure, AE_NOT_FOUND"
ACPI Error (psloop-0136): Found unknown opcode 26 at AML address ffff88003785663a offset 56, ignoring [20080926]"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU0._PSS] (Node ffff88007f26eee0), AE_AML_NO_RETURN_VALUE"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._OSC] (Node f6c10198), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PDC] (Node f6c10180), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PDC] (Node f6c11150), AE_INVALID_TABLE_LENGTH"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PDC] (Node ffff88022f819f00), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU1._PSS] (Node ffff88007f26efa0), AE_AML_NO_RETURN_VALUE"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU2._OSC] (Node f6c10270), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU2._PDC] (Node f6c10258), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_PR_.CPU2._PDC] (Node f6c111e0), AE_INVALID_TABLE_LENGTH"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.MEM_._CRS] (Node f6c1b0a8), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._INI] (Node db02d630), AE_NOT_FOUND"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node f6c15900), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff88007f017980), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff88007f817980), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88013f81a260), AE_NOT_EXIST"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node de813cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node de814cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c10d38), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c14cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c15cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6c15dc8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff8800bf017360), AE_NOT_FOUND"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88013f814b80), AE_NOT_FOUND"
ACPI Error (psparse-0524): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88013f814e40), AE_NOT_FOUND"
ACPI Error (psparse-0530): Method parse/execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff880135a32980), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node f7017600), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node f701c150), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff88013384e6e0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff880137a4e840), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff88013ba4e100), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff88013ba4f480), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff8801b9059860), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff880237056be0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] (Node ffff8802370570c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\EV4_] (Node f701b210), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\EV4_] (Node ffff880227059000), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_GPE._L02] (Node ffff88007cf2a9c0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_GPE._L02] (Node ffff88007d3289c0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_GPE._L02] (Node ffff88013ba32120), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_GPE._L09] (Node ffff88003b5a7520), AE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\J380._STA] (Node f701cba0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\J380._STA] (Node ffff88013710c380), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\J380._STA] (Node ffff88013712b380), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\J380._STA] (Node ffff88013bb3fa80), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\J380._STA] (Node ffff8801b916e720), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\NEVT] (Node f702e9d8), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\NEVT] (Node ffff880227052160), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c08cc7dc), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c08ce7dc), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c08ce7dc), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c090665c), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c091bffc), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c091bffc), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c091f65c), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node ffffffff81a06440), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node ffffffff81a08440), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node ffffffff81a08440), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\] (Node ffffffff81a4d180), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\P8XH] (Node ffff88013ba28020), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node f700e150), AE_INVALID_TABLE_LENGTH"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node f7015930), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node ffff88012ba49180), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node ffff88013ba3ffa0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU2._PDC] (Node ef80d1e0), AE_INVALID_TABLE_LENGTH"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node f701ba38), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node f7072000), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node ffff88006df34f00), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node ffff88012bb111a0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node f701baf8), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node f70720a8), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node ffff88006dfe3000), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node ffff88012bb11280), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.PPCE] (Node f702c7c8), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.PPCE] (Node ffff88022704e960), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node f7017618), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node f701c168), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff88013384e700), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff880137a4e860), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff88013ba4e120), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff88013ba4f4a0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff8801b9059880), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff880237056c00), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] (Node ffff8802370570e0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_PSW] (Node f701f0a8), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\PXSX._STA] (Node ffff880133871ee0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.ADP0.ADJP] (Node ffff88013ba355c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.ADP0.ADJP] (Node ffff88013ba3c5a0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.ADP0._PSR] (Node ffff88013ba35580), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.ADP0._PSR] (Node ffff88013ba3c560), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1._BIF] (Node f700ed38), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1._BIF] (Node f700ee40), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1._BIF] (Node f7010d38), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1.UBIF] (Node f700ed68), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1.UBIF] (Node f700ed68), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1.UBIF] (Node f700ee70), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1.UBIF] (Node f700ee70), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1.UBIF] (Node f7010d68), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT1.UBIF] (Node f7010d68), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.HTEV] (Node f700de58), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.HTEV] (Node f700ee10), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.HTEV] (Node ffff880075929600), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.HTEV] (Node ffff88007db28600), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.HTEV] (Node ffff88011b82d600), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.MEM_._CRS] (Node f7017f60), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.MEM_._CRS] (Node f7018f60), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.MEM_._CRS] (Node ffff8800b4444e60), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.MEM_._CRS] (Node ffff88013ba44cc0), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node f701a648), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node ffff88007f815ba0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node ffff88122fc1ea00), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.ACAD._PSR] (Node f701aa98), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.ACAD._PSR] (Node ffff88013384d720), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node f7019f18), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.BAT0._BST] (Node f7013f30), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.CBST] (Node f7015000), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.DOCK._STA] (Node ffff880133e48620), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.GFX0.DD02._BQC] (Node f7017a50), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.GFX0.DD02.GBQC] (Node f7017a68), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.HPET._CRS] (Node ffff88007db32220), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.HPET._CRS] (Node ffff88013ba40220), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.HPET._STA] (Node ffff88007db32200), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.HPET._STA] (Node ffff88013ba40200), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._INI] (Node db80e690), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._INI] (Node f700f6c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.BAT1._BST] (Node f70141e0), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node f7013be8), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node f7017d08), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node ffff88002f1b4aa0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node ffff8800759319a0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node ffff88007db309a0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node ffff88011b8359a0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node f7015900), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q09] (Node f7017468), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q09] (Node f70177b0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._Q09] (Node f7019468), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node f7012a50), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node f702f3c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88013383fbc0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff880137a3fd00), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88013ba3c700), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88013ba49700), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff8801b903fd20), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff88023703fa80), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_._REG] (Node ffff880237048d20), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV._Q66] (Node f702e690), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV._Q66] (Node ffff880227050d00), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.KBC0.SMWR] (Node ffff88007cf2ebc0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPCB.KBC0.SMWR] (Node ffff88007d32c8c0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC_.EC0_._REG] (Node f70142b8), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node db412378), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node de811cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node de8151e0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node dec11cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node dec13ca8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7010e88), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7011780), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7011bd0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f70122a0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f70124f8), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012cc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012dc8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7012f00), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7013330), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f70137f8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f70140d8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7014228), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f70142b8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7014a50), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7014a68), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7014a80), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7014ca8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f70155b8), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7016a68), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7016d98), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7016dc8), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7017dc8), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7018dc8), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701adc8), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f7413270), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f74141e0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff8800379bba80), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff8800379bbaa0), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff8800379bca80), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007592ea80), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007592eaa0), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007592faa0), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007bf2bf20), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d32abc0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007d32ccc0), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff8800bc62d3a0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88011ba2d200), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88012ba38260), AE_ALREADY_EXISTS"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88013ba29e80), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88013ba393a0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88014b83caa0), AE_AML_OPERAND_TYPE"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PEGP.EVGA.LCD_._BCM] (Node ffff8800bc647c80), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PIB_.EXFG] (Node f7015768), AE_AML_MUTEX_NOT_ACQUIRED"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PIB_.FIR_._STA] (Node f7015900), AE_AML_MUTEX_NOT_ACQUIRED"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.RTC_._CRS] (Node ffff88007db322c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.RTC_._CRS] (Node ffff88013ba402c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SAT0.PRT0._SDD] (Node ffff880233656ce0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SAT0.PRT1._SDD] (Node ffff880233656dc0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SAT1.CHN0._GTM] (Node f7014a38), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SAT1.CHN0._GTM] (Node f70150f0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SAT1.CHN1._GTM] (Node f7014b28), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SAT1.CHN1._GTM] (Node f70151e0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SATA.CHN0._GTM] (Node f7014300), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SATA.CHN0._GTM] (Node f7014978), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SATA.CHN1._GTM] (Node f70143f0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SATA.CHN1._GTM] (Node f7014a68), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SATA.PRT0._SDD] (Node f7018e58), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SATA.PRT0._SDD] (Node ffff8800bc632c60), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.SBRG.EC0_.BST2] (Node f7012e58), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff88122fc1ece0), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff88122fc1ec60), AE_AML_BUFFER_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node f701bc78), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node f7072210), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node ffff88006dfe3200), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node ffff88012bb11460), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node f701bd38), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node f70722b8), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node ffff88006dfe3300), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node ffff88012bb11540), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\SMIE] (Node f702ea20), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\SMIE] (Node ffff8802270521c0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.C2E5] (Node f7017f30), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.C2E6] (Node f7017f48), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.C2E7] (Node f701b0f0), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.C2E8] (Node f701b108), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THRM.SFAN] (Node ffff88007cf2aec0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THRM.SFAN] (Node ffff88007d328ec0), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THRM.THCK] (Node ffff88007cf2af40), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THRM.THCK] (Node ffff88007d328f40), AE_NOT_EXIST"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THRM._TMP] (Node f7018be8), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THRM._TMP] (Node f701a018), AE_TIME"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ00._PSL] (Node ffff88013be3fde0), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ00._PSL] (Node ffff88015ba4de00), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ00._PSL] (Node ffff880257054e20), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ01._HOT] (Node f7019e70), AE_NOT_FOUND"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ2_._TMP] (Node f7019618), AE_AML_PACKAGE_LIMIT"
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ2_._TMP] (Node f701b7c8), AE_AML_PACKAGE_LIMIT"
ACPI Error: Region EmbeddedControl(3) has no handler 20090521 exfldio-288"
ACPI Error: Region EmbeddedControl(3) has no handler 20090521 exfldio-294"
ACPI Error: Region EmbeddedControl(3) has no handler (20090903/exfldio-295)"
ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)"
ACPI Error: SMBus or IPMI write requires Buffer of length 42, found length 20 (20090903/exfield-286)"
ACPI Error (uteval-0232): Method execution failed [\_SB_.MEM_._CRS] (Node f6c1b0a8), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0232): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node f6c15900), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0232): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff88007f017980), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0232): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff88007f817980), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0232): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node ffff880135a32980), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0250): Method execution failed [\J380._STA] (Node f701cba0), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\J380._STA] (Node ffff88013710c380), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\J380._STA] (Node ffff88013712b380), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\J380._STA] (Node ffff88013bb3fa80), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\J380._STA] (Node ffff8801b916e720), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D0._STA] (Node f701ba38), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D0._STA] (Node f7072000), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D0._STA] (Node ffff88006df34f00), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D0._STA] (Node ffff88012bb111a0), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D1._STA] (Node f701baf8), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D1._STA] (Node f70720a8), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D1._STA] (Node ffff88006dfe3000), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\PRID.P_D1._STA] (Node ffff88012bb11280), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\_SB_.MEM_._CRS] (Node f7018f60), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0250): Method execution failed [\_SB_.MEM_._CRS] (Node ffff8800b4444e60), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0250): Method execution failed [\_SB_.MEM_._CRS] (Node ffff88013ba44cc0), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0250): Method execution failed [\_SB_.PCI0.DOCK._STA] (Node ffff880133e48620), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\_SB_.PCI0.LPC0.PMIO._CRS] (Node f7015900), AE_AML_BUFFER_LIMIT"
ACPI Error (uteval-0250): Method execution failed [\_SB_.PCI0.PIB_.FIR_._STA] (Node f7015900), AE_AML_MUTEX_NOT_ACQUIRED"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D0._STA] (Node f701bc78), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D0._STA] (Node f7072210), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D0._STA] (Node ffff88006dfe3200), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D0._STA] (Node ffff88012bb11460), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D1._STA] (Node f701bd38), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D1._STA] (Node f70722b8), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D1._STA] (Node ffff88006dfe3300), AE_NOT_EXIST"
ACPI Error (uteval-0250): Method execution failed [\SECD.S_D1._STA] (Node ffff88012bb11540), AE_NOT_EXIST"
ACPI Error (uteval-0256): Method execution failed [\_SB_.MEM_._CRS] (Node f7017f60), AE_AML_BUFFER_LIMIT"
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! 20090521 tbfadt-370"
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)"
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100121/tbfadt-369)"
ACPI Warning: 32/64X FACS address mismatch in FADT - 3762DF40/000000003762DF80, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - 3F611E40/000000003F611D40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - 3F611E40/000000003F611D40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - 5F611E40/000000005F611D40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - 7B76BF40/000000007B76ED40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - 7F3EBF40/000000007F3E7F40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - 7F3ECF40/000000007F3E8F40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - 7F611E40/000000007F611D40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - 7FD5FF40/000000007FD65E40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - 9DCC4F40/000000009DCC5E40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - 9DF17E40/000000009DF17D40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - B7B1CE40/00000000B7B1CD40, using 32 (20100121/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - BADABF40/00000000BADAED40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - BB76BF40/00000000BB76ED40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - BBB61F40/00000000BBB67E40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - BD651F40/00000000BD656F40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - BDB5FF40/00000000BDB64F40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - BDB61F40/00000000BDB66F40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - BDF19E40/00000000BDF19D40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - BFA51F40/00000000BFA56F40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - BFE17E40/00000000BFE17D40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - CB628E40/00000000CB628D40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X FACS address mismatch in FADT - CBE4AF40/00000000CBE4FF40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - CBF6BF40/00000000CBF6ED40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - CEF28F40/00000000CEF2BD40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - CEF2CF40/00000000CEF2FD40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - DADC1F40/00000000DADD5D40, using 32 (20090903/tbfadt-486)"
ACPI Warning: 32/64X FACS address mismatch in FADT - DF647F40/00000000DF64AD40, using 32 20090521 tbfadt-487"
ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 20090521 tbfadt-527"
ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20090903/tbfadt-526)"
ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20100121/tbfadt-526)"
ACPI Warning: _BQC returned an invalid level 20090521 video-629"
ACPI Warning: _BQC returned an invalid level (20090903/video-631)"
ACPI Warning: _BQC returned an invalid level (20091214/video-638)"
ACPI Warning: _BQC returned an invalid level (20100121/video-638)"
ACPI Warning: Could not enable fixed event 2 20090521 evxface-146"
ACPI Warning: Could not enable fixed event 2 (20090903/evxface-146)"
ACPI Warning: Could not enable fixed event 3 20090521 evxface-146"
ACPI Warning: Could not enable fixed event 3 (20090903/evxface-146)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x0070] at table offset 0x006C (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x0070] at table offset 0x006F (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x0070] at table offset 0x0070 (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x0070] at table offset 0x0077 (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x0070] at table offset 0x007C (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x007D (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x007F (20090903/psloop-522)"
ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x0080 (20090903/psloop-522)"
ACPI Warning (dsobject-0501): Package List length (1) larger than NumElements count (0), truncated"
ACPI Warning (dsobject-0501): Package List length (5) larger than NumElements count (4), truncated"
ACPI Warning (dsobject-0501): Package List length (C) larger than NumElements count (2), truncated"
ACPI Warning (dsobject-0501): Package List length (C) larger than NumElements count (3), truncated"
ACPI Warning (dsobject-0501): Package List length (C) larger than NumElements count (4), truncated"
ACPI Warning (dsobject-0502): Package List length (C) larger than NumElements count (3), truncated"
ACPI Warning: Evaluating _BQC failed (20090903/video-641)"
ACPI Warning (evxface-0146): Could not enable fixed event 3 [20090320]"
ACPI Warning for \_PR_.CPU0._PSD:"
ACPI Warning for \_PR_.CPU0._PSD: [] lapic_timer_state_broadcast+0x46/0x48"
ACPI Warning for \_PR_.CPU0._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU1._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU2._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU3._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU4._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU5._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU6._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_PR_.CPU7._PSD: Return Package type mismatch at index 4 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.BAT0._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.BAT0._BIF: Return Package type mismatch at index 9 - found [NULL Object Descriptor], expected String/Buffer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.BAT1._BST: Return Package type mismatch at index 2 - found [NULL Object Descriptor], expected Integer (20090903/nspredef-1012)"
ACPI Warning for \_SB_.PCI0.BAT0._BIF: Converted Buffer to expected String at index 9 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0.FNC2.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.FNC2.PRT1._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.IDE1.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.LPC_.EC__.BAT0._BIF:"
ACPI Warning for \_SB_.PCI0.LPC_.EC__.BAT0._BIF: Converted Buffer to expected String at index 10 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0.LPC_.EC__.BAT0._BIF: Converted Buffer to expected String at index 11 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0.LPC_.EC__.BAT0._BIF: Converted Buffer to expected String at index 12 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0.LPC_.EC__.BAT0._BIF: Converted Buffer to expected String at index 9 (20090903/nsrepair-132)"
ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20090903/nspredef-336)"
ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20091214/nspredef-351)"
ACPI Warning for \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20100121/nspredef-352)"
ACPI Warning for \_SB_.PCI0._OSC: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.P0P1._PRT: Return Package has no elements (empty) (20090903/nspredef-433)"
ACPI Warning for \_SB_.PCI0.PCIB._PRT: Return Package has no elements (empty) (20090903/nspredef-433)"
ACPI Warning for \_SB_.PCI0._PRT: Return Package type mismatch at index 2 - found [NULL Object Descriptor], expected Integer/Reference (20090903/nspredef-1012)"
ACPI Warning for \_SB_.PCI0.SAT0.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.SAT0.PRT1._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.SATA.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.SATA.PRT1._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)"
ACPI Warning for \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) (20090903/nspredef-433)"
ACPI Warning for \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference (20090903/nspredef-1012)"
ACPI Warning for \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference (20100121/nspredef-1059)"
ACPI Warning for \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference (20090903/nspredef-1012)"
ACPI Warning for \_TZ_.TZ01._PSV: Return type mismatch - found Package, expected Integer (20090903/nspredef-1006)"
ACPI Warning: Incorrect checksum in table [ASF!] - 59, should be 08 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ASF!] - 77, should be B6 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ASF!] - E9, should be 94 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ASF!] - F2, should be 8D (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ATKG] - 0F, should be E7 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ATKG] - 49, should be 84 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - 6A, should be E5 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ATKG] - 90, should be 59 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ATKG] - 96, should be 59 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - 9D, should be 53 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - A4, should be 59 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - AA, should be 59 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - B0, should be 4A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - C8, should be E5 (20100121/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ATKG] - CD, should be 59 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - E4, should be 59 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [ATKG] - E5, should be 59 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [ATKG] - E7, should be 59 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [GSCI] - 3B, should be BF (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [GSCI] - 58, should be AA (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [GSCI] - A8, should be 7B (20100121/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 00, should be FF 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 03, should be FE 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 04, should be 54 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 05, should be FD 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 06, should be 05 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 0B, should be 02 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 0B, should be 02 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 0C, should be FF 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 0F, should be 03 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 0x77, should be 0x6A (20100428/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 16, should be 14 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 17, should be 67 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 18, should be 13 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 1D, should be 10 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 1F, should be 16 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 20, should be 17 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 24, should be 17 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 24, should be 1D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 25, should be 16 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 26, should be 76 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 29, should be 1A (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 2A, should be 29 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 2E, should be 2D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 2F, should be 22 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 2F, should be 24 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 30, should be 23 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 33, should be 2E (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 3F, should be 3B (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 40, should be 3F (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 42, should be 35 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 43, should be 3E 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 44, should be 6C (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 45, should be 40 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 4C, should be 40 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 52, should be 4E 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 52, should be 7D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 55, should be 4D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 57, should be 4E 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 58, should be 53 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 59, should be 4C 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 5B, should be 50 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 5B, should be 5A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 5C, should be 4F 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 5F, should be 52 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 61, should be 54 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 61, should be 58 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 63, should be 5E 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 65, should be 5C 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 66, should be 5D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 68, should be 5A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 69, should be 5F (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 6B, should be 66 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 6B, should be 6A (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 6C, should be 27 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 6D, should be 60 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 6D, should be 6A (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 6E, should be 65 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 6E, should be 66 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 6F, should be 6E (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 6F, should be 9A (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 70, should be 67 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 72, should be 69 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 72, should be 69 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 73, should be 64 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 73, should be 66 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 74, should be 6F 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 75, should be 74 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 77, should be 6A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 77, should be 76 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 7B, should be 74 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 7B, should be 76 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 7B, should be 7A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 7D, should be 74 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 7D, should be 74 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 83, should be 7A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 83, should be 82 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 85, should be 78 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 85, should be 84 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 86, should be 83 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 86, should be 85 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 88, should be 7F (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 89, should be 88 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 8B, should be 7F 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 8B, should be 8A (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 8C, should be 88 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 8D, should be 80 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 8D, should be 88 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 8D, should be 8C 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 8E, should be 85 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 91, should be 88 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 91, should be 90 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 96, should be 91 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - 99, should be 94 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - 9D, should be B1 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - A0, should be 9B 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - A1, should be 94 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - A3, should be 9E (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - A6, should be A1 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - A8, should be A0 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - A9, should be 9B 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - AC, should be A5 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - AC, should be A7 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - AD, should be A4 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - AE, should be A1 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - B0, should be AB (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B1, should be A8 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B2, should be A5 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B2, should be A9 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - B2, should be B1 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - B2, should be B1 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B3, should be AE (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B6, should be B3 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B7, should be B6 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - B8, should be B1 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - B8, should be B7 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - BB, should be AE 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - BB, should be AE (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - BC, should be B3 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - BF, should be B2 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - C0, should be B7 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - C1, should be C0 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - C1, should be C0 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - C2, should be B9 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - C5, should be BC 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - C7, should be B8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - C9, should be C8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - CA, should be C9 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - CB, should be C3 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - CB, should be C6 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - CC, should be BF 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - CD, should be C4 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - CD, should be CC (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - CE, should be C9 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - CF, should be A8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D0, should be C1 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D0, should be CF 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D3, should be C6 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - D4, should be C7 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D4, should be D0 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D5, should be D4 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D6, should be D5 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - D7, should be CE (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - D8, should be AC 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - DA, should be D9 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - DA, should be D9 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - DC, should be D7 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - DD, should be D0 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - DD, should be D4 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - DD, should be D8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - DE, should be D6 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - DF, should be 2F (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - E0, should be 30 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - E0, should be D7 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - E1, should be D3 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - E1, should be D8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - E1, should be D8 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - E4, should be D7 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - E4, should be E3 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - E6, should be DD 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - E7, should be D8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - E8, should be E3 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - E8, should be E3 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - EA, should be DD 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - EB, should be DE 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - EB, should be E3 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - EB, should be EA 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - EC, should be E7 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - ED, should be EC 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - EE, should be E9 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - F0, should be E3 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - F1, should be E8 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - F6, should be 46 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - F6, should be E7 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [OEMB] - F9, should be 24 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - FC, should be ED 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [OEMB] - FF, should be FA (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [_RAT] - 00, should be 63 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - 37, should be C7 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 39, should be 1C 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 46, should be AF 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 49, should be 4D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 4C, should be 12 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - 57, should be 18 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 5C, should be 22 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 5C, should be A6 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - 63, should be A6 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 68, should be E9 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 6D, should be DB (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - 72, should be 79 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - 7B, should be ED 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 83, should be 7F (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - 83, should be 8F 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 83, should be E1 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - 8D, should be 39 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - A8, should be 37 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - AE, should be 74 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - B3, should be B2 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [SSDT] - C5, should be CC 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - D9, should be 4D 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - E4, should be 73 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - EB, should be AC 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - F5, should be 51 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [SSDT] - F9, should be 3C (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TAMG] - E0, should be DF (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 7F 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 7F (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 87 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 87 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 89 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 93 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 95 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 96 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be 96 (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be A9 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - 00, should be AB (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TCPA] - B6, should be 5A 20090521 tbutils-246"
ACPI Warning: Incorrect checksum in table [TCPA] - B6, should be 5A (20090903/tbutils-314)"
ACPI Warning: Incorrect checksum in table [TCPA] - D3, should be 77 20090521 tbutils-246"
ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 20090521 tbfadt-608"
ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20090903/tbfadt-607)"
ACPI Warning: Invalid length for Pm2ControlBlock: 0, using default 8 20090521 tbfadt-608"
ACPI Warning: Invalid length for Pm2ControlBlock: 16, using default 8 20090521 tbfadt-608"
ACPI Warning: Invalid throttling state, reset 20090521 processor_throttling-843"
ACPI Warning (nseval-0168): Insufficient arguments - method [_OSC] needs 5, found 4 [20080926]"
ACPI Warning (nspredef-0252): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, expected 4 [20080926]"
ACPI Warning (nspredef-0357): \_PR_.CPU1._PSD: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0357): \_SB_.PCI0.AGP_.SLI_.SLI1.VID1._DOD: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0357): \_SB_.PCI0.P0P1._PRT: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0357): \_SB_.PCI0.P2P_._PRT: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0357): \_SB_.PCI0.PCIB._PRT: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0357): \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) [20080926]"
ACPI Warning (nspredef-0437): \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) [20090320]"
ACPI Warning (nspredef-0852): \_PR_.CPU0._PSS: Return type mismatch - found Integer, expected Package [20080926]"
ACPI Warning (nspredef-0852): \_SB_.PCI0.SATA.PRT0._GTF: Return type mismatch - found Integer, expected Buffer [20080926]"
ACPI Warning (nspredef-0852): \_SB_.PCI0.SATA.PRT1._GTF: Return type mismatch - found Integer, expected Buffer [20080926]"
ACPI Warning (nspredef-0858): \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer [20080926]"
ACPI Warning (nspredef-0858): \_SB_.BAT1._BST: Return Package type mismatch at index 2 - found [NULL Object Descriptor], expected Integer [20080926]"
ACPI Warning (nspredef-0858): \_SB_.BAT2._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer [20080926]"
ACPI Warning (nspredef-0858): \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference [20080926]"
ACPI Warning (nspredef-0858): \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference [20080926]"
ACPI Warning (nspredef-0943): \_SB_.PCI0.FNC2.PRT0._GTF: Return type mismatch - found Integer, expected Buffer [20090320]"
ACPI Warning (nspredef-0949): \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer [20090320]"
ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 20090521 tbfadt-558"
ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 (20090903/tbfadt-557)"
ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 (20100121/tbfadt-557)"
ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000802C/0 (20090903/tbfadt-557)"
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000000/1 20090521 tbfadt-558"
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000000/1 (20090903/tbfadt-557)"
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000000/1 (20100121/tbfadt-557)"
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000450/0 20090521 tbfadt-558"
ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000820/0 20090521 tbfadt-558"
ACPI Warning: Package List length (0x10) larger than NumElements count (0x6), truncated"
ACPI Warning: Package List length (0x10) larger than NumElements count (0x8), truncated"
ACPI Warning: Package List length (0x1) larger than NumElements count (0x0), truncated"
ACPI Warning: Package List length (0x5) larger than NumElements count (0x2), truncated"
ACPI Warning: Package List length (0x5) larger than NumElements count (0x3), truncated"
ACPI Warning: Package List length (0x6) larger than NumElements count (0x2), truncated"
ACPI Warning: Package List length (0x6) larger than NumElements count (0x3), truncated"
ACPI Warning: Package List length (0x7) larger than NumElements count (0x3), truncated"
ACPI Warning: Package List length (0xA8) larger than NumElements count (0x3), truncated"
ACPI Warning: Package List length (0xCA) larger than NumElements count (0x4), truncated"
ACPI Warning: Package List length (0xC) larger than NumElements count (0x4), truncated"
ACPI Warning: Package List length (10A) larger than NumElements count (2), truncated"
ACPI Warning: Package List length (10) larger than NumElements count (6), truncated"
ACPI Warning: Package List length (1) larger than NumElements count (0), truncated"
ACPI Warning: Package List length (6) larger than NumElements count (2), truncated"
ACPI Warning: Package List length (8) larger than NumElements count (5), truncated"
ACPI Warning: Package List length (A8) larger than NumElements count (3), truncated"
ACPI Warning: Package List length (CA) larger than NumElements count (4), truncated"
ACPI Warning: Package List length (C) larger than NumElements count (3), truncated"
ACPI Warning: Package List length (C) larger than NumElements count (4), truncated"
ACPI Warning: Package List length (C) larger than NumElements count (6), truncated"
ACPI Warning: Package List length (EA) larger than NumElements count (3), truncated"
ACPI Warning: \_PR_.CPU0._CST: Return Package is too small - found 4, expected 4 20090521 nspredef-748"
ACPI Warning: \_PR_.CPU0._PSD: Return Package type mismatch at index 0 - found Integer, expected Package 20090521 nspredef-946"
ACPI Warning: \_PR_.CPU0._TSD: Return Package type mismatch at index 0 - found Integer, expected Package 20090521 nspredef-946"
ACPI Warning: \_PR_.CPU1._PSD: Return Package type mismatch at index 0 - found Integer, expected Package 20090521 nspredef-946"
ACPI Warning: \_PR_.CPU1._TSD: Return Package type mismatch at index 0 - found Integer, expected Package 20090521 nspredef-946"
ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]"
ACPI Warning: \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer 20090521 nspredef-946"
ACPI Warning: \_SB_.BAT1._BST: Return Package type mismatch at index 2 - found [NULL Object Descriptor], expected Integer 20090521 nspredef-946"
ACPI Warning: \_SB_.PCI0.AGP_.VGA_.LCD_._BQC: Return type mismatch - found Reference, expected Integer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.FNC2.PRT0._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.FNC2.PRT1._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.FNC2.PRT4._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 20090521 nspredef-328"
ACPI Warning: \_SB_.PCI0.P0P1._PRT: Return Package has no elements (empty) 20090521 nspredef-434"
ACPI Warning: \_SB_.PCI0.P0P2.M86_.LCD_._BCL: Return type mismatch - found Integer, expected Package 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.P2P_._PRT: Return Package has no elements (empty) 20090521 nspredef-434"
ACPI Warning: \_SB_.PCI0.PCIB._PRT: Return Package has no elements (empty) 20090521 nspredef-434"
ACPI Warning: \_SB_.PCI0.PEGP.NVGA.MXMI: Excess arguments - needs 1, found 2 20090521 nspredef-287"
ACPI Warning: \_SB_.PCI0.PEGP.NVGA.MXMS: Excess arguments - needs 1, found 2 20090521 nspredef-287"
ACPI Warning: \_SB_.PCI0.SATA.PRT0._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.SATA.PRT2._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940"
ACPI Warning: \_SB_.PCI0.VID2._DOD: Return Package has no elements (empty) 20090521 nspredef-434"
ACPI Warning (tbfadt-0370): 32/64 FACS address mismatch in FADT - two FACS tables! [20090320]"
ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080321]"
ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080609]"
ACPI Warning (tbfadt-0442): Optional field "Pm2ControlBlock" has zero address or length: 0000000000000000/1 [20080609]"
ACPI Warning (tbfadt-0460): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080926]"
ACPI Warning (tbfadt-0460): Optional field "Pm2ControlBlock" has zero address or length: 0000000000000000/1 [20080926]"
ACPI Warning (tbfadt-0460): Optional field "Pm2ControlBlock" has zero address or length: 0000000000000820/0 [20080926]"
ACPI Warning (tbfadt-0488): 32/64X FACS address mismatch in FADT - 3F611E40/000000003F611D40, using 32 [20090320]"
ACPI Warning (tbfadt-0488): 32/64X FACS address mismatch in FADT - 7DB62F40/000000007DB67F40, using 32 [20090320]"
ACPI Warning (tbfadt-0531): 32/64X length mismatch in Gpe1Block: 0/32 [20090320]"
ACPI Warning (tbfadt-0562): Optional field Gpe1Block has zero address or length: 000000000000102C/0 [20090320]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ASF!] - CD, should be 61 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ASF!] - FC, should be 97 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - 16, should be 59 [20080609]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - 6E, should be E5 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - 9D, should be 59 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - B0, should be 4A [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - C9, should be EC [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - D4, should be 59 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 0B, should be 0A [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 1B, should be 12 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 26, should be 18 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 35, should be 60 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 38, should be 63 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 58, should be 4F [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 5C, should be 4F [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 5E, should be 51 [20080609]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 6B, should be 5E [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 6C, should be 62 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 6C, should be 67 [20080609]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 74, should be 6C [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 75, should be A0 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 78, should be B0 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 79, should be A4 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 85, should be 78 [20080321]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 8D, should be 7F [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 9A, should be 91 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - A2, should be 99 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - A8, should be 9B [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - AF, should be 81 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - B1, should be A4 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - B2, should be A5 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - B2, should be AA [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - C0, should be BB [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - C6, should be BD [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - CC, should be BF [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - CC, should be FD [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - CF, should be C6 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - DD, should be D4 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - DE, should be D3 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - E0, should be DD [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - E2, should be D5 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - E4, should be D7 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - E4, should be DB [20080609]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - EC, should be E3 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - EE, should be E1 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F1, should be E4 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F3, should be EE [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F6, should be E9 [20080609]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F6, should be F5 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - FA, should be ED [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - FB, should be FA [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [SSDT] - 48, should be 0E [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [SSDT] - 64, should be 2A [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [SSDT] - 83, should be 7B [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [SSDT] - 83, should be 97 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [SSDT] - 9E, should be 4A [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 87 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be 9A [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be A5 [20080926]"
ACPI Warning (tbutils-0217): Incorrect checksum in table [TCPA] - 00, should be A9 [20080926]"
ACPI Warning (tbutils-0246): Incorrect checksum in table [OEMB] - 35, should be 60 [20090320]"
ACPI Warning (tbutils-0246): Incorrect checksum in table [OEMB] - 96, should be 95 [20090320]"
ACPI Warning: \_TZ_.THRM._AL0: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference 20090521 nspredef-946"
ACPI Warning: \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference 20090521 nspredef-946"
ACPI Warning: \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference 20090521 nspredef-946"
ACPI Warning: \_TZ_.THRM._TZD: Return Package type mismatch at index 0 - found Processor, expected Reference 20090521 nspredef-946"
ACPI Warning: \_TZ_.TZ00._PSL: Return Package type mismatch at index 0 - found Processor, expected Reference 20090521 nspredef-946"
CPU0: Temperature above threshold, cpu clock throttled (total events = 1)"
Disabling IRQ #10"
Disabling IRQ #11"
Disabling IRQ #16"
Disabling IRQ #18"
Disabling IRQ #19"
Disabling IRQ #20"
Disabling IRQ #21"
Disabling IRQ #5"
Disabling IRQ #9"
[Firmware Bug]: ACPI: ACPI brightness control misses _BQC function"
[Firmware Bug]: ACPI(EVGA) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS"
[Firmware Bug]: ACPI: Invalid BIOS _PSS frequency: 0x0 MHz"
[Firmware Bug]: ACPI(NGFX) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(NVGA) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(VGA0) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(VGA) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(XVS0) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(Z00P) defines _DOD but not _DOS"
[Firmware Bug]: ACPI(Z01I) defines _DOD but not _DOS"
[Firmware Bug]: _BCQ is used instead of _BQC"
[Firmware Bug]: BIOS needs update for CPU frequency support"
[Firmware Bug]: Invalid critical threshold (0)"
[Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found."
[Firmware Bug]: powernow-k8: No PSB or ACPI _PSS objects"
[Firmware Bug]: powernow-k8: Try again with latest BIOS."
[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor."
fwts-test/ 0000775 0000000 0000000 00000000000 12314704571 0013022 5 ustar 00root root 0000000 0000000 fwts-test/acpidump-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015202 5 ustar 00root root 0000000 0000000 fwts-test/acpidump-0001/acpidump-0001.log 0000664 0000000 0000000 00000147466 12314704571 0020107 0 ustar 00root root 0000000 0000000 acpidump acpidump: Dump ACPI tables.
acpidump ----------------------------------------------------------
acpidump Test 1 of 1: Dump ACPI tables.
acpidump RSDP @ f7240 (36 bytes) (loaded from file)
acpidump ----
acpidump Root System Description Pointer:
acpidump
acpidump [0x000 0000 8] Signature: RSD PTR
acpidump [0x008 0008 1] Checksum: 0xc5
acpidump [0x009 0009 6] OEM ID: LENOVO
acpidump [0x00f 0015 1] Revision: 0x02
acpidump [0x010 0016 4] RsdtAddress: 0xbf6d8794
acpidump [0x014 0020 4] Length: 0x00000024
acpidump [0x018 0024 8] XsdtAddress: 0x00000000bf6d87f0
acpidump [0x020 0032 1] Extended Checksum: 0x39
acpidump [0x021 0033 3] Reserved: 0x00 [0]
acpidump [0x021 0033 3] Reserved: 0x00 [1]
acpidump [0x021 0033 3] Reserved: 0x00 [2]
acpidump
acpidump RSDT @ bf6d8794 (88 bytes) (loaded from file)
acpidump ----
acpidump Root System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: RSDT
acpidump [0x004 0004 4] Length: 0x00000058
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x43
acpidump [0x00a 0010 6] OEM ID: LENOVO
acpidump [0x010 0016 8] OEM Table ID: TP-68
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LTP
acpidump [0x020 0032 4] Creator Revision: 0x00000000
acpidump [0x024 0036 4] Entry 00 FACP: 0xbf6dfb5e
acpidump [0x028 0040 4] Entry 01 APIC: 0xbf6dfcc6
acpidump [0x02c 0044 4] Entry 02 HPET: 0xbf6dfd2e
acpidump [0x030 0048 4] Entry 03 MCFG: 0xbf6dfd66
acpidump [0x034 0052 4] Entry 04 BOOT: 0xbf6dffd8
acpidump [0x038 0056 4] Entry 05 TMOR: 0xbf6dfdd4
acpidump [0x03c 0060 4] Entry 06 SLIC: 0xbf6dfdfa
acpidump [0x040 0064 4] Entry 07 APIC: 0xbf6dff70
acpidump [0x044 0068 4] Entry 08 SSDT: 0xbf6d98bd
acpidump [0x048 0072 4] Entry 09 SSDT: 0xbf6d981a
acpidump [0x04c 0076 4] Entry 10 SSDT: 0xbf6d8e10
acpidump [0x050 0080 4] Entry 11 SSDT: 0xbf6d8d6a
acpidump [0x054 0084 4] Entry 12 SSDT: 0xbf6d8884
acpidump
acpidump DSDT @ bf6d9b6a (24564 bytes) (loaded from file)
acpidump ----
acpidump Differentiated System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: DSDT
acpidump [0x004 0004 4] Length: 0x00005ff4
acpidump [0x008 0008 1] Revision: 0x02
acpidump [0x009 0009 1] Checksum: 0x11
acpidump [0x00a 0010 6] OEM ID: TOSCPL
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: INTL
acpidump [0x020 0032 4] Creator Revision: 0x20060608
acpidump Contains 0x5fd0 bytes of AML byte code
acpidump
acpidump FACS @ bf6e2fc0 (64 bytes) (loaded from file)
acpidump ----
acpidump Firmware ACPI Control Structure:
acpidump
acpidump [0x000 0000 4] Signature: FACS
acpidump [0x004 0004 4] Length: 0x00000040
acpidump [0x008 0008 4] H/W Signature: 0x00000000
acpidump [0x00c 0012 4] Waking Vector: 0x00000000
acpidump [0x010 0016 4] Global Lock: 0x00000000
acpidump [0x014 0020 4] Flags: 0x00000000
acpidump [0x018 0024 8] X Waking Vector: 0x0000000000000000
acpidump [0x020 0032 1] Version: 0x01
acpidump [0x024 0036 4] OSPM Flags: 0x00000000
acpidump
acpidump FACP @ bf6dfb5e (116 bytes) (loaded from file)
acpidump ----
acpidump Fixed ACPI Description Table:
acpidump
acpidump [0x000 0000 4] Signature: FACP
acpidump [0x004 0004 4] Length: 0x00000074
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x5c
acpidump [0x00a 0010 6] OEM ID: TOSCPL
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LOHR
acpidump [0x020 0032 4] Creator Revision: 0x0000005a
acpidump [0x024 0036 4] FACS Address: 0xbf6e2fc0
acpidump [0x028 0040 4] DSDT Address: 0xbf6d9b6a
acpidump [0x02c 0044 1] Model: 0x00
acpidump [0x02d 0045 1] PM Profile: 0x00 (Unspecified)
acpidump [0x02e 0046 2] SCI Interrupt: 0x0009
acpidump [0x030 0048 4] SMI Command Port: 0x000000b2
acpidump [0x034 0052 1] ACPI Enable Value: 0xf0
acpidump [0x035 0053 1] ACPI Disable Value: 0xf1
acpidump [0x036 0054 1] S4BIOS Command: 0x00
acpidump [0x037 0055 1] P-State Control: 0x80
acpidump [0x038 0056 4] PM1A Event Block: 0x00001000
acpidump [0x03c 0060 4] PM1B Event Block: 0x00000000
acpidump [0x040 0064 4] PM1A Control Block: 0x00001004
acpidump [0x044 0068 4] PM1B Control Block: 0x00000000
acpidump [0x048 0072 4] PM2 Control Block: 0x00001020
acpidump [0x04c 0076 4] PM Timer Block: 0x00001008
acpidump [0x050 0080 4] GPE0 Block: 0x00001028
acpidump [0x054 0084 4] GPE1 Block: 0x00000000
acpidump [0x058 0088 1] PM1 Event Block Length: 0x04
acpidump [0x059 0089 1] PM1 Control Block Length: 0x02
acpidump [0x05a 0090 1] PM2 Control Block Length: 0x01
acpidump [0x05b 0091 1] PM Timer Block Length: 0x04
acpidump [0x05c 0092 1] GPE0 Block Length: 0x08
acpidump [0x05d 0093 1] GPE1 Block Length: 0x00
acpidump [0x05f 0095 1] _CST Support: 0x85
acpidump [0x060 0096 2] C2 Latency: 0x0001
acpidump [0x062 0098 2] C3 Latency: 0x0039
acpidump [0x064 0100 2] CPU Cache Size: 0x0000
acpidump [0x066 0102 2] CPU Cache Flush Stride: 0x0000
acpidump [0x068 0104 1] Duty Cycle Offset: 0x01
acpidump [0x069 0105 1] Duty Cycle Width: 0x03
acpidump [0x06a 0106 1] RTC Day Alarm Index: 0x0d
acpidump [0x06b 0107 1] RTC Month Alarm Index: 0x00
acpidump [0x06c 0108 1] RTC Century Index: 0x32
acpidump [0x06d 0109 2] IA-PC Boot Flags (see below): 0x0000
acpidump Legacy Devices Supported (V2): 0x0
acpidump 8042 present on ports 60/64 (V2): 0x0
acpidump VGA Not Present (V4): 0x0
acpidump MSI Not Supported (V4): 0x0
acpidump PCIe ASPM Not supported (V4): 0x0
acpidump CMOS RTC Not Present (V5): 0x0
acpidump [0x070 0112 4] Flags (see below): 0x000080a5
acpidump WBINVD instruction (V1): 0x1
acpidump WBINVD flushes all caches (V1): 0x0
acpidump All CPUs support C1 (V1): 0x1
acpidump C2 works on MP system (V1): 0x0
acpidump Control Method Power Button (V1): 0x0
acpidump Control Method Sleep Button (V1): 0x1
acpidump RTC wake not in fixed reg space (V1): 0x0
acpidump RTC can wake system from S4 (V1): 0x1
acpidump 32 bit PM timer (V1): 0x0
acpidump Docking Capability (V1): 0x0
acpidump Reset Register Supported (V2): 0x0
acpidump Sealed Case (V3): 0x0
acpidump Headless, No Video (V3): 0x0
acpidump Use native instr. after SLP_TYPx (V3): 0x0
acpidump PCI_EXP_WAK bits supported (V4): 0x0
acpidump Use patform clock (V4): 0x1
acpidump RTC_STS Valid after S4 wake (V4): 0x0
acpidump Remote power on capable (V4): 0x0
acpidump Use APIC Cluster Model (V4): 0x0
acpidump Use APIC Physical Dest. Mode (V4): 0x0
acpidump ACPI hardware is not implemented (V5): 0x0
acpidump S0 power savings are equal or better than S3 (V5): 0x0
acpidump RESERVED: 0x000
acpidump
acpidump APIC @ bf6dfcc6 (104 bytes) (loaded from file)
acpidump ----
acpidump Multiple APIC Description Table:
acpidump
acpidump [0x000 0000 4] Signature: APIC
acpidump [0x004 0004 4] Length: 0x00000068
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xcc
acpidump [0x00a 0010 6] OEM ID: INTEL
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LOHR
acpidump [0x020 0032 4] Creator Revision: 0x0000005a
acpidump [0x024 0036 4] Local APIC Address: 0xfee00000
acpidump [0x028 0040 4] Flags: 0x00000001
acpidump PCAT_COMPAT: 0x1
acpidump APIC Structure #1:
acpidump [0x02c 0044 1] Type: 0x00 (Processor Local APIC)
acpidump [0x02d 0045 1] Length: 0x08
acpidump [0x02e 0046 1] ACPI CPU ID: 0x00
acpidump [0x02f 0047 1] APIC ID: 0x00
acpidump [0x030 0048 4] Flags: 0x00000001
acpidump Enabled: 0x1
acpidump APIC Structure #2:
acpidump [0x034 0052 1] Type: 0x00 (Processor Local APIC)
acpidump [0x035 0053 1] Length: 0x08
acpidump [0x036 0054 1] ACPI CPU ID: 0x01
acpidump [0x037 0055 1] APIC ID: 0x01
acpidump [0x038 0056 4] Flags: 0x00000001
acpidump Enabled: 0x1
acpidump APIC Structure #3:
acpidump [0x03c 0060 1] Type: 0x01 (I/O APIC)
acpidump [0x03d 0061 1] Length: 0x0c
acpidump [0x03e 0062 1] I/O APIC ID: 0x01
acpidump [0x040 0064 4] I/O APIC Addr: 0xfec00000
acpidump [0x044 0068 4] Global IRQ Base: 0x00000000
acpidump APIC Structure #4:
acpidump [0x048 0072 1] Type: 0x02 (Interrupt Source Override)
acpidump [0x049 0073 1] Length: 0x0a
acpidump [0x04a 0074 1] Bus: 0x00
acpidump [0x04b 0075 1] Source: 0x00
acpidump [0x04c 0076 4] Gbl Sys Int: 0x00000002
acpidump [0x050 0080 2] Flags: 0x0000
acpidump Polarity: 0x0
acpidump Trigger Mode: 0x0
acpidump APIC Structure #5:
acpidump [0x052 0082 1] Type: 0x02 (Interrupt Source Override)
acpidump [0x053 0083 1] Length: 0x0a
acpidump [0x054 0084 1] Bus: 0x00
acpidump [0x055 0085 1] Source: 0x09
acpidump [0x056 0086 4] Gbl Sys Int: 0x00000009
acpidump [0x05a 0090 2] Flags: 0x000d
acpidump Polarity: 0x1
acpidump Trigger Mode: 0x3
acpidump APIC Structure #6:
acpidump [0x05c 0092 1] Type: 0x04 (Local APIC NMI)
acpidump [0x05d 0093 1] Length: 0x06
acpidump [0x05e 0094 1] ACPI CPU ID: 0x00
acpidump [0x05f 0095 2] Flags: 0x0005
acpidump [0x061 0097 1] Local APIC LINT: 0x01
acpidump APIC Structure #7:
acpidump [0x062 0098 1] Type: 0x04 (Local APIC NMI)
acpidump [0x063 0099 1] Length: 0x06
acpidump [0x064 0100 1] ACPI CPU ID: 0x01
acpidump [0x065 0101 2] Flags: 0x0005
acpidump [0x067 0103 1] Local APIC LINT: 0x01
acpidump
acpidump HPET @ bf6dfd2e (56 bytes) (loaded from file)
acpidump ----
acpidump IA-PC High Precision Event Timer Table:
acpidump
acpidump [0x000 0000 4] Signature: HPET
acpidump [0x004 0004 4] Length: 0x00000038
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x0a
acpidump [0x00a 0010 6] OEM ID: INTEL
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LOHR
acpidump [0x020 0032 4] Creator Revision: 0x0000005a
acpidump [0x024 0036 4] Event Timer ID: 0x8086a201
acpidump Hardware Rev: 0x01
acpidump Num Comparitors: 0x02
acpidump Count Size Cap: 0x1
acpidump Reserved: 0x0
acpidump IRQ Routing Cap: 0x1
acpidump PCI Vendor ID: 0x8086
acpidump
acpidump [0x028 0040 12] Base Address: (Generic Address Structure)
acpidump [0x028 0040 1] addr_space_id: 0x00 (System Memory)
acpidump [0x029 0041 1] reg_bit_width: 0x00
acpidump [0x02a 0042 1] reg_bit_offset: 0x00
acpidump [0x02b 0043 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x02c 0044 8] address: 0x00000000fed00000
acpidump [0x034 0052 1] HPET Number: 0x00
acpidump [0x035 0053 2] Main Counter Min: 0x0080
acpidump [0x037 0055 1] Page Prot Attr: 0x00
acpidump Page Protection: 0x0
acpidump OEM Attr: 0x0
acpidump
acpidump MCFG @ bf6dfd66 (60 bytes) (loaded from file)
acpidump ----
acpidump PCI Express Memory Mapped Config Space Base Address Table:
acpidump
acpidump [0x000 0000 4] Signature: MCFG
acpidump [0x004 0004 4] Length: 0x0000003c
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x32
acpidump [0x00a 0010 6] OEM ID: INTEL
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LOHR
acpidump [0x020 0032 4] Creator Revision: 0x0000005a
acpidump [0x024 0036 8] Reserved: 0x0000000000000000
acpidump
acpidump Configuration #1:
acpidump [0x000 0000 8] Base Address: 0x00000000e0000000
acpidump [0x008 0008 2] PCI Seg Grp Num: 0x0000
acpidump [0x00a 0010 1] Start Bus Num: 0x00
acpidump [0x00b 0011 1] End Bus Num: 0xff
acpidump [0x00c 0012 4] Reserved: 0x00000000
acpidump
acpidump BOOT @ bf6dffd8 (40 bytes) (loaded from file)
acpidump ----
acpidump Simple Boot Flag Table:
acpidump
acpidump [0x000 0000 4] Signature: BOOT
acpidump [0x004 0004 4] Length: 0x00000028
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xa5
acpidump [0x00a 0010 6] OEM ID: PTLTD
acpidump [0x010 0016 8] OEM Table ID: $SBFTBL$
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LTP
acpidump [0x020 0032 4] Creator Revision: 0x00000001
acpidump [0x024 0036 1] CMOS offset: 0x36
acpidump
acpidump TMOR @ bf6dfdd4 (38 bytes) (loaded from file)
acpidump ----
acpidump [0x000 0000 4] Signature: TMOR
acpidump [0x004 0004 4] Length: 0x00000026
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xeb
acpidump [0x00a 0010 6] OEM ID: PTLTD
acpidump [0x010 0016 8] OEM Table ID:
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: PTL
acpidump [0x020 0032 4] Creator Revision: 0x00000003
acpidump
acpidump 0000: 54 4d 4f 52 26 00 00 00 01 eb 50 54 4c 54 44 20 TMOR&.....PTLTD
acpidump 0010: 20 20 20 20 20 20 20 20 00 00 04 06 50 54 4c 20 ....PTL
acpidump 0020: 03 00 00 00 f3 f4 ......
acpidump
acpidump SLIC @ bf6dfdfa (374 bytes) (loaded from file)
acpidump ----
acpidump Microsoft Software License Table:
acpidump
acpidump [0x000 0000 4] Signature: SLIC
acpidump [0x004 0004 4] Length: 0x00000176
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x99
acpidump [0x00a 0010 6] OEM ID: LENOVO
acpidump [0x010 0016 8] OEM Table ID: TP-68
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: TBD
acpidump [0x020 0032 4] Creator Revision: 0x00000001
acpidump
acpidump [0x024 0036 4] Type: 0x00000000
acpidump [0x028 0040 4] Length: 0x0000009c
acpidump [0x02c 0044 1] Key Type: 0x06
acpidump [0x02d 0045 1] Version: 0x02
acpidump [0x02e 0046 2] Reserved: 0x0000
acpidump [0x030 0048 4] Algorithm: 0x00002400
acpidump [0x034 0052 4] Magic: 0x31415352
acpidump [0x038 0056 4] Bit Length: 0x00000400
acpidump [0x03c 0060 128] Modulus: 01 00 01 00 69 16 4a 9f
acpidump [0x03c 0060 128] Modulus: b1 4b 3a fb 80 20 aa af
acpidump [0x03c 0060 128] Modulus: c4 f9 3e c1 80 49 ee 6a
acpidump [0x03c 0060 128] Modulus: 65 26 72 1e cd bf 5f 2f
acpidump [0x03c 0060 128] Modulus: 96 d6 c0 0a 92 f5 06 b5
acpidump [0x03c 0060 128] Modulus: 00 b2 3b 29 02 e2 4c 8d
acpidump [0x03c 0060 128] Modulus: c2 f2 bc 41 77 9c 70 f0
acpidump [0x03c 0060 128] Modulus: f3 1b 09 d2 63 5a dc a8
acpidump [0x03c 0060 128] Modulus: 83 f8 5e c9 15 95 f9 fa
acpidump [0x03c 0060 128] Modulus: fd dc 05 b7 4d 67 7f 2d
acpidump [0x03c 0060 128] Modulus: b3 84 33 20 e1 d1 79 2a
acpidump [0x03c 0060 128] Modulus: a7 6a 77 d1 b6 20 2a 76
acpidump [0x03c 0060 128] Modulus: 42 c5 d5 e9 b6 43 40 55
acpidump [0x03c 0060 128] Modulus: 44 c3 c9 37 99 5f 41 97
acpidump [0x03c 0060 128] Modulus: 70 f3 d1 f6 07 ec 7b 1a
acpidump [0x03c 0060 128] Modulus: 29 a1 c1 f1 91 fd 48 86
acpidump
acpidump [0x0c0 0192 4] Type: 0x00000001
acpidump [0x0c4 0196 4] Length: 0x000000b6
acpidump [0x0c8 0200 4] Version: 0x00020000
acpidump [0x0cc 0204 6] OEM ID: LENOVO
acpidump [0x0d2 0210 8] OEM TABLE ID: TP-68
acpidump [0x0da 0218 8] Windows Flag: 57 49 4e 44 4f 57 53 20
acpidump [0x0e2 0226 4] SLIC Version: 0x00000000
acpidump [0x0e6 0230 16] Reserved: 00 00 00 00 00 00 00 00
acpidump [0x0e6 0230 16] Reserved: 00 00 00 00 00 00 00 00
acpidump [0x0f6 0246 128] Signature: 8a 6e 2e c9 36 e6 7f 10
acpidump [0x0f6 0246 128] Signature: 8a ea 14 ad d2 93 b7 6d
acpidump [0x0f6 0246 128] Signature: 9b 73 ad 83 36 b8 6c a7
acpidump [0x0f6 0246 128] Signature: a7 ee 37 47 16 fe f3 fc
acpidump [0x0f6 0246 128] Signature: cd c7 89 84 06 16 91 0b
acpidump [0x0f6 0246 128] Signature: 1e 81 11 42 b1 35 52 57
acpidump [0x0f6 0246 128] Signature: f6 6b bb 5f a5 81 e2 ff
acpidump [0x0f6 0246 128] Signature: 89 8a 95 c3 4d fc e9 56
acpidump [0x0f6 0246 128] Signature: 4f 4c 34 cc 99 5e 62 e1
acpidump [0x0f6 0246 128] Signature: 90 8a 54 be 4a 00 5c 9b
acpidump [0x0f6 0246 128] Signature: a0 86 41 46 66 9d e2 f2
acpidump [0x0f6 0246 128] Signature: e7 36 9c 33 91 27 e7 8d
acpidump [0x0f6 0246 128] Signature: 5c a1 d8 f9 a4 61 8a 1c
acpidump [0x0f6 0246 128] Signature: 04 07 e3 2a 1e 14 f1 bd
acpidump [0x0f6 0246 128] Signature: 7f 4c 09 ff 19 11 a9 d4
acpidump [0x0f6 0246 128] Signature: 74 ca 11 9e dc 54 39 bf
acpidump
acpidump APIC @ bf6dff70 (104 bytes) (loaded from file)
acpidump ----
acpidump Multiple APIC Description Table:
acpidump
acpidump [0x000 0000 4] Signature: APIC
acpidump [0x004 0004 4] Length: 0x00000068
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x13
acpidump [0x00a 0010 6] OEM ID: PTLTD
acpidump [0x010 0016 8] OEM Table ID: APIC
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LTP
acpidump [0x020 0032 4] Creator Revision: 0x00000000
acpidump [0x024 0036 4] Local APIC Address: 0xfee00000
acpidump [0x028 0040 4] Flags: 0x00000001
acpidump PCAT_COMPAT: 0x1
acpidump APIC Structure #1:
acpidump [0x02c 0044 1] Type: 0x00 (Processor Local APIC)
acpidump [0x02d 0045 1] Length: 0x08
acpidump [0x02e 0046 1] ACPI CPU ID: 0x00
acpidump [0x02f 0047 1] APIC ID: 0x00
acpidump [0x030 0048 4] Flags: 0x00000001
acpidump Enabled: 0x1
acpidump APIC Structure #2:
acpidump [0x034 0052 1] Type: 0x00 (Processor Local APIC)
acpidump [0x035 0053 1] Length: 0x08
acpidump [0x036 0054 1] ACPI CPU ID: 0x01
acpidump [0x037 0055 1] APIC ID: 0x01
acpidump [0x038 0056 4] Flags: 0x00000001
acpidump Enabled: 0x1
acpidump APIC Structure #3:
acpidump [0x03c 0060 1] Type: 0x01 (I/O APIC)
acpidump [0x03d 0061 1] Length: 0x0c
acpidump [0x03e 0062 1] I/O APIC ID: 0x02
acpidump [0x040 0064 4] I/O APIC Addr: 0xfec00000
acpidump [0x044 0068 4] Global IRQ Base: 0x00000000
acpidump APIC Structure #4:
acpidump [0x048 0072 1] Type: 0x04 (Local APIC NMI)
acpidump [0x049 0073 1] Length: 0x06
acpidump [0x04a 0074 1] ACPI CPU ID: 0x00
acpidump [0x04b 0075 2] Flags: 0x0005
acpidump [0x04d 0077 1] Local APIC LINT: 0x01
acpidump APIC Structure #5:
acpidump [0x04e 0078 1] Type: 0x04 (Local APIC NMI)
acpidump [0x04f 0079 1] Length: 0x06
acpidump [0x050 0080 1] ACPI CPU ID: 0x01
acpidump [0x051 0081 2] Flags: 0x0005
acpidump [0x053 0083 1] Local APIC LINT: 0x01
acpidump APIC Structure #6:
acpidump [0x054 0084 1] Type: 0x02 (Interrupt Source Override)
acpidump [0x055 0085 1] Length: 0x0a
acpidump [0x056 0086 1] Bus: 0x00
acpidump [0x057 0087 1] Source: 0x00
acpidump [0x058 0088 4] Gbl Sys Int: 0x00000002
acpidump [0x05c 0092 2] Flags: 0x0005
acpidump Polarity: 0x1
acpidump Trigger Mode: 0x1
acpidump APIC Structure #7:
acpidump [0x05e 0094 1] Type: 0x02 (Interrupt Source Override)
acpidump [0x05f 0095 1] Length: 0x0a
acpidump [0x060 0096 1] Bus: 0x00
acpidump [0x061 0097 1] Source: 0x09
acpidump [0x062 0098 4] Gbl Sys Int: 0x00000009
acpidump [0x066 0102 2] Flags: 0x000d
acpidump Polarity: 0x1
acpidump Trigger Mode: 0x3
acpidump
acpidump SSDT @ bf6d98bd (685 bytes) (loaded from file)
acpidump ----
acpidump Secondary System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: SSDT
acpidump [0x004 0004 4] Length: 0x000002ad
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x59
acpidump [0x00a 0010 6] OEM ID: SataRe
acpidump [0x010 0016 8] OEM Table ID: SataAhci
acpidump [0x018 0024 4] OEM Revision: 0x00001000
acpidump [0x01c 0028 4] Creator ID: INTL
acpidump [0x020 0032 4] Creator Revision: 0x20050624
acpidump Contains 0x289 bytes of AML byte code
acpidump
acpidump SSDT @ bf6d981a (163 bytes) (loaded from file)
acpidump ----
acpidump Secondary System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: SSDT
acpidump [0x004 0004 4] Length: 0x000000a3
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xed
acpidump [0x00a 0010 6] OEM ID: BrtRef
acpidump [0x010 0016 8] OEM Table ID: DD01BRT
acpidump [0x018 0024 4] OEM Revision: 0x00001000
acpidump [0x01c 0028 4] Creator ID: INTL
acpidump [0x020 0032 4] Creator Revision: 0x20050624
acpidump Contains 0x7f bytes of AML byte code
acpidump
acpidump SSDT @ bf6d8e10 (607 bytes) (loaded from file)
acpidump ----
acpidump Secondary System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: SSDT
acpidump [0x004 0004 4] Length: 0x0000025f
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xc8
acpidump [0x00a 0010 6] OEM ID: PmRef
acpidump [0x010 0016 8] OEM Table ID: Cpu0Tst
acpidump [0x018 0024 4] OEM Revision: 0x00003000
acpidump [0x01c 0028 4] Creator ID: INTL
acpidump [0x020 0032 4] Creator Revision: 0x20050624
acpidump Contains 0x23b bytes of AML byte code
acpidump
acpidump SSDT @ bf6d8d6a (166 bytes) (loaded from file)
acpidump ----
acpidump Secondary System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: SSDT
acpidump [0x004 0004 4] Length: 0x000000a6
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x6d
acpidump [0x00a 0010 6] OEM ID: PmRef
acpidump [0x010 0016 8] OEM Table ID: Cpu1Tst
acpidump [0x018 0024 4] OEM Revision: 0x00003000
acpidump [0x01c 0028 4] Creator ID: INTL
acpidump [0x020 0032 4] Creator Revision: 0x20050624
acpidump Contains 0x82 bytes of AML byte code
acpidump
acpidump SSDT @ bf6d8884 (1254 bytes) (loaded from file)
acpidump ----
acpidump Secondary System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: SSDT
acpidump [0x004 0004 4] Length: 0x000004e6
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xdf
acpidump [0x00a 0010 6] OEM ID: PmRef
acpidump [0x010 0016 8] OEM Table ID: CpuPm
acpidump [0x018 0024 4] OEM Revision: 0x00003000
acpidump [0x01c 0028 4] Creator ID: INTL
acpidump [0x020 0032 4] Creator Revision: 0x20050624
acpidump Contains 0x4c2 bytes of AML byte code
acpidump
acpidump XSDT @ bf6d87f0 (148 bytes) (loaded from file)
acpidump ----
acpidump Extended System Description Table:
acpidump
acpidump [0x000 0000 4] Signature: XSDT
acpidump [0x004 0004 4] Length: 0x00000094
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0xc2
acpidump [0x00a 0010 6] OEM ID: LENOVO
acpidump [0x010 0016 8] OEM Table ID: TP-68
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LTP
acpidump [0x020 0032 4] Creator Revision: 0x00000000
acpidump [0x024 0036 8] Entry 00 FACP: 0x00000000bf6dfbd2
acpidump [0x02c 0044 8] Entry 01 APIC: 0x00000000bf6dfcc6
acpidump [0x034 0052 8] Entry 02 HPET: 0x00000000bf6dfd2e
acpidump [0x03c 0060 8] Entry 03 MCFG: 0x00000000bf6dfd66
acpidump [0x044 0068 8] Entry 04 TCPA: 0x00000000bf6dfda2
acpidump [0x04c 0076 8] Entry 05 TMOR: 0x00000000bf6dfdd4
acpidump [0x054 0084 8] Entry 06 SLIC: 0x00000000bf6dfdfa
acpidump [0x05c 0092 8] Entry 07 APIC: 0x00000000bf6dff70
acpidump [0x064 0100 8] Entry 08 BOOT: 0x00000000bf6dffd8
acpidump [0x06c 0108 8] Entry 09 SSDT: 0x00000000bf6d98bd
acpidump [0x074 0116 8] Entry 10 SSDT: 0x00000000bf6d981a
acpidump [0x07c 0124 8] Entry 11 SSDT: 0x00000000bf6d8e10
acpidump [0x084 0132 8] Entry 12 SSDT: 0x00000000bf6d8d6a
acpidump [0x08c 0140 8] Entry 13 SSDT: 0x00000000bf6d8884
acpidump
acpidump FACP @ bf6dfbd2 (244 bytes) (loaded from file)
acpidump ----
acpidump Fixed ACPI Description Table:
acpidump
acpidump [0x000 0000 4] Signature: FACP
acpidump [0x004 0004 4] Length: 0x000000f4
acpidump [0x008 0008 1] Revision: 0x03
acpidump [0x009 0009 1] Checksum: 0x52
acpidump [0x00a 0010 6] OEM ID: TOSCPL
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: ALAN
acpidump [0x020 0032 4] Creator Revision: 0x00000001
acpidump [0x024 0036 4] FACS Address: 0xbf6e2fc0
acpidump [0x028 0040 4] DSDT Address: 0xbf6d9b6a
acpidump [0x02c 0044 1] Model: 0x00
acpidump [0x02d 0045 1] PM Profile: 0x02 (Mobile)
acpidump [0x02e 0046 2] SCI Interrupt: 0x0009
acpidump [0x030 0048 4] SMI Command Port: 0x000000b2
acpidump [0x034 0052 1] ACPI Enable Value: 0xf0
acpidump [0x035 0053 1] ACPI Disable Value: 0xf1
acpidump [0x036 0054 1] S4BIOS Command: 0x00
acpidump [0x037 0055 1] P-State Control: 0x80
acpidump [0x038 0056 4] PM1A Event Block: 0x00001000
acpidump [0x03c 0060 4] PM1B Event Block: 0x00000000
acpidump [0x040 0064 4] PM1A Control Block: 0x00001004
acpidump [0x044 0068 4] PM1B Control Block: 0x00000000
acpidump [0x048 0072 4] PM2 Control Block: 0x00001020
acpidump [0x04c 0076 4] PM Timer Block: 0x00001008
acpidump [0x050 0080 4] GPE0 Block: 0x00001028
acpidump [0x054 0084 4] GPE1 Block: 0x00000000
acpidump [0x058 0088 1] PM1 Event Block Length: 0x04
acpidump [0x059 0089 1] PM1 Control Block Length: 0x02
acpidump [0x05a 0090 1] PM2 Control Block Length: 0x01
acpidump [0x05b 0091 1] PM Timer Block Length: 0x04
acpidump [0x05c 0092 1] GPE0 Block Length: 0x08
acpidump [0x05d 0093 1] GPE1 Block Length: 0x00
acpidump [0x05f 0095 1] _CST Support: 0x85
acpidump [0x060 0096 2] C2 Latency: 0x0001
acpidump [0x062 0098 2] C3 Latency: 0x0023
acpidump [0x064 0100 2] CPU Cache Size: 0x0000
acpidump [0x066 0102 2] CPU Cache Flush Stride: 0x0000
acpidump [0x068 0104 1] Duty Cycle Offset: 0x01
acpidump [0x069 0105 1] Duty Cycle Width: 0x03
acpidump [0x06a 0106 1] RTC Day Alarm Index: 0x0d
acpidump [0x06b 0107 1] RTC Month Alarm Index: 0x00
acpidump [0x06c 0108 1] RTC Century Index: 0x32
acpidump [0x06d 0109 2] IA-PC Boot Flags (see below): 0x0000
acpidump Legacy Devices Supported (V2): 0x0
acpidump 8042 present on ports 60/64 (V2): 0x0
acpidump VGA Not Present (V4): 0x0
acpidump MSI Not Supported (V4): 0x0
acpidump PCIe ASPM Not supported (V4): 0x0
acpidump CMOS RTC Not Present (V5): 0x0
acpidump [0x070 0112 4] Flags (see below): 0x000000a5
acpidump WBINVD instruction (V1): 0x1
acpidump WBINVD flushes all caches (V1): 0x0
acpidump All CPUs support C1 (V1): 0x1
acpidump C2 works on MP system (V1): 0x0
acpidump Control Method Power Button (V1): 0x0
acpidump Control Method Sleep Button (V1): 0x1
acpidump RTC wake not in fixed reg space (V1): 0x0
acpidump RTC can wake system from S4 (V1): 0x1
acpidump 32 bit PM timer (V1): 0x0
acpidump Docking Capability (V1): 0x0
acpidump Reset Register Supported (V2): 0x0
acpidump Sealed Case (V3): 0x0
acpidump Headless, No Video (V3): 0x0
acpidump Use native instr. after SLP_TYPx (V3): 0x0
acpidump PCI_EXP_WAK bits supported (V4): 0x0
acpidump Use patform clock (V4): 0x0
acpidump RTC_STS Valid after S4 wake (V4): 0x0
acpidump Remote power on capable (V4): 0x0
acpidump Use APIC Cluster Model (V4): 0x0
acpidump Use APIC Physical Dest. Mode (V4): 0x0
acpidump ACPI hardware is not implemented (V5): 0x0
acpidump S0 power savings are equal or better than S3 (V5): 0x0
acpidump RESERVED: 0x000
acpidump
acpidump [0x074 0116 12] RESET_REG: (Generic Address Structure)
acpidump [0x074 0116 1] addr_space_id: 0x00 (System Memory)
acpidump [0x075 0117 1] reg_bit_width: 0x00
acpidump [0x076 0118 1] reg_bit_offset: 0x00
acpidump [0x077 0119 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x078 0120 8] address: 0x0000000000000000
acpidump [0x080 0128 1] RESET_VALUE: 0x00
acpidump [0x084 0132 8] X_FIRMWARE_CTRL: 0x00000000bf6e2fc0
acpidump [0x08c 0140 8] X_DSDT: 0x00000000bf6d9b6a
acpidump
acpidump [0x094 0148 12] X_PM1a_EVT_BLK: (Generic Address Structure)
acpidump [0x094 0148 1] addr_space_id: 0x01 (System I/O)
acpidump [0x095 0149 1] reg_bit_width: 0x20
acpidump [0x096 0150 1] reg_bit_offset: 0x00
acpidump [0x097 0151 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x098 0152 8] address: 0x0000000000001000
acpidump
acpidump [0x0a0 0160 12] X_PM1b_EVT_BLK: (Generic Address Structure)
acpidump [0x0a0 0160 1] addr_space_id: 0x00 (System Memory)
acpidump [0x0a1 0161 1] reg_bit_width: 0x00
acpidump [0x0a2 0162 1] reg_bit_offset: 0x00
acpidump [0x0a3 0163 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0a4 0164 8] address: 0x0000000000000000
acpidump
acpidump [0x0ac 0172 12] X_PM1a_CNT_BLK: (Generic Address Structure)
acpidump [0x0ac 0172 1] addr_space_id: 0x01 (System I/O)
acpidump [0x0ad 0173 1] reg_bit_width: 0x10
acpidump [0x0ae 0174 1] reg_bit_offset: 0x00
acpidump [0x0af 0175 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0b0 0176 8] address: 0x0000000000001004
acpidump
acpidump [0x0b8 0184 12] X_PM1b_CNT_BLK: (Generic Address Structure)
acpidump [0x0b8 0184 1] addr_space_id: 0x00 (System Memory)
acpidump [0x0b9 0185 1] reg_bit_width: 0x00
acpidump [0x0ba 0186 1] reg_bit_offset: 0x00
acpidump [0x0bb 0187 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0bc 0188 8] address: 0x0000000000000000
acpidump
acpidump [0x0c4 0196 12] X_PM2_CNT_BLK: (Generic Address Structure)
acpidump [0x0c4 0196 1] addr_space_id: 0x01 (System I/O)
acpidump [0x0c5 0197 1] reg_bit_width: 0x08
acpidump [0x0c6 0198 1] reg_bit_offset: 0x00
acpidump [0x0c7 0199 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0c8 0200 8] address: 0x0000000000001020
acpidump
acpidump [0x0d0 0208 12] X_PM_TMR_BLK: (Generic Address Structure)
acpidump [0x0d0 0208 1] addr_space_id: 0x01 (System I/O)
acpidump [0x0d1 0209 1] reg_bit_width: 0x20
acpidump [0x0d2 0210 1] reg_bit_offset: 0x00
acpidump [0x0d3 0211 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0d4 0212 8] address: 0x0000000000001008
acpidump
acpidump [0x0dc 0220 12] X_GPE0_BLK: (Generic Address Structure)
acpidump [0x0dc 0220 1] addr_space_id: 0x01 (System I/O)
acpidump [0x0dd 0221 1] reg_bit_width: 0x40
acpidump [0x0de 0222 1] reg_bit_offset: 0x00
acpidump [0x0df 0223 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0e0 0224 8] address: 0x0000000000001028
acpidump
acpidump [0x0e8 0232 12] X_GPE1_BLK: (Generic Address Structure)
acpidump [0x0e8 0232 1] addr_space_id: 0x00 (System Memory)
acpidump [0x0e9 0233 1] reg_bit_width: 0x00
acpidump [0x0ea 0234 1] reg_bit_offset: 0x00
acpidump [0x0eb 0235 1] access_width: 0x00 (Undefined (legacy reasons))
acpidump [0x0ec 0236 8] address: 0x0000000000000000
acpidump
acpidump TCPA @ bf6dfda2 (50 bytes) (loaded from file)
acpidump ----
acpidump Trusted Computing Platform Alliance Capabilities Table:
acpidump
acpidump [0x000 0000 4] Signature: TCPA
acpidump [0x004 0004 4] Length: 0x00000032
acpidump [0x008 0008 1] Revision: 0x01
acpidump [0x009 0009 1] Checksum: 0x8f
acpidump [0x00a 0010 6] OEM ID: Intel
acpidump [0x010 0016 8] OEM Table ID: CRESTLNE
acpidump [0x018 0024 4] OEM Revision: 0x06040000
acpidump [0x01c 0028 4] Creator ID: LOHR
acpidump [0x020 0032 4] Creator Revision: 0x0000005a
acpidump [0x024 0036 2] Reserved: 0x0000
acpidump [0x026 0038 4] Log Zone Length: 0x00010000
acpidump [0x02a 0042 8] Log Zone Address: 0x0000000000000000
acpidump
acpidump
fwts-test/acpidump-0001/acpidump.log 0000664 0000000 0000000 00000407454 12314704571 0017525 0 ustar 00root root 0000000 0000000 RSDP @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
RSDT @ 0xbf6d8794
0000: 52 53 44 54 58 00 00 00 01 43 4c 45 4e 4f 56 4f RSDTX....CLENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 5e fb 6d bf c6 fc 6d bf 2e fd 6d bf ....^.m...m...m.
0030: 66 fd 6d bf d8 ff 6d bf d4 fd 6d bf fa fd 6d bf f.m...m...m...m.
0040: 70 ff 6d bf bd 98 6d bf 1a 98 6d bf 10 8e 6d bf p.m...m...m...m.
0050: 6a 8d 6d bf 84 88 6d bf j.m...m.
DSDT @ 0xbf6d9b6a
0000: 44 53 44 54 f4 5f 00 00 02 11 54 4f 53 43 50 4c DSDT._....TOSCPL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 49 4e 54 4c CRESTLNE....INTL
0020: 08 06 06 20 08 5a 30 30 30 01 08 5a 30 30 31 0a ... .Z000..Z001.
0030: 02 08 5a 30 30 32 0a 04 08 5a 30 30 33 0a 08 08 ..Z002...Z003...
0040: 5a 30 30 34 00 08 5a 30 30 35 0a 0f 08 5a 30 30 Z004..Z005...Z00
0050: 36 0a 0d 08 5a 30 30 37 0a 0b 08 5a 30 30 38 0a 6...Z007...Z008.
0060: 09 08 45 43 44 59 0a 07 5b 01 4d 55 54 58 00 5b ..ECDY..[.MUTX.[
0070: 80 50 52 54 30 01 0a 80 0a 04 5b 81 0b 50 52 54 .PRT0.....[..PRT
0080: 30 13 50 38 30 48 20 14 4e 07 50 38 58 48 0a a0 0.P80H .N.P8XH..
0090: 17 93 68 00 70 7d 7b 50 38 30 44 0c 00 ff ff ff ..h.p}{P80D.....
00a0: 00 69 00 50 38 30 44 a0 1b 93 68 01 70 7d 7b 50 .i.P80D...h.p}{P
00b0: 38 30 44 0c ff 00 ff ff 00 79 69 0a 08 00 00 50 80D......yi....P
00c0: 38 30 44 a0 1c 93 68 0a 02 70 7d 7b 50 38 30 44 80D...h..p}{P80D
00d0: 0c ff ff 00 ff 00 79 69 0a 10 00 00 50 38 30 44 ......yi....P80D
00e0: a0 1c 93 68 0a 03 70 7d 7b 50 38 30 44 0c ff ff ...h..p}{P80D...
00f0: ff 00 00 79 69 0a 18 00 00 50 38 30 44 70 50 38 ...yi....P80DpP8
0100: 30 44 50 38 30 48 14 0c 5f 50 49 43 01 70 68 47 0DP80H.._PIC.phG
0110: 50 49 43 14 46 06 5f 50 54 53 01 70 00 50 38 30 PIC.F._PTS.p.P80
0120: 44 50 38 58 48 00 68 a0 1e 93 68 0a 03 70 01 5c DP8XH.h...h..p.\
0130: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0140: 30 5f 53 33 4c 44 a0 33 93 68 0a 04 70 01 5c 2f 0_S3LD.3.h..p.\/
0150: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
0160: 5f 53 33 4c 44 5c 2f 04 5f 53 42 5f 50 43 49 30 _S3LD\/._SB_PCI0
0170: 4c 50 43 42 50 48 53 53 0a 0e 14 4c 1c 5f 57 41 LPCBPHSS...L._WA
0180: 4b 01 50 38 58 48 01 0a ab a0 30 91 93 68 0a 03 K.P8XH....0..h..
0190: 93 68 0a 04 a0 25 7b 43 46 47 44 0c 00 00 00 01 .h...%{CFGD.....
01a0: 00 a0 18 90 7b 43 46 47 44 0a f0 00 93 4f 53 59 ....{CFGD....OSY
01b0: 53 0b d1 07 54 52 41 50 0a 3d a0 18 93 52 50 31 S...TRAP.=...RP1
01c0: 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 D..\/._SB_PCI0RP
01d0: 30 31 00 a0 18 93 52 50 32 44 00 86 5c 2f 03 5f 01....RP2D..\/._
01e0: 53 42 5f 50 43 49 30 52 50 30 32 00 a0 18 93 52 SB_PCI0RP02....R
01f0: 50 33 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 P3D..\/._SB_PCI0
0200: 52 50 30 33 00 a0 18 93 52 50 34 44 00 86 5c 2f RP03....RP4D..\/
0210: 03 5f 53 42 5f 50 43 49 30 52 50 30 34 00 a0 18 ._SB_PCI0RP04...
0220: 93 52 50 35 44 00 86 5c 2f 03 5f 53 42 5f 50 43 .RP5D..\/._SB_PC
0230: 49 30 52 50 30 35 00 a0 18 93 52 50 36 44 00 86 I0RP05....RP6D..
0240: 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 36 00 \/._SB_PCI0RP06.
0250: a0 12 93 68 0a 03 50 38 58 48 00 0a 30 54 52 41 ...h..P8XH..0TRA
0260: 50 0a 46 a0 43 0d 93 68 0a 04 50 38 58 48 00 0a P.F.C..h..P8XH..
0270: 40 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 @\/._SB_PCI0LPCB
0280: 50 48 53 53 0a 0f 70 57 41 4b 46 60 70 00 57 41 PHSS..pWAKF`p.WA
0290: 4b 46 7b 60 0a 05 60 a0 18 93 60 01 50 38 58 48 KF{`..`...`.P8XH
02a0: 00 0a 41 86 5c 2e 5f 53 42 5f 50 57 52 42 0a 02 ..A.\._SB_PWRB..
02b0: a0 46 08 44 54 53 45 54 52 41 50 0a 47 a0 42 06 .F.DTSETRAP.G.B.
02c0: 90 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 .\/._SB_PCI0LPCB
02d0: 45 43 4f 4b 93 45 43 44 59 00 a0 27 92 95 44 54 ECOK.ECDY..'..DT
02e0: 53 31 44 54 53 32 70 44 54 53 31 5c 2f 05 5f 53 S1DTS2pDTS1\/._S
02f0: 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b B_PCI0LPCBEC0_SK
0300: 54 41 a1 1d 70 44 54 53 32 5c 2f 05 5f 53 42 5f TA..pDTS2\/._SB_
0310: 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 PCI0LPCBEC0_SKTA
0320: a1 16 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 ..\/._SB_PCI0LPC
0330: 42 50 48 53 53 0a 10 5c 2e 5f 50 52 5f 52 50 50 BPHSS..\._PR_RPP
0340: 43 a4 12 04 02 00 00 14 1e 47 45 54 42 0b 77 68 C........GETB.wh
0350: 0a 08 60 77 69 0a 08 61 5b 13 6a 60 61 54 42 46 ..`wi..a[.j`aTBF
0360: 33 a4 54 42 46 33 14 42 09 50 4e 4f 54 08 a0 4a 3.TBF3.B.PNOT..J
0370: 06 4d 50 45 4e a0 31 7b 50 44 43 30 0a 08 00 86 .MPEN.1{PDC0....
0380: 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 a0 1a 7b 50 \._PR_CPU0....{P
0390: 44 43 30 0a 10 00 5b 22 0a 64 86 5c 2e 5f 50 52 DC0...[".d.\._PR
03a0: 5f 43 50 55 30 0a 81 a0 31 7b 50 44 43 31 0a 08 _CPU0...1{PDC1..
03b0: 00 86 5c 2e 5f 50 52 5f 43 50 55 31 0a 80 a0 1a ..\._PR_CPU1....
03c0: 7b 50 44 43 31 0a 10 00 5b 22 0a 64 86 5c 2e 5f {PDC1...[".d.\._
03d0: 50 52 5f 43 50 55 31 0a 81 a1 1f 86 5c 2e 5f 50 PR_CPU1.....\._P
03e0: 52 5f 43 50 55 30 0a 80 5b 22 0a 64 86 5c 2e 5f R_CPU0..[".d.\._
03f0: 50 52 5f 43 50 55 30 0a 81 14 17 54 52 41 50 09 PR_CPU0....TRAP.
0400: 70 68 53 4d 49 46 70 00 54 52 50 30 a4 53 4d 49 phSMIFp.TRP0.SMI
0410: 46 10 41 0f 5f 53 42 5f 14 4a 0e 5f 49 4e 49 00 F.A._SB_.J._INI.
0420: 70 0b 99 99 4d 41 52 4b a0 1c 44 54 53 45 54 52 p...MARK..DTSETR
0430: 41 50 0a 47 5e 2f 03 50 43 49 30 4c 50 43 42 50 AP.G^/.PCI0LPCBP
0440: 48 53 53 0a 10 70 0b d0 07 4f 53 59 53 a0 4a 09 HSS..p...OSYS.J.
0450: 5b 12 5f 4f 53 49 60 a0 18 5f 4f 53 49 0d 4c 69 [._OSI`.._OSI.Li
0460: 6e 75 78 00 70 01 4c 49 4e 58 70 00 45 43 44 59 nux.p.LINXp.ECDY
0470: a0 1b 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 32 .._OSI.Windows 2
0480: 30 30 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f 001.p...OSYS.._O
0490: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04a0: 53 50 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f SP1.p...OSYS.._O
04b0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04c0: 53 50 32 00 70 0b d2 07 4f 53 59 53 a0 1b 5f 4f SP2.p...OSYS.._O
04d0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 36 00 SI.Windows 2006.
04e0: 70 0b d6 07 4f 53 59 53 a0 14 90 4d 50 45 4e 93 p...OSYS...MPEN.
04f0: 4f 53 59 53 0b d1 07 54 52 41 50 0a 3d 54 52 41 OSYS...TRAP.=TRA
0500: 50 0a 2b 5b 80 47 4e 56 53 00 0c bc 2d 6e bf 0b P.+[.GNVS...-n..
0510: 00 01 5b 81 45 24 47 4e 56 53 10 4f 53 59 53 10 ..[.E$GNVS.OSYS.
0520: 53 4d 49 46 08 50 52 4d 30 08 50 52 4d 31 08 53 SMIF.PRM0.PRM1.S
0530: 43 49 46 08 50 52 4d 32 08 50 52 4d 33 08 4c 43 CIF.PRM2.PRM3.LC
0540: 4b 46 08 50 52 4d 34 08 50 52 4d 35 08 50 38 30 KF.PRM4.PRM5.P80
0550: 44 20 4c 49 44 53 08 50 57 52 53 08 44 42 47 53 D LIDS.PWRS.DBGS
0560: 08 4c 49 4e 58 08 00 08 41 43 54 31 08 41 43 54 .LINX...ACT1.ACT
0570: 54 08 50 53 56 54 08 54 43 31 56 08 54 43 32 56 T.PSVT.TC1V.TC2V
0580: 08 54 53 50 56 08 43 52 54 54 08 44 54 53 45 08 .TSPV.CRTT.DTSE.
0590: 44 54 53 31 08 44 54 53 32 08 00 40 05 41 50 49 DTS1.DTS2..@.API
05a0: 43 08 4d 50 45 4e 08 50 43 50 30 08 50 43 50 31 C.MPEN.PCP0.PCP1
05b0: 08 50 50 43 4d 08 00 28 43 4d 41 50 08 43 4d 42 .PPCM..(CMAP.CMB
05c0: 50 08 4c 50 54 50 08 46 44 43 50 08 00 30 49 47 P.LPTP.FDCP..0IG
05d0: 44 53 08 54 4c 53 54 08 43 41 44 4c 08 50 41 44 DS.TLST.CADL.PAD
05e0: 4c 08 43 53 54 45 10 4e 53 54 45 10 53 53 54 45 L.CSTE.NSTE.SSTE
05f0: 10 4e 44 49 44 08 44 49 44 31 20 44 49 44 32 20 .NDID.DID1 DID2
0600: 44 49 44 33 20 44 49 44 34 20 44 49 44 35 20 00 DID3 DID4 DID5 .
0610: 40 06 42 4c 43 53 08 42 52 54 4c 08 41 4c 53 45 @.BLCS.BRTL.ALSE
0620: 08 41 4c 41 46 08 4c 4c 4f 57 08 4c 48 49 48 08 .ALAF.LLOW.LHIH.
0630: 00 08 45 4d 41 45 08 45 4d 41 50 10 45 4d 41 4c ..EMAE.EMAP.EMAL
0640: 10 00 08 4d 45 46 45 08 00 18 54 50 4d 50 08 54 ...MEFE...TPMP.T
0650: 50 4d 45 08 00 40 04 47 54 46 30 38 47 54 46 32 PME..@.GTF08GTF2
0660: 38 49 44 45 4d 08 47 54 46 31 38 00 40 09 41 53 8IDEM.GTF18.@.AS
0670: 4c 42 20 49 42 54 54 08 49 50 41 54 08 49 54 56 LB IBTT.IPAT.ITV
0680: 46 08 49 54 56 4d 08 49 50 53 43 08 49 42 4c 43 F.ITVM.IPSC.IBLC
0690: 08 49 42 49 41 08 49 53 53 43 08 49 34 30 39 08 .IBIA.ISSC.I409.
06a0: 49 35 30 39 08 49 36 30 39 08 49 37 30 39 08 49 I509.I609.I709.I
06b0: 44 4d 4d 08 49 44 4d 53 08 49 46 31 45 08 48 56 DMM.IDMS.IF1E.HV
06c0: 43 4f 08 4e 58 44 31 20 4e 58 44 32 20 4d 41 52 CO.NXD1 NXD2 MAR
06d0: 4b 10 42 52 41 44 08 42 54 45 4e 08 56 56 45 4e K.BRAD.BTEN.VVEN
06e0: 08 42 47 54 4c 08 54 4d 45 45 01 00 07 53 43 55 .BGTL.TMEE...SCU
06f0: 30 01 53 43 55 31 01 53 43 55 32 01 53 43 55 33 0.SCU1.SCU2.SCU3
0700: 01 00 04 58 4b 53 50 01 58 4b 49 4e 01 58 4b 49 ...XKSP.XKIN.XKI
0710: 44 01 58 4b 4f 4b 01 00 04 42 47 55 31 08 42 53 D.XKOK...BGU1.BS
0720: 54 31 08 42 46 43 31 10 57 4b 4c 4e 08 57 41 4b T1.BFC1.WKLN.WAK
0730: 46 08 44 53 4d 44 08 42 41 59 53 08 48 41 50 45 F.DSMD.BAYS.HAPE
0740: 01 00 07 44 54 53 4d 01 00 07 4f 44 54 31 08 4f ...DTSM...ODT1.O
0750: 44 54 32 08 44 54 53 57 08 08 44 53 45 4e 01 08 DT2.DTSW..DSEN..
0760: 45 43 4f 4e 00 08 47 50 49 43 00 08 43 54 59 50 ECON..GPIC..CTYP
0770: 00 08 4c 30 31 43 00 08 56 46 4e 30 00 08 56 46 ..L01C..VFN0..VF
0780: 4e 31 00 10 4a 7c 5f 47 50 45 14 46 35 5f 4c 30 N1..J|_GPE.F5_L0
0790: 31 00 72 4c 30 31 43 01 4c 30 31 43 50 38 58 48 1.rL01C.L01CP8XH
07a0: 00 01 50 38 58 48 01 4c 30 31 43 a0 48 08 90 93 ..P8XH.L01C.H...
07b0: 52 50 31 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 RP1D.\/._SB_PCI0
07c0: 52 50 30 31 48 50 53 58 5b 22 0a 64 a0 40 05 5c RP01HPSX[".d.@.\
07d0: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 50 44 /._SB_PCI0RP01PD
07e0: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
07f0: 50 30 31 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f P01PDCXp.\/._SB_
0800: 50 43 49 30 52 50 30 31 48 50 53 58 86 5c 2f 03 PCI0RP01HPSX.\/.
0810: 5f 53 42 5f 50 43 49 30 52 50 30 31 00 a1 16 70 _SB_PCI0RP01...p
0820: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0830: 48 50 53 58 a0 48 08 90 93 52 50 32 44 00 5c 2f HPSX.H...RP2D.\/
0840: 04 5f 53 42 5f 50 43 49 30 52 50 30 32 48 50 53 ._SB_PCI0RP02HPS
0850: 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 5f 50 X[".d.@.\/._SB_P
0860: 43 49 30 52 50 30 32 50 44 43 58 70 01 5c 2f 04 CI0RP02PDCXp.\/.
0870: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 44 43 58 _SB_PCI0RP02PDCX
0880: 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 p.\/._SB_PCI0RP0
0890: 32 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 2HPSX.\/._SB_PCI
08a0: 30 52 50 30 32 00 a1 16 70 01 5c 2f 04 5f 53 42 0RP02...p.\/._SB
08b0: 5f 50 43 49 30 52 50 30 32 48 50 53 58 a0 48 08 _PCI0RP02HPSX.H.
08c0: 90 93 52 50 33 44 00 5c 2f 04 5f 53 42 5f 50 43 ..RP3D.\/._SB_PC
08d0: 49 30 52 50 30 33 48 50 53 58 5b 22 0a 64 a0 40 I0RP03HPSX[".d.@
08e0: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 .\/._SB_PCI0RP03
08f0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0900: 30 52 50 30 33 50 44 43 58 70 01 5c 2f 04 5f 53 0RP03PDCXp.\/._S
0910: 42 5f 50 43 49 30 52 50 30 33 48 50 53 58 86 5c B_PCI0RP03HPSX.\
0920: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 33 00 a1 /._SB_PCI0RP03..
0930: 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .p.\/._SB_PCI0RP
0940: 30 33 48 50 53 58 a0 48 08 90 93 52 50 34 44 00 03HPSX.H...RP4D.
0950: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 48 \/._SB_PCI0RP04H
0960: 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 PSX[".d.@.\/._SB
0970: 5f 50 43 49 30 52 50 30 34 50 44 43 58 70 01 5c _PCI0RP04PDCXp.\
0980: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 50 44 /._SB_PCI0RP04PD
0990: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
09a0: 50 30 34 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 P04HPSX.\/._SB_P
09b0: 43 49 30 52 50 30 34 00 a1 16 70 01 5c 2f 04 5f CI0RP04...p.\/._
09c0: 53 42 5f 50 43 49 30 52 50 30 34 48 50 53 58 a0 SB_PCI0RP04HPSX.
09d0: 48 08 90 93 52 50 35 44 00 5c 2f 04 5f 53 42 5f H...RP5D.\/._SB_
09e0: 50 43 49 30 52 50 30 35 48 50 53 58 5b 22 0a 64 PCI0RP05HPSX[".d
09f0: a0 40 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .@.\/._SB_PCI0RP
0a00: 30 35 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 05PDCXp.\/._SB_P
0a10: 43 49 30 52 50 30 35 50 44 43 58 70 01 5c 2f 04 CI0RP05PDCXp.\/.
0a20: 5f 53 42 5f 50 43 49 30 52 50 30 35 48 50 53 58 _SB_PCI0RP05HPSX
0a30: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 35 .\/._SB_PCI0RP05
0a40: 00 a1 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 ...p.\/._SB_PCI0
0a50: 52 50 30 35 48 50 53 58 a0 48 08 90 93 52 50 36 RP05HPSX.H...RP6
0a60: 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 D.\/._SB_PCI0RP0
0a70: 36 48 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 6HPSX[".d.@.\/._
0a80: 53 42 5f 50 43 49 30 52 50 30 36 50 44 43 58 70 SB_PCI0RP06PDCXp
0a90: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 .\/._SB_PCI0RP06
0aa0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0ab0: 30 52 50 30 36 48 50 53 58 86 5c 2f 03 5f 53 42 0RP06HPSX.\/._SB
0ac0: 5f 50 43 49 30 52 50 30 36 00 a1 16 70 01 5c 2f _PCI0RP06...p.\/
0ad0: 04 5f 53 42 5f 50 43 49 30 52 50 30 36 48 50 53 ._SB_PCI0RP06HPS
0ae0: 58 14 42 0d 5f 4c 30 32 00 70 00 47 50 45 43 a0 X.B._L02.p.GPEC.
0af0: 4d 0a 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 M.\/._SB_PCI0LPC
0b00: 42 45 43 4f 4b a0 4e 04 93 44 54 53 57 01 a0 27 BECOK.N..DTSW..'
0b10: 92 95 44 54 53 31 44 54 53 32 70 44 54 53 31 5c ..DTS1DTS2pDTS1\
0b20: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0b30: 30 5f 53 4b 54 41 a1 1d 70 44 54 53 32 5c 2f 05 0_SKTA..pDTS2\/.
0b40: 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f _SB_PCI0LPCBEC0_
0b50: 53 4b 54 41 a1 48 04 a0 27 92 95 4f 44 54 31 4f SKTA.H..'..ODT1O
0b60: 44 54 32 70 4f 44 54 31 5c 2f 05 5f 53 42 5f 50 DT2pODT1\/._SB_P
0b70: 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 CI0LPCBEC0_SKTA.
0b80: 1d 70 4f 44 54 32 5c 2f 05 5f 53 42 5f 50 43 49 .pODT2\/._SB_PCI
0b90: 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 16 5c 0LPCBEC0_SKTA..\
0ba0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 50 48 /._SB_PCI0LPCBPH
0bb0: 53 53 0a 10 14 18 5f 4c 30 33 00 86 5c 2f 03 5f SS...._L03..\/._
0bc0: 53 42 5f 50 43 49 30 55 53 42 31 0a 02 14 18 5f SB_PCI0USB1...._
0bd0: 4c 30 34 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 L04..\/._SB_PCI0
0be0: 55 53 42 32 0a 02 14 18 5f 4c 30 35 00 86 5c 2f USB2...._L05..\/
0bf0: 03 5f 53 42 5f 50 43 49 30 55 53 42 35 0a 02 14 ._SB_PCI0USB5...
0c00: 36 5f 4c 30 36 00 a0 27 5c 2f 04 5f 53 42 5f 50 6_L06..'\/._SB_P
0c10: 43 49 30 47 46 58 30 47 53 53 45 5c 2f 04 5f 53 CI0GFX0GSSE\/._S
0c20: 42 5f 50 43 49 30 47 46 58 30 47 53 43 49 a1 07 B_PCI0GFX0GSCI..
0c30: 70 01 53 43 49 53 14 43 1f 5f 4c 30 39 00 a0 41 p.SCIS.C._L09..A
0c40: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0c50: 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PSPXp.\/._SB_PCI
0c60: 30 52 50 30 31 50 53 50 58 70 01 5c 2f 04 5f 53 0RP01PSPXp.\/._S
0c70: 42 5f 50 43 49 30 52 50 30 31 50 4d 53 58 86 5c B_PCI0RP01PMSX.\
0c80: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 31 0a 02 /._SB_PCI0RP01..
0c90: a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .A.\/._SB_PCI0RP
0ca0: 30 32 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 02PSPXp.\/._SB_P
0cb0: 43 49 30 52 50 30 32 50 53 50 58 70 01 5c 2f 04 CI0RP02PSPXp.\/.
0cc0: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 4d 53 58 _SB_PCI0RP02PMSX
0cd0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 32 .\/._SB_PCI0RP02
0ce0: 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 ...A.\/._SB_PCI0
0cf0: 52 50 30 33 50 53 50 58 70 01 5c 2f 04 5f 53 42 RP03PSPXp.\/._SB
0d00: 5f 50 43 49 30 52 50 30 33 50 53 50 58 70 01 5c _PCI0RP03PSPXp.\
0d10: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 50 4d /._SB_PCI0RP03PM
0d20: 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 SX.\/._SB_PCI0RP
0d30: 30 33 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 03...A.\/._SB_PC
0d40: 49 30 52 50 30 34 50 53 50 58 70 01 5c 2f 04 5f I0RP04PSPXp.\/._
0d50: 53 42 5f 50 43 49 30 52 50 30 34 50 53 50 58 70 SB_PCI0RP04PSPXp
0d60: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 .\/._SB_PCI0RP04
0d70: 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 PMSX.\/._SB_PCI0
0d80: 52 50 30 34 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f RP04...A.\/._SB_
0d90: 50 43 49 30 52 50 30 35 50 53 50 58 70 01 5c 2f PCI0RP05PSPXp.\/
0da0: 04 5f 53 42 5f 50 43 49 30 52 50 30 35 50 53 50 ._SB_PCI0RP05PSP
0db0: 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 Xp.\/._SB_PCI0RP
0dc0: 30 35 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 05PMSX.\/._SB_PC
0dd0: 49 30 52 50 30 35 0a 02 a0 41 05 5c 2f 04 5f 53 I0RP05...A.\/._S
0de0: 42 5f 50 43 49 30 52 50 30 36 50 53 50 58 70 01 B_PCI0RP06PSPXp.
0df0: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 50 \/._SB_PCI0RP06P
0e00: 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 SPXp.\/._SB_PCI0
0e10: 52 50 30 36 50 4d 53 58 86 5c 2f 03 5f 53 42 5f RP06PMSX.\/._SB_
0e20: 50 43 49 30 52 50 30 36 0a 02 14 18 5f 4c 30 42 PCI0RP06...._L0B
0e30: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ..\/._SB_PCI0PCI
0e40: 42 0a 02 14 18 5f 4c 30 43 00 86 5c 2f 03 5f 53 B...._L0C..\/._S
0e50: 42 5f 50 43 49 30 55 53 42 33 0a 02 14 4b 0b 5f B_PCI0USB3...K._
0e60: 4c 30 44 00 a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 L0D..;\/._SB_PCI
0e70: 30 45 48 43 31 50 4d 45 53 70 01 5c 2f 04 5f 53 0EHC1PMESp.\/._S
0e80: 42 5f 50 43 49 30 45 48 43 31 50 4d 45 53 86 5c B_PCI0EHC1PMES.\
0e90: 2f 03 5f 53 42 5f 50 43 49 30 45 48 43 31 0a 02 /._SB_PCI0EHC1..
0ea0: a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 30 45 48 43 .;\/._SB_PCI0EHC
0eb0: 32 50 4d 45 53 70 01 5c 2f 04 5f 53 42 5f 50 43 2PMESp.\/._SB_PC
0ec0: 49 30 45 48 43 32 50 4d 45 53 86 5c 2f 03 5f 53 I0EHC2PMES.\/._S
0ed0: 42 5f 50 43 49 30 45 48 43 32 0a 02 a0 3b 5c 2f B_PCI0EHC2...;\/
0ee0: 04 5f 53 42 5f 50 43 49 30 48 44 45 46 50 4d 45 ._SB_PCI0HDEFPME
0ef0: 53 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 48 44 Sp.\/._SB_PCI0HD
0f00: 45 46 50 4d 45 53 86 5c 2f 03 5f 53 42 5f 50 43 EFPMES.\/._SB_PC
0f10: 49 30 48 44 45 46 0a 02 14 18 5f 4c 30 45 00 86 I0HDEF...._L0E..
0f20: 5c 2f 03 5f 53 42 5f 50 43 49 30 55 53 42 34 0a \/._SB_PCI0USB4.
0f30: 02 14 1c 5f 4c 31 42 00 80 4c 50 4f 4c 4c 50 4f ..._L1B..LPOLLPO
0f40: 4c 86 5c 2e 5f 53 42 5f 4c 49 44 30 0a 80 10 46 L.\._SB_LID0...F
0f50: 0b 5f 50 52 5f 5b 83 0b 43 50 55 30 00 10 10 00 ._PR_[..CPU0....
0f60: 00 06 5b 83 0b 43 50 55 31 01 10 10 00 00 06 14 ..[..CPU1.......
0f70: 45 09 52 50 50 43 00 a0 4d 08 93 4f 53 59 53 0b E.RPPC..M..OSYS.
0f80: d2 07 a0 42 08 7b 43 46 47 44 01 00 a0 42 04 94 ...B.{CFGD...B..
0f90: 5e 2e 43 50 55 30 5f 50 50 43 00 74 5e 2e 43 50 ^.CPU0_PPC.t^.CP
0fa0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
0fb0: 43 50 4e 4f 54 72 5e 2e 43 50 55 30 5f 50 50 43 CPNOTr^.CPU0_PPC
0fc0: 01 5e 2e 43 50 55 30 5f 50 50 43 50 4e 4f 54 a1 .^.CPU0_PPCPNOT.
0fd0: 35 72 5e 2e 43 50 55 30 5f 50 50 43 01 5e 2e 43 5r^.CPU0_PPC.^.C
0fe0: 50 55 30 5f 50 50 43 50 4e 4f 54 74 5e 2e 43 50 PU0_PPCPNOTt^.CP
0ff0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
1000: 43 50 4e 4f 54 08 46 57 53 4f 0d 46 57 53 4f 00 CPNOT.FWSO.FWSO.
1010: 08 5f 50 53 43 00 14 12 5f 50 53 30 00 70 5f 50 ._PSC..._PS0.p_P
1020: 53 43 60 70 00 5f 50 53 43 14 0d 5f 50 53 33 00 SC`p._PSC.._PS3.
1030: 70 0a 03 5f 50 53 43 10 8c fb 04 5f 53 42 5f 5b p.._PSC...._SB_[
1040: 82 4f 3e 41 4d 57 30 08 5f 48 49 44 0d 70 6e 70 .O>AMW0._HID.pnp
1050: 30 63 31 34 00 08 5f 55 49 44 00 08 5f 57 44 47 0c14.._UID.._WDG
1060: 11 3f 0a 3c a7 1d 85 2e 53 d0 5f 49 9d fa 1a 4a .?.<....S._I...J
1070: d6 2e 6a 86 41 43 01 00 3b 6d 43 71 dd fb 72 4c ..j.AC..;mCq..rL
1080: bc b8 43 5b fe 0d 64 f9 42 43 01 00 21 12 90 05 ..C[..d.BC..!...
1090: 66 d5 d1 11 b2 f0 00 a0 c9 06 29 10 42 41 01 00 f.........).BA..
10a0: 08 53 54 41 43 11 07 0a 04 01 14 03 00 14 1f 57 .STAC..........W
10b0: 51 41 43 01 70 0d 4d 58 4d 54 43 43 6f 6e 66 69 QAC.p.MXMTCConfi
10c0: 67 44 61 74 61 00 5b 31 a4 53 54 41 43 08 53 54 gData.[1.STAC.ST
10d0: 42 43 11 07 0a 04 01 00 00 00 14 34 57 51 42 43 BC.........4WQBC
10e0: 01 70 0d 47 65 74 20 4d 58 4d 54 43 43 6f 6e 74 .p.Get MXMTCCont
10f0: 72 6f 6c 44 61 74 61 3a 20 53 54 42 43 20 3d 20 rolData: STBC =
1100: 00 5b 31 70 53 54 42 43 5b 31 a4 53 54 42 43 14 .[1pSTBC[1.STBC.
1110: 47 06 57 53 42 43 02 70 69 53 54 42 43 70 0d 53 G.WSBC.piSTBCp.S
1120: 65 74 20 4d 58 4d 54 43 43 6f 6e 74 72 6f 6c 44 et MXMTCControlD
1130: 61 74 61 3a 20 53 54 42 43 20 3d 20 00 5b 31 70 ata: STBC = .[1p
1140: 53 54 42 43 5b 31 a0 30 93 5e 5e 2f 03 50 43 49 STBC[1.0.^^/.PCI
1150: 30 4c 50 43 42 45 43 4f 4b 01 70 83 88 53 54 42 0LPCBECOK.p..STB
1160: 43 01 00 5e 5e 2f 04 50 43 49 30 4c 50 43 42 45 C..^^/.PCI0LPCBE
1170: 43 30 5f 53 4b 54 43 08 57 51 42 41 11 43 2b 0b C0_SKTC.WQBA.C+.
1180: ae 02 46 4f 4d 42 01 00 00 00 9e 02 00 00 c0 0b ..FOMB..........
1190: 00 00 44 53 00 01 1a 7d da 54 28 d9 85 00 01 06 ..DS...}.T(.....
11a0: 18 42 10 07 10 0a 4b 61 02 c9 21 52 3c 18 94 05 .B....Ka..!R<...
11b0: 10 43 88 57 04 44 04 84 bc 0a b0 29 c0 24 88 fa .C.W.D.....).$..
11c0: f7 87 28 09 0e 25 04 42 12 05 98 17 a0 5b 80 61 ..(..%.B.....[.a
11d0: 01 b6 05 98 16 e0 18 92 4a 03 a7 04 96 02 21 a1 ........J.....!.
11e0: 02 94 0b f0 2d 40 3b a2 24 0b b0 0c 23 02 8f 82 ....-@;.$...#...
11f0: a1 71 68 ec 30 2c 13 4c 83 38 8c b2 91 45 60 dc .qh.0,.L.8...E`.
1200: 4e 05 c8 15 20 4c 80 78 54 61 34 07 45 e0 42 63 N... L.xTa4.E.Bc
1210: 64 40 c8 a3 00 ab a3 d0 a4 12 d8 bd 00 65 02 2c d@...........e.,
1220: 0a 10 27 c0 9a 00 63 48 32 28 40 9b 00 5b 20 42 ..'...cH2(@..[ B
1230: 0f d4 19 8a 46 70 02 51 6a 46 11 48 ac 1a 01 85 ....Fp.QjF.H....
1240: 12 34 46 b0 10 81 c2 86 37 46 98 03 88 d1 fe 20 .4F.....7F.....
1250: 48 20 05 e3 66 91 46 83 1a 6b 82 63 f7 68 4e b8 H ..f.F..k.c.hN.
1260: 73 01 d2 e7 26 90 a3 3b b8 3a 07 4d 86 c7 b0 1e s...&..;.:.M....
1270: 06 d8 29 00 ef 1a 50 d3 3f 78 26 08 0e 35 44 8f ..)...P.?x&..5D.
1280: 3a dc 09 1c fb 91 30 88 b3 3b 6e ac c3 c9 68 d0 :.....0..;n...h.
1290: a5 0a 30 7b 00 d0 d0 12 9c f6 99 84 7e 0f 38 9f ..0{........~.8.
12a0: 9e 21 89 fc 41 a0 46 e6 ff 3f b4 c7 78 5a 31 43 .!..A.F..?..xZ1C
12b0: 3e 0b 1c 16 13 0b a1 4d 6a 3c 40 40 e1 d1 40 08 >......Mj<@@..@.
12c0: 6f 06 9e af 09 46 86 90 93 f1 a0 06 e0 41 d7 3a o....F.......A.:
12d0: 32 8d 27 a6 21 cf e8 00 22 bf 32 78 0c 41 02 f9 2.'.!...".2x.A..
12e0: c4 60 b8 c7 81 13 78 02 f0 59 40 10 92 00 21 51 .`....x..Y@...!Q
12f0: e3 a7 47 08 7e 7a 78 93 30 28 1f d2 99 f9 90 e1 ..G.~zx.0(......
1300: 11 c2 07 c4 7b 9f 3b 19 c1 29 7b a4 e0 b0 7e 0e ....{.;..){...~.
1310: 20 c0 af 0f 8f 0d 09 7c ae 08 8c 1d aa fd 0a 40 ......|.......@
1320: 08 1e ed 51 e0 54 23 1c 2d 78 08 8a 1c 03 4a cc ...Q.T#.-x....J.
1330: 18 50 03 38 85 d0 e7 73 04 47 14 25 f6 21 19 da .P.8...s.G.%.!..
1340: 08 e1 1f 39 4e c1 f7 8b 23 3d ad 23 78 91 f0 08 ...9N...#=.#x...
1350: 30 e1 ce 28 a8 38 30 f4 ff 7f 4c 01 dc 7a 3b a6 0..(.80...L..z;.
1360: 80 3e c0 31 05 50 fc ff 3f a6 00 87 a8 c7 14 f4 .>.1.P..?.......
1370: 40 0c 7c 2e a1 0d ff 96 c1 8e 03 87 74 6a 8f 28 @.|.........tj.(
1380: 80 29 79 47 14 50 8c 14 d6 f1 04 18 05 3c 9b a0 .)yG.P.......<..
1390: 22 1d 4f 80 ce ff ff 78 02 58 b8 9a bc 92 84 7d ".O....x.X.....}
13a0: 1e 78 1d 89 14 e3 41 e2 b5 e4 c1 24 46 98 08 8f .x....A....$F...
13b0: 27 1e 47 c0 b7 82 28 91 8e 3e c4 83 49 28 63 3e '.G...(..>..I(c>
13c0: a3 84 89 f9 04 70 22 ef 27 46 0a 73 2a 8f 27 2c .....p".'F.s*.',
13d0: c4 f1 04 a0 85 e2 e3 09 3a 2c 84 fe ff c7 13 dc ........:,......
13e0: e1 c1 a7 0c fc 85 0c c6 f9 04 30 24 f0 7c 02 ca ..........0$.|..
13f0: db 18 e6 80 02 8c 14 da f4 a9 d1 a8 55 83 32 35 ............U.25
1400: ca 34 a8 d5 a7 52 63 c6 4c 9c 52 bc 6c 8d df f2 .4...Rc.L.R.l...
1410: 9e 09 02 b1 20 0a 81 38 cc f3 42 20 96 a2 01 84 .... ..8..B ....
1420: 85 06 a1 42 a9 05 e2 98 20 34 92 0a 10 f6 ff 07 ...B.... 4......
1430: 5b 82 1b 4c 49 44 30 08 5f 48 49 44 0c 41 d0 0c [..LID0._HID.A..
1440: 0d 14 0b 5f 4c 49 44 00 a4 4c 50 4f 4c 5b 82 0f ..._LID..LPOL[..
1450: 50 57 52 42 08 5f 48 49 44 0c 41 d0 0c 0c 5b 82 PWRB._HID.A...[.
1460: 84 b9 04 50 43 49 30 14 09 5f 53 33 44 00 a4 0a ...PCI0.._S3D...
1470: 02 14 09 5f 53 34 44 00 a4 0a 02 08 5f 48 49 44 ..._S4D....._HID
1480: 0c 41 d0 0a 08 08 5f 43 49 44 0c 41 d0 0a 03 5b .A...._CID.A...[
1490: 82 43 0e 4d 43 48 43 08 5f 41 44 52 00 5b 80 48 .C.MCHC._ADR.[.H
14a0: 42 55 53 02 0a 40 0a c0 5b 81 4a 0c 48 42 55 53 BUS..@..[.J.HBUS
14b0: 03 45 50 45 4e 01 00 0b 45 50 42 52 14 00 20 4d .EPEN...EPBR.. M
14c0: 48 45 4e 01 00 0d 4d 48 42 52 12 00 40 0a 50 58 HEN...MHBR..@.PX
14d0: 45 4e 01 50 58 53 5a 02 00 17 50 58 42 52 06 00 EN.PXSZ...PXBR..
14e0: 20 44 49 45 4e 01 00 0b 44 49 42 52 14 00 20 49 DIEN...DIBR.. I
14f0: 50 45 4e 01 00 0b 49 50 42 52 14 00 40 0e 00 04 PEN...IPBR..@...
1500: 50 4d 30 48 02 00 02 50 4d 31 4c 02 00 02 50 4d PM0H...PM1L...PM
1510: 31 48 02 00 02 50 4d 32 4c 02 00 02 50 4d 32 48 1H...PM2L...PM2H
1520: 02 00 02 50 4d 33 4c 02 00 02 50 4d 33 48 02 00 ...PM3L...PM3H..
1530: 02 50 4d 34 4c 02 00 02 50 4d 34 48 02 00 02 50 .PM4L...PM4H...P
1540: 4d 35 4c 02 00 02 50 4d 35 48 02 00 02 50 4d 36 M5L...PM5H...PM6
1550: 4c 02 00 02 50 4d 36 48 02 00 02 00 07 48 45 4e L...PM6H.....HEN
1560: 41 01 00 40 05 54 55 55 44 10 00 40 06 00 04 54 A..@.TUUD..@...T
1570: 4c 55 44 0c 08 42 55 46 30 11 4d 20 0b 08 02 88 LUD..BUF0.M ....
1580: 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 01 87 ................
1590: 17 00 01 0c 03 00 00 00 00 00 00 00 00 f7 0c 00 ................
15a0: 00 00 00 00 00 f8 0c 00 00 47 01 f8 0c f8 0c 01 .........G......
15b0: 08 87 17 00 01 0c 03 00 00 00 00 00 0d 00 00 ff ................
15c0: ff 00 00 00 00 00 00 00 f3 00 00 87 17 00 00 0c ................
15d0: 03 00 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 ................
15e0: 00 00 00 02 00 87 17 00 00 0c 03 00 00 00 00 00 ................
15f0: 00 0c 00 ff 3f 0c 00 00 00 00 00 00 40 00 00 87 ....?.......@...
1600: 17 00 00 0c 03 00 00 00 00 00 40 0c 00 ff 7f 0c ..........@.....
1610: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
1620: 00 00 00 00 80 0c 00 ff bf 0c 00 00 00 00 00 00 ................
1630: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0c @...............
1640: 00 ff ff 0c 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1650: 00 0c 03 00 00 00 00 00 00 0d 00 ff 3f 0d 00 00 ............?...
1660: 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 ....@...........
1670: 00 00 40 0d 00 ff 7f 0d 00 00 00 00 00 00 40 00 ..@...........@.
1680: 00 87 17 00 00 0c 03 00 00 00 00 00 80 0d 00 ff ................
1690: bf 0d 00 00 00 00 00 00 40 00 00 87 17 00 00 0c ........@.......
16a0: 03 00 00 00 00 00 c0 0d 00 ff ff 0d 00 00 00 00 ................
16b0: 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 ..@.............
16c0: 00 0e 00 ff 3f 0e 00 00 00 00 00 00 40 00 00 87 ....?.......@...
16d0: 17 00 00 0c 03 00 00 00 00 00 40 0e 00 ff 7f 0e ..........@.....
16e0: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
16f0: 00 00 00 00 80 0e 00 ff bf 0e 00 00 00 00 00 00 ................
1700: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0e @...............
1710: 00 ff ff 0e 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1720: 00 0c 03 00 00 00 00 00 00 0f 00 ff ff 0f 00 00 ................
1730: 00 00 00 00 00 01 00 87 17 00 00 0c 03 00 00 00 ................
1740: 00 00 00 00 00 ff ff ff df 00 00 00 00 00 00 00 ................
1750: 00 87 17 00 00 0c 03 00 00 00 00 00 00 00 f0 ff ................
1760: ff bf fe 00 00 00 00 00 00 c0 0e 87 17 00 00 0c ................
1770: 03 00 00 00 00 00 00 d4 fe ff 4f d4 fe 00 00 00 ..........O.....
1780: 00 00 00 00 00 79 00 14 4b 3d 5f 43 52 53 08 a0 .....y..K=_CRS..
1790: 1c 5e 2e 4d 43 48 43 50 4d 31 4c 8a 42 55 46 30 .^.MCHCPM1L.BUF0
17a0: 0a 7c 43 30 4c 4e 70 00 43 30 4c 4e a0 1f 93 5e .|C0LNp.C0LN...^
17b0: 2e 4d 43 48 43 50 4d 31 4c 01 8d 42 55 46 30 0b .MCHCPM1L..BUF0.
17c0: 58 03 43 30 52 57 70 00 43 30 52 57 a0 1c 5e 2e X.C0RWp.C0RW..^.
17d0: 4d 43 48 43 50 4d 31 48 8a 42 55 46 30 0a 96 43 MCHCPM1H.BUF0..C
17e0: 34 4c 4e 70 00 43 34 4c 4e a0 1f 93 5e 2e 4d 43 4LNp.C4LN...^.MC
17f0: 48 43 50 4d 31 48 01 8d 42 55 46 30 0b 28 04 43 HCPM1H..BUF0.(.C
1800: 34 52 57 70 00 43 34 52 57 a0 1c 5e 2e 4d 43 48 4RWp.C4RW..^.MCH
1810: 43 50 4d 32 4c 8a 42 55 46 30 0a b0 43 38 4c 4e CPM2L.BUF0..C8LN
1820: 70 00 43 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 p.C8LN...^.MCHCP
1830: 4d 32 4c 01 8d 42 55 46 30 0b f8 04 43 38 52 57 M2L..BUF0...C8RW
1840: 70 00 43 38 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d p.C8RW..^.MCHCPM
1850: 32 48 8a 42 55 46 30 0a ca 43 43 4c 4e 70 00 43 2H.BUF0..CCLNp.C
1860: 43 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 32 48 CLN...^.MCHCPM2H
1870: 01 8d 42 55 46 30 0b c8 05 43 43 52 57 70 00 43 ..BUF0...CCRWp.C
1880: 43 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d 33 4c 8a CRW..^.MCHCPM3L.
1890: 42 55 46 30 0a e4 44 30 4c 4e 70 00 44 30 4c 4e BUF0..D0LNp.D0LN
18a0: a0 1f 93 5e 2e 4d 43 48 43 50 4d 33 4c 01 8d 42 ...^.MCHCPM3L..B
18b0: 55 46 30 0b 98 06 44 30 52 57 70 00 44 30 52 57 UF0...D0RWp.D0RW
18c0: a0 1c 5e 2e 4d 43 48 43 50 4d 33 48 8a 42 55 46 ..^.MCHCPM3H.BUF
18d0: 30 0a fe 44 34 4c 4e 70 00 44 34 4c 4e a0 1f 93 0..D4LNp.D4LN...
18e0: 5e 2e 4d 43 48 43 50 4d 33 48 01 8d 42 55 46 30 ^.MCHCPM3H..BUF0
18f0: 0b 68 07 44 34 52 57 70 00 44 34 52 57 a0 1d 5e .h.D4RWp.D4RW..^
1900: 2e 4d 43 48 43 50 4d 34 4c 8a 42 55 46 30 0b 18 .MCHCPM4L.BUF0..
1910: 01 44 38 4c 4e 70 00 44 38 4c 4e a0 1f 93 5e 2e .D8LNp.D8LN...^.
1920: 4d 43 48 43 50 4d 34 4c 01 8d 42 55 46 30 0b 38 MCHCPM4L..BUF0.8
1930: 08 44 38 52 57 70 00 44 38 52 57 a0 1d 5e 2e 4d .D8RWp.D8RW..^.M
1940: 43 48 43 50 4d 34 48 8a 42 55 46 30 0b 32 01 44 CHCPM4H.BUF0.2.D
1950: 43 4c 4e 70 00 44 43 4c 4e a0 1f 93 5e 2e 4d 43 CLNp.DCLN...^.MC
1960: 48 43 50 4d 34 48 01 8d 42 55 46 30 0b 08 09 44 HCPM4H..BUF0...D
1970: 43 52 57 70 00 44 43 52 57 a0 1d 5e 2e 4d 43 48 CRWp.DCRW..^.MCH
1980: 43 50 4d 35 4c 8a 42 55 46 30 0b 4c 01 45 30 4c CPM5L.BUF0.L.E0L
1990: 4e 70 00 45 30 4c 4e a0 1f 93 5e 2e 4d 43 48 43 Np.E0LN...^.MCHC
19a0: 50 4d 35 4c 01 8d 42 55 46 30 0b d8 09 45 30 52 PM5L..BUF0...E0R
19b0: 57 70 00 45 30 52 57 a0 1d 5e 2e 4d 43 48 43 50 Wp.E0RW..^.MCHCP
19c0: 4d 35 48 8a 42 55 46 30 0b 66 01 45 34 4c 4e 70 M5H.BUF0.f.E4LNp
19d0: 00 45 34 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d .E4LN...^.MCHCPM
19e0: 35 48 01 8d 42 55 46 30 0b a8 0a 45 34 52 57 70 5H..BUF0...E4RWp
19f0: 00 45 34 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 .E4RW..^.MCHCPM6
1a00: 4c 8a 42 55 46 30 0b 80 01 45 38 4c 4e 70 00 45 L.BUF0...E8LNp.E
1a10: 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 4c 8LN...^.MCHCPM6L
1a20: 01 8d 42 55 46 30 0b 78 0b 45 38 52 57 70 00 45 ..BUF0.x.E8RWp.E
1a30: 38 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 48 8a 8RW..^.MCHCPM6H.
1a40: 42 55 46 30 0b 9a 01 45 43 4c 4e 70 00 45 43 4c BUF0...ECLNp.ECL
1a50: 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 48 01 8d N...^.MCHCPM6H..
1a60: 42 55 46 30 0b 48 0c 45 43 52 57 70 00 45 43 52 BUF0.H.ECRWp.ECR
1a70: 57 a0 1d 5e 2e 4d 43 48 43 50 4d 30 48 8a 42 55 W..^.MCHCPM0H.BU
1a80: 46 30 0b b4 01 46 30 4c 4e 70 00 46 30 4c 4e a0 F0...F0LNp.F0LN.
1a90: 1f 93 5e 2e 4d 43 48 43 50 4d 30 48 01 8d 42 55 ..^.MCHCPM0H..BU
1aa0: 46 30 0b 18 0d 46 30 52 57 70 00 46 30 52 57 8a F0...F0RWp.F0RW.
1ab0: 42 55 46 30 0b c2 01 4d 31 4d 4e 8a 42 55 46 30 BUF0...M1MN.BUF0
1ac0: 0b c6 01 4d 31 4d 58 8a 42 55 46 30 0b ce 01 4d ...M1MX.BUF0...M
1ad0: 31 4c 4e 8a 42 55 46 30 0b dc 01 4d 32 4d 4e 8a 1LN.BUF0...M2MN.
1ae0: 42 55 46 30 0b e0 01 4d 32 4d 58 8a 42 55 46 30 BUF0...M2MX.BUF0
1af0: 0b e8 01 4d 32 4c 4e 79 5e 2e 4d 43 48 43 50 58 ...M2LNy^.MCHCPX
1b00: 42 52 0a 1a 4d 31 4d 58 7a 0c 00 00 00 10 5e 2e BR..M1MXz.....^.
1b10: 4d 43 48 43 50 58 53 5a 60 72 4d 31 4d 58 60 4d MCHCPXSZ`rM1MX`M
1b20: 32 4d 4e 72 74 4d 32 4d 58 4d 32 4d 4e 00 01 4d 2MNrtM2MXM2MN..M
1b30: 32 4c 4e 74 4d 31 4d 58 01 4d 31 4d 58 79 5e 2e 2LNtM1MX.M1MXy^.
1b40: 4d 43 48 43 54 4c 55 44 0a 14 4d 31 4d 4e 72 74 MCHCTLUD..M1MNrt
1b50: 4d 31 4d 58 4d 31 4d 4e 00 01 4d 31 4c 4e a4 42 M1MXM1MN..M1LN.B
1b60: 55 46 30 14 47 28 5f 50 52 54 00 a0 45 0f 47 50 UF0.G(_PRT..E.GP
1b70: 49 43 a4 12 4d 0e 13 12 0b 04 0c ff ff 01 00 00 IC..M...........
1b80: 00 0a 10 12 0b 04 0c ff ff 02 00 00 00 0a 10 12 ................
1b90: 0b 04 0c ff ff 07 00 00 00 0a 10 12 0b 04 0c ff ................
1ba0: ff 19 00 00 00 0a 14 12 0b 04 0c ff ff 1a 00 00 ................
1bb0: 00 0a 10 12 0b 04 0c ff ff 1a 00 01 00 0a 15 12 ................
1bc0: 0c 04 0c ff ff 1a 00 0a 02 00 0a 12 12 0b 04 0c ................
1bd0: ff ff 1b 00 00 00 0a 16 12 0b 04 0c ff ff 1c 00 ................
1be0: 00 00 0a 11 12 0b 04 0c ff ff 1c 00 01 00 0a 10 ................
1bf0: 12 0c 04 0c ff ff 1c 00 0a 02 00 0a 12 12 0c 04 ................
1c00: 0c ff ff 1c 00 0a 03 00 0a 13 12 0b 04 0c ff ff ................
1c10: 1d 00 00 00 0a 17 12 0b 04 0c ff ff 1d 00 01 00 ................
1c20: 0a 13 12 0c 04 0c ff ff 1d 00 0a 02 00 0a 12 12 ................
1c30: 0b 04 0c ff ff 1f 00 00 00 0a 13 12 0b 04 0c ff ................
1c40: ff 1f 00 01 00 0a 13 12 0c 04 0c ff ff 1f 00 0a ................
1c50: 02 00 0a 13 12 0c 04 0c ff ff 1f 00 0a 03 00 0a ................
1c60: 10 a1 49 18 a4 12 45 18 13 12 13 04 0c ff ff 01 ..I...E.........
1c70: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1c80: 0c ff ff 02 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 ......^.LPCBLNKA
1c90: 00 12 13 04 0c ff ff 07 00 00 5e 2e 4c 50 43 42 ..........^.LPCB
1ca0: 4c 4e 4b 41 00 12 13 04 0c ff ff 19 00 00 5e 2e LNKA..........^.
1cb0: 4c 50 43 42 4c 4e 4b 45 00 12 13 04 0c ff ff 1a LPCBLNKE........
1cc0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1cd0: 0c ff ff 1a 00 01 5e 2e 4c 50 43 42 4c 4e 4b 46 ......^.LPCBLNKF
1ce0: 00 12 14 04 0c ff ff 1a 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1cf0: 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1b 00 00 5e BLNKC..........^
1d00: 2e 4c 50 43 42 4c 4e 4b 47 00 12 13 04 0c ff ff .LPCBLNKG.......
1d10: 1c 00 00 5e 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 ...^.LPCBLNKB...
1d20: 04 0c ff ff 1c 00 01 5e 2e 4c 50 43 42 4c 4e 4b .......^.LPCBLNK
1d30: 41 00 12 14 04 0c ff ff 1c 00 0a 02 5e 2e 4c 50 A...........^.LP
1d40: 43 42 4c 4e 4b 43 00 12 14 04 0c ff ff 1c 00 0a CBLNKC..........
1d50: 03 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0c .^.LPCBLNKD.....
1d60: ff ff 1d 00 00 5e 2e 4c 50 43 42 4c 4e 4b 48 00 .....^.LPCBLNKH.
1d70: 12 13 04 0c ff ff 1d 00 01 5e 2e 4c 50 43 42 4c .........^.LPCBL
1d80: 4e 4b 44 00 12 14 04 0c ff ff 1d 00 0a 02 5e 2e NKD...........^.
1d90: 4c 50 43 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1f LPCBLNKC........
1da0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 ..^.LPCBLNKD....
1db0: 0c ff ff 1f 00 01 5e 2e 4c 50 43 42 4c 4e 4b 44 ......^.LPCBLNKD
1dc0: 00 12 14 04 0c ff ff 1f 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1dd0: 42 4c 4e 4b 44 00 12 14 04 0c ff ff 1f 00 0a 03 BLNKD...........
1de0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 40 14 50 ^.LPCBLNKA.[.@.P
1df0: 44 52 43 08 5f 48 49 44 0c 41 d0 0c 02 08 5f 55 DRC._HID.A...._U
1e00: 49 44 01 08 42 55 46 30 11 46 06 0a 62 86 09 00 ID..BUF0.F..b...
1e10: 01 00 00 00 00 00 40 00 00 86 09 00 01 00 00 00 ......@.........
1e20: 00 00 40 00 00 86 09 00 01 00 00 00 00 00 10 00 ..@.............
1e30: 00 86 09 00 01 00 00 00 00 00 10 00 00 86 09 00 ................
1e40: 01 00 00 00 00 00 00 00 00 86 09 00 01 00 00 d2 ................
1e50: fe 00 00 02 00 86 09 00 01 00 00 d4 fe 00 50 00 ..............P.
1e60: 00 86 09 00 01 00 50 d4 fe 00 b0 04 00 79 00 14 ......P......y..
1e70: 4d 0b 5f 43 52 53 08 8a 42 55 46 30 0a 04 52 42 M._CRS..BUF0..RB
1e80: 52 30 79 5e 5e 2e 4c 50 43 42 52 43 42 41 0a 0e R0y^^.LPCBRCBA..
1e90: 52 42 52 30 8a 42 55 46 30 0a 10 4d 42 52 30 79 RBR0.BUF0..MBR0y
1ea0: 5e 5e 2e 4d 43 48 43 4d 48 42 52 0a 0e 4d 42 52 ^^.MCHCMHBR..MBR
1eb0: 30 8a 42 55 46 30 0a 1c 44 42 52 30 79 5e 5e 2e 0.BUF0..DBR0y^^.
1ec0: 4d 43 48 43 44 49 42 52 0a 0c 44 42 52 30 8a 42 MCHCDIBR..DBR0.B
1ed0: 55 46 30 0a 28 45 42 52 30 79 5e 5e 2e 4d 43 48 UF0.(EBR0y^^.MCH
1ee0: 43 45 50 42 52 0a 0c 45 42 52 30 8a 42 55 46 30 CEPBR..EBR0.BUF0
1ef0: 0a 34 58 42 52 30 79 5e 5e 2e 4d 43 48 43 50 58 .4XBR0y^^.MCHCPX
1f00: 42 52 0a 1a 58 42 52 30 8a 42 55 46 30 0a 38 58 BR..XBR0.BUF0.8X
1f10: 53 5a 30 7a 0c 00 00 00 10 5e 5e 2e 4d 43 48 43 SZ0z.....^^.MCHC
1f20: 50 58 53 5a 58 53 5a 30 a4 42 55 46 30 5b 82 4d PXSZXSZ0.BUF0[.M
1f30: 50 50 45 47 50 08 5f 41 44 52 0c 00 00 01 00 14 PPEGP._ADR......
1f40: 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 2c A._PRT..3GPIC..,
1f50: 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ff ................
1f60: ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a 12 ................
1f70: 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 12 ............E...
1f80: 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 43 A.........^^.LPC
1f90: 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e 2e BLNKA........^^.
1fa0: 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff 0a LPCBLNKB........
1fb0: 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
1fc0: 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
1fd0: 00 5b 82 49 46 56 47 41 5f 08 5f 41 44 52 00 08 .[.IFVGA_._ADR..
1fe0: 53 57 49 54 01 08 43 52 54 41 01 08 4c 43 44 41 SWIT..CRTA..LCDA
1ff0: 01 08 54 56 41 41 01 08 56 4c 44 46 01 5b 80 56 ..TVAA..VLDF.[.V
2000: 49 44 53 02 00 0a c8 5b 81 0b 56 49 44 53 03 56 IDS....[..VIDS.V
2010: 44 49 44 20 14 09 5f 53 54 41 00 a4 0a 0f 08 5f DID .._STA....._
2020: 50 53 43 00 14 0c 5f 50 53 30 00 70 00 5f 50 53 PSC..._PS0.p._PS
2030: 43 14 0c 5f 50 53 31 00 70 01 5f 50 53 43 14 0d C.._PS1.p._PSC..
2040: 5f 50 53 33 00 70 0a 03 5f 50 53 43 14 10 5f 44 _PS3.p.._PSC.._D
2050: 4f 53 01 70 7b 68 0a 03 00 53 57 49 54 14 17 5f OS.p{h...SWIT.._
2060: 44 4f 44 00 a4 12 0f 03 0c 00 01 01 00 0c 10 01 DOD.............
2070: 01 00 0b 00 02 5b 82 4d 08 43 52 54 5f 14 0a 5f .....[.M.CRT_.._
2080: 41 44 52 00 a4 0b 00 01 14 41 06 5f 44 43 53 00 ADR......A._DCS.
2090: 5e 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 ^^^^.LPCBPHSS..p
20a0: 43 41 44 4c 60 70 43 53 54 45 61 7b 60 0a 02 60 CADL`pCSTEa{`..`
20b0: 7b 61 0a 02 61 a0 08 60 70 01 43 52 54 41 a1 07 {a..a..`p.CRTA..
20c0: 70 00 43 52 54 41 a0 13 43 52 54 41 a0 08 93 61 p.CRTA..CRTA...a
20d0: 0a 02 a4 0a 1f a1 04 a4 0a 1d a1 0f a0 08 93 61 ...............a
20e0: 0a 02 a4 0a 0f a1 04 a4 0a 0d 14 12 5f 44 47 53 ............_DGS
20f0: 00 a0 07 43 52 54 41 a4 01 a1 03 a4 00 14 06 5f ...CRTA........_
2100: 44 53 53 01 5b 82 47 0e 4c 43 44 5f 14 0a 5f 41 DSS.[.G.LCD_.._A
2110: 44 52 00 a4 0b 10 01 14 4d 05 5f 44 43 53 00 5e DR......M._DCS.^
2120: 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 ^^^.LPCBPHSS..pC
2130: 41 44 4c 60 70 43 53 54 45 61 7b 60 01 60 7b 61 ADL`pCSTEa{`.`{a
2140: 01 61 a0 08 60 70 01 4c 43 44 41 a1 07 70 00 4c .a..`p.LCDA..p.L
2150: 43 44 41 a0 12 4c 43 44 41 a0 07 93 61 01 a4 0a CDA..LCDA...a...
2160: 1f a1 04 a4 0a 1d a1 0e a0 07 93 61 01 a4 0a 0f ...........a....
2170: a1 04 a4 0a 0d 14 12 5f 44 47 53 00 a0 07 4c 43 ......._DGS...LC
2180: 44 41 a4 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 DA........_DSS..
2190: 1d 5f 42 43 4c 00 a4 12 15 0a 0a 46 0a 28 00 0a ._BCL......F.(..
21a0: 0a 0a 14 0a 1e 0a 28 0a 32 0a 3c 0a 46 14 20 5f ......(.2.<.F. _
21b0: 42 43 4d 01 78 68 0a 0a 60 61 70 61 5e 5e 5e 5e BCM.xh..`apa^^^^
21c0: 2f 03 4c 50 43 42 45 43 30 5f 42 52 54 53 14 1e /.LPCBEC0_BRTS..
21d0: 5f 42 51 43 00 77 5e 5e 5e 5e 2f 03 4c 50 43 42 _BQC.w^^^^/.LPCB
21e0: 45 43 30 5f 42 52 54 53 0a 0a 60 a4 60 5b 82 4d EC0_BRTS..`.`[.M
21f0: 08 54 56 5f 5f 14 0a 5f 41 44 52 00 a4 0b 00 02 .TV__.._ADR.....
2200: 14 41 06 5f 44 43 53 00 5e 5e 5e 5e 2e 4c 50 43 .A._DCS.^^^^.LPC
2210: 42 50 48 53 53 0a 0c 70 43 41 44 4c 60 70 43 53 BPHSS..pCADL`pCS
2220: 54 45 61 7b 60 0a 04 60 7b 61 0a 04 61 a0 08 60 TEa{`..`{a..a..`
2230: 70 01 54 56 41 41 a1 07 70 00 54 56 41 41 a0 13 p.TVAA..p.TVAA..
2240: 54 56 41 41 a0 08 93 61 0a 04 a4 0a 1f a1 04 a4 TVAA...a........
2250: 0a 1d a1 0f a0 08 93 61 0a 04 a4 0a 0f a1 04 a4 .......a........
2260: 0a 0d 14 12 5f 44 47 53 00 a0 07 54 56 41 41 a4 ...._DGS...TVAA.
2270: 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 49 10 44 ......._DSS..I.D
2280: 53 53 57 00 a0 4a 0e 93 53 57 49 54 00 5e 5e 5e SSW..J..SWIT.^^^
2290: 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 41 44 4c .LPCBPHSS..pCADL
22a0: 60 70 43 53 54 45 61 a0 16 94 61 01 7b 60 61 56 `pCSTEa...a.{`aV
22b0: 4c 44 46 7b 56 4c 44 46 0a fe 56 4c 44 46 a0 43 LDF{VLDF..VLDF.C
22c0: 0a 56 4c 44 46 a0 27 93 60 0a 09 a0 0b 93 61 0a .VLDF.'.`.....a.
22d0: 08 53 54 42 4c 0a 02 a0 0a 93 61 01 53 54 42 4c .STBL.....a.STBL
22e0: 0a 03 a0 0a 93 61 0a 09 53 54 42 4c 01 a0 28 93 .....a..STBL..(.
22f0: 60 0a 0a a0 0b 93 61 0a 08 53 54 42 4c 0a 05 a0 `.....a..STBL...
2300: 0a 93 61 0a 02 53 54 42 4c 01 a0 0b 93 61 0a 0a ..a..STBL....a..
2310: 53 54 42 4c 0a 04 a0 4b 04 93 60 0a 0b a0 0b 93 STBL...K..`.....
2320: 61 0a 08 53 54 42 4c 0a 02 a0 0b 93 61 0a 09 53 a..STBL.....a..S
2330: 54 42 4c 0a 05 a0 0a 93 61 01 53 54 42 4c 0a 03 TBL.....a.STBL..
2340: a0 0b 93 61 0a 0a 53 54 42 4c 0a 04 a0 0a 93 61 ...a..STBL.....a
2350: 0a 02 53 54 42 4c 01 a0 0a 93 61 0a 0b 53 54 42 ..STBL....a..STB
2360: 4c 01 a1 0c 70 01 56 4c 44 46 53 54 42 4c 01 a1 L...p.VLDFSTBL..
2370: 16 a0 14 93 53 57 49 54 01 5e 5e 5e 2e 4c 50 43 ....SWIT.^^^.LPC
2380: 42 50 48 53 53 01 14 45 0b 53 54 42 4c 01 a0 16 BPHSS..E.STBL...
2390: 93 68 01 70 00 43 52 54 41 70 01 4c 43 44 41 70 .h.p.CRTAp.LCDAp
23a0: 00 54 56 41 41 a0 17 93 68 0a 02 70 01 43 52 54 .TVAA...h..p.CRT
23b0: 41 70 00 4c 43 44 41 70 00 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23c0: 68 0a 03 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
23d0: 00 54 56 41 41 a0 17 93 68 0a 04 70 00 43 52 54 .TVAA...h..p.CRT
23e0: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23f0: 68 0a 05 70 00 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2400: 01 54 56 41 41 a0 17 93 68 0a 06 70 01 43 52 54 .TVAA...h..p.CRT
2410: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
2420: 68 0a 07 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2430: 01 54 56 41 41 86 56 47 41 5f 0a 80 5b 82 42 f8 .TVAA.VGA_..[.B.
2440: 47 46 58 30 08 5f 41 44 52 0c 00 00 02 00 14 10 GFX0._ADR.......
2450: 5f 44 4f 53 01 70 7b 68 0a 07 00 44 53 45 4e 14 _DOS.p{h...DSEN.
2460: 41 26 5f 44 4f 44 00 70 00 4e 44 49 44 a0 15 92 A&_DOD.p.NDID...
2470: 93 44 49 44 4c 00 70 53 44 44 4c 44 49 44 31 44 .DIDL.pSDDLDID1D
2480: 49 44 31 a0 15 92 93 44 44 4c 32 00 70 53 44 44 ID1....DDL2.pSDD
2490: 4c 44 49 44 32 44 49 44 32 a0 15 92 93 44 44 4c LDID2DID2....DDL
24a0: 33 00 70 53 44 44 4c 44 49 44 33 44 49 44 33 a0 3.pSDDLDID3DID3.
24b0: 15 92 93 44 44 4c 34 00 70 53 44 44 4c 44 49 44 ...DDL4.pSDDLDID
24c0: 34 44 49 44 34 a0 15 92 93 44 44 4c 35 00 70 53 4DID4....DDL5.pS
24d0: 44 44 4c 44 49 44 35 44 49 44 35 a0 2c 93 4e 44 DDLDID5DID5.,.ND
24e0: 49 44 01 08 54 4d 50 31 12 07 01 0c ff ff ff ff ID..TMP1........
24f0: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2500: 31 00 00 a4 54 4d 50 31 a0 46 04 93 4e 44 49 44 1...TMP1.F..NDID
2510: 0a 02 08 54 4d 50 32 12 0c 02 0c ff ff ff ff 0c ...TMP2.........
2520: ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 ....p}.....DID1.
2530: 88 54 4d 50 32 00 00 70 7d 0c 00 00 01 00 44 49 .TMP2..p}.....DI
2540: 44 32 00 88 54 4d 50 32 01 00 a4 54 4d 50 32 a0 D2..TMP2...TMP2.
2550: 4f 05 93 4e 44 49 44 0a 03 08 54 4d 50 33 12 11 O..NDID...TMP3..
2560: 03 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
2570: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2580: 33 00 00 70 7d 0c 00 00 01 00 44 49 44 32 00 88 3..p}.....DID2..
2590: 54 4d 50 33 01 00 70 7d 0c 00 00 01 00 44 49 44 TMP3..p}.....DID
25a0: 33 00 88 54 4d 50 33 0a 02 00 a4 54 4d 50 33 a0 3..TMP3....TMP3.
25b0: 48 07 93 4e 44 49 44 0a 04 08 54 4d 50 34 12 16 H..NDID...TMP4..
25c0: 04 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
25d0: 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 .....p}.....DID1
25e0: 00 88 54 4d 50 34 00 00 70 7d 0c 00 00 01 00 44 ..TMP4..p}.....D
25f0: 49 44 32 00 88 54 4d 50 34 01 00 70 7d 0c 00 00 ID2..TMP4..p}...
2600: 01 00 44 49 44 33 00 88 54 4d 50 34 0a 02 00 70 ..DID3..TMP4...p
2610: 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d 50 34 }.....DID4..TMP4
2620: 0a 03 00 a4 54 4d 50 34 a0 41 09 94 4e 44 49 44 ....TMP4.A..NDID
2630: 0a 04 08 54 4d 50 35 12 1b 05 0c ff ff ff ff 0c ...TMP5.........
2640: ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ................
2650: ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 88 ...p}.....DID1..
2660: 54 4d 50 35 00 00 70 7d 0c 00 00 01 00 44 49 44 TMP5..p}.....DID
2670: 32 00 88 54 4d 50 35 01 00 70 7d 0c 00 00 01 00 2..TMP5..p}.....
2680: 44 49 44 33 00 88 54 4d 50 35 0a 02 00 70 7d 0c DID3..TMP5...p}.
2690: 00 00 01 00 44 49 44 34 00 88 54 4d 50 35 0a 03 ....DID4..TMP5..
26a0: 00 70 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d .p}.....DID4..TM
26b0: 50 35 0a 04 00 a4 54 4d 50 35 a4 12 05 01 0b 00 P5....TMP5......
26c0: 04 5b 82 43 06 44 44 30 31 14 1c 5f 41 44 52 08 .[.C.DD01.._ADR.
26d0: a0 09 93 44 49 44 31 00 a4 01 a1 0b a4 7b 0b ff ...DID1......{..
26e0: ff 44 49 44 31 00 14 0f 5f 44 43 53 00 a4 43 44 .DID1..._DCS..CD
26f0: 44 53 44 49 44 31 14 0f 5f 44 47 53 00 a4 4e 44 DSDID1.._DGS..ND
2700: 44 53 44 49 44 31 14 1f 5f 44 53 53 01 a0 18 93 DSDID1.._DSS....
2710: 7b 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 {h...........pNS
2720: 54 45 43 53 54 45 5b 82 44 06 44 44 30 32 14 1d TECSTE[.D.DD02..
2730: 5f 41 44 52 08 a0 0a 93 44 49 44 32 00 a4 0a 02 _ADR....DID2....
2740: a1 0b a4 7b 0b ff ff 44 49 44 32 00 14 0f 5f 44 ...{...DID2..._D
2750: 43 53 00 a4 43 44 44 53 44 49 44 32 14 0f 5f 44 CS..CDDSDID2.._D
2760: 47 53 00 a4 4e 44 44 53 44 49 44 32 14 1f 5f 44 GS..NDDSDID2.._D
2770: 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 00 0c 00 SS....{h........
2780: 00 00 c0 70 4e 53 54 45 43 53 54 45 5b 82 41 07 ...pNSTECSTE[.A.
2790: 44 44 30 33 14 1d 5f 41 44 52 08 a0 0a 93 44 49 DD03.._ADR....DI
27a0: 44 33 00 a4 0a 03 a1 0b a4 7b 0b ff ff 44 49 44 D3.......{...DID
27b0: 33 00 14 1c 5f 44 43 53 00 a0 0a 93 44 49 44 33 3..._DCS....DID3
27c0: 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 44 33 14 .......CDDSDID3.
27d0: 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 44 33 14 ._DGS..NDDSDID3.
27e0: 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 ._DSS....{h.....
27f0: 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 54 45 5b ......pNSTECSTE[
2800: 82 41 07 44 44 30 34 14 1d 5f 41 44 52 08 a0 0a .A.DD04.._ADR...
2810: 93 44 49 44 34 00 a4 0a 04 a1 0b a4 7b 0b ff ff .DID4.......{...
2820: 44 49 44 34 00 14 1c 5f 44 43 53 00 a0 0a 93 44 DID4..._DCS....D
2830: 49 44 34 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 ID4.......CDDSDI
2840: 44 34 14 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 D4.._DGS..NDDSDI
2850: 44 34 14 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 D4.._DSS....{h..
2860: 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 .........pNSTECS
2870: 54 45 5b 82 41 07 44 44 30 35 14 1d 5f 41 44 52 TE[.A.DD05.._ADR
2880: 08 a0 0a 93 44 49 44 35 00 a4 0a 05 a1 0b a4 7b ....DID5.......{
2890: 0b ff ff 44 49 44 35 00 14 1c 5f 44 43 53 00 a0 ...DID5..._DCS..
28a0: 0a 93 44 49 44 35 00 a4 0a 0b a1 0a a4 43 44 44 ..DID5.......CDD
28b0: 53 44 49 44 35 14 0f 5f 44 47 53 00 a4 4e 44 44 SDID5.._DGS..NDD
28c0: 53 44 49 44 35 14 1f 5f 44 53 53 01 a0 18 93 7b SDID5.._DSS....{
28d0: 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 h...........pNST
28e0: 45 43 53 54 45 14 4e 06 53 44 44 4c 01 75 4e 44 ECSTE.N.SDDL.uND
28f0: 49 44 70 7b 68 0b 0f 0f 00 60 7d 0c 00 00 00 80 IDp{h....`}.....
2900: 60 61 a0 09 93 44 49 44 4c 60 a4 61 a0 09 93 44 `a...DIDL`.a...D
2910: 44 4c 32 60 a4 61 a0 09 93 44 44 4c 33 60 a4 61 DL2`.a...DDL3`.a
2920: a0 09 93 44 44 4c 34 60 a4 61 a0 09 93 44 44 4c ...DDL4`.a...DDL
2930: 35 60 a4 61 a0 09 93 44 44 4c 36 60 a4 61 a0 09 5`.a...DDL6`.a..
2940: 93 44 44 4c 37 60 a4 61 a0 09 93 44 44 4c 38 60 .DDL7`.a...DDL8`
2950: a4 61 a4 00 14 4a 08 43 44 44 53 01 a0 0f 93 43 .a...J.CDDS....C
2960: 41 44 4c 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 ADL{h..........C
2970: 41 4c 32 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL2{h..........C
2980: 41 4c 33 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL3{h..........C
2990: 41 4c 34 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL4{h..........C
29a0: 41 4c 35 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL5{h..........C
29b0: 41 4c 36 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL6{h..........C
29c0: 41 4c 37 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL7{h..........C
29d0: 41 4c 38 7b 68 0b 0f 0f 00 a4 0a 1f a4 0a 1d 14 AL8{h...........
29e0: 41 08 4e 44 44 53 01 a0 0e 93 4e 41 44 4c 7b 68 A.NDDS....NADL{h
29f0: 0b 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 32 7b 68 0b .........NDL2{h.
2a00: 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 33 7b 68 0b 0f ........NDL3{h..
2a10: 0f 00 a4 01 a0 0e 93 4e 44 4c 34 7b 68 0b 0f 0f .......NDL4{h...
2a20: 00 a4 01 a0 0e 93 4e 44 4c 35 7b 68 0b 0f 0f 00 ......NDL5{h....
2a30: a4 01 a0 0e 93 4e 44 4c 36 7b 68 0b 0f 0f 00 a4 .....NDL6{h.....
2a40: 01 a0 0e 93 4e 44 4c 37 7b 68 0b 0f 0f 00 a4 01 ....NDL7{h......
2a50: a0 0e 93 4e 44 4c 38 7b 68 0b 0f 0f 00 a4 01 a4 ...NDL8{h.......
2a60: 00 14 40 07 42 52 54 4e 09 a0 14 93 7b 44 49 44 ..@.BRTN....{DID
2a70: 31 0b 00 0f 00 0b 00 04 86 44 44 30 31 68 a0 14 1........DD01h..
2a80: 93 7b 44 49 44 32 0b 00 0f 00 0b 00 04 86 44 44 .{DID2........DD
2a90: 30 32 68 a0 14 93 7b 44 49 44 33 0b 00 0f 00 0b 02h...{DID3.....
2aa0: 00 04 86 44 44 30 33 68 a0 14 93 7b 44 49 44 34 ...DD03h...{DID4
2ab0: 0b 00 0f 00 0b 00 04 86 44 44 30 34 68 a0 14 93 ........DD04h...
2ac0: 7b 44 49 44 35 0b 00 0f 00 0b 00 04 86 44 44 30 {DID5........DD0
2ad0: 35 68 10 24 5e 5e 50 43 49 30 5b 80 4d 43 48 50 5h.$^^PCI0[.MCHP
2ae0: 02 0a 40 0a c0 5b 81 10 4d 43 48 50 00 00 40 30 ..@..[..MCHP..@0
2af0: 54 41 53 4d 0a 00 06 5b 80 49 47 44 50 02 0a 40 TASM...[.IGDP..@
2b00: 0a c0 5b 81 45 05 49 47 44 50 00 00 40 09 00 01 ..[.E.IGDP..@...
2b10: 47 49 56 44 01 00 02 47 55 4d 41 03 00 09 00 04 GIVD...GUMA.....
2b20: 47 4d 46 4e 01 00 1b 00 40 46 41 53 4c 45 08 00 GMFN....@FASLE..
2b30: 18 47 53 53 45 01 47 53 53 42 0e 47 53 45 53 01 .GSSE.GSSB.GSES.
2b40: 00 30 00 08 43 44 56 4c 05 00 03 00 18 4c 42 50 .0..CDVL.....LBP
2b50: 43 08 00 30 41 53 4c 53 20 5b 80 49 47 44 4d 00 C..0ASLS [.IGDM.
2b60: 41 53 4c 42 0b 00 20 5b 81 4e 16 49 47 44 4d 00 ASLB.. [.N.IGDM.
2b70: 53 49 47 4e 40 08 53 49 5a 45 20 4f 56 45 52 20 SIGN@.SIZE OVER
2b80: 53 56 45 52 40 10 56 56 45 52 40 08 47 56 45 52 SVER@.VVER@.GVER
2b90: 40 08 4d 42 4f 58 20 00 40 52 44 52 44 59 20 43 @.MBOX .@RDRDY C
2ba0: 53 54 53 20 43 45 56 54 20 00 40 0a 44 49 44 4c STS CEVT .@.DIDL
2bb0: 20 44 44 4c 32 20 44 44 4c 33 20 44 44 4c 34 20 DDL2 DDL3 DDL4
2bc0: 44 44 4c 35 20 44 44 4c 36 20 44 44 4c 37 20 44 DDL5 DDL6 DDL7 D
2bd0: 44 4c 38 20 43 50 44 4c 20 43 50 4c 32 20 43 50 DL8 CPDL CPL2 CP
2be0: 4c 33 20 43 50 4c 34 20 43 50 4c 35 20 43 50 4c L3 CPL4 CPL5 CPL
2bf0: 36 20 43 50 4c 37 20 43 50 4c 38 20 43 41 44 4c 6 CPL7 CPL8 CADL
2c00: 20 43 41 4c 32 20 43 41 4c 33 20 43 41 4c 34 20 CAL2 CAL3 CAL4
2c10: 43 41 4c 35 20 43 41 4c 36 20 43 41 4c 37 20 43 CAL5 CAL6 CAL7 C
2c20: 41 4c 38 20 4e 41 44 4c 20 4e 44 4c 32 20 4e 44 AL8 NADL NDL2 ND
2c30: 4c 33 20 4e 44 4c 34 20 4e 44 4c 35 20 4e 44 4c L3 NDL4 NDL5 NDL
2c40: 36 20 4e 44 4c 37 20 4e 44 4c 38 20 41 53 4c 50 6 NDL7 NDL8 ASLP
2c50: 20 54 49 44 58 20 43 48 50 44 20 43 4c 49 44 20 TIDX CHPD CLID
2c60: 43 44 43 4b 20 53 58 53 57 20 45 56 54 53 20 43 CDCK SXSW EVTS C
2c70: 4e 4f 54 20 4e 52 44 59 20 00 40 1e 53 43 49 45 NOT NRDY .@.SCIE
2c80: 01 47 45 46 43 04 47 58 46 43 03 47 45 53 46 08 .GEFC.GXFC.GESF.
2c90: 00 10 50 41 52 4d 20 44 53 4c 50 20 00 40 7a 41 ..PARM DSLP .@zA
2ca0: 52 44 59 20 41 53 4c 43 20 54 43 48 45 20 41 4c RDY ASLC TCHE AL
2cb0: 53 49 20 42 43 4c 50 20 50 46 49 54 20 43 42 4c SI BCLP PFIT CBL
2cc0: 56 20 42 43 4c 4d 40 14 43 50 46 4d 20 00 40 5c V BCLM@.CPFM .@\
2cd0: 47 56 44 31 80 00 0e 08 44 42 54 42 12 32 15 00 GVD1....DBTB.2..
2ce0: 0a 07 0a 38 0b c0 01 0b 00 0e 0a 3f 0b c7 01 0b ...8.......?....
2cf0: 07 0e 0b f8 01 0b 38 0e 0b c0 0f 00 00 00 00 00 ......8.........
2d00: 0b 00 70 0b 07 70 0b 38 70 0b c0 71 0b 00 7e 08 ..p..p.8p..q..~.
2d10: 43 44 43 54 12 23 03 12 0a 03 0a c8 0b 40 01 0b CDCT.#.......@..
2d20: 90 01 12 0a 03 0a c8 0b 4d 01 0b 90 01 12 0a 03 ........M.......
2d30: 0a de 0b 4d 01 0b 7d 01 08 53 55 43 43 01 08 4e ...M..}..SUCC..N
2d40: 56 4c 44 0a 02 08 43 52 49 54 0a 04 08 4e 43 52 VLD...CRIT...NCR
2d50: 54 0a 06 14 4c 4a 47 53 43 49 08 14 44 1e 47 42 T...LJGSCI..D.GB
2d60: 44 41 08 a0 1a 93 47 45 53 46 00 70 0b 79 02 50 DA....GESF.p.y.P
2d70: 41 52 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 1a ARMp.GESF.SUCC..
2d80: 93 47 45 53 46 01 70 0b 40 02 50 41 52 4d 70 00 .GESF.p.@.PARMp.
2d90: 47 45 53 46 a4 53 55 43 43 a0 47 04 93 47 45 53 GESF.SUCC.G..GES
2da0: 46 0a 04 7b 50 41 52 4d 0c 00 00 ff ef 50 41 52 F..{PARM.....PAR
2db0: 4d 7b 50 41 52 4d 79 83 88 44 42 54 42 49 42 54 M{PARMy..DBTBIBT
2dc0: 54 00 0a 10 00 50 41 52 4d 7d 49 42 54 54 50 41 T....PARM}IBTTPA
2dd0: 52 4d 50 41 52 4d 70 00 47 45 53 46 a4 53 55 43 RMPARMp.GESF.SUC
2de0: 43 a0 4a 06 93 47 45 53 46 0a 05 70 49 50 53 43 C.J..GESF..pIPSC
2df0: 50 41 52 4d 7d 50 41 52 4d 79 49 50 41 54 0a 08 PARM}PARMyIPAT..
2e00: 00 50 41 52 4d 72 50 41 52 4d 0b 00 01 50 41 52 .PARMrPARM...PAR
2e10: 4d 7d 50 41 52 4d 79 4c 49 44 53 0a 10 00 50 41 M}PARMyLIDS...PA
2e20: 52 4d 72 50 41 52 4d 0c 00 00 01 00 50 41 52 4d RMrPARM.....PARM
2e30: 7d 50 41 52 4d 79 49 42 49 41 0a 14 00 50 41 52 }PARMyIBIA...PAR
2e40: 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 2d 93 47 Mp.GESF.SUCC.-.G
2e50: 45 53 46 0a 06 70 49 54 56 46 50 41 52 4d 7d 50 ESF..pITVFPARM}P
2e60: 41 52 4d 79 49 54 56 4d 0a 04 00 50 41 52 4d 70 ARMyITVM...PARMp
2e70: 00 47 45 53 46 a4 53 55 43 43 a0 4f 08 93 47 45 .GESF.SUCC.O..GE
2e80: 53 46 0a 07 70 47 49 56 44 50 41 52 4d 7f 50 41 SF..pGIVDPARM.PA
2e90: 52 4d 01 50 41 52 4d 7d 50 41 52 4d 79 47 4d 46 RM.PARM}PARMyGMF
2ea0: 4e 01 00 50 41 52 4d 7d 50 41 52 4d 0b 00 10 50 N..PARM}PARM...P
2eb0: 41 52 4d a0 16 49 44 4d 4d 7d 50 41 52 4d 79 49 ARM..IDMM}PARMyI
2ec0: 44 4d 53 0a 11 00 50 41 52 4d a1 12 7d 50 41 52 DMS...PARM..}PAR
2ed0: 4d 79 49 44 4d 53 0a 0d 00 50 41 52 4d 7d 79 83 MyIDMS...PARM}y.
2ee0: 88 83 88 43 44 43 54 48 56 43 4f 00 74 43 44 56 ...CDCTHVCO.tCDV
2ef0: 4c 01 00 00 0a 15 00 50 41 52 4d 50 41 52 4d 70 L......PARMPARMp
2f00: 01 47 45 53 46 a4 53 55 43 43 a0 2a 93 47 45 53 .GESF.SUCC.*.GES
2f10: 46 0a 0a 70 00 50 41 52 4d a0 10 49 53 53 43 7d F..p.PARM..ISSC}
2f20: 50 41 52 4d 0a 03 50 41 52 4d 70 00 47 45 53 46 PARM..PARMp.GESF
2f30: a4 53 55 43 43 70 00 47 45 53 46 a4 43 52 49 54 .SUCCp.GESF.CRIT
2f40: 14 41 28 53 42 43 42 08 a0 20 93 47 45 53 46 00 .A(SBCB.. .GESF.
2f50: 70 00 50 41 52 4d 70 0b 7d f7 50 41 52 4d 70 00 p.PARMp.}.PARMp.
2f60: 47 45 53 46 a4 53 55 43 43 a0 18 93 47 45 53 46 GESF.SUCC...GESF
2f70: 01 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
2f80: 43 43 a0 19 93 47 45 53 46 0a 03 70 00 47 45 53 CC...GESF..p.GES
2f90: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 47 Fp.PARM.SUCC...G
2fa0: 45 53 46 0a 04 70 00 47 45 53 46 70 00 50 41 52 ESF..p.GESFp.PAR
2fb0: 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a 05 70 M.SUCC...GESF..p
2fc0: 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 43 .GESFp.PARM.SUCC
2fd0: a0 37 93 47 45 53 46 0a 06 70 7b 50 41 52 4d 0a .7.GESF..p{PARM.
2fe0: 0f 00 49 54 56 46 70 7a 7b 50 41 52 4d 0a f0 00 ..ITVFpz{PARM...
2ff0: 0a 04 00 49 54 56 4d 70 00 47 45 53 46 70 00 50 ...ITVMp.GESFp.P
3000: 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a ARM.SUCC...GESF.
3010: 07 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
3020: 43 43 a0 19 93 47 45 53 46 0a 08 70 00 47 45 53 CC...GESF..p.GES
3030: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 24 93 47 Fp.PARM.SUCC.$.G
3040: 45 53 46 0a 09 7b 50 41 52 4d 0a ff 49 42 54 54 ESF..{PARM..IBTT
3050: 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 p.GESFp.PARM.SUC
3060: 43 a0 46 05 93 47 45 53 46 0a 0a 7b 50 41 52 4d C.F..GESF..{PARM
3070: 0a ff 49 50 53 43 a0 21 7b 7a 50 41 52 4d 0a 08 ..IPSC.!{zPARM..
3080: 00 0a ff 00 7b 7a 50 41 52 4d 0a 08 00 0a ff 49 ....{zPARM.....I
3090: 50 41 54 76 49 50 41 54 7b 7a 50 41 52 4d 0a 14 PATvIPAT{zPARM..
30a0: 00 0a 07 49 42 49 41 70 00 47 45 53 46 70 00 50 ...IBIAp.GESFp.P
30b0: 41 52 4d a4 53 55 43 43 a0 40 06 93 47 45 53 46 ARM.SUCC.@..GESF
30c0: 0a 0b 7b 7a 50 41 52 4d 01 00 01 49 46 31 45 a0 ..{zPARM...IF1E.
30d0: 21 7b 50 41 52 4d 0c 00 e0 01 00 00 7b 7a 50 41 !{PARM......{zPA
30e0: 52 4d 0a 0d 00 0a 0f 49 44 4d 53 70 00 49 44 4d RM.....IDMSp.IDM
30f0: 4d a1 16 7b 7a 50 41 52 4d 0a 11 00 0a 0f 49 44 M..{zPARM.....ID
3100: 4d 53 70 01 49 44 4d 4d 70 00 47 45 53 46 70 00 MSp.IDMMp.GESFp.
3110: 50 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 PARM.SUCC...GESF
3120: 0a 10 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 ..p.GESFp.PARM.S
3130: 55 43 43 a0 1f 93 47 45 53 46 0a 11 7d 50 41 52 UCC...GESF..}PAR
3140: 4d 0b 00 01 50 41 52 4d 70 00 47 45 53 46 a4 53 M...PARMp.GESF.S
3150: 55 43 43 a0 49 04 93 47 45 53 46 0a 12 a0 26 7b UCC.I..GESF...&{
3160: 50 41 52 4d 01 00 a0 10 93 7a 50 41 52 4d 01 00 PARM.....zPARM..
3170: 01 70 01 49 53 53 43 a1 0c 70 00 47 45 53 46 a4 .p.ISSC..p.GESF.
3180: 43 52 49 54 a1 07 70 00 49 53 53 43 70 00 47 45 CRIT..p.ISSCp.GE
3190: 53 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 SFp.PARM.SUCC...
31a0: 47 45 53 46 0a 13 70 00 47 45 53 46 70 00 50 41 GESF..p.GESFp.PA
31b0: 52 4d a4 53 55 43 43 70 00 47 45 53 46 a4 53 55 RM.SUCCp.GESF.SU
31c0: 43 43 a0 11 93 47 45 46 43 0a 04 70 47 42 44 41 CC...GEFC..pGBDA
31d0: 47 58 46 43 a0 11 93 47 45 46 43 0a 06 70 53 42 GXFC...GEFC..pSB
31e0: 43 42 47 58 46 43 70 00 47 45 46 43 70 01 53 43 CBGXFCp.GEFCp.SC
31f0: 49 53 70 00 47 53 53 45 70 00 53 43 49 45 a4 00 ISp.GSSEp.SCIE..
3200: 14 19 50 44 52 44 00 a0 0c 92 44 52 44 59 5b 22 ..PDRD....DRDY["
3210: 41 53 4c 50 a4 92 44 52 44 59 14 1d 50 53 54 53 ASLP..DRDY..PSTS
3220: 00 a0 0e 94 43 53 54 53 0a 02 5b 22 41 53 4c 50 ....CSTS..["ASLP
3230: a4 93 43 53 54 53 0a 03 14 47 06 47 4e 4f 54 02 ..CSTS...G.GNOT.
3240: a0 07 50 44 52 44 a4 01 a0 07 50 53 54 53 a4 01 ..PDRD....PSTS..
3250: 70 68 43 45 56 54 70 0a 03 43 53 54 53 a0 2c 90 phCEVTp..CSTS.,.
3260: 93 43 48 50 44 00 93 69 00 a0 18 91 94 4f 53 59 .CHPD..i.....OSY
3270: 53 0b d0 07 95 4f 53 59 53 0b d6 07 86 50 43 49 S....OSYS....PCI
3280: 30 69 a1 07 86 47 46 58 30 69 86 47 46 58 30 0a 0i...GFX0i.GFX0.
3290: 80 a0 0c 92 50 53 54 53 70 00 43 45 56 54 a4 00 ....PSTSp.CEVT..
32a0: 14 13 47 48 44 53 01 70 68 54 49 44 58 a4 47 4e ..GHDS.phTIDX.GN
32b0: 4f 54 01 00 14 14 47 4c 49 44 01 70 68 43 4c 49 OT....GLID.phCLI
32c0: 44 a4 47 4e 4f 54 0a 02 00 14 15 47 44 43 4b 01 D.GNOT.....GDCK.
32d0: 70 68 43 44 43 4b a4 47 4e 4f 54 0a 04 0a 80 14 phCDCK.GNOT.....
32e0: 19 50 41 52 44 00 a0 0c 92 41 52 44 59 5b 22 41 .PARD....ARDY["A
32f0: 53 4c 50 a4 92 41 52 44 59 14 46 0c 41 49 4e 54 SLP..ARDY.F.AINT
3300: 02 a0 0e 92 7b 54 43 48 45 79 01 68 00 00 a4 01 ....{TCHEy.h....
3310: a0 07 50 41 52 44 a4 01 a0 4c 05 93 68 0a 02 a0 ..PARD...L..h...
3320: 33 43 50 46 4d a0 0e 93 43 50 46 4d 01 70 0a 06 3CPFM...CPFM.p..
3330: 50 46 49 54 a0 0f 93 43 50 46 4d 0a 06 70 0a 08 PFIT...CPFM..p..
3340: 50 46 49 54 a0 0e 93 43 50 46 4d 0a 08 70 01 50 PFIT...CPFM..p.P
3350: 46 49 54 a1 0c 7f 50 46 49 54 0a 07 50 46 49 54 FIT...PFIT..PFIT
3360: 7d 50 46 49 54 0c 00 00 00 80 50 46 49 54 70 0a }PFIT.....PFITp.
3370: 04 41 53 4c 43 a1 42 04 a0 28 93 68 01 70 78 77 .ASLC.B..(.h.pxw
3380: 69 0a ff 00 0a 64 00 00 42 43 4c 50 7d 42 43 4c i....d..BCLP}BCL
3390: 50 0c 00 00 00 80 42 43 4c 50 70 0a 02 41 53 4c P.....BCLPp..ASL
33a0: 43 a1 16 a0 10 93 68 00 70 69 41 4c 53 49 70 01 C.....h.piALSIp.
33b0: 41 53 4c 43 a1 03 a4 01 70 00 4c 42 50 43 a4 00 ASLC....p.LBPC..
33c0: 10 41 36 5c 00 5b 80 49 4f 5f 54 01 0b 00 08 0a .A6\.[.IO_T.....
33d0: 10 5b 81 0e 49 4f 5f 54 01 00 40 04 54 52 50 30 .[..IO_T..@.TRP0
33e0: 08 5b 80 50 4d 49 4f 01 0b 00 10 0a 80 5b 81 28 .[.PMIO......[.(
33f0: 50 4d 49 4f 01 00 40 15 00 08 00 02 41 43 50 57 PMIO..@.....ACPW
3400: 01 00 45 0b 00 01 47 50 45 43 01 00 4e 10 00 09 ..E...GPEC..N...
3410: 53 43 49 53 01 00 06 5b 80 47 50 49 4f 01 0b 80 SCIS...[.GPIO...
3420: 11 0a 3c 5b 81 40 0c 47 50 49 4f 01 47 55 30 30 ..<[.@.GPIO.GU00
3430: 08 47 55 30 31 08 47 55 30 32 08 47 55 30 33 08 .GU01.GU02.GU03.
3440: 47 49 4f 30 08 47 49 4f 31 08 47 49 4f 32 08 47 GIO0.GIO1.GIO2.G
3450: 49 4f 33 08 00 20 47 4c 30 30 08 47 4c 30 31 08 IO3.. GL00.GL01.
3460: 47 4c 30 32 08 00 03 47 50 32 37 01 47 50 32 38 GL02...GP27.GP28
3470: 01 00 03 00 40 04 47 42 30 30 08 47 42 30 31 08 ....@.GB00.GB01.
3480: 47 42 30 32 08 47 42 30 33 08 00 40 08 47 49 56 GB02.GB03..@.GIV
3490: 30 08 00 03 4c 50 4f 4c 01 00 04 47 49 56 32 08 0...LPOL...GIV2.
34a0: 47 49 56 33 08 47 55 30 34 08 47 55 30 35 08 47 GIV3.GU04.GU05.G
34b0: 55 30 36 08 47 55 30 37 08 47 49 4f 34 08 47 49 U06.GU07.GIO4.GI
34c0: 4f 35 08 47 49 4f 36 08 47 49 4f 37 08 00 05 47 O5.GIO6.GIO7...G
34d0: 50 33 37 01 00 02 47 4c 30 35 08 47 4c 30 36 08 P37...GL05.GL06.
34e0: 47 4c 30 37 08 5b 80 52 43 52 42 00 0c 00 c0 d1 GL07.[.RCRB.....
34f0: fe 0b 00 40 5b 81 48 05 52 43 52 42 13 00 80 00 ...@[.H.RCRB....
3500: 08 00 80 00 10 00 80 02 02 48 50 41 53 02 00 05 .........HPAS...
3510: 48 50 41 45 01 00 48 09 00 01 50 41 54 44 01 53 HPAE..H...PATD.S
3520: 41 54 44 01 53 4d 42 44 01 48 44 41 44 01 00 0b ATD.SMBD.HDAD...
3530: 52 50 31 44 01 52 50 32 44 01 52 50 33 44 01 52 RP1D.RP2D.RP3D.R
3540: 50 34 44 01 52 50 35 44 01 52 50 36 44 01 08 5f P4D.RP5D.RP6D.._
3550: 53 30 5f 12 05 03 00 00 00 08 5f 53 33 5f 12 07 S0_......._S3_..
3560: 03 0a 05 0a 05 00 08 5f 53 34 5f 12 07 03 0a 06 ......._S4_.....
3570: 0a 06 00 08 5f 53 35 5f 12 07 03 0a 07 0a 07 00 ...._S5_........
3580: 14 45 04 47 45 54 50 09 a0 0e 93 7b 68 0a 09 00 .E.GETP....{h...
3590: 00 a4 0c ff ff ff ff a0 0d 93 7b 68 0a 09 00 0a ..........{h....
35a0: 08 a4 0b 84 03 7a 7b 68 0b 00 03 00 0a 08 60 7a .....z{h......`z
35b0: 7b 68 0b 00 30 00 0a 0c 61 a4 77 0a 1e 74 0a 09 {h..0...a.w..t..
35c0: 72 60 61 00 00 00 14 30 47 44 4d 41 0d a0 23 68 r`a....0GDMA..#h
35d0: a0 07 90 69 6c a4 0a 14 a0 0e 90 6a 6c a4 77 74 ...il......jl.wt
35e0: 0a 04 6b 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a 1e ..k.....wt..k...
35f0: 00 a4 0c ff ff ff ff 14 1f 47 45 54 54 09 a4 77 .........GETT..w
3600: 0a 1e 74 0a 09 72 7b 7a 68 0a 02 00 0a 03 00 7b ..t..r{zh......{
3610: 68 0a 03 00 00 00 00 14 44 06 47 45 54 46 0b 08 h.......D.GETF..
3620: 54 4d 50 46 00 a0 0c 68 7d 54 4d 50 46 01 54 4d TMPF...h}TMPF.TM
3630: 50 46 a0 11 7b 6a 0a 02 00 7d 54 4d 50 46 0a 02 PF..{j...}TMPF..
3640: 54 4d 50 46 a0 0d 69 7d 54 4d 50 46 0a 04 54 4d TMPF..i}TMPF..TM
3650: 50 46 a0 11 7b 6a 0a 20 00 7d 54 4d 50 46 0a 08 PF..{j. .}TMPF..
3660: 54 4d 50 46 a0 12 7b 6a 0b 00 40 00 7d 54 4d 50 TMPF..{j..@.}TMP
3670: 46 0a 10 54 4d 50 46 a4 54 4d 50 46 14 3d 53 45 F..TMPF.TMPF.=SE
3680: 54 50 0b a0 08 94 68 0a f0 a4 0a 08 a1 2d a0 27 TP....h......-.'
3690: 7b 69 0a 02 00 a0 10 90 92 94 68 0a 78 7b 6a 0a {i........h.x{j.
36a0: 02 00 a4 0b 01 23 a0 0f 90 92 94 68 0a b4 7b 6a .....#.....h..{j
36b0: 01 00 a4 0b 01 21 a4 0b 01 10 14 37 53 44 4d 41 .....!.....7SDMA
36c0: 09 a0 08 92 94 68 0a 14 a4 01 a0 09 92 94 68 0a .....h........h.
36d0: 1e a4 0a 02 a0 08 92 94 68 0a 2d a4 01 a0 09 92 ........h.-.....
36e0: 94 68 0a 3c a4 0a 02 a0 08 92 94 68 0a 5a a4 01 .h.<.......h.Z..
36f0: a4 00 14 2f 53 45 54 54 0b a0 25 7b 69 0a 02 00 .../SETT..%{i...
3700: a0 0f 90 92 94 68 0a 78 7b 6a 0a 02 00 a4 0a 0b .....h.x{j......
3710: a0 0e 90 92 94 68 0a b4 7b 6a 01 00 a4 0a 09 a4 .....h..{j......
3720: 0a 04 5b 82 4b 04 48 44 45 46 08 5f 41 44 52 0c ..[.K.HDEF._ADR.
3730: 00 00 1b 00 5b 80 48 44 41 52 02 0a 4c 0a 10 5b ....[.HDAR..L..[
3740: 81 22 48 44 41 52 02 44 43 4b 41 01 00 07 44 43 ."HDAR.DCKA...DC
3750: 4b 4d 01 00 06 44 43 4b 53 01 00 30 00 0f 50 4d KM...DCKS..0..PM
3760: 45 53 01 08 5f 50 52 57 12 06 02 0a 0d 0a 03 5b ES.._PRW.......[
3770: 82 41 10 52 50 30 31 08 5f 41 44 52 0c 00 00 1c .A.RP01._ADR....
3780: 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b 81 45 04 .[.PXCS..@..[.E.
3790: 50 58 43 53 40 00 40 09 00 0d 4c 41 53 58 01 00 PXCS@.@...LASX..
37a0: 32 41 42 50 58 01 00 02 50 44 43 58 01 00 02 50 2ABPX...PDCX...P
37b0: 44 53 58 01 00 01 4c 53 43 58 01 00 27 00 10 50 DSX...LSCX..'..P
37c0: 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 01 50 4d SPX..O<..HPSX.PM
37d0: 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 44 52 00 SX.[..PXSX._ADR.
37e0: 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 .A._PRT..3GPIC..
37f0: 2c 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ,...............
3800: ff ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a ................
3810: 12 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 .............E..
3820: 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 .A.........^^.LP
3830: 43 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e CBLNKA........^^
3840: 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff .LPCBLNKB.......
3850: 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 ..^^.LPCBLNKC...
3860: 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b ......^^.LPCBLNK
3870: 44 00 5b 82 41 10 52 50 30 32 08 5f 41 44 52 0c D.[.A.RP02._ADR.
3880: 01 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b ....[.PXCS..@..[
3890: 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c 41 53 .E.PXCS@.@...LAS
38a0: 58 01 00 32 41 42 50 58 01 00 02 50 44 43 58 01 X..2ABPX...PDCX.
38b0: 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 00 27 ..PDSX...LSCX..'
38c0: 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 ..PSPX..O<..HPSX
38d0: 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 .PMSX.[..PXSX._A
38e0: 44 52 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 DR..A._PRT..3GPI
38f0: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 11 12 C..,............
3900: 09 04 0b ff ff 01 00 0a 12 12 0a 04 0b ff ff 0a ................
3910: 02 00 0a 13 12 0a 04 0b ff ff 0a 03 00 0a 10 a1 ................
3920: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3930: 2e 4c 50 43 42 4c 4e 4b 42 00 12 12 04 0b ff ff .LPCBLNKB.......
3940: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
3950: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
3960: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3970: 4c 4e 4b 41 00 5b 82 4d 11 52 50 30 33 08 5f 41 LNKA.[.M.RP03._A
3980: 44 52 0c 02 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3990: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
39a0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
39b0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
39c0: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
39d0: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
39e0: 08 5f 41 44 52 00 08 2e 50 58 53 58 5f 52 4d 56 ._ADR...PXSX_RMV
39f0: 01 08 2e 50 58 53 58 5f 50 52 57 12 06 02 0a 09 ...PXSX_PRW.....
3a00: 0a 03 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 ...A._PRT..3GPIC
3a10: a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 12 12 09 ..,.............
3a20: 04 0b ff ff 01 00 0a 13 12 0a 04 0b ff ff 0a 02 ................
3a30: 00 0a 10 12 0a 04 0b ff ff 0a 03 00 0a 11 a1 45 ...............E
3a40: 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e ...A.........^^.
3a50: 4c 50 43 42 4c 4e 4b 43 00 12 12 04 0b ff ff 01 LPCBLNKC........
3a60: 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0b ^^.LPCBLNKD.....
3a70: ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 ....^^.LPCBLNKA.
3a80: 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3a90: 4e 4b 42 00 5b 82 4f 11 52 50 30 34 08 5f 41 44 NKB.[.O.RP04._AD
3aa0: 52 0c 03 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a R.....[.PXCS..@.
3ab0: c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c .[.E.PXCS@.@...L
3ac0: 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 43 ASX..2ABPX...PDC
3ad0: 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 X...PDSX...LSCX.
3ae0: 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 .'..PSPX..O<..HP
3af0: 53 58 01 50 4d 53 58 01 5b 82 29 50 58 53 58 08 SX.PMSX.[.)PXSX.
3b00: 5f 41 44 52 00 14 1d 5f 50 52 57 00 a0 0d 57 4b _ADR..._PRW...WK
3b10: 4c 4e a4 12 06 02 0a 09 0a 03 a1 08 a4 12 05 02 LN..............
3b20: 0a 09 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 ....A._PRT..3GPI
3b30: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 13 12 C..,............
3b40: 09 04 0b ff ff 01 00 0a 10 12 0a 04 0b ff ff 0a ................
3b50: 02 00 0a 11 12 0a 04 0b ff ff 0a 03 00 0a 12 a1 ................
3b60: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3b70: 2e 4c 50 43 42 4c 4e 4b 44 00 12 12 04 0b ff ff .LPCBLNKD.......
3b80: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 .^^.LPCBLNKA....
3b90: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 .....^^.LPCBLNKB
3ba0: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3bb0: 4c 4e 4b 43 00 5b 82 41 10 52 50 30 35 08 5f 41 LNKC.[.A.RP05._A
3bc0: 44 52 0c 04 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3bd0: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
3be0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
3bf0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
3c00: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
3c10: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
3c20: 08 5f 41 44 52 00 14 41 09 5f 50 52 54 00 a0 33 ._ADR..A._PRT..3
3c30: 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 GPIC..,.........
3c40: 0a 10 12 09 04 0b ff ff 01 00 0a 11 12 0a 04 0b ................
3c50: ff ff 0a 02 00 0a 12 12 0a 04 0b ff ff 0a 03 00 ................
3c60: 0a 13 a1 45 05 a4 12 41 05 04 12 12 04 0b ff ff ...E...A........
3c70: 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 12 04 .^^.LPCBLNKA....
3c80: 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3c90: 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3ca0: 4e 4b 43 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c NKC.........^^.L
3cb0: 50 43 42 4c 4e 4b 44 00 5b 82 41 10 52 50 30 36 PCBLNKD.[.A.RP06
3cc0: 08 5f 41 44 52 0c 05 00 1c 00 5b 80 50 58 43 53 ._ADR.....[.PXCS
3cd0: 02 0a 40 0a c0 5b 81 45 04 50 58 43 53 40 00 40 ..@..[.E.PXCS@.@
3ce0: 09 00 0d 4c 41 53 58 01 00 32 41 42 50 58 01 00 ...LASX..2ABPX..
3cf0: 02 50 44 43 58 01 00 02 50 44 53 58 01 00 01 4c .PDCX...PDSX...L
3d00: 53 43 58 01 00 27 00 10 50 53 50 58 01 00 4f 3c SCX..'..PSPX..O<
3d10: 00 1e 48 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 ..HPSX.PMSX.[..P
3d20: 58 53 58 08 5f 41 44 52 00 14 41 09 5f 50 52 54 XSX._ADR..A._PRT
3d30: 00 a0 33 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ..3GPIC..,......
3d40: ff 00 00 0a 11 12 09 04 0b ff ff 01 00 0a 12 12 ................
3d50: 0a 04 0b ff ff 0a 02 00 0a 13 12 0a 04 0b ff ff ................
3d60: 0a 03 00 0a 10 a1 45 05 a4 12 41 05 04 12 12 04 ......E...A.....
3d70: 0b ff ff 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3d80: 12 12 04 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
3d90: 4b 43 00 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 KC.........^^.LP
3da0: 43 42 4c 4e 4b 44 00 12 13 04 0b ff ff 0a 03 5e CBLNKD.........^
3db0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 4d 06 55 ^.LPCBLNKA.[.M.U
3dc0: 53 42 31 08 5f 41 44 52 0c 00 00 1d 00 5b 80 55 SB1._ADR.....[.U
3dd0: 31 43 53 02 0a c4 0a 04 5b 81 0b 55 31 43 53 03 1CS.....[..U1CS.
3de0: 55 31 45 4e 02 08 5f 50 52 57 12 06 02 0a 03 0a U1EN.._PRW......
3df0: 03 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 ..$_PSW...hp.ACP
3e00: 57 a0 0c 41 43 50 57 70 0a 03 55 31 45 4e a1 07 W..ACPWp..U1EN..
3e10: 70 00 55 31 45 4e 14 09 5f 53 33 44 00 a4 0a 02 p.U1EN.._S3D....
3e20: 14 09 5f 53 34 44 00 a4 0a 02 5b 82 4c 06 55 53 .._S4D....[.L.US
3e30: 42 32 08 5f 41 44 52 0c 01 00 1d 00 5b 80 55 32 B2._ADR.....[.U2
3e40: 43 53 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 CS.....[..U2CS.U
3e50: 32 45 4e 02 08 5f 50 52 57 12 06 02 0a 04 0a 03 2EN.._PRW.......
3e60: 14 23 5f 50 53 57 01 a0 14 68 70 01 41 43 50 57 .#_PSW...hp.ACPW
3e70: a0 0b 41 43 50 57 70 01 55 32 45 4e a1 07 70 00 ..ACPWp.U2EN..p.
3e80: 55 32 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 U2EN.._S3D......
3e90: 5f 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 33 _S4D....[.M.USB3
3ea0: 08 5f 41 44 52 0c 02 00 1d 00 5b 80 55 32 43 53 ._ADR.....[.U2CS
3eb0: 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 33 45 .....[..U2CS.U3E
3ec0: 4e 02 08 5f 50 52 57 12 06 02 0a 0c 0a 03 14 24 N.._PRW........$
3ed0: 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c _PSW...hp.ACPW..
3ee0: 41 43 50 57 70 0a 03 55 33 45 4e a1 07 70 00 55 ACPWp..U3EN..p.U
3ef0: 33 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 3EN.._S3D......_
3f00: 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 34 08 S4D....[.M.USB4.
3f10: 5f 41 44 52 0c 00 00 1a 00 5b 80 55 34 43 53 02 _ADR.....[.U4CS.
3f20: 0a c4 0a 04 5b 81 0b 55 34 43 53 03 55 34 45 4e ....[..U4CS.U4EN
3f30: 02 08 5f 50 52 57 12 06 02 0a 0e 0a 03 14 24 5f .._PRW........$_
3f40: 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c 41 PSW...hp.ACPW..A
3f50: 43 50 57 70 0a 03 55 34 45 4e a1 07 70 00 55 34 CPWp..U4EN..p.U4
3f60: 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 EN.._S3D......_S
3f70: 34 44 00 a4 0a 02 5b 82 41 06 55 53 42 35 08 5f 4D....[.A.USB5._
3f80: 41 44 52 0c 01 00 1a 00 5b 80 55 35 43 53 02 0a ADR.....[.U5CS..
3f90: c4 0a 04 5b 81 0b 55 35 43 53 03 55 35 45 4e 02 ...[..U5CS.U5EN.
3fa0: 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 .$_PSW...hp.ACPW
3fb0: a0 0c 41 43 50 57 70 0a 03 55 35 45 4e a1 07 70 ..ACPWp..U5EN..p
3fc0: 00 55 35 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 .U5EN.._S3D.....
3fd0: 09 5f 53 34 44 00 a4 0a 02 5b 82 4b 0a 45 48 43 ._S4D....[.K.EHC
3fe0: 31 08 5f 41 44 52 0c 07 00 1d 00 5b 80 55 37 43 1._ADR.....[.U7C
3ff0: 53 02 0a 54 0a 04 5b 81 0d 55 37 43 53 03 00 0f S..T..[..U7CS...
4000: 50 4d 45 53 01 5b 82 4f 05 48 55 42 37 08 5f 41 PMES.[.O.HUB7._A
4010: 44 52 00 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 DR.[..PRT1._ADR.
4020: 5b 82 0c 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 [..PRT2._ADR..[.
4030: 0c 50 52 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 .PRT3._ADR..[..P
4040: 52 54 34 08 5f 41 44 52 0a 04 5b 82 0c 50 52 54 RT4._ADR..[..PRT
4050: 35 08 5f 41 44 52 0a 05 5b 82 0c 50 52 54 36 08 5._ADR..[..PRT6.
4060: 5f 41 44 52 0a 06 08 5f 50 52 57 12 06 02 0a 0d _ADR..._PRW.....
4070: 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 ...._S3D......_S
4080: 34 44 00 a4 0a 02 5b 82 4f 08 45 48 43 32 08 5f 4D....[.O.EHC2._
4090: 41 44 52 0c 07 00 1a 00 5b 80 55 46 43 53 02 0a ADR.....[.UFCS..
40a0: 54 0a 04 5b 81 0d 55 46 43 53 03 00 0f 50 4d 45 T..[..UFCS...PME
40b0: 53 01 5b 82 43 04 48 55 42 37 08 5f 41 44 52 00 S.[.C.HUB7._ADR.
40c0: 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 5b 82 0c [..PRT1._ADR.[..
40d0: 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 0c 50 52 PRT2._ADR..[..PR
40e0: 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 52 54 34 T3._ADR..[..PRT4
40f0: 08 5f 41 44 52 0a 04 08 5f 50 52 57 12 06 02 0a ._ADR..._PRW....
4100: 0d 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f ....._S3D......_
4110: 53 34 44 00 a4 0a 02 5b 82 4a 06 50 43 49 42 08 S4D....[.J.PCIB.
4120: 5f 41 44 52 0c 00 00 1e 00 14 49 05 5f 50 52 54 _ADR......I._PRT
4130: 00 a0 21 47 50 49 43 a4 12 1a 02 12 0b 04 0c ff ..!GPIC.........
4140: ff 06 00 00 00 0a 16 12 0b 04 0c ff ff 06 00 01 ................
4150: 00 0a 17 a1 2f a4 12 2c 02 12 14 04 0c ff ff 06 ..../..,........
4160: 00 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 47 00 12 14 ..^^.LPCBLNKG...
4170: 04 0c ff ff 06 00 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
4180: 4b 48 00 5b 82 8d 2e 01 4c 50 43 42 08 5f 41 44 KH.[....LPCB._AD
4190: 52 0c 00 00 1f 00 5b 80 4c 50 43 30 02 0a 40 0a R.....[.LPC0..@.
41a0: c0 5b 81 4d 07 4c 50 43 30 00 00 40 10 50 41 52 .[.M.LPC0..@.PAR
41b0: 43 08 50 42 52 43 08 50 43 52 43 08 50 44 52 43 C.PBRC.PCRC.PDRC
41c0: 08 00 20 50 45 52 43 08 50 46 52 43 08 50 47 52 .. PERC.PFRC.PGR
41d0: 43 08 50 48 52 43 08 00 40 0a 43 4d 41 52 03 00 C.PHRC..@.CMAR..
41e0: 01 43 4d 42 52 03 00 01 4c 50 54 52 02 00 06 43 .CMBR...LPTR...C
41f0: 4d 41 44 01 43 4d 42 44 01 4c 50 54 44 01 46 44 MAD.CMBD.LPTD.FD
4200: 44 44 01 00 2c 49 4f 52 32 10 00 02 4c 47 52 4d DD..,IOR2...LGRM
4210: 06 00 48 32 52 41 45 4e 01 00 0d 52 43 42 41 12 ..H2RAEN...RCBA.
4220: 5b 80 53 4d 49 30 01 0c 00 fe 00 00 0c 02 00 00 [.SMI0..........
4230: 00 5b 81 0b 53 4d 49 30 00 53 4d 49 43 08 5b 80 .[..SMI0.SMIC.[.
4240: 53 4d 49 31 00 0c bd 2e 6e bf 0c 90 00 00 00 5b SMI1....n......[
4250: 81 16 53 4d 49 31 00 42 43 4d 44 08 44 49 44 5f ..SMI1.BCMD.DID_
4260: 20 49 4e 46 4f 40 40 5b 81 15 53 4d 49 31 00 01 INFO@@[..SMI1..
4270: 01 00 00 28 49 4e 46 5f 08 49 4e 46 31 20 5b 01 ...(INF_.INF1 [.
4280: 50 53 4d 58 00 14 27 50 48 53 53 01 5b 23 50 53 PSMX..'PHSS.[#PS
4290: 4d 58 ff ff 70 0a 80 42 43 4d 44 70 68 44 49 44 MX..p..BCMDphDID
42a0: 5f 70 00 53 4d 49 43 5b 27 50 53 4d 58 5b 82 41 _p.SMIC['PSMX[.A
42b0: 0a 4c 4e 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 .LNKA._HID.A....
42c0: 5f 55 49 44 01 14 0d 5f 44 49 53 08 70 0a 80 50 _UID..._DIS.p..P
42d0: 41 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ARC._PRS....#...
42e0: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 41 11 09 y..8_CRS..RTLA..
42f0: 0a 06 23 00 00 18 79 00 8b 52 54 4c 41 01 49 52 ..#...y..RTLA.IR
4300: 51 30 70 00 49 52 51 30 79 01 7b 50 41 52 43 0a Q0p.IRQ0y.{PARC.
4310: 0f 00 49 52 51 30 a4 52 54 4c 41 14 1b 5f 53 52 ..IRQ0.RTLA.._SR
4320: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
4330: 60 70 60 50 41 52 43 14 18 5f 53 54 41 08 a0 0c `p`PARC.._STA...
4340: 7b 50 41 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PARC...........
4350: 5b 82 42 0a 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 [.B.LNKB._HID.A.
4360: 0c 0f 08 5f 55 49 44 0a 02 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4370: 70 0a 80 50 42 52 43 08 5f 50 52 53 11 09 0a 06 p..PBRC._PRS....
4380: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4390: 4c 42 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LB....#...y..RTL
43a0: 42 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 B.IRQ0p.IRQ0y.{P
43b0: 42 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 42 14 BRC...IRQ0.RTLB.
43c0: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
43d0: 51 30 60 76 60 70 60 50 42 52 43 14 18 5f 53 54 Q0`v`p`PBRC.._ST
43e0: 41 08 a0 0c 7b 50 42 52 43 0a 80 00 a4 0a 09 a1 A...{PBRC.......
43f0: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 43 08 5f 48 49 ....[.B.LNKC._HI
4400: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 03 14 0d 5f D.A...._UID...._
4410: 44 49 53 08 70 0a 80 50 43 52 43 08 5f 50 52 53 DIS.p..PCRC._PRS
4420: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
4430: 08 08 52 54 4c 43 11 09 0a 06 23 00 00 18 79 00 ..RTLC....#...y.
4440: 8b 52 54 4c 43 01 49 52 51 30 70 00 49 52 51 30 .RTLC.IRQ0p.IRQ0
4450: 79 01 7b 50 43 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PCRC...IRQ0.R
4460: 54 4c 43 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLC.._SRS..h.IRQ
4470: 30 82 49 52 51 30 60 76 60 70 60 50 43 52 43 14 0.IRQ0`v`p`PCRC.
4480: 18 5f 53 54 41 08 a0 0c 7b 50 43 52 43 0a 80 00 ._STA...{PCRC...
4490: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 44 ........[.B.LNKD
44a0: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
44b0: 04 14 0d 5f 44 49 53 08 70 0a 80 50 44 52 43 08 ..._DIS.p..PDRC.
44c0: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
44d0: 5f 43 52 53 08 08 52 54 4c 44 11 09 0a 06 23 00 _CRS..RTLD....#.
44e0: 00 18 79 00 8b 52 54 4c 44 01 49 52 51 30 70 00 ..y..RTLD.IRQ0p.
44f0: 49 52 51 30 79 01 7b 50 44 52 43 0a 0f 00 49 52 IRQ0y.{PDRC...IR
4500: 51 30 a4 52 54 4c 44 14 1b 5f 53 52 53 09 8b 68 Q0.RTLD.._SRS..h
4510: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
4520: 44 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 44 52 DRC.._STA...{PDR
4530: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a C...........[.B.
4540: 4c 4e 4b 45 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f LNKE._HID.A...._
4550: 55 49 44 0a 05 14 0d 5f 44 49 53 08 70 0a 80 50 UID...._DIS.p..P
4560: 45 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ERC._PRS....#...
4570: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 45 11 09 y..8_CRS..RTLE..
4580: 0a 06 23 00 00 18 79 00 8b 52 54 4c 45 01 49 52 ..#...y..RTLE.IR
4590: 51 30 70 00 49 52 51 30 79 01 7b 50 45 52 43 0a Q0p.IRQ0y.{PERC.
45a0: 0f 00 49 52 51 30 a4 52 54 4c 45 14 1b 5f 53 52 ..IRQ0.RTLE.._SR
45b0: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
45c0: 60 70 60 50 45 52 43 14 18 5f 53 54 41 08 a0 0c `p`PERC.._STA...
45d0: 7b 50 45 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PERC...........
45e0: 5b 82 42 0a 4c 4e 4b 46 08 5f 48 49 44 0c 41 d0 [.B.LNKF._HID.A.
45f0: 0c 0f 08 5f 55 49 44 0a 06 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4600: 70 0a 80 50 46 52 43 08 5f 50 52 53 11 09 0a 06 p..PFRC._PRS....
4610: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4620: 4c 46 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LF....#...y..RTL
4630: 46 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 F.IRQ0p.IRQ0y.{P
4640: 46 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 46 14 FRC...IRQ0.RTLF.
4650: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
4660: 51 30 60 76 60 70 60 50 46 52 43 14 18 5f 53 54 Q0`v`p`PFRC.._ST
4670: 41 08 a0 0c 7b 50 46 52 43 0a 80 00 a4 0a 09 a1 A...{PFRC.......
4680: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 47 08 5f 48 49 ....[.B.LNKG._HI
4690: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 07 14 0d 5f D.A...._UID...._
46a0: 44 49 53 08 70 0a 80 50 47 52 43 08 5f 50 52 53 DIS.p..PGRC._PRS
46b0: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
46c0: 08 08 52 54 4c 47 11 09 0a 06 23 00 00 18 79 00 ..RTLG....#...y.
46d0: 8b 52 54 4c 47 01 49 52 51 30 70 00 49 52 51 30 .RTLG.IRQ0p.IRQ0
46e0: 79 01 7b 50 47 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PGRC...IRQ0.R
46f0: 54 4c 47 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLG.._SRS..h.IRQ
4700: 30 82 49 52 51 30 60 76 60 70 60 50 47 52 43 14 0.IRQ0`v`p`PGRC.
4710: 18 5f 53 54 41 08 a0 0c 7b 50 47 52 43 0a 80 00 ._STA...{PGRC...
4720: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 48 ........[.B.LNKH
4730: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
4740: 08 14 0d 5f 44 49 53 08 70 0a 80 50 48 52 43 08 ..._DIS.p..PHRC.
4750: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
4760: 5f 43 52 53 08 08 52 54 4c 48 11 09 0a 06 23 00 _CRS..RTLH....#.
4770: 00 18 79 00 8b 52 54 4c 48 01 49 52 51 30 70 00 ..y..RTLH.IRQ0p.
4780: 49 52 51 30 79 01 7b 50 48 52 43 0a 0f 00 49 52 IRQ0y.{PHRC...IR
4790: 51 30 a4 52 54 4c 48 14 1b 5f 53 52 53 09 8b 68 Q0.RTLH.._SRS..h
47a0: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
47b0: 48 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 48 52 HRC.._STA...{PHR
47c0: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 3d 44 C...........[.=D
47d0: 4d 41 43 08 5f 48 49 44 0c 41 d0 02 00 08 5f 43 MAC._HID.A...._C
47e0: 52 53 11 28 0a 25 47 01 00 00 00 00 01 20 47 01 RS.(.%G...... G.
47f0: 81 00 81 00 01 11 47 01 93 00 93 00 01 0d 47 01 ......G.......G.
4800: c0 00 c0 00 01 20 2a 10 01 79 00 5b 82 26 46 57 ..... *..y.[.&FW
4810: 48 44 08 5f 48 49 44 0c 25 d4 08 00 08 5f 43 52 HD._HID.%...._CR
4820: 53 11 11 0a 0e 86 09 00 00 00 00 00 ff 00 00 00 S...............
4830: 01 79 00 5b 82 40 0b 48 50 45 54 08 5f 48 49 44 .y.[.@.HPET._HID
4840: 0c 41 d0 01 03 08 5f 43 49 44 0c 41 d0 0c 01 08 .A...._CID.A....
4850: 42 55 46 30 11 11 0a 0e 86 09 00 00 00 00 d0 fe BUF0............
4860: 00 04 00 00 79 00 14 27 5f 53 54 41 00 a0 13 92 ....y..'_STA....
4870: 95 4f 53 59 53 0b d1 07 a0 08 48 50 41 45 a4 0a .OSYS.....HPAE..
4880: 0f a1 0a a0 08 48 50 41 45 a4 0a 0b a4 00 14 46 .....HPAE......F
4890: 05 5f 43 52 53 08 a0 49 04 48 50 41 45 8a 42 55 ._CRS..I.HPAE.BU
48a0: 46 30 0a 04 48 50 54 30 a0 11 93 48 50 41 53 01 F0..HPT0...HPAS.
48b0: 70 0c 00 10 d0 fe 48 50 54 30 a0 12 93 48 50 41 p.....HPT0...HPA
48c0: 53 0a 02 70 0c 00 20 d0 fe 48 50 54 30 a0 12 93 S..p.. ..HPT0...
48d0: 48 50 41 53 0a 03 70 0c 00 30 d0 fe 48 50 54 30 HPAS..p..0..HPT0
48e0: a4 42 55 46 30 5b 82 45 0a 49 50 49 43 08 5f 48 .BUF0[.E.IPIC._H
48f0: 49 44 0b 41 d0 08 5f 43 52 53 11 41 09 0a 8d 47 ID.A.._CRS.A...G
4900: 01 20 00 20 00 01 02 47 01 24 00 24 00 01 02 47 . . ...G.$.$...G
4910: 01 28 00 28 00 01 02 47 01 2c 00 2c 00 01 02 47 .(.(...G.,.,...G
4920: 01 30 00 30 00 01 02 47 01 34 00 34 00 01 02 47 .0.0...G.4.4...G
4930: 01 38 00 38 00 01 02 47 01 3c 00 3c 00 01 02 47 .8.8...G.<.<...G
4940: 01 a0 00 a0 00 01 02 47 01 a4 00 a4 00 01 02 47 .......G.......G
4950: 01 a8 00 a8 00 01 02 47 01 ac 00 ac 00 01 02 47 .......G.......G
4960: 01 b0 00 b0 00 01 02 47 01 b4 00 b4 00 01 02 47 .......G.......G
4970: 01 b8 00 b8 00 01 02 47 01 bc 00 bc 00 01 02 47 .......G.......G
4980: 01 d0 04 d0 04 01 02 22 04 00 79 00 5b 82 25 4d ......."..y.[.%M
4990: 41 54 48 08 5f 48 49 44 0c 41 d0 0c 04 08 5f 43 ATH._HID.A...._C
49a0: 52 53 11 10 0a 0d 47 01 f0 00 f0 00 01 01 22 00 RS....G.......".
49b0: 20 79 00 5b 82 4b 09 4c 44 52 43 08 5f 48 49 44 y.[.K.LDRC._HID
49c0: 0c 41 d0 0c 02 08 5f 55 49 44 0a 02 08 5f 43 52 .A...._UID..._CR
49d0: 53 11 4e 07 0a 7a 47 01 2e 00 2e 00 01 02 47 01 S.N..zG.......G.
49e0: 4e 00 4e 00 01 02 47 01 61 00 61 00 01 01 47 01 N.N...G.a.a...G.
49f0: 63 00 63 00 01 01 47 01 65 00 65 00 01 01 47 01 c.c...G.e.e...G.
4a00: 67 00 67 00 01 01 47 01 80 00 80 00 01 01 47 01 g.g...G.......G.
4a10: 92 00 92 00 01 01 47 01 b2 00 b2 00 01 02 47 01 ......G.......G.
4a20: 80 06 80 06 01 20 47 01 00 08 00 08 01 10 47 01 ..... G.......G.
4a30: 00 10 00 10 01 80 47 01 80 11 80 11 01 40 47 01 ......G......@G.
4a40: 00 fe 00 fe 01 01 47 01 00 ff 00 ff 01 80 79 00 ......G.......y.
4a50: 5b 82 25 52 54 43 5f 08 5f 48 49 44 0c 41 d0 0b [.%RTC_._HID.A..
4a60: 00 08 5f 43 52 53 11 10 0a 0d 47 01 70 00 70 00 .._CRS....G.p.p.
4a70: 01 08 22 00 01 79 00 5b 82 2d 54 49 4d 52 08 5f .."..y.[.-TIMR._
4a80: 48 49 44 0c 41 d0 01 00 08 5f 43 52 53 11 18 0a HID.A...._CRS...
4a90: 15 47 01 40 00 40 00 01 04 47 01 50 00 50 00 10 .G.@.@...G.P.P..
4aa0: 04 22 01 00 79 00 5b 82 32 41 43 41 44 08 5f 48 ."..y.[.2ACAD._H
4ab0: 49 44 0d 41 43 50 49 30 30 30 33 00 08 5f 50 43 ID.ACPI0003.._PC
4ac0: 4c 12 06 01 5f 53 42 5f 14 11 5f 50 53 52 00 70 L..._SB_.._PSR.p
4ad0: 01 41 43 50 57 a4 41 43 50 57 14 1a 45 43 4f 4b .ACPW.ACPW..ECOK
4ae0: 00 a0 0f 93 5e 2e 45 43 30 5f 5a 30 30 39 01 a4 ....^.EC0_Z009..
4af0: 01 a1 03 a4 00 5b 82 4e 6f 45 43 30 5f 08 5f 48 .....[.NoEC0_._H
4b00: 49 44 0c 41 d0 0c 09 08 5f 47 50 45 0a 1c 08 5a ID.A...._GPE...Z
4b10: 30 30 39 00 08 5f 43 52 53 11 15 0a 12 47 01 62 009.._CRS....G.b
4b20: 00 62 00 01 01 47 01 66 00 66 00 01 01 79 00 14 .b...G.f.f...y..
4b30: 3b 5f 52 45 47 02 a0 34 93 68 0a 03 70 69 5a 30 ;_REG..4.h..piZ0
4b40: 30 39 a0 28 5b 12 5f 4f 53 49 60 70 00 42 54 44 09.([._OSI`p.BTD
4b50: 53 a0 19 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 S.._OSI.Windows
4b60: 32 30 30 36 00 70 01 42 54 44 53 5b 80 45 52 41 2006.p.BTDS[.ERA
4b70: 4d 03 00 0a ff 5b 81 4e 2e 45 52 41 4d 11 00 40 M....[.N.ERAM..@
4b80: 30 53 4d 50 52 08 53 4d 53 54 08 53 4d 41 44 08 0SMPR.SMST.SMAD.
4b90: 53 4d 43 4d 08 53 4d 44 30 40 10 42 43 4e 54 08 SMCM.SMD0@.BCNT.
4ba0: 53 4d 41 41 18 00 40 04 43 48 47 4d 10 43 48 47 SMAA..@.CHGM.CHG
4bb0: 53 10 45 4e 49 44 08 45 4e 49 42 08 45 4e 44 44 S.ENID.ENIB.ENDD
4bc0: 08 43 48 47 56 08 43 48 47 41 10 42 41 4c 30 01 .CHGV.CHGA.BAL0.
4bd0: 42 41 4c 31 01 42 41 4c 32 01 42 41 4c 33 01 42 BAL1.BAL2.BAL3.B
4be0: 42 43 30 01 42 42 43 31 01 42 42 43 32 01 42 42 BC0.BBC1.BBC2.BB
4bf0: 43 33 01 00 08 50 48 44 44 01 49 46 44 44 01 49 C3...PHDD.IFDD.I
4c00: 4f 44 44 01 53 48 44 44 01 53 31 32 30 01 45 46 ODD.SHDD.S120.EF
4c10: 44 44 01 43 52 54 44 01 53 50 57 52 01 53 42 54 DD.CRTD.SPWR.SBT
4c20: 4e 01 56 49 44 4f 01 56 4f 4c 44 01 56 4f 4c 55 N.VIDO.VOLD.VOLU
4c30: 01 4d 55 54 45 01 43 4f 4e 54 01 42 52 47 54 01 .MUTE.CONT.BRGT.
4c40: 48 42 54 4e 01 53 34 53 54 01 53 4b 45 59 01 42 HBTN.S4ST.SKEY.B
4c50: 4b 45 59 01 54 4f 55 50 01 46 4e 42 4e 01 4c 49 KEY.TOUP.FNBN.LI
4c60: 44 46 01 44 49 47 4d 01 55 57 41 4b 01 00 08 44 DF.DIGM.UWAK...D
4c70: 4b 53 50 01 44 4b 49 4e 01 44 4b 49 44 01 44 4b KSP.DKIN.DKID.DK
4c80: 4f 4b 01 00 04 44 4b 50 57 01 00 07 42 54 4e 53 OK...DKPW...BTNS
4c90: 08 53 31 4c 44 01 53 33 4c 44 01 56 47 41 51 01 .S1LD.S3LD.VGAQ.
4ca0: 50 43 4d 51 01 50 43 4d 52 01 41 44 50 54 01 53 PCMQ.PCMR.ADPT.S
4cb0: 4c 4c 53 01 53 59 53 37 01 50 57 41 4b 01 4d 57 LLS.SYS7.PWAK.MW
4cc0: 41 4b 01 4c 57 41 4b 01 00 05 00 28 54 43 4e 4c AK.LWAK....(TCNL
4cd0: 08 54 4d 50 49 08 54 4d 53 44 08 46 41 53 4e 04 .TMPI.TMSD.FASN.
4ce0: 46 41 53 55 04 50 43 56 4c 04 00 02 53 57 54 4f FASU.PCVL...SWTO
4cf0: 01 48 57 54 4f 01 4d 4f 44 45 01 46 41 4e 53 02 .HWTO.MODE.FANS.
4d00: 49 4e 49 54 01 46 41 4e 31 01 46 41 4e 32 01 46 INIT.FAN1.FAN2.F
4d10: 41 4e 54 01 53 4b 4e 4d 01 43 54 4d 50 08 4c 49 ANT.SKNM.CTMP.LI
4d20: 44 45 01 50 4d 45 45 01 50 57 42 45 01 52 4e 47 DE.PMEE.PWBE.RNG
4d30: 45 01 42 54 57 45 01 44 43 4b 45 01 00 02 53 4b E.BTWE.DCKE...SK
4d40: 54 58 08 53 4b 54 42 08 53 4b 54 43 08 53 4b 54 TX.SKTB.SKTC.SKT
4d50: 41 08 00 08 48 41 50 4c 02 48 41 50 52 01 00 05 A...HAPL.HAPR...
4d60: 42 54 44 54 01 42 54 50 57 01 42 54 44 53 01 42 BTDT.BTPW.BTDS.B
4d70: 54 50 53 01 42 54 53 57 01 42 54 57 4b 01 42 54 TPS.BTSW.BTWK.BT
4d80: 4c 44 01 00 01 42 52 54 53 08 43 4e 54 53 08 57 LD...BRTS.CNTS.W
4d90: 4c 41 54 01 42 54 41 54 01 57 4c 45 58 01 42 54 LAT.BTAT.WLEX.BT
4da0: 45 58 01 4b 4c 53 57 01 57 4c 4f 4b 01 00 02 50 EX.KLSW.WLOK...P
4db0: 54 49 44 08 43 50 55 54 08 45 50 4b 54 08 47 48 TID.CPUT.EPKT.GH
4dc0: 49 44 08 00 04 42 4d 46 30 03 42 54 59 30 01 42 ID...BMF0.BTY0.B
4dd0: 53 54 30 08 42 52 43 30 10 42 53 4e 30 10 42 50 ST0.BRC0.BSN0.BP
4de0: 56 30 10 42 44 56 30 10 42 44 43 30 10 42 46 43 V0.BDV0.BDC0.BFC
4df0: 30 10 47 41 55 30 08 43 59 43 30 08 42 50 43 30 0.GAU0.CYC0.BPC0
4e00: 10 42 41 43 30 10 42 41 54 30 08 42 54 57 30 10 .BAC0.BAT0.BTW0.
4e10: 42 44 4e 30 08 00 40 04 00 04 42 4d 46 31 03 42 BDN0..@...BMF1.B
4e20: 54 59 31 01 42 53 54 31 08 42 52 43 31 10 42 53 TY1.BST1.BRC1.BS
4e30: 4e 31 10 42 50 56 31 10 42 44 56 31 10 42 44 43 N1.BPV1.BDV1.BDC
4e40: 31 10 42 46 43 31 10 47 41 55 31 08 43 59 43 31 1.BFC1.GAU1.CYC1
4e50: 08 42 50 43 31 10 42 41 43 31 10 42 41 54 31 08 .BPC1.BAC1.BAT1.
4e60: 42 54 57 31 10 14 37 5f 51 31 31 00 70 0a 87 50 BTW1..7_Q11.p..P
4e70: 38 30 48 a0 13 49 47 44 53 5e 5e 5e 2e 47 46 58 80H..IGDS^^^.GFX
4e80: 30 42 52 54 4e 0a 87 a1 15 86 5e 5e 5e 2f 03 50 0BRTN.....^^^/.P
4e90: 45 47 50 56 47 41 5f 4c 43 44 5f 0a 87 14 37 5f EGPVGA_LCD_...7_
4ea0: 51 31 32 00 70 0a 86 50 38 30 48 a0 13 49 47 44 Q12.p..P80H..IGD
4eb0: 53 5e 5e 5e 2e 47 46 58 30 42 52 54 4e 0a 86 a1 S^^^.GFX0BRTN...
4ec0: 15 86 5e 5e 5e 2f 03 50 45 47 50 56 47 41 5f 4c ..^^^/.PEGPVGA_L
4ed0: 43 44 5f 0a 86 14 40 05 5f 51 31 43 00 70 0d 3d CD_...@._Q1C.p.=
4ee0: 3d 3d 3d 3d 51 55 45 52 59 5f 31 43 3d 3d 3d 3d ====QUERY_1C====
4ef0: 3d 00 5b 31 a0 31 56 49 44 4f a0 12 49 47 44 53 =.[1.1VIDO..IGDS
4f00: 5e 5e 5e 2e 47 46 58 30 47 48 44 53 00 a1 12 5e ^^^.GFX0GHDS...^
4f10: 5e 5e 2f 03 50 45 47 50 56 47 41 5f 44 53 53 57 ^^/.PEGPVGA_DSSW
4f20: 70 00 56 49 44 4f 14 21 5f 51 31 44 00 70 0d 3d p.VIDO.!_Q1D.p.=
4f30: 3d 3d 3d 3d 51 55 45 52 59 5f 31 44 3d 3d 3d 3d ====QUERY_1D====
4f40: 3d 00 5b 31 50 43 4c 4b 14 21 5f 51 31 45 00 70 =.[1PCLK.!_Q1E.p
4f50: 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 31 45 3d 3d .=====QUERY_1E==
4f60: 3d 3d 3d 00 5b 31 50 43 4c 4b 14 39 5f 51 32 35 ===.[1PCLK.9_Q25
4f70: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 35 .p.=====QUERY_25
4f80: 3d 3d 3d 3d 3d 00 5b 31 5b 22 0b e8 03 86 5e 5e =====.[1["....^^
4f90: 42 41 54 31 0a 81 5b 22 0b e8 03 86 5e 5e 42 41 BAT1..["....^^BA
4fa0: 54 31 0a 80 14 2f 5f 51 33 34 00 70 0d 3d 3d 3d T1.../_Q34.p.===
4fb0: 3d 3d 51 55 45 52 59 5f 33 34 3d 3d 3d 3d 3d 00 ==QUERY_34=====.
4fc0: 5b 31 a0 11 42 4b 45 59 50 48 53 53 0a 71 70 00 [1..BKEYPHSS.qp.
4fd0: 42 4b 45 59 14 32 5f 51 33 37 00 70 0d 3d 3d 3d BKEY.2_Q37.p.===
4fe0: 3d 3d 51 55 45 52 59 5f 33 37 3d 3d 3d 3d 3d 00 ==QUERY_37=====.
4ff0: 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 03 86 5e [1.ACAD..["....^
5000: 5e 42 41 54 31 0a 80 14 32 5f 51 33 38 00 70 0d ^BAT1...2_Q38.p.
5010: 3d 3d 3d 3d 3d 51 55 45 52 59 5f 33 38 3d 3d 3d =====QUERY_38===
5020: 3d 3d 00 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 ==.[1.ACAD..["..
5030: 03 86 5e 5e 42 41 54 31 0a 80 14 29 5f 51 32 44 ..^^BAT1...)_Q2D
5040: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 44 .p.=====QUERY_2D
5050: 3d 3d 3d 3d 3d 00 5b 31 70 00 44 54 53 4d 54 52 =====.[1p.DTSMTR
5060: 41 50 0a 46 14 29 5f 51 32 45 00 70 0d 3d 3d 3d AP.F.)_Q2E.p.===
5070: 3d 3d 51 55 45 52 59 5f 32 45 3d 3d 3d 3d 3d 00 ==QUERY_2E=====.
5080: 5b 31 70 01 44 54 53 4d 54 52 41 50 0a 46 5b 80 [1p.DTSMTRAP.F[.
5090: 43 43 4c 4b 01 0b 10 10 0a 04 5b 81 20 43 43 4c CCLK......[. CCL
50a0: 4b 03 00 01 44 55 54 59 03 54 48 45 4e 01 00 03 K...DUTY.THEN...
50b0: 46 54 54 5f 01 00 08 54 53 54 53 01 5b 80 45 43 FTT_...TSTS.[.EC
50c0: 52 4d 03 00 0a ff 5b 81 44 04 45 43 52 4d 11 00 RM....[.D.ECRM..
50d0: 40 4a 45 52 49 42 10 45 52 42 44 08 00 48 0a 53 @JERIB.ERBD..H.S
50e0: 44 54 4d 08 46 53 53 4e 04 46 41 4e 55 04 50 54 DTM.FSSN.FANU.PT
50f0: 56 4c 03 00 04 54 54 48 52 01 00 48 06 50 4a 49 VL...TTHR..H.PJI
5100: 44 08 00 08 00 48 1d 52 46 52 44 10 5b 01 46 41 D....H.RFRD.[.FA
5110: 4d 58 00 14 22 46 41 4e 47 01 5b 23 46 41 4d 58 MX.."FANG.[#FAMX
5120: ff ff 70 68 45 52 49 42 70 45 52 42 44 60 5b 27 ..phERIBpERBD`['
5130: 46 41 4d 58 a4 60 14 22 46 41 4e 57 02 5b 23 46 FAMX.`."FANW.[#F
5140: 41 4d 58 ff ff 70 68 45 52 49 42 70 69 45 52 42 AMX..phERIBpiERB
5150: 44 5b 27 46 41 4d 58 a4 69 14 09 54 55 56 52 01 D['FAMX.i..TUVR.
5160: a4 0a 03 14 2e 54 48 52 4f 01 a0 09 93 68 00 a4 .....THRO....h..
5170: 54 48 45 4e a1 1d a0 09 93 68 01 a4 44 55 54 59 THEN.....h..DUTY
5180: a1 11 a0 0a 93 68 0a 02 a4 54 54 48 52 a1 04 a4 .....h...TTHR...
5190: 0a ff 14 2a 43 4c 43 4b 01 a0 10 93 68 00 70 00 ...*CLCK....h.p.
51a0: 54 48 45 4e 70 00 46 54 54 5f a1 0d 70 68 44 55 THENp.FTT_..phDU
51b0: 54 59 70 01 54 48 45 4e a4 54 48 45 4e 14 37 50 TYp.THEN.THEN.7P
51c0: 43 4c 4b 00 70 50 54 56 4c 60 a0 10 93 60 00 70 CLK.pPTVL`...`.p
51d0: 00 54 48 45 4e 70 00 46 54 54 5f a1 19 76 60 70 .THENp.FTT_..v`p
51e0: 80 60 00 61 7b 61 0a 07 61 70 61 44 55 54 59 70 .`.a{a..apaDUTYp
51f0: 01 54 48 45 4e 5b 82 4b 22 42 41 54 31 08 5f 48 .THEN[.K"BAT1._H
5200: 49 44 0c 41 d0 0c 0a 08 5f 55 49 44 01 08 5f 50 ID.A...._UID.._P
5210: 43 4c 12 06 01 5f 53 42 5f 14 39 5f 53 54 41 00 CL..._SB_.9_STA.
5220: a0 29 90 45 43 4f 4b 93 45 43 44 59 00 a0 13 5e .).ECOK.ECDY...^
5230: 5e 2e 45 43 30 5f 42 41 4c 30 5b 22 0a 14 a4 0a ^.EC0_BAL0["....
5240: 1f a1 08 5b 22 0a 14 a4 0a 0f a1 08 5b 22 0a 14 ...[".......["..
5250: a4 0a 1f 14 48 10 5f 42 49 46 00 08 53 54 41 54 ....H._BIF..STAT
5260: 12 3a 0d 01 0b a0 0f 0b a0 0f 01 0b 5c 2b 0b a4 .:..........\+..
5270: 01 0a 9c 0b 08 01 0b c4 0e 0d 50 41 33 34 36 35 ..........PA3465
5280: 55 20 00 0d 33 36 35 38 51 00 0d 4c 69 2d 49 6f U ..3658Q..Li-Io
5290: 6e 00 0d 43 4f 4d 50 41 4c 20 00 a0 4b 07 90 45 n..COMPAL ..K..E
52a0: 43 4f 4b 93 45 43 44 59 00 70 5e 5e 2e 45 43 30 COK.ECDY.p^^.EC0
52b0: 5f 42 44 4e 30 60 a0 23 93 60 0a 08 70 0a b4 88 _BDN0`.#.`..p...
52c0: 53 54 41 54 0a 06 00 70 0d 50 41 33 34 35 37 55 STAT...p.PA3457U
52d0: 20 00 88 53 54 41 54 0a 09 00 a0 24 93 60 0a 20 ..STAT....$.`.
52e0: 70 0b 02 01 88 53 54 41 54 0a 06 00 70 0d 50 41 p....STAT...p.PA
52f0: 33 34 35 37 55 20 00 88 53 54 41 54 0a 09 00 5b 3457U ..STAT...[
5300: 22 0a 14 70 5e 5e 2e 45 43 30 5f 42 44 43 30 42 "..p^^.EC0_BDC0B
5310: 46 43 31 5b 22 0a 14 a1 12 70 0d 4c 69 2d 49 6f FC1["....p.Li-Io
5320: 6e 00 88 53 54 41 54 0a 0b 00 a0 2c 42 46 43 31 n..STAT....,BFC1
5330: 78 42 46 43 31 0a 64 60 61 77 61 0a 64 61 70 61 xBFC1.d`awa.dapa
5340: 42 46 43 31 70 61 88 53 54 41 54 01 00 70 61 88 BFC1pa.STAT..pa.
5350: 53 54 41 54 0a 02 00 a4 53 54 41 54 14 45 0c 5f STAT....STAT.E._
5360: 42 53 54 00 08 50 42 53 54 12 10 04 00 0c ff ff BST..PBST.......
5370: ff ff 0c ff ff ff ff 0b 5c 2b 70 0b 5c 2b 63 a0 ........\+p.\+c.
5380: 38 90 45 43 4f 4b 93 45 43 44 59 00 5b 22 0a 14 8.ECOK.ECDY.["..
5390: 70 5e 5e 2e 45 43 30 5f 42 53 54 30 42 53 54 31 p^^.EC0_BST0BST1
53a0: 5b 22 0a 14 70 5e 5e 2e 45 43 30 5f 47 41 55 30 ["..p^^.EC0_GAU0
53b0: 42 47 55 31 5b 22 0a 14 a0 15 42 46 43 31 77 42 BGU1["....BFC1wB
53c0: 47 55 31 42 46 43 31 62 78 62 0a 64 64 62 a1 09 GU1BFC1bxb.ddb..
53d0: 77 42 47 55 31 0a 28 62 70 42 53 54 31 88 50 42 wBGU1.(bpBST1.PB
53e0: 53 54 00 00 70 00 88 50 42 53 54 01 00 70 62 88 ST..p..PBST..pb.
53f0: 50 42 53 54 0a 02 00 70 63 88 50 42 53 54 0a 03 PBST...pc.PBST..
5400: 00 a0 1b 94 45 43 44 59 00 76 45 43 44 59 a0 0e ....ECDY.vECDY..
5410: 93 45 43 44 59 00 86 42 41 54 31 0a 80 a4 50 42 .ECDY..BAT1...PB
5420: 53 54 5b 82 2e 50 53 32 4b 08 5f 48 49 44 0c 41 ST[..PS2K._HID.A
5430: d0 03 03 08 5f 43 52 53 11 19 0a 16 47 01 60 00 ...._CRS....G.`.
5440: 60 00 01 01 47 01 64 00 64 00 01 01 23 02 00 01 `...G.d.d...#...
5450: 79 00 5b 82 1e 50 53 32 4d 08 5f 48 49 44 0c 41 y.[..PS2M._HID.A
5460: d0 0f 13 08 5f 43 52 53 11 09 0a 06 23 00 10 01 ...._CRS....#...
5470: 79 00 5b 82 43 6a 50 41 54 41 08 5f 41 44 52 0c y.[.CjPATA._ADR.
5480: 01 00 1f 00 5b 80 50 41 43 53 02 0a 40 0a c0 5b ....[.PACS..@..[
5490: 81 49 04 50 41 43 53 03 50 52 49 54 10 00 10 50 .I.PACS.PRIT...P
54a0: 53 49 54 04 00 1c 53 59 4e 43 04 00 0c 53 44 54 SIT...SYNC...SDT
54b0: 30 02 00 02 53 44 54 31 02 00 4a 04 49 43 52 30 0...SDT1..J.ICR0
54c0: 04 49 43 52 31 04 49 43 52 32 04 49 43 52 33 04 .ICR1.ICR2.ICR3.
54d0: 49 43 52 34 04 49 43 52 35 04 5b 82 4b 63 50 52 ICR4.ICR5.[.KcPR
54e0: 49 44 08 5f 41 44 52 00 14 40 17 5f 47 54 4d 00 ID._ADR..@._GTM.
54f0: 08 50 42 55 46 11 17 0a 14 00 00 00 00 00 00 00 .PBUF...........
5500: 00 00 00 00 00 00 00 00 00 00 00 00 00 8a 50 42 ..............PB
5510: 55 46 00 50 49 4f 30 8a 50 42 55 46 0a 04 44 4d UF.PIO0.PBUF..DM
5520: 41 30 8a 50 42 55 46 0a 08 50 49 4f 31 8a 50 42 A0.PBUF..PIO1.PB
5530: 55 46 0a 0c 44 4d 41 31 8a 50 42 55 46 0a 10 46 UF..DMA1.PBUF..F
5540: 4c 41 47 70 47 45 54 50 50 52 49 54 50 49 4f 30 LAGpGETPPRITPIO0
5550: 70 47 44 4d 41 7b 53 59 4e 43 01 00 7b 49 43 52 pGDMA{SYNC..{ICR
5560: 33 01 00 7b 49 43 52 30 01 00 53 44 54 30 7b 49 3..{ICR0..SDT0{I
5570: 43 52 31 01 00 44 4d 41 30 a0 14 93 44 4d 41 30 CR1..DMA0...DMA0
5580: 0c ff ff ff ff 70 50 49 4f 30 44 4d 41 30 a0 2e .....pPIO0DMA0..
5590: 7b 50 52 49 54 0b 00 40 00 a0 14 93 7b 50 52 49 {PRIT..@....{PRI
55a0: 54 0a 90 00 0a 80 70 0b 84 03 50 49 4f 31 a1 0e T.....p...PIO1..
55b0: 70 47 45 54 54 50 53 49 54 50 49 4f 31 a1 0b 70 pGETTPSITPIO1..p
55c0: 0c ff ff ff ff 50 49 4f 31 70 47 44 4d 41 7b 53 .....PIO1pGDMA{S
55d0: 59 4e 43 0a 02 00 7b 49 43 52 33 0a 02 00 7b 49 YNC...{ICR3...{I
55e0: 43 52 30 0a 02 00 53 44 54 31 7b 49 43 52 31 0a CR0...SDT1{ICR1.
55f0: 02 00 44 4d 41 31 a0 14 93 44 4d 41 31 0c ff ff ..DMA1...DMA1...
5600: ff ff 70 50 49 4f 31 44 4d 41 31 70 47 45 54 46 ..pPIO1DMA1pGETF
5610: 7b 53 59 4e 43 01 00 7b 53 59 4e 43 0a 02 00 50 {SYNC..{SYNC...P
5620: 52 49 54 46 4c 41 47 a0 2c 7b 93 50 49 4f 30 0c RITFLAG.,{.PIO0.
5630: ff ff ff ff 93 44 4d 41 30 0c ff ff ff ff 00 70 .....DMA0......p
5640: 0a 78 50 49 4f 30 70 0a 14 44 4d 41 30 70 0a 03 .xPIO0p..DMA0p..
5650: 46 4c 41 47 a4 50 42 55 46 14 4c 2a 5f 53 54 4d FLAG.PBUF.L*_STM
5660: 03 8a 68 00 50 49 4f 30 8a 68 0a 04 44 4d 41 30 ..h.PIO0.h..DMA0
5670: 8a 68 0a 08 50 49 4f 31 8a 68 0a 0c 44 4d 41 31 .h..PIO1.h..DMA1
5680: 8a 68 0a 10 46 4c 41 47 a0 41 12 93 87 69 0b 00 .h..FLAG.A...i..
5690: 02 7b 50 52 49 54 0b f0 c0 50 52 49 54 7b 53 59 .{PRIT...PRIT{SY
56a0: 4e 43 0a 02 53 59 4e 43 70 00 53 44 54 30 7b 49 NC..SYNCp.SDT0{I
56b0: 43 52 30 0a 02 49 43 52 30 7b 49 43 52 31 0a 02 CR0..ICR0{ICR1..
56c0: 49 43 52 31 7b 49 43 52 33 0a 02 49 43 52 33 7b ICR1{ICR3..ICR3{
56d0: 49 43 52 35 0a 02 49 43 52 35 8b 69 0a 62 57 34 ICR5..ICR5.i.bW4
56e0: 39 30 8b 69 0a 6a 57 35 33 30 8b 69 0a 7e 57 36 90.i.jW530.i.~W6
56f0: 33 30 8b 69 0a 80 57 36 34 30 8b 69 0a b0 57 38 30.i..W640.i..W8
5700: 38 30 8b 69 0a ba 57 39 33 30 7d 50 52 49 54 0b 80.i..W930}PRIT.
5710: 04 80 50 52 49 54 a0 1e 90 7b 46 4c 41 47 0a 02 ..PRIT...{FLAG..
5720: 00 7b 57 34 39 30 0b 00 08 00 7d 50 52 49 54 0a .{W490....}PRIT.
5730: 02 50 52 49 54 7d 50 52 49 54 53 45 54 50 50 49 .PRIT}PRITSETPPI
5740: 4f 30 57 35 33 30 57 36 34 30 50 52 49 54 a0 4b O0W530W640PRIT.K
5750: 05 7b 46 4c 41 47 01 00 7d 53 59 4e 43 01 53 59 .{FLAG..}SYNC.SY
5760: 4e 43 70 53 44 4d 41 44 4d 41 30 53 44 54 30 a0 NCpSDMADMA0SDT0.
5770: 12 95 44 4d 41 30 0a 1e 7d 49 43 52 33 01 49 43 ..DMA0..}ICR3.IC
5780: 52 33 a0 12 95 44 4d 41 30 0a 3c 7d 49 43 52 30 R3...DMA0.<}ICR0
5790: 01 49 43 52 30 a0 14 7b 57 39 33 30 0b 00 20 00 .ICR0..{W930.. .
57a0: 7d 49 43 52 31 01 49 43 52 31 a0 4b 15 93 87 6a }ICR1.ICR1.K...j
57b0: 0b 00 02 7b 50 52 49 54 0b 0f bf 50 52 49 54 70 ...{PRIT...PRITp
57c0: 00 50 53 49 54 7b 53 59 4e 43 01 53 59 4e 43 70 .PSIT{SYNC.SYNCp
57d0: 00 53 44 54 31 7b 49 43 52 30 01 49 43 52 30 7b .SDT1{ICR0.ICR0{
57e0: 49 43 52 31 01 49 43 52 31 7b 49 43 52 33 01 49 ICR1.ICR1{ICR3.I
57f0: 43 52 33 7b 49 43 52 35 01 49 43 52 35 8b 6a 0a CR3{ICR5.ICR5.j.
5800: 62 57 34 39 31 8b 6a 0a 6a 57 35 33 31 8b 6a 0a bW491.j.jW531.j.
5810: 7e 57 36 33 31 8b 6a 0a 80 57 36 34 31 8b 6a 0a ~W631.j..W641.j.
5820: b0 57 38 38 31 8b 6a 0a ba 57 39 33 31 7d 50 52 .W881.j..W931}PR
5830: 49 54 0b 40 80 50 52 49 54 a0 1e 90 7b 46 4c 41 IT.@.PRIT...{FLA
5840: 47 0a 08 00 7b 57 34 39 31 0b 00 08 00 7d 50 52 G...{W491....}PR
5850: 49 54 0a 20 50 52 49 54 a0 4c 04 7b 46 4c 41 47 IT. PRIT.L.{FLAG
5860: 0a 10 00 7d 50 52 49 54 0b 00 40 50 52 49 54 a0 ...}PRIT..@PRIT.
5870: 13 94 50 49 4f 31 0a f0 7d 50 52 49 54 0a 80 50 ..PIO1..}PRIT..P
5880: 52 49 54 a1 21 7d 50 52 49 54 0a 10 50 52 49 54 RIT.!}PRIT..PRIT
5890: 70 53 45 54 54 50 49 4f 31 57 35 33 31 57 36 34 pSETTPIO1W531W64
58a0: 31 50 53 49 54 a0 40 06 7b 46 4c 41 47 0a 04 00 1PSIT.@.{FLAG...
58b0: 7d 53 59 4e 43 0a 02 53 59 4e 43 70 53 44 4d 41 }SYNC..SYNCpSDMA
58c0: 44 4d 41 31 53 44 54 31 a0 13 95 44 4d 41 31 0a DMA1SDT1...DMA1.
58d0: 1e 7d 49 43 52 33 0a 02 49 43 52 33 a0 13 95 44 .}ICR3..ICR3...D
58e0: 4d 41 31 0a 3c 7d 49 43 52 30 0a 02 49 43 52 30 MA1.<}ICR0..ICR0
58f0: a0 15 7b 57 39 33 31 0b 00 20 00 7d 49 43 52 31 ..{W931.. .}ICR1
5900: 0a 02 49 43 52 31 5b 82 47 10 50 5f 44 30 08 5f ..ICR1[.G.P_D0._
5910: 41 44 52 00 14 4a 0f 5f 47 54 46 00 08 50 49 42 ADR..J._GTF..PIB
5920: 30 11 11 0a 0e 03 00 00 00 00 a0 ef 03 00 00 00 0...............
5930: 00 a0 ef 8c 50 49 42 30 01 50 4d 44 30 8c 50 49 ....PIB0.PMD0.PI
5940: 42 30 0a 08 44 4d 44 30 a0 40 06 7b 50 52 49 54 B0..DMD0.@.{PRIT
5950: 0a 02 00 a0 13 93 7b 50 52 49 54 0a 09 00 0a 08 ......{PRIT.....
5960: 70 0a 08 50 4d 44 30 a1 41 04 70 0a 0a 50 4d 44 p..PMD0.A.p..PMD
5970: 30 7a 7b 50 52 49 54 0b 00 03 00 0a 08 60 7a 7b 0z{PRIT......`z{
5980: 50 52 49 54 0b 00 30 00 0a 0c 61 72 60 61 62 a0 PRIT..0...ar`ab.
5990: 0c 93 0a 03 62 70 0a 0b 50 4d 44 30 a0 0c 93 0a ....bp..PMD0....
59a0: 05 62 70 0a 0c 50 4d 44 30 a1 07 70 01 50 4d 44 .bp..PMD0..p.PMD
59b0: 30 a0 43 04 7b 53 59 4e 43 01 00 70 7d 53 44 54 0.C.{SYNC..p}SDT
59c0: 30 0a 40 00 44 4d 44 30 a0 2c 7b 49 43 52 31 01 0.@.DMD0.,{ICR1.
59d0: 00 a0 13 7b 49 43 52 30 01 00 72 44 4d 44 30 0a ...{ICR0..rDMD0.
59e0: 02 44 4d 44 30 a0 0f 7b 49 43 52 33 01 00 70 0a .DMD0..{ICR3..p.
59f0: 45 44 4d 44 30 a1 14 7d 74 7b 50 4d 44 30 0a 07 EDMD0..}t{PMD0..
5a00: 00 0a 02 00 0a 20 44 4d 44 30 a4 50 49 42 30 5b ..... DMD0.PIB0[
5a10: 82 46 10 50 5f 44 31 08 5f 41 44 52 01 14 49 0f .F.P_D1._ADR..I.
5a20: 5f 47 54 46 00 08 50 49 42 31 11 11 0a 0e 03 00 _GTF..PIB1......
5a30: 00 00 00 b0 ef 03 00 00 00 00 b0 ef 8c 50 49 42 .............PIB
5a40: 31 01 50 4d 44 31 8c 50 49 42 31 0a 08 44 4d 44 1.PMD1.PIB1..DMD
5a50: 31 a0 4b 05 7b 50 52 49 54 0a 20 00 a0 13 93 7b 1.K.{PRIT. ....{
5a60: 50 52 49 54 0a 90 00 0a 80 70 0a 08 50 4d 44 31 PRIT.....p..PMD1
5a70: a1 3c 72 7b 50 53 49 54 0a 03 00 7a 7b 50 53 49 ..
0050: 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a .I.je&r..._/....
0060: 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 ......;)..L....A
0070: 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 w.p.....cZ....^.
0080: 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 ........Mg.-..3
0090: e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 ..y*.jw.. *vB...
00a0: b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 .C@UD..7._A.p...
00b0: 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb ..{.).....H.n>..
00c0: 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f ............LENO
00d0: 56 4f 54 50 2d 36 38 20 20 20 57 49 4e 44 4f 57 VOTP-68 WINDOW
00e0: 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 S ..............
00f0: 00 00 00 00 00 00 8a 6e 2e c9 36 e6 7f 10 8a ea .......n..6.....
0100: 14 ad d2 93 b7 6d 9b 73 ad 83 36 b8 6c a7 a7 ee .....m.s..6.l...
0110: 37 47 16 fe f3 fc cd c7 89 84 06 16 91 0b 1e 81 7G..............
0120: 11 42 b1 35 52 57 f6 6b bb 5f a5 81 e2 ff 89 8a .B.5RW.k._......
0130: 95 c3 4d fc e9 56 4f 4c 34 cc 99 5e 62 e1 90 8a ..M..VOL4..^b...
0140: 54 be 4a 00 5c 9b a0 86 41 46 66 9d e2 f2 e7 36 T.J.\...AFf....6
0150: 9c 33 91 27 e7 8d 5c a1 d8 f9 a4 61 8a 1c 04 07 .3.'..\....a....
0160: e3 2a 1e 14 f1 bd 7f 4c 09 ff 19 11 a9 d4 74 ca .*.....L......t.
0170: 11 9e dc 54 39 bf ...T9.
APIC @ 0xbf6dff70
0000: 41 50 49 43 68 00 00 00 01 13 50 54 4c 54 44 20 APICh.....PTLTD
0010: 09 20 41 50 49 43 20 20 00 00 04 06 20 4c 54 50 . APIC .... LTP
0020: 00 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 ................
0030: 01 00 00 00 00 08 01 01 01 00 00 00 01 0c 02 00 ................
0040: 00 00 c0 fe 00 00 00 00 04 06 00 05 00 01 04 06 ................
0050: 01 05 00 01 02 0a 00 00 02 00 00 00 05 00 02 0a ................
0060: 00 09 09 00 00 00 0d 00 ........
SSDT @ 0xbf6d98bd
0000: 53 53 44 54 ad 02 00 00 01 59 53 61 74 61 52 65 SSDT.....YSataRe
0010: 53 61 74 61 41 68 63 69 00 10 00 00 49 4e 54 4c SataAhci....INTL
0020: 24 06 05 20 10 48 28 5c 2f 03 5f 53 42 5f 50 43 $.. .H(\/._SB_PC
0030: 49 30 53 41 54 41 5b 82 4f 0c 50 52 54 30 08 5f I0SATA[.O.PRT0._
0040: 41 44 52 0b ff ff 14 44 0b 5f 53 44 44 01 08 47 ADR....D._SDD..G
0050: 42 55 30 11 0a 0a 07 00 00 00 00 00 a0 00 8c 47 BU0............G
0060: 42 55 30 0a 00 47 42 30 30 8c 47 42 55 30 0a 01 BU0..GB00.GBU0..
0070: 47 42 30 31 8c 47 42 55 30 0a 02 47 42 30 32 8c GB01.GBU0..GB02.
0080: 47 42 55 30 0a 03 47 42 30 33 8c 47 42 55 30 0a GBU0..GB03.GBU0.
0090: 04 47 42 30 34 8c 47 42 55 30 0a 05 47 42 30 35 .GB04.GBU0..GB05
00a0: 8c 47 42 55 30 0a 06 47 42 30 36 a0 46 04 93 87 .GBU0..GB06.F...
00b0: 68 0b 00 02 8b 68 0a 9c 57 37 38 30 a0 1e 7b 57 h....h..W780..{W
00c0: 37 38 30 0a 08 00 70 0a 10 47 42 30 30 70 0a 03 780...p..GB00p..
00d0: 47 42 30 31 70 0a ef 47 42 30 36 a1 16 70 0a 90 GB01p..GB06..p..
00e0: 47 42 30 30 70 0a 03 47 42 30 31 70 0a ef 47 42 GB00p..GB01p..GB
00f0: 30 36 70 47 42 55 30 47 54 46 30 14 0b 5f 47 54 06pGBU0GTF0.._GT
0100: 46 00 a4 47 54 46 30 5b 82 41 0d 50 52 54 31 08 F..GTF0[.A.PRT1.
0110: 5f 41 44 52 0c ff ff 01 00 14 44 0b 5f 53 44 44 _ADR......D._SDD
0120: 01 08 47 42 55 31 11 0a 0a 07 00 00 00 00 00 a0 ..GBU1..........
0130: 00 8c 47 42 55 31 0a 00 47 42 31 30 8c 47 42 55 ..GBU1..GB10.GBU
0140: 31 0a 01 47 42 31 31 8c 47 42 55 31 0a 02 47 42 1..GB11.GBU1..GB
0150: 31 32 8c 47 42 55 31 0a 03 47 42 31 33 8c 47 42 12.GBU1..GB13.GB
0160: 55 31 0a 04 47 42 31 34 8c 47 42 55 31 0a 05 47 U1..GB14.GBU1..G
0170: 42 31 35 8c 47 42 55 31 0a 06 47 42 31 36 a0 46 B15.GBU1..GB16.F
0180: 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 38 31 a0 ...h....h..W781.
0190: 1e 7b 57 37 38 31 0a 08 00 70 0a 10 47 42 31 30 .{W781...p..GB10
01a0: 70 0a 03 47 42 31 31 70 0a ef 47 42 31 36 a1 16 p..GB11p..GB16..
01b0: 70 0a 90 47 42 31 30 70 0a 03 47 42 31 31 70 0a p..GB10p..GB11p.
01c0: ef 47 42 31 36 70 47 42 55 31 47 54 46 31 14 0b .GB16pGBU1GTF1..
01d0: 5f 47 54 46 00 a4 47 54 46 31 5b 82 41 0d 50 52 _GTF..GTF1[.A.PR
01e0: 54 32 08 5f 41 44 52 0c ff ff 02 00 14 44 0b 5f T2._ADR......D._
01f0: 53 44 44 01 08 47 42 55 32 11 0a 0a 07 00 00 00 SDD..GBU2.......
0200: 00 00 a0 00 8c 47 42 55 32 0a 00 47 42 32 30 8c .....GBU2..GB20.
0210: 47 42 55 32 0a 01 47 42 32 31 8c 47 42 55 32 0a GBU2..GB21.GBU2.
0220: 02 47 42 32 32 8c 47 42 55 32 0a 03 47 42 32 33 .GB22.GBU2..GB23
0230: 8c 47 42 55 32 0a 04 47 42 32 34 8c 47 42 55 32 .GBU2..GB24.GBU2
0240: 0a 05 47 42 32 35 8c 47 42 55 32 0a 06 47 42 32 ..GB25.GBU2..GB2
0250: 36 a0 46 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 6.F...h....h..W7
0260: 38 32 a0 1e 7b 57 37 38 32 0a 08 00 70 0a 10 47 82..{W782...p..G
0270: 42 32 30 70 0a 03 47 42 32 31 70 0a ef 47 42 32 B20p..GB21p..GB2
0280: 36 a1 16 70 0a 90 47 42 32 30 70 0a 03 47 42 32 6..p..GB20p..GB2
0290: 31 70 0a ef 47 42 32 36 70 47 42 55 32 47 54 46 1p..GB26pGBU2GTF
02a0: 32 14 0b 5f 47 54 46 00 a4 47 54 46 32 2.._GTF..GTF2
SSDT @ 0xbf6d981a
0000: 53 53 44 54 a3 00 00 00 01 ed 42 72 74 52 65 66 SSDT......BrtRef
0010: 44 44 30 31 42 52 54 00 00 10 00 00 49 4e 54 4c DD01BRT.....INTL
0020: 24 06 05 20 10 4e 07 5c 2f 04 5f 53 42 5f 50 43 $.. .N.\/._SB_PC
0030: 49 30 47 46 58 30 44 44 30 33 14 1e 5f 42 43 4c I0GFX0DD03.._BCL
0040: 00 a4 12 16 0a 0a 46 0a 28 0a 00 0a 0a 0a 14 0a ......F.(.......
0050: 1e 0a 28 0a 32 0a 3c 0a 46 14 25 5f 42 43 4d 01 ..(.2.<.F.%_BCM.
0060: 78 68 0a 0a 60 61 70 61 5c 2f 05 5f 53 42 5f 50 xh..`apa\/._SB_P
0070: 43 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 14 CI0LPCBEC0_BRTS.
0080: 23 5f 42 51 43 00 77 5c 2f 05 5f 53 42 5f 50 43 #_BQC.w\/._SB_PC
0090: 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 0a 0a I0LPCBEC0_BRTS..
00a0: 60 a4 60 `.`
SSDT @ 0xbf6d8e10
0000: 53 53 44 54 5f 02 00 00 01 c8 50 6d 52 65 66 00 SSDT_.....PmRef.
0010: 43 70 75 30 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu0Tst..0..INTL
0020: 24 06 05 20 10 4a 23 5c 2e 5f 50 52 5f 43 50 55 $.. .J#\._PR_CPU
0030: 30 08 5f 54 50 43 0a 00 14 4d 06 5f 50 54 43 00 0._TPC...M._PTC.
0040: a0 37 7b 50 44 43 30 0a 04 00 a4 12 2c 02 11 14 .7{PDC0.....,...
0050: 0a 11 82 0c 00 7f 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 79 00 11 14 0a 11 82 0c 00 7f 00 00 00 00 00 .y..............
0070: 00 00 00 00 00 00 79 00 a4 12 2c 02 11 14 0a 11 ......y...,.....
0080: 82 0c 00 01 04 01 00 10 10 00 00 00 00 00 00 79 ...............y
0090: 00 11 14 0a 11 82 0c 00 01 04 01 00 10 10 00 00 ................
00a0: 00 00 00 00 79 00 08 54 53 53 49 12 41 07 08 12 ....y..TSSI.A...
00b0: 0d 05 0a 64 0b e8 03 0a 00 0a 00 0a 00 12 0d 05 ...d............
00c0: 0a 58 0b 6b 03 0a 00 0a 0f 0a 00 12 0d 05 0a 4b .X.k...........K
00d0: 0b ee 02 0a 00 0a 0e 0a 00 12 0d 05 0a 3f 0b 71 .............?.q
00e0: 02 0a 00 0a 0d 0a 00 12 0d 05 0a 32 0b f4 01 0a ...........2....
00f0: 00 0a 0c 0a 00 12 0d 05 0a 26 0b 77 01 0a 00 0a .........&.w....
0100: 0b 0a 00 12 0c 05 0a 19 0a fa 0a 00 0a 0a 0a 00 ................
0110: 12 0c 05 0a 0d 0a 7d 0a 00 0a 09 0a 00 08 54 53 ......}.......TS
0120: 53 4d 12 41 07 08 12 0d 05 0a 64 0b e8 03 0a 00 SM.A......d.....
0130: 0a 00 0a 00 12 0d 05 0a 58 0b 6b 03 0a 00 0a 1e ........X.k.....
0140: 0a 00 12 0d 05 0a 4b 0b ee 02 0a 00 0a 1c 0a 00 ......K.........
0150: 12 0d 05 0a 3f 0b 71 02 0a 00 0a 1a 0a 00 12 0d ....?.q.........
0160: 05 0a 32 0b f4 01 0a 00 0a 18 0a 00 12 0d 05 0a ..2.............
0170: 26 0b 77 01 0a 00 0a 16 0a 00 12 0c 05 0a 19 0a &.w.............
0180: fa 0a 00 0a 14 0a 00 12 0c 05 0a 0d 0a 7d 0a 00 .............}..
0190: 0a 12 0a 00 08 54 53 53 46 0a 00 14 43 08 5f 54 .....TSSF...C._T
01a0: 53 53 00 a0 47 06 90 92 54 53 53 46 5b 12 5f 50 SS..G...TSSF[._P
01b0: 53 53 00 70 5f 50 53 53 60 70 87 60 61 76 61 70 SS.p_PSS`p.`avap
01c0: 83 88 83 88 60 61 00 0a 01 00 62 70 0a 00 63 a2 ....`a....bp..c.
01d0: 35 95 63 87 54 53 53 49 70 78 77 62 74 0a 08 63 5.c.TSSIpxwbt..c
01e0: 00 00 0a 08 00 00 64 70 64 88 83 88 54 53 53 49 ......dpd...TSSI
01f0: 63 00 0a 01 00 70 64 88 83 88 54 53 53 4d 63 00 c....pd...TSSMc.
0200: 0a 01 00 75 63 70 ff 54 53 53 46 a0 0e 7b 50 44 ...ucp.TSSF..{PD
0210: 43 30 0a 04 00 a4 54 53 53 4d a4 54 53 53 49 14 C0....TSSM.TSSI.
0220: 3f 5f 54 53 44 00 a0 27 90 7b 43 46 47 44 0c 00 ?_TSD..'.{CFGD..
0230: 00 00 01 00 92 7b 50 44 43 30 0a 04 00 a4 12 0f .....{PDC0......
0240: 01 12 0c 05 0a 05 0a 00 0a 00 0a fd 0a 02 a4 12 ................
0250: 0f 01 12 0c 05 0a 05 0a 00 0a 00 0a fc 0a 01 ...............
SSDT @ 0xbf6d8d6a
0000: 53 53 44 54 a6 00 00 00 01 6d 50 6d 52 65 66 00 SSDT.....mPmRef.
0010: 43 70 75 31 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu1Tst..0..INTL
0020: 24 06 05 20 10 41 08 5c 2e 5f 50 52 5f 43 50 55 $.. .A.\._PR_CPU
0030: 31 08 5f 54 50 43 0a 00 14 16 5f 50 54 43 00 a4 1._TPC...._PTC..
0040: 5c 2f 03 5f 50 52 5f 43 50 55 30 5f 50 54 43 14 \/._PR_CPU0_PTC.
0050: 16 5f 54 53 53 00 a4 5c 2f 03 5f 50 52 5f 43 50 ._TSS..\/._PR_CP
0060: 55 30 5f 54 53 53 14 3f 5f 54 53 44 00 a0 27 90 U0_TSS.?_TSD..'.
0070: 7b 43 46 47 44 0c 00 00 00 01 00 92 7b 50 44 43 {CFGD.......{PDC
0080: 31 0a 04 00 a4 12 0f 01 12 0c 05 0a 05 0a 00 0a 1...............
0090: 00 0a fd 0a 02 a4 12 0f 01 12 0c 05 0a 05 0a 00 ................
00a0: 0a 01 0a fc 0a 01 ......
SSDT @ 0xbf6d8884
0000: 53 53 44 54 e6 04 00 00 01 df 50 6d 52 65 66 00 SSDT......PmRef.
0010: 43 70 75 50 6d 00 00 00 00 30 00 00 49 4e 54 4c CpuPm....0..INTL
0020: 24 06 05 20 10 45 08 5c 00 08 53 53 44 54 12 43 $.. .E.\..SSDT.C
0030: 05 0c 0d 43 50 55 30 49 53 54 20 00 0c 9e 95 6d ...CPU0IST ....m
0040: bf 0c b4 01 00 00 0d 43 50 55 31 49 53 54 20 00 .......CPU1IST .
0050: 0c 52 97 6d bf 0c c8 00 00 00 0d 43 50 55 30 43 .R.m.......CPU0C
0060: 53 54 20 00 0c 6f 90 6d bf 0c aa 04 00 00 0d 43 ST ..o.m.......C
0070: 50 55 31 43 53 54 20 00 0c 19 95 6d bf 0c 85 00 PU1CST ....m....
0080: 00 00 08 43 46 47 44 0c f1 69 3f 11 08 5c 50 44 ...CFGD..i?..\PD
0090: 43 30 0c 00 00 00 80 08 5c 50 44 43 31 0c 00 00 C0......\PDC1...
00a0: 00 80 08 5c 53 44 54 4c 0a 00 10 4d 21 5c 2e 5f ...\SDTL...M!\._
00b0: 50 52 5f 43 50 55 30 08 48 49 30 5f 0a 00 08 48 PR_CPU0.HI0_...H
00c0: 43 30 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a C0_...H._PDC..h.
00d0: 00 52 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 .REVS.h..SIZEp.h
00e0: 60 70 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a `pt`...a[.h.@wa.
00f0: 08 00 54 45 4d 50 08 53 54 53 30 11 07 0a 04 00 ..TEMP.STS0.....
0100: 00 00 00 73 53 54 53 30 54 45 4d 50 62 5f 4f 53 ...sSTS0TEMPb_OS
0110: 43 11 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 C......w@.).G...
0120: 70 58 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 pXq9SREVSSIZEb.I
0130: 19 5f 4f 53 43 04 8a 6b 0a 00 53 54 53 30 8a 6b ._OSC..k..STS0.k
0140: 0a 04 43 41 50 30 8a 68 0a 00 49 49 44 30 8a 68 ..CAP0.h..IID0.h
0150: 0a 04 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 ..IID1.h..IID2.h
0160: 0a 0c 49 49 44 33 08 55 49 44 30 11 13 0a 10 16 ..IID3.UID0.....
0170: a6 77 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a .w@.).G...pXq9S.
0180: 55 49 44 30 0a 00 45 49 44 30 8a 55 49 44 30 0a UID0..EID0.UID0.
0190: 04 45 49 44 31 8a 55 49 44 30 0a 08 45 49 44 32 .EID1.UID0..EID2
01a0: 8a 55 49 44 30 0a 0c 45 49 44 33 a0 32 92 90 90 .UID0..EID3.2...
01b0: 93 49 49 44 30 45 49 44 30 93 49 49 44 31 45 49 .IID0EID0.IID1EI
01c0: 44 31 90 93 49 49 44 32 45 49 44 32 93 49 49 44 D1..IID2EID2.IID
01d0: 33 45 49 44 33 70 0a 06 53 54 53 30 a4 6b a0 0f 3EID3p..STS0.k..
01e0: 92 93 69 0a 01 70 0a 0a 53 54 53 30 a4 6b 7d 7b ..i..p..STS0.k}{
01f0: 50 44 43 30 0c ff ff ff 7f 00 43 41 50 30 50 44 PDC0......CAP0PD
0200: 43 30 70 7b 50 44 43 30 0a ff 00 50 43 50 30 a0 C0p{PDC0...PCP0.
0210: 4c 05 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b L.{CFGD....A...{
0220: 43 46 47 44 0c 00 00 00 01 00 93 7b 50 44 43 30 CFGD.......{PDC0
0230: 0a 09 00 0a 09 92 7b 53 44 54 4c 0a 01 00 7d 53 ......{SDTL...}S
0240: 44 54 4c 0a 01 53 44 54 4c 5b 80 49 53 54 30 00 DTL..SDTL[.IST0.
0250: 83 88 53 53 44 54 0a 01 00 83 88 53 53 44 54 0a ..SSDT.....SSDT.
0260: 02 00 5b 20 49 53 54 30 48 49 30 5f a0 49 05 7b ..[ IST0HI0_.I.{
0270: 43 46 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 CFGD....N...{CFG
0280: 44 0c 00 00 00 01 00 7b 50 44 43 30 0a 18 00 92 D......{PDC0....
0290: 7b 53 44 54 4c 0a 02 00 7d 53 44 54 4c 0a 02 53 {SDTL...}SDTL..S
02a0: 44 54 4c 5b 80 43 53 54 30 00 83 88 53 53 44 54 DTL[.CST0...SSDT
02b0: 0a 07 00 83 88 53 53 44 54 0a 08 00 5b 20 43 53 .....SSDT...[ CS
02c0: 54 30 48 43 30 5f a4 6b 10 4d 21 5c 2e 5f 50 52 T0HC0_.k.M!\._PR
02d0: 5f 43 50 55 31 08 48 49 31 5f 0a 00 08 48 43 31 _CPU1.HI1_...HC1
02e0: 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a 00 52 _...H._PDC..h..R
02f0: 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 60 70 EVS.h..SIZEp.h`p
0300: 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a 08 00 t`...a[.h.@wa...
0310: 54 45 4d 50 08 53 54 53 31 11 07 0a 04 00 00 00 TEMP.STS1.......
0320: 00 73 53 54 53 31 54 45 4d 50 62 5f 4f 53 43 11 .sSTS1TEMPb_OSC.
0330: 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 70 58 .....w@.).G...pX
0340: 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 19 5f q9SREVSSIZEb.I._
0350: 4f 53 43 04 8a 6b 0a 00 53 54 53 31 8a 6b 0a 04 OSC..k..STS1.k..
0360: 43 41 50 31 8a 68 0a 00 49 49 44 30 8a 68 0a 04 CAP1.h..IID0.h..
0370: 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 0a 0c IID1.h..IID2.h..
0380: 49 49 44 33 08 55 49 44 31 11 13 0a 10 16 a6 77 IID3.UID1......w
0390: 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a 55 49 @.).G...pXq9S.UI
03a0: 44 31 0a 00 45 49 44 30 8a 55 49 44 31 0a 04 45 D1..EID0.UID1..E
03b0: 49 44 31 8a 55 49 44 31 0a 08 45 49 44 32 8a 55 ID1.UID1..EID2.U
03c0: 49 44 31 0a 0c 45 49 44 33 a0 32 92 90 90 93 49 ID1..EID3.2....I
03d0: 49 44 30 45 49 44 30 93 49 49 44 31 45 49 44 31 ID0EID0.IID1EID1
03e0: 90 93 49 49 44 32 45 49 44 32 93 49 49 44 33 45 ..IID2EID2.IID3E
03f0: 49 44 33 70 0a 06 53 54 53 31 a4 6b a0 0f 92 93 ID3p..STS1.k....
0400: 69 0a 01 70 0a 0a 53 54 53 31 a4 6b 7d 7b 50 44 i..p..STS1.k}{PD
0410: 43 31 0c ff ff ff 7f 00 43 41 50 31 50 44 43 31 C1......CAP1PDC1
0420: 70 7b 50 44 43 31 0a ff 00 50 43 50 31 a0 4c 05 p{PDC1...PCP1.L.
0430: 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b 43 46 {CFGD....A...{CF
0440: 47 44 0c 00 00 00 01 00 93 7b 50 44 43 31 0a 09 GD.......{PDC1..
0450: 00 0a 09 92 7b 53 44 54 4c 0a 10 00 7d 53 44 54 ....{SDTL...}SDT
0460: 4c 0a 10 53 44 54 4c 5b 80 49 53 54 31 00 83 88 L..SDTL[.IST1...
0470: 53 53 44 54 0a 04 00 83 88 53 53 44 54 0a 05 00 SSDT.....SSDT...
0480: 5b 20 49 53 54 31 48 49 31 5f a0 49 05 7b 43 46 [ IST1HI1_.I.{CF
0490: 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 44 0c GD....N...{CFGD.
04a0: 00 00 00 01 00 7b 50 44 43 31 0a 18 00 92 7b 53 .....{PDC1....{S
04b0: 44 54 4c 0a 20 00 7d 53 44 54 4c 0a 20 53 44 54 DTL. .}SDTL. SDT
04c0: 4c 5b 80 43 53 54 31 00 83 88 53 53 44 54 0a 0a L[.CST1...SSDT..
04d0: 00 83 88 53 53 44 54 0a 0b 00 5b 20 43 53 54 31 ...SSDT...[ CST1
04e0: 48 43 31 5f a4 6b HC1_.k
XSDT @ 0xbf6d87f0
0000: 58 53 44 54 94 00 00 00 01 c2 4c 45 4e 4f 56 4f XSDT......LENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 d2 fb 6d bf 00 00 00 00 c6 fc 6d bf ......m.......m.
0030: 00 00 00 00 2e fd 6d bf 00 00 00 00 66 fd 6d bf ......m.....f.m.
0040: 00 00 00 00 a2 fd 6d bf 00 00 00 00 d4 fd 6d bf ......m.......m.
0050: 00 00 00 00 fa fd 6d bf 00 00 00 00 70 ff 6d bf ......m.....p.m.
0060: 00 00 00 00 d8 ff 6d bf 00 00 00 00 bd 98 6d bf ......m.......m.
0070: 00 00 00 00 1a 98 6d bf 00 00 00 00 10 8e 6d bf ......m.......m.
0080: 00 00 00 00 6a 8d 6d bf 00 00 00 00 84 88 6d bf ....j.m.......m.
0090: 00 00 00 00 ....
FACP @ 0xbf6dfbd2
0000: 46 41 43 50 f4 00 00 00 03 52 54 4f 53 43 50 4c FACP.....RTOSCPL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 41 4c 41 4e CRESTLNE....ALAN
0020: 01 00 00 00 c0 2f 6e bf 6a 9b 6d bf 00 02 09 00 ...../n.j.m.....
0030: b2 00 00 00 f0 f1 00 80 00 10 00 00 00 00 00 00 ................
0040: 04 10 00 00 00 00 00 00 20 10 00 00 08 10 00 00 ........ .......
0050: 28 10 00 00 00 00 00 00 04 02 01 04 08 00 00 85 (...............
0060: 01 00 23 00 00 00 00 00 01 03 0d 00 32 00 00 00 ..#.........2...
0070: a5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080: 00 00 00 00 c0 2f 6e bf 00 00 00 00 6a 9b 6d bf ...../n.....j.m.
0090: 00 00 00 00 01 20 00 00 00 10 00 00 00 00 00 00 ..... ..........
00a0: 00 00 00 00 00 00 00 00 00 00 00 00 01 10 00 00 ................
00b0: 04 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0: 00 00 00 00 01 08 00 00 20 10 00 00 00 00 00 00 ........ .......
00d0: 01 20 00 00 08 10 00 00 00 00 00 00 01 40 00 00 . ...........@..
00e0: 28 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (...............
00f0: 00 00 00 00 ....
TCPA @ 0xbf6dfda2
0000: 54 43 50 41 32 00 00 00 01 8f 49 6e 74 65 6c 20 TCPA2.....Intel
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 4c 4f 48 52 CRESTLNE....LOHR
0020: 5a 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 Z...............
0030: 00 00 ..
fwts-test/acpidump-0001/test-0001.sh 0000775 0000000 0000000 00000000703 12314704571 0017076 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test acpidump against known ACPI tables"
NAME=test-0001.sh
TMPLOG=$TMP/acpidump.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpidump-0001/acpidump.log acpidump - | grep "^[0-9]*[ ]*acpidump" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpidump-0001/acpidump-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015507 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0001/acpidump-0001.log 0000664 0000000 0000000 00000405421 12314704571 0020400 0 ustar 00root root 0000000 0000000 DSDT @ 0xbf6d9b6a
0000: 44 53 44 54 f4 5f 00 00 02 11 54 4f 53 43 50 4c DSDT._....TOSCPL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 49 4e 54 4c CRESTLNE....INTL
0020: 08 06 06 20 08 5a 30 30 30 01 08 5a 30 30 31 0a ... .Z000..Z001.
0030: 02 08 5a 30 30 32 0a 04 08 5a 30 30 33 0a 08 08 ..Z002...Z003...
0040: 5a 30 30 34 00 08 5a 30 30 35 0a 0f 08 5a 30 30 Z004..Z005...Z00
0050: 36 0a 0d 08 5a 30 30 37 0a 0b 08 5a 30 30 38 0a 6...Z007...Z008.
0060: 09 08 45 43 44 59 0a 07 5b 01 4d 55 54 58 00 5b ..ECDY..[.MUTX.[
0070: 80 50 52 54 30 01 0a 80 0a 04 5b 81 0b 50 52 54 .PRT0.....[..PRT
0080: 30 13 50 38 30 48 20 14 4e 07 50 38 58 48 0a a0 0.P80H .N.P8XH..
0090: 17 93 68 00 70 7d 7b 50 38 30 44 0c 00 ff ff ff ..h.p}{P80D.....
00a0: 00 69 00 50 38 30 44 a0 1b 93 68 01 70 7d 7b 50 .i.P80D...h.p}{P
00b0: 38 30 44 0c ff 00 ff ff 00 79 69 0a 08 00 00 50 80D......yi....P
00c0: 38 30 44 a0 1c 93 68 0a 02 70 7d 7b 50 38 30 44 80D...h..p}{P80D
00d0: 0c ff ff 00 ff 00 79 69 0a 10 00 00 50 38 30 44 ......yi....P80D
00e0: a0 1c 93 68 0a 03 70 7d 7b 50 38 30 44 0c ff ff ...h..p}{P80D...
00f0: ff 00 00 79 69 0a 18 00 00 50 38 30 44 70 50 38 ...yi....P80DpP8
0100: 30 44 50 38 30 48 14 0c 5f 50 49 43 01 70 68 47 0DP80H.._PIC.phG
0110: 50 49 43 14 46 06 5f 50 54 53 01 70 00 50 38 30 PIC.F._PTS.p.P80
0120: 44 50 38 58 48 00 68 a0 1e 93 68 0a 03 70 01 5c DP8XH.h...h..p.\
0130: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0140: 30 5f 53 33 4c 44 a0 33 93 68 0a 04 70 01 5c 2f 0_S3LD.3.h..p.\/
0150: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
0160: 5f 53 33 4c 44 5c 2f 04 5f 53 42 5f 50 43 49 30 _S3LD\/._SB_PCI0
0170: 4c 50 43 42 50 48 53 53 0a 0e 14 4c 1c 5f 57 41 LPCBPHSS...L._WA
0180: 4b 01 50 38 58 48 01 0a ab a0 30 91 93 68 0a 03 K.P8XH....0..h..
0190: 93 68 0a 04 a0 25 7b 43 46 47 44 0c 00 00 00 01 .h...%{CFGD.....
01a0: 00 a0 18 90 7b 43 46 47 44 0a f0 00 93 4f 53 59 ....{CFGD....OSY
01b0: 53 0b d1 07 54 52 41 50 0a 3d a0 18 93 52 50 31 S...TRAP.=...RP1
01c0: 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 D..\/._SB_PCI0RP
01d0: 30 31 00 a0 18 93 52 50 32 44 00 86 5c 2f 03 5f 01....RP2D..\/._
01e0: 53 42 5f 50 43 49 30 52 50 30 32 00 a0 18 93 52 SB_PCI0RP02....R
01f0: 50 33 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 P3D..\/._SB_PCI0
0200: 52 50 30 33 00 a0 18 93 52 50 34 44 00 86 5c 2f RP03....RP4D..\/
0210: 03 5f 53 42 5f 50 43 49 30 52 50 30 34 00 a0 18 ._SB_PCI0RP04...
0220: 93 52 50 35 44 00 86 5c 2f 03 5f 53 42 5f 50 43 .RP5D..\/._SB_PC
0230: 49 30 52 50 30 35 00 a0 18 93 52 50 36 44 00 86 I0RP05....RP6D..
0240: 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 36 00 \/._SB_PCI0RP06.
0250: a0 12 93 68 0a 03 50 38 58 48 00 0a 30 54 52 41 ...h..P8XH..0TRA
0260: 50 0a 46 a0 43 0d 93 68 0a 04 50 38 58 48 00 0a P.F.C..h..P8XH..
0270: 40 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 @\/._SB_PCI0LPCB
0280: 50 48 53 53 0a 0f 70 57 41 4b 46 60 70 00 57 41 PHSS..pWAKF`p.WA
0290: 4b 46 7b 60 0a 05 60 a0 18 93 60 01 50 38 58 48 KF{`..`...`.P8XH
02a0: 00 0a 41 86 5c 2e 5f 53 42 5f 50 57 52 42 0a 02 ..A.\._SB_PWRB..
02b0: a0 46 08 44 54 53 45 54 52 41 50 0a 47 a0 42 06 .F.DTSETRAP.G.B.
02c0: 90 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 .\/._SB_PCI0LPCB
02d0: 45 43 4f 4b 93 45 43 44 59 00 a0 27 92 95 44 54 ECOK.ECDY..'..DT
02e0: 53 31 44 54 53 32 70 44 54 53 31 5c 2f 05 5f 53 S1DTS2pDTS1\/._S
02f0: 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b B_PCI0LPCBEC0_SK
0300: 54 41 a1 1d 70 44 54 53 32 5c 2f 05 5f 53 42 5f TA..pDTS2\/._SB_
0310: 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 PCI0LPCBEC0_SKTA
0320: a1 16 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 ..\/._SB_PCI0LPC
0330: 42 50 48 53 53 0a 10 5c 2e 5f 50 52 5f 52 50 50 BPHSS..\._PR_RPP
0340: 43 a4 12 04 02 00 00 14 1e 47 45 54 42 0b 77 68 C........GETB.wh
0350: 0a 08 60 77 69 0a 08 61 5b 13 6a 60 61 54 42 46 ..`wi..a[.j`aTBF
0360: 33 a4 54 42 46 33 14 42 09 50 4e 4f 54 08 a0 4a 3.TBF3.B.PNOT..J
0370: 06 4d 50 45 4e a0 31 7b 50 44 43 30 0a 08 00 86 .MPEN.1{PDC0....
0380: 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 a0 1a 7b 50 \._PR_CPU0....{P
0390: 44 43 30 0a 10 00 5b 22 0a 64 86 5c 2e 5f 50 52 DC0...[".d.\._PR
03a0: 5f 43 50 55 30 0a 81 a0 31 7b 50 44 43 31 0a 08 _CPU0...1{PDC1..
03b0: 00 86 5c 2e 5f 50 52 5f 43 50 55 31 0a 80 a0 1a ..\._PR_CPU1....
03c0: 7b 50 44 43 31 0a 10 00 5b 22 0a 64 86 5c 2e 5f {PDC1...[".d.\._
03d0: 50 52 5f 43 50 55 31 0a 81 a1 1f 86 5c 2e 5f 50 PR_CPU1.....\._P
03e0: 52 5f 43 50 55 30 0a 80 5b 22 0a 64 86 5c 2e 5f R_CPU0..[".d.\._
03f0: 50 52 5f 43 50 55 30 0a 81 14 17 54 52 41 50 09 PR_CPU0....TRAP.
0400: 70 68 53 4d 49 46 70 00 54 52 50 30 a4 53 4d 49 phSMIFp.TRP0.SMI
0410: 46 10 41 0f 5f 53 42 5f 14 4a 0e 5f 49 4e 49 00 F.A._SB_.J._INI.
0420: 70 0b 99 99 4d 41 52 4b a0 1c 44 54 53 45 54 52 p...MARK..DTSETR
0430: 41 50 0a 47 5e 2f 03 50 43 49 30 4c 50 43 42 50 AP.G^/.PCI0LPCBP
0440: 48 53 53 0a 10 70 0b d0 07 4f 53 59 53 a0 4a 09 HSS..p...OSYS.J.
0450: 5b 12 5f 4f 53 49 60 a0 18 5f 4f 53 49 0d 4c 69 [._OSI`.._OSI.Li
0460: 6e 75 78 00 70 01 4c 49 4e 58 70 00 45 43 44 59 nux.p.LINXp.ECDY
0470: a0 1b 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 32 .._OSI.Windows 2
0480: 30 30 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f 001.p...OSYS.._O
0490: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04a0: 53 50 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f SP1.p...OSYS.._O
04b0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04c0: 53 50 32 00 70 0b d2 07 4f 53 59 53 a0 1b 5f 4f SP2.p...OSYS.._O
04d0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 36 00 SI.Windows 2006.
04e0: 70 0b d6 07 4f 53 59 53 a0 14 90 4d 50 45 4e 93 p...OSYS...MPEN.
04f0: 4f 53 59 53 0b d1 07 54 52 41 50 0a 3d 54 52 41 OSYS...TRAP.=TRA
0500: 50 0a 2b 5b 80 47 4e 56 53 00 0c bc 2d 6e bf 0b P.+[.GNVS...-n..
0510: 00 01 5b 81 45 24 47 4e 56 53 10 4f 53 59 53 10 ..[.E$GNVS.OSYS.
0520: 53 4d 49 46 08 50 52 4d 30 08 50 52 4d 31 08 53 SMIF.PRM0.PRM1.S
0530: 43 49 46 08 50 52 4d 32 08 50 52 4d 33 08 4c 43 CIF.PRM2.PRM3.LC
0540: 4b 46 08 50 52 4d 34 08 50 52 4d 35 08 50 38 30 KF.PRM4.PRM5.P80
0550: 44 20 4c 49 44 53 08 50 57 52 53 08 44 42 47 53 D LIDS.PWRS.DBGS
0560: 08 4c 49 4e 58 08 00 08 41 43 54 31 08 41 43 54 .LINX...ACT1.ACT
0570: 54 08 50 53 56 54 08 54 43 31 56 08 54 43 32 56 T.PSVT.TC1V.TC2V
0580: 08 54 53 50 56 08 43 52 54 54 08 44 54 53 45 08 .TSPV.CRTT.DTSE.
0590: 44 54 53 31 08 44 54 53 32 08 00 40 05 41 50 49 DTS1.DTS2..@.API
05a0: 43 08 4d 50 45 4e 08 50 43 50 30 08 50 43 50 31 C.MPEN.PCP0.PCP1
05b0: 08 50 50 43 4d 08 00 28 43 4d 41 50 08 43 4d 42 .PPCM..(CMAP.CMB
05c0: 50 08 4c 50 54 50 08 46 44 43 50 08 00 30 49 47 P.LPTP.FDCP..0IG
05d0: 44 53 08 54 4c 53 54 08 43 41 44 4c 08 50 41 44 DS.TLST.CADL.PAD
05e0: 4c 08 43 53 54 45 10 4e 53 54 45 10 53 53 54 45 L.CSTE.NSTE.SSTE
05f0: 10 4e 44 49 44 08 44 49 44 31 20 44 49 44 32 20 .NDID.DID1 DID2
0600: 44 49 44 33 20 44 49 44 34 20 44 49 44 35 20 00 DID3 DID4 DID5 .
0610: 40 06 42 4c 43 53 08 42 52 54 4c 08 41 4c 53 45 @.BLCS.BRTL.ALSE
0620: 08 41 4c 41 46 08 4c 4c 4f 57 08 4c 48 49 48 08 .ALAF.LLOW.LHIH.
0630: 00 08 45 4d 41 45 08 45 4d 41 50 10 45 4d 41 4c ..EMAE.EMAP.EMAL
0640: 10 00 08 4d 45 46 45 08 00 18 54 50 4d 50 08 54 ...MEFE...TPMP.T
0650: 50 4d 45 08 00 40 04 47 54 46 30 38 47 54 46 32 PME..@.GTF08GTF2
0660: 38 49 44 45 4d 08 47 54 46 31 38 00 40 09 41 53 8IDEM.GTF18.@.AS
0670: 4c 42 20 49 42 54 54 08 49 50 41 54 08 49 54 56 LB IBTT.IPAT.ITV
0680: 46 08 49 54 56 4d 08 49 50 53 43 08 49 42 4c 43 F.ITVM.IPSC.IBLC
0690: 08 49 42 49 41 08 49 53 53 43 08 49 34 30 39 08 .IBIA.ISSC.I409.
06a0: 49 35 30 39 08 49 36 30 39 08 49 37 30 39 08 49 I509.I609.I709.I
06b0: 44 4d 4d 08 49 44 4d 53 08 49 46 31 45 08 48 56 DMM.IDMS.IF1E.HV
06c0: 43 4f 08 4e 58 44 31 20 4e 58 44 32 20 4d 41 52 CO.NXD1 NXD2 MAR
06d0: 4b 10 42 52 41 44 08 42 54 45 4e 08 56 56 45 4e K.BRAD.BTEN.VVEN
06e0: 08 42 47 54 4c 08 54 4d 45 45 01 00 07 53 43 55 .BGTL.TMEE...SCU
06f0: 30 01 53 43 55 31 01 53 43 55 32 01 53 43 55 33 0.SCU1.SCU2.SCU3
0700: 01 00 04 58 4b 53 50 01 58 4b 49 4e 01 58 4b 49 ...XKSP.XKIN.XKI
0710: 44 01 58 4b 4f 4b 01 00 04 42 47 55 31 08 42 53 D.XKOK...BGU1.BS
0720: 54 31 08 42 46 43 31 10 57 4b 4c 4e 08 57 41 4b T1.BFC1.WKLN.WAK
0730: 46 08 44 53 4d 44 08 42 41 59 53 08 48 41 50 45 F.DSMD.BAYS.HAPE
0740: 01 00 07 44 54 53 4d 01 00 07 4f 44 54 31 08 4f ...DTSM...ODT1.O
0750: 44 54 32 08 44 54 53 57 08 08 44 53 45 4e 01 08 DT2.DTSW..DSEN..
0760: 45 43 4f 4e 00 08 47 50 49 43 00 08 43 54 59 50 ECON..GPIC..CTYP
0770: 00 08 4c 30 31 43 00 08 56 46 4e 30 00 08 56 46 ..L01C..VFN0..VF
0780: 4e 31 00 10 4a 7c 5f 47 50 45 14 46 35 5f 4c 30 N1..J|_GPE.F5_L0
0790: 31 00 72 4c 30 31 43 01 4c 30 31 43 50 38 58 48 1.rL01C.L01CP8XH
07a0: 00 01 50 38 58 48 01 4c 30 31 43 a0 48 08 90 93 ..P8XH.L01C.H...
07b0: 52 50 31 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 RP1D.\/._SB_PCI0
07c0: 52 50 30 31 48 50 53 58 5b 22 0a 64 a0 40 05 5c RP01HPSX[".d.@.\
07d0: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 50 44 /._SB_PCI0RP01PD
07e0: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
07f0: 50 30 31 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f P01PDCXp.\/._SB_
0800: 50 43 49 30 52 50 30 31 48 50 53 58 86 5c 2f 03 PCI0RP01HPSX.\/.
0810: 5f 53 42 5f 50 43 49 30 52 50 30 31 00 a1 16 70 _SB_PCI0RP01...p
0820: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0830: 48 50 53 58 a0 48 08 90 93 52 50 32 44 00 5c 2f HPSX.H...RP2D.\/
0840: 04 5f 53 42 5f 50 43 49 30 52 50 30 32 48 50 53 ._SB_PCI0RP02HPS
0850: 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 5f 50 X[".d.@.\/._SB_P
0860: 43 49 30 52 50 30 32 50 44 43 58 70 01 5c 2f 04 CI0RP02PDCXp.\/.
0870: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 44 43 58 _SB_PCI0RP02PDCX
0880: 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 p.\/._SB_PCI0RP0
0890: 32 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 2HPSX.\/._SB_PCI
08a0: 30 52 50 30 32 00 a1 16 70 01 5c 2f 04 5f 53 42 0RP02...p.\/._SB
08b0: 5f 50 43 49 30 52 50 30 32 48 50 53 58 a0 48 08 _PCI0RP02HPSX.H.
08c0: 90 93 52 50 33 44 00 5c 2f 04 5f 53 42 5f 50 43 ..RP3D.\/._SB_PC
08d0: 49 30 52 50 30 33 48 50 53 58 5b 22 0a 64 a0 40 I0RP03HPSX[".d.@
08e0: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 .\/._SB_PCI0RP03
08f0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0900: 30 52 50 30 33 50 44 43 58 70 01 5c 2f 04 5f 53 0RP03PDCXp.\/._S
0910: 42 5f 50 43 49 30 52 50 30 33 48 50 53 58 86 5c B_PCI0RP03HPSX.\
0920: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 33 00 a1 /._SB_PCI0RP03..
0930: 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .p.\/._SB_PCI0RP
0940: 30 33 48 50 53 58 a0 48 08 90 93 52 50 34 44 00 03HPSX.H...RP4D.
0950: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 48 \/._SB_PCI0RP04H
0960: 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 PSX[".d.@.\/._SB
0970: 5f 50 43 49 30 52 50 30 34 50 44 43 58 70 01 5c _PCI0RP04PDCXp.\
0980: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 50 44 /._SB_PCI0RP04PD
0990: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
09a0: 50 30 34 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 P04HPSX.\/._SB_P
09b0: 43 49 30 52 50 30 34 00 a1 16 70 01 5c 2f 04 5f CI0RP04...p.\/._
09c0: 53 42 5f 50 43 49 30 52 50 30 34 48 50 53 58 a0 SB_PCI0RP04HPSX.
09d0: 48 08 90 93 52 50 35 44 00 5c 2f 04 5f 53 42 5f H...RP5D.\/._SB_
09e0: 50 43 49 30 52 50 30 35 48 50 53 58 5b 22 0a 64 PCI0RP05HPSX[".d
09f0: a0 40 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .@.\/._SB_PCI0RP
0a00: 30 35 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 05PDCXp.\/._SB_P
0a10: 43 49 30 52 50 30 35 50 44 43 58 70 01 5c 2f 04 CI0RP05PDCXp.\/.
0a20: 5f 53 42 5f 50 43 49 30 52 50 30 35 48 50 53 58 _SB_PCI0RP05HPSX
0a30: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 35 .\/._SB_PCI0RP05
0a40: 00 a1 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 ...p.\/._SB_PCI0
0a50: 52 50 30 35 48 50 53 58 a0 48 08 90 93 52 50 36 RP05HPSX.H...RP6
0a60: 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 D.\/._SB_PCI0RP0
0a70: 36 48 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 6HPSX[".d.@.\/._
0a80: 53 42 5f 50 43 49 30 52 50 30 36 50 44 43 58 70 SB_PCI0RP06PDCXp
0a90: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 .\/._SB_PCI0RP06
0aa0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0ab0: 30 52 50 30 36 48 50 53 58 86 5c 2f 03 5f 53 42 0RP06HPSX.\/._SB
0ac0: 5f 50 43 49 30 52 50 30 36 00 a1 16 70 01 5c 2f _PCI0RP06...p.\/
0ad0: 04 5f 53 42 5f 50 43 49 30 52 50 30 36 48 50 53 ._SB_PCI0RP06HPS
0ae0: 58 14 42 0d 5f 4c 30 32 00 70 00 47 50 45 43 a0 X.B._L02.p.GPEC.
0af0: 4d 0a 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 M.\/._SB_PCI0LPC
0b00: 42 45 43 4f 4b a0 4e 04 93 44 54 53 57 01 a0 27 BECOK.N..DTSW..'
0b10: 92 95 44 54 53 31 44 54 53 32 70 44 54 53 31 5c ..DTS1DTS2pDTS1\
0b20: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0b30: 30 5f 53 4b 54 41 a1 1d 70 44 54 53 32 5c 2f 05 0_SKTA..pDTS2\/.
0b40: 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f _SB_PCI0LPCBEC0_
0b50: 53 4b 54 41 a1 48 04 a0 27 92 95 4f 44 54 31 4f SKTA.H..'..ODT1O
0b60: 44 54 32 70 4f 44 54 31 5c 2f 05 5f 53 42 5f 50 DT2pODT1\/._SB_P
0b70: 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 CI0LPCBEC0_SKTA.
0b80: 1d 70 4f 44 54 32 5c 2f 05 5f 53 42 5f 50 43 49 .pODT2\/._SB_PCI
0b90: 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 16 5c 0LPCBEC0_SKTA..\
0ba0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 50 48 /._SB_PCI0LPCBPH
0bb0: 53 53 0a 10 14 18 5f 4c 30 33 00 86 5c 2f 03 5f SS...._L03..\/._
0bc0: 53 42 5f 50 43 49 30 55 53 42 31 0a 02 14 18 5f SB_PCI0USB1...._
0bd0: 4c 30 34 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 L04..\/._SB_PCI0
0be0: 55 53 42 32 0a 02 14 18 5f 4c 30 35 00 86 5c 2f USB2...._L05..\/
0bf0: 03 5f 53 42 5f 50 43 49 30 55 53 42 35 0a 02 14 ._SB_PCI0USB5...
0c00: 36 5f 4c 30 36 00 a0 27 5c 2f 04 5f 53 42 5f 50 6_L06..'\/._SB_P
0c10: 43 49 30 47 46 58 30 47 53 53 45 5c 2f 04 5f 53 CI0GFX0GSSE\/._S
0c20: 42 5f 50 43 49 30 47 46 58 30 47 53 43 49 a1 07 B_PCI0GFX0GSCI..
0c30: 70 01 53 43 49 53 14 43 1f 5f 4c 30 39 00 a0 41 p.SCIS.C._L09..A
0c40: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0c50: 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PSPXp.\/._SB_PCI
0c60: 30 52 50 30 31 50 53 50 58 70 01 5c 2f 04 5f 53 0RP01PSPXp.\/._S
0c70: 42 5f 50 43 49 30 52 50 30 31 50 4d 53 58 86 5c B_PCI0RP01PMSX.\
0c80: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 31 0a 02 /._SB_PCI0RP01..
0c90: a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .A.\/._SB_PCI0RP
0ca0: 30 32 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 02PSPXp.\/._SB_P
0cb0: 43 49 30 52 50 30 32 50 53 50 58 70 01 5c 2f 04 CI0RP02PSPXp.\/.
0cc0: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 4d 53 58 _SB_PCI0RP02PMSX
0cd0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 32 .\/._SB_PCI0RP02
0ce0: 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 ...A.\/._SB_PCI0
0cf0: 52 50 30 33 50 53 50 58 70 01 5c 2f 04 5f 53 42 RP03PSPXp.\/._SB
0d00: 5f 50 43 49 30 52 50 30 33 50 53 50 58 70 01 5c _PCI0RP03PSPXp.\
0d10: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 50 4d /._SB_PCI0RP03PM
0d20: 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 SX.\/._SB_PCI0RP
0d30: 30 33 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 03...A.\/._SB_PC
0d40: 49 30 52 50 30 34 50 53 50 58 70 01 5c 2f 04 5f I0RP04PSPXp.\/._
0d50: 53 42 5f 50 43 49 30 52 50 30 34 50 53 50 58 70 SB_PCI0RP04PSPXp
0d60: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 .\/._SB_PCI0RP04
0d70: 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 PMSX.\/._SB_PCI0
0d80: 52 50 30 34 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f RP04...A.\/._SB_
0d90: 50 43 49 30 52 50 30 35 50 53 50 58 70 01 5c 2f PCI0RP05PSPXp.\/
0da0: 04 5f 53 42 5f 50 43 49 30 52 50 30 35 50 53 50 ._SB_PCI0RP05PSP
0db0: 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 Xp.\/._SB_PCI0RP
0dc0: 30 35 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 05PMSX.\/._SB_PC
0dd0: 49 30 52 50 30 35 0a 02 a0 41 05 5c 2f 04 5f 53 I0RP05...A.\/._S
0de0: 42 5f 50 43 49 30 52 50 30 36 50 53 50 58 70 01 B_PCI0RP06PSPXp.
0df0: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 50 \/._SB_PCI0RP06P
0e00: 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 SPXp.\/._SB_PCI0
0e10: 52 50 30 36 50 4d 53 58 86 5c 2f 03 5f 53 42 5f RP06PMSX.\/._SB_
0e20: 50 43 49 30 52 50 30 36 0a 02 14 18 5f 4c 30 42 PCI0RP06...._L0B
0e30: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ..\/._SB_PCI0PCI
0e40: 42 0a 02 14 18 5f 4c 30 43 00 86 5c 2f 03 5f 53 B...._L0C..\/._S
0e50: 42 5f 50 43 49 30 55 53 42 33 0a 02 14 4b 0b 5f B_PCI0USB3...K._
0e60: 4c 30 44 00 a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 L0D..;\/._SB_PCI
0e70: 30 45 48 43 31 50 4d 45 53 70 01 5c 2f 04 5f 53 0EHC1PMESp.\/._S
0e80: 42 5f 50 43 49 30 45 48 43 31 50 4d 45 53 86 5c B_PCI0EHC1PMES.\
0e90: 2f 03 5f 53 42 5f 50 43 49 30 45 48 43 31 0a 02 /._SB_PCI0EHC1..
0ea0: a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 30 45 48 43 .;\/._SB_PCI0EHC
0eb0: 32 50 4d 45 53 70 01 5c 2f 04 5f 53 42 5f 50 43 2PMESp.\/._SB_PC
0ec0: 49 30 45 48 43 32 50 4d 45 53 86 5c 2f 03 5f 53 I0EHC2PMES.\/._S
0ed0: 42 5f 50 43 49 30 45 48 43 32 0a 02 a0 3b 5c 2f B_PCI0EHC2...;\/
0ee0: 04 5f 53 42 5f 50 43 49 30 48 44 45 46 50 4d 45 ._SB_PCI0HDEFPME
0ef0: 53 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 48 44 Sp.\/._SB_PCI0HD
0f00: 45 46 50 4d 45 53 86 5c 2f 03 5f 53 42 5f 50 43 EFPMES.\/._SB_PC
0f10: 49 30 48 44 45 46 0a 02 14 18 5f 4c 30 45 00 86 I0HDEF...._L0E..
0f20: 5c 2f 03 5f 53 42 5f 50 43 49 30 55 53 42 34 0a \/._SB_PCI0USB4.
0f30: 02 14 1c 5f 4c 31 42 00 80 4c 50 4f 4c 4c 50 4f ..._L1B..LPOLLPO
0f40: 4c 86 5c 2e 5f 53 42 5f 4c 49 44 30 0a 80 10 46 L.\._SB_LID0...F
0f50: 0b 5f 50 52 5f 5b 83 0b 43 50 55 30 00 10 10 00 ._PR_[..CPU0....
0f60: 00 06 5b 83 0b 43 50 55 31 01 10 10 00 00 06 14 ..[..CPU1.......
0f70: 45 09 52 50 50 43 00 a0 4d 08 93 4f 53 59 53 0b E.RPPC..M..OSYS.
0f80: d2 07 a0 42 08 7b 43 46 47 44 01 00 a0 42 04 94 ...B.{CFGD...B..
0f90: 5e 2e 43 50 55 30 5f 50 50 43 00 74 5e 2e 43 50 ^.CPU0_PPC.t^.CP
0fa0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
0fb0: 43 50 4e 4f 54 72 5e 2e 43 50 55 30 5f 50 50 43 CPNOTr^.CPU0_PPC
0fc0: 01 5e 2e 43 50 55 30 5f 50 50 43 50 4e 4f 54 a1 .^.CPU0_PPCPNOT.
0fd0: 35 72 5e 2e 43 50 55 30 5f 50 50 43 01 5e 2e 43 5r^.CPU0_PPC.^.C
0fe0: 50 55 30 5f 50 50 43 50 4e 4f 54 74 5e 2e 43 50 PU0_PPCPNOTt^.CP
0ff0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
1000: 43 50 4e 4f 54 08 46 57 53 4f 0d 46 57 53 4f 00 CPNOT.FWSO.FWSO.
1010: 08 5f 50 53 43 00 14 12 5f 50 53 30 00 70 5f 50 ._PSC..._PS0.p_P
1020: 53 43 60 70 00 5f 50 53 43 14 0d 5f 50 53 33 00 SC`p._PSC.._PS3.
1030: 70 0a 03 5f 50 53 43 10 8c fb 04 5f 53 42 5f 5b p.._PSC...._SB_[
1040: 82 4f 3e 41 4d 57 30 08 5f 48 49 44 0d 70 6e 70 .O>AMW0._HID.pnp
1050: 30 63 31 34 00 08 5f 55 49 44 00 08 5f 57 44 47 0c14.._UID.._WDG
1060: 11 3f 0a 3c a7 1d 85 2e 53 d0 5f 49 9d fa 1a 4a .?.<....S._I...J
1070: d6 2e 6a 86 41 43 01 00 3b 6d 43 71 dd fb 72 4c ..j.AC..;mCq..rL
1080: bc b8 43 5b fe 0d 64 f9 42 43 01 00 21 12 90 05 ..C[..d.BC..!...
1090: 66 d5 d1 11 b2 f0 00 a0 c9 06 29 10 42 41 01 00 f.........).BA..
10a0: 08 53 54 41 43 11 07 0a 04 01 14 03 00 14 1f 57 .STAC..........W
10b0: 51 41 43 01 70 0d 4d 58 4d 54 43 43 6f 6e 66 69 QAC.p.MXMTCConfi
10c0: 67 44 61 74 61 00 5b 31 a4 53 54 41 43 08 53 54 gData.[1.STAC.ST
10d0: 42 43 11 07 0a 04 01 00 00 00 14 34 57 51 42 43 BC.........4WQBC
10e0: 01 70 0d 47 65 74 20 4d 58 4d 54 43 43 6f 6e 74 .p.Get MXMTCCont
10f0: 72 6f 6c 44 61 74 61 3a 20 53 54 42 43 20 3d 20 rolData: STBC =
1100: 00 5b 31 70 53 54 42 43 5b 31 a4 53 54 42 43 14 .[1pSTBC[1.STBC.
1110: 47 06 57 53 42 43 02 70 69 53 54 42 43 70 0d 53 G.WSBC.piSTBCp.S
1120: 65 74 20 4d 58 4d 54 43 43 6f 6e 74 72 6f 6c 44 et MXMTCControlD
1130: 61 74 61 3a 20 53 54 42 43 20 3d 20 00 5b 31 70 ata: STBC = .[1p
1140: 53 54 42 43 5b 31 a0 30 93 5e 5e 2f 03 50 43 49 STBC[1.0.^^/.PCI
1150: 30 4c 50 43 42 45 43 4f 4b 01 70 83 88 53 54 42 0LPCBECOK.p..STB
1160: 43 01 00 5e 5e 2f 04 50 43 49 30 4c 50 43 42 45 C..^^/.PCI0LPCBE
1170: 43 30 5f 53 4b 54 43 08 57 51 42 41 11 43 2b 0b C0_SKTC.WQBA.C+.
1180: ae 02 46 4f 4d 42 01 00 00 00 9e 02 00 00 c0 0b ..FOMB..........
1190: 00 00 44 53 00 01 1a 7d da 54 28 d9 85 00 01 06 ..DS...}.T(.....
11a0: 18 42 10 07 10 0a 4b 61 02 c9 21 52 3c 18 94 05 .B....Ka..!R<...
11b0: 10 43 88 57 04 44 04 84 bc 0a b0 29 c0 24 88 fa .C.W.D.....).$..
11c0: f7 87 28 09 0e 25 04 42 12 05 98 17 a0 5b 80 61 ..(..%.B.....[.a
11d0: 01 b6 05 98 16 e0 18 92 4a 03 a7 04 96 02 21 a1 ........J.....!.
11e0: 02 94 0b f0 2d 40 3b a2 24 0b b0 0c 23 02 8f 82 ....-@;.$...#...
11f0: a1 71 68 ec 30 2c 13 4c 83 38 8c b2 91 45 60 dc .qh.0,.L.8...E`.
1200: 4e 05 c8 15 20 4c 80 78 54 61 34 07 45 e0 42 63 N... L.xTa4.E.Bc
1210: 64 40 c8 a3 00 ab a3 d0 a4 12 d8 bd 00 65 02 2c d@...........e.,
1220: 0a 10 27 c0 9a 00 63 48 32 28 40 9b 00 5b 20 42 ..'...cH2(@..[ B
1230: 0f d4 19 8a 46 70 02 51 6a 46 11 48 ac 1a 01 85 ....Fp.QjF.H....
1240: 12 34 46 b0 10 81 c2 86 37 46 98 03 88 d1 fe 20 .4F.....7F.....
1250: 48 20 05 e3 66 91 46 83 1a 6b 82 63 f7 68 4e b8 H ..f.F..k.c.hN.
1260: 73 01 d2 e7 26 90 a3 3b b8 3a 07 4d 86 c7 b0 1e s...&..;.:.M....
1270: 06 d8 29 00 ef 1a 50 d3 3f 78 26 08 0e 35 44 8f ..)...P.?x&..5D.
1280: 3a dc 09 1c fb 91 30 88 b3 3b 6e ac c3 c9 68 d0 :.....0..;n...h.
1290: a5 0a 30 7b 00 d0 d0 12 9c f6 99 84 7e 0f 38 9f ..0{........~.8.
12a0: 9e 21 89 fc 41 a0 46 e6 ff 3f b4 c7 78 5a 31 43 .!..A.F..?..xZ1C
12b0: 3e 0b 1c 16 13 0b a1 4d 6a 3c 40 40 e1 d1 40 08 >......Mj<@@..@.
12c0: 6f 06 9e af 09 46 86 90 93 f1 a0 06 e0 41 d7 3a o....F.......A.:
12d0: 32 8d 27 a6 21 cf e8 00 22 bf 32 78 0c 41 02 f9 2.'.!...".2x.A..
12e0: c4 60 b8 c7 81 13 78 02 f0 59 40 10 92 00 21 51 .`....x..Y@...!Q
12f0: e3 a7 47 08 7e 7a 78 93 30 28 1f d2 99 f9 90 e1 ..G.~zx.0(......
1300: 11 c2 07 c4 7b 9f 3b 19 c1 29 7b a4 e0 b0 7e 0e ....{.;..){...~.
1310: 20 c0 af 0f 8f 0d 09 7c ae 08 8c 1d aa fd 0a 40 ......|.......@
1320: 08 1e ed 51 e0 54 23 1c 2d 78 08 8a 1c 03 4a cc ...Q.T#.-x....J.
1330: 18 50 03 38 85 d0 e7 73 04 47 14 25 f6 21 19 da .P.8...s.G.%.!..
1340: 08 e1 1f 39 4e c1 f7 8b 23 3d ad 23 78 91 f0 08 ...9N...#=.#x...
1350: 30 e1 ce 28 a8 38 30 f4 ff 7f 4c 01 dc 7a 3b a6 0..(.80...L..z;.
1360: 80 3e c0 31 05 50 fc ff 3f a6 00 87 a8 c7 14 f4 .>.1.P..?.......
1370: 40 0c 7c 2e a1 0d ff 96 c1 8e 03 87 74 6a 8f 28 @.|.........tj.(
1380: 80 29 79 47 14 50 8c 14 d6 f1 04 18 05 3c 9b a0 .)yG.P.......<..
1390: 22 1d 4f 80 ce ff ff 78 02 58 b8 9a bc 92 84 7d ".O....x.X.....}
13a0: 1e 78 1d 89 14 e3 41 e2 b5 e4 c1 24 46 98 08 8f .x....A....$F...
13b0: 27 1e 47 c0 b7 82 28 91 8e 3e c4 83 49 28 63 3e '.G...(..>..I(c>
13c0: a3 84 89 f9 04 70 22 ef 27 46 0a 73 2a 8f 27 2c .....p".'F.s*.',
13d0: c4 f1 04 a0 85 e2 e3 09 3a 2c 84 fe ff c7 13 dc ........:,......
13e0: e1 c1 a7 0c fc 85 0c c6 f9 04 30 24 f0 7c 02 ca ..........0$.|..
13f0: db 18 e6 80 02 8c 14 da f4 a9 d1 a8 55 83 32 35 ............U.25
1400: ca 34 a8 d5 a7 52 63 c6 4c 9c 52 bc 6c 8d df f2 .4...Rc.L.R.l...
1410: 9e 09 02 b1 20 0a 81 38 cc f3 42 20 96 a2 01 84 .... ..8..B ....
1420: 85 06 a1 42 a9 05 e2 98 20 34 92 0a 10 f6 ff 07 ...B.... 4......
1430: 5b 82 1b 4c 49 44 30 08 5f 48 49 44 0c 41 d0 0c [..LID0._HID.A..
1440: 0d 14 0b 5f 4c 49 44 00 a4 4c 50 4f 4c 5b 82 0f ..._LID..LPOL[..
1450: 50 57 52 42 08 5f 48 49 44 0c 41 d0 0c 0c 5b 82 PWRB._HID.A...[.
1460: 84 b9 04 50 43 49 30 14 09 5f 53 33 44 00 a4 0a ...PCI0.._S3D...
1470: 02 14 09 5f 53 34 44 00 a4 0a 02 08 5f 48 49 44 ..._S4D....._HID
1480: 0c 41 d0 0a 08 08 5f 43 49 44 0c 41 d0 0a 03 5b .A...._CID.A...[
1490: 82 43 0e 4d 43 48 43 08 5f 41 44 52 00 5b 80 48 .C.MCHC._ADR.[.H
14a0: 42 55 53 02 0a 40 0a c0 5b 81 4a 0c 48 42 55 53 BUS..@..[.J.HBUS
14b0: 03 45 50 45 4e 01 00 0b 45 50 42 52 14 00 20 4d .EPEN...EPBR.. M
14c0: 48 45 4e 01 00 0d 4d 48 42 52 12 00 40 0a 50 58 HEN...MHBR..@.PX
14d0: 45 4e 01 50 58 53 5a 02 00 17 50 58 42 52 06 00 EN.PXSZ...PXBR..
14e0: 20 44 49 45 4e 01 00 0b 44 49 42 52 14 00 20 49 DIEN...DIBR.. I
14f0: 50 45 4e 01 00 0b 49 50 42 52 14 00 40 0e 00 04 PEN...IPBR..@...
1500: 50 4d 30 48 02 00 02 50 4d 31 4c 02 00 02 50 4d PM0H...PM1L...PM
1510: 31 48 02 00 02 50 4d 32 4c 02 00 02 50 4d 32 48 1H...PM2L...PM2H
1520: 02 00 02 50 4d 33 4c 02 00 02 50 4d 33 48 02 00 ...PM3L...PM3H..
1530: 02 50 4d 34 4c 02 00 02 50 4d 34 48 02 00 02 50 .PM4L...PM4H...P
1540: 4d 35 4c 02 00 02 50 4d 35 48 02 00 02 50 4d 36 M5L...PM5H...PM6
1550: 4c 02 00 02 50 4d 36 48 02 00 02 00 07 48 45 4e L...PM6H.....HEN
1560: 41 01 00 40 05 54 55 55 44 10 00 40 06 00 04 54 A..@.TUUD..@...T
1570: 4c 55 44 0c 08 42 55 46 30 11 4d 20 0b 08 02 88 LUD..BUF0.M ....
1580: 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 01 87 ................
1590: 17 00 01 0c 03 00 00 00 00 00 00 00 00 f7 0c 00 ................
15a0: 00 00 00 00 00 f8 0c 00 00 47 01 f8 0c f8 0c 01 .........G......
15b0: 08 87 17 00 01 0c 03 00 00 00 00 00 0d 00 00 ff ................
15c0: ff 00 00 00 00 00 00 00 f3 00 00 87 17 00 00 0c ................
15d0: 03 00 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 ................
15e0: 00 00 00 02 00 87 17 00 00 0c 03 00 00 00 00 00 ................
15f0: 00 0c 00 ff 3f 0c 00 00 00 00 00 00 40 00 00 87 ....?.......@...
1600: 17 00 00 0c 03 00 00 00 00 00 40 0c 00 ff 7f 0c ..........@.....
1610: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
1620: 00 00 00 00 80 0c 00 ff bf 0c 00 00 00 00 00 00 ................
1630: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0c @...............
1640: 00 ff ff 0c 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1650: 00 0c 03 00 00 00 00 00 00 0d 00 ff 3f 0d 00 00 ............?...
1660: 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 ....@...........
1670: 00 00 40 0d 00 ff 7f 0d 00 00 00 00 00 00 40 00 ..@...........@.
1680: 00 87 17 00 00 0c 03 00 00 00 00 00 80 0d 00 ff ................
1690: bf 0d 00 00 00 00 00 00 40 00 00 87 17 00 00 0c ........@.......
16a0: 03 00 00 00 00 00 c0 0d 00 ff ff 0d 00 00 00 00 ................
16b0: 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 ..@.............
16c0: 00 0e 00 ff 3f 0e 00 00 00 00 00 00 40 00 00 87 ....?.......@...
16d0: 17 00 00 0c 03 00 00 00 00 00 40 0e 00 ff 7f 0e ..........@.....
16e0: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
16f0: 00 00 00 00 80 0e 00 ff bf 0e 00 00 00 00 00 00 ................
1700: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0e @...............
1710: 00 ff ff 0e 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1720: 00 0c 03 00 00 00 00 00 00 0f 00 ff ff 0f 00 00 ................
1730: 00 00 00 00 00 01 00 87 17 00 00 0c 03 00 00 00 ................
1740: 00 00 00 00 00 ff ff ff df 00 00 00 00 00 00 00 ................
1750: 00 87 17 00 00 0c 03 00 00 00 00 00 00 00 f0 ff ................
1760: ff bf fe 00 00 00 00 00 00 c0 0e 87 17 00 00 0c ................
1770: 03 00 00 00 00 00 00 d4 fe ff 4f d4 fe 00 00 00 ..........O.....
1780: 00 00 00 00 00 79 00 14 4b 3d 5f 43 52 53 08 a0 .....y..K=_CRS..
1790: 1c 5e 2e 4d 43 48 43 50 4d 31 4c 8a 42 55 46 30 .^.MCHCPM1L.BUF0
17a0: 0a 7c 43 30 4c 4e 70 00 43 30 4c 4e a0 1f 93 5e .|C0LNp.C0LN...^
17b0: 2e 4d 43 48 43 50 4d 31 4c 01 8d 42 55 46 30 0b .MCHCPM1L..BUF0.
17c0: 58 03 43 30 52 57 70 00 43 30 52 57 a0 1c 5e 2e X.C0RWp.C0RW..^.
17d0: 4d 43 48 43 50 4d 31 48 8a 42 55 46 30 0a 96 43 MCHCPM1H.BUF0..C
17e0: 34 4c 4e 70 00 43 34 4c 4e a0 1f 93 5e 2e 4d 43 4LNp.C4LN...^.MC
17f0: 48 43 50 4d 31 48 01 8d 42 55 46 30 0b 28 04 43 HCPM1H..BUF0.(.C
1800: 34 52 57 70 00 43 34 52 57 a0 1c 5e 2e 4d 43 48 4RWp.C4RW..^.MCH
1810: 43 50 4d 32 4c 8a 42 55 46 30 0a b0 43 38 4c 4e CPM2L.BUF0..C8LN
1820: 70 00 43 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 p.C8LN...^.MCHCP
1830: 4d 32 4c 01 8d 42 55 46 30 0b f8 04 43 38 52 57 M2L..BUF0...C8RW
1840: 70 00 43 38 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d p.C8RW..^.MCHCPM
1850: 32 48 8a 42 55 46 30 0a ca 43 43 4c 4e 70 00 43 2H.BUF0..CCLNp.C
1860: 43 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 32 48 CLN...^.MCHCPM2H
1870: 01 8d 42 55 46 30 0b c8 05 43 43 52 57 70 00 43 ..BUF0...CCRWp.C
1880: 43 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d 33 4c 8a CRW..^.MCHCPM3L.
1890: 42 55 46 30 0a e4 44 30 4c 4e 70 00 44 30 4c 4e BUF0..D0LNp.D0LN
18a0: a0 1f 93 5e 2e 4d 43 48 43 50 4d 33 4c 01 8d 42 ...^.MCHCPM3L..B
18b0: 55 46 30 0b 98 06 44 30 52 57 70 00 44 30 52 57 UF0...D0RWp.D0RW
18c0: a0 1c 5e 2e 4d 43 48 43 50 4d 33 48 8a 42 55 46 ..^.MCHCPM3H.BUF
18d0: 30 0a fe 44 34 4c 4e 70 00 44 34 4c 4e a0 1f 93 0..D4LNp.D4LN...
18e0: 5e 2e 4d 43 48 43 50 4d 33 48 01 8d 42 55 46 30 ^.MCHCPM3H..BUF0
18f0: 0b 68 07 44 34 52 57 70 00 44 34 52 57 a0 1d 5e .h.D4RWp.D4RW..^
1900: 2e 4d 43 48 43 50 4d 34 4c 8a 42 55 46 30 0b 18 .MCHCPM4L.BUF0..
1910: 01 44 38 4c 4e 70 00 44 38 4c 4e a0 1f 93 5e 2e .D8LNp.D8LN...^.
1920: 4d 43 48 43 50 4d 34 4c 01 8d 42 55 46 30 0b 38 MCHCPM4L..BUF0.8
1930: 08 44 38 52 57 70 00 44 38 52 57 a0 1d 5e 2e 4d .D8RWp.D8RW..^.M
1940: 43 48 43 50 4d 34 48 8a 42 55 46 30 0b 32 01 44 CHCPM4H.BUF0.2.D
1950: 43 4c 4e 70 00 44 43 4c 4e a0 1f 93 5e 2e 4d 43 CLNp.DCLN...^.MC
1960: 48 43 50 4d 34 48 01 8d 42 55 46 30 0b 08 09 44 HCPM4H..BUF0...D
1970: 43 52 57 70 00 44 43 52 57 a0 1d 5e 2e 4d 43 48 CRWp.DCRW..^.MCH
1980: 43 50 4d 35 4c 8a 42 55 46 30 0b 4c 01 45 30 4c CPM5L.BUF0.L.E0L
1990: 4e 70 00 45 30 4c 4e a0 1f 93 5e 2e 4d 43 48 43 Np.E0LN...^.MCHC
19a0: 50 4d 35 4c 01 8d 42 55 46 30 0b d8 09 45 30 52 PM5L..BUF0...E0R
19b0: 57 70 00 45 30 52 57 a0 1d 5e 2e 4d 43 48 43 50 Wp.E0RW..^.MCHCP
19c0: 4d 35 48 8a 42 55 46 30 0b 66 01 45 34 4c 4e 70 M5H.BUF0.f.E4LNp
19d0: 00 45 34 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d .E4LN...^.MCHCPM
19e0: 35 48 01 8d 42 55 46 30 0b a8 0a 45 34 52 57 70 5H..BUF0...E4RWp
19f0: 00 45 34 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 .E4RW..^.MCHCPM6
1a00: 4c 8a 42 55 46 30 0b 80 01 45 38 4c 4e 70 00 45 L.BUF0...E8LNp.E
1a10: 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 4c 8LN...^.MCHCPM6L
1a20: 01 8d 42 55 46 30 0b 78 0b 45 38 52 57 70 00 45 ..BUF0.x.E8RWp.E
1a30: 38 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 48 8a 8RW..^.MCHCPM6H.
1a40: 42 55 46 30 0b 9a 01 45 43 4c 4e 70 00 45 43 4c BUF0...ECLNp.ECL
1a50: 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 48 01 8d N...^.MCHCPM6H..
1a60: 42 55 46 30 0b 48 0c 45 43 52 57 70 00 45 43 52 BUF0.H.ECRWp.ECR
1a70: 57 a0 1d 5e 2e 4d 43 48 43 50 4d 30 48 8a 42 55 W..^.MCHCPM0H.BU
1a80: 46 30 0b b4 01 46 30 4c 4e 70 00 46 30 4c 4e a0 F0...F0LNp.F0LN.
1a90: 1f 93 5e 2e 4d 43 48 43 50 4d 30 48 01 8d 42 55 ..^.MCHCPM0H..BU
1aa0: 46 30 0b 18 0d 46 30 52 57 70 00 46 30 52 57 8a F0...F0RWp.F0RW.
1ab0: 42 55 46 30 0b c2 01 4d 31 4d 4e 8a 42 55 46 30 BUF0...M1MN.BUF0
1ac0: 0b c6 01 4d 31 4d 58 8a 42 55 46 30 0b ce 01 4d ...M1MX.BUF0...M
1ad0: 31 4c 4e 8a 42 55 46 30 0b dc 01 4d 32 4d 4e 8a 1LN.BUF0...M2MN.
1ae0: 42 55 46 30 0b e0 01 4d 32 4d 58 8a 42 55 46 30 BUF0...M2MX.BUF0
1af0: 0b e8 01 4d 32 4c 4e 79 5e 2e 4d 43 48 43 50 58 ...M2LNy^.MCHCPX
1b00: 42 52 0a 1a 4d 31 4d 58 7a 0c 00 00 00 10 5e 2e BR..M1MXz.....^.
1b10: 4d 43 48 43 50 58 53 5a 60 72 4d 31 4d 58 60 4d MCHCPXSZ`rM1MX`M
1b20: 32 4d 4e 72 74 4d 32 4d 58 4d 32 4d 4e 00 01 4d 2MNrtM2MXM2MN..M
1b30: 32 4c 4e 74 4d 31 4d 58 01 4d 31 4d 58 79 5e 2e 2LNtM1MX.M1MXy^.
1b40: 4d 43 48 43 54 4c 55 44 0a 14 4d 31 4d 4e 72 74 MCHCTLUD..M1MNrt
1b50: 4d 31 4d 58 4d 31 4d 4e 00 01 4d 31 4c 4e a4 42 M1MXM1MN..M1LN.B
1b60: 55 46 30 14 47 28 5f 50 52 54 00 a0 45 0f 47 50 UF0.G(_PRT..E.GP
1b70: 49 43 a4 12 4d 0e 13 12 0b 04 0c ff ff 01 00 00 IC..M...........
1b80: 00 0a 10 12 0b 04 0c ff ff 02 00 00 00 0a 10 12 ................
1b90: 0b 04 0c ff ff 07 00 00 00 0a 10 12 0b 04 0c ff ................
1ba0: ff 19 00 00 00 0a 14 12 0b 04 0c ff ff 1a 00 00 ................
1bb0: 00 0a 10 12 0b 04 0c ff ff 1a 00 01 00 0a 15 12 ................
1bc0: 0c 04 0c ff ff 1a 00 0a 02 00 0a 12 12 0b 04 0c ................
1bd0: ff ff 1b 00 00 00 0a 16 12 0b 04 0c ff ff 1c 00 ................
1be0: 00 00 0a 11 12 0b 04 0c ff ff 1c 00 01 00 0a 10 ................
1bf0: 12 0c 04 0c ff ff 1c 00 0a 02 00 0a 12 12 0c 04 ................
1c00: 0c ff ff 1c 00 0a 03 00 0a 13 12 0b 04 0c ff ff ................
1c10: 1d 00 00 00 0a 17 12 0b 04 0c ff ff 1d 00 01 00 ................
1c20: 0a 13 12 0c 04 0c ff ff 1d 00 0a 02 00 0a 12 12 ................
1c30: 0b 04 0c ff ff 1f 00 00 00 0a 13 12 0b 04 0c ff ................
1c40: ff 1f 00 01 00 0a 13 12 0c 04 0c ff ff 1f 00 0a ................
1c50: 02 00 0a 13 12 0c 04 0c ff ff 1f 00 0a 03 00 0a ................
1c60: 10 a1 49 18 a4 12 45 18 13 12 13 04 0c ff ff 01 ..I...E.........
1c70: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1c80: 0c ff ff 02 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 ......^.LPCBLNKA
1c90: 00 12 13 04 0c ff ff 07 00 00 5e 2e 4c 50 43 42 ..........^.LPCB
1ca0: 4c 4e 4b 41 00 12 13 04 0c ff ff 19 00 00 5e 2e LNKA..........^.
1cb0: 4c 50 43 42 4c 4e 4b 45 00 12 13 04 0c ff ff 1a LPCBLNKE........
1cc0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1cd0: 0c ff ff 1a 00 01 5e 2e 4c 50 43 42 4c 4e 4b 46 ......^.LPCBLNKF
1ce0: 00 12 14 04 0c ff ff 1a 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1cf0: 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1b 00 00 5e BLNKC..........^
1d00: 2e 4c 50 43 42 4c 4e 4b 47 00 12 13 04 0c ff ff .LPCBLNKG.......
1d10: 1c 00 00 5e 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 ...^.LPCBLNKB...
1d20: 04 0c ff ff 1c 00 01 5e 2e 4c 50 43 42 4c 4e 4b .......^.LPCBLNK
1d30: 41 00 12 14 04 0c ff ff 1c 00 0a 02 5e 2e 4c 50 A...........^.LP
1d40: 43 42 4c 4e 4b 43 00 12 14 04 0c ff ff 1c 00 0a CBLNKC..........
1d50: 03 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0c .^.LPCBLNKD.....
1d60: ff ff 1d 00 00 5e 2e 4c 50 43 42 4c 4e 4b 48 00 .....^.LPCBLNKH.
1d70: 12 13 04 0c ff ff 1d 00 01 5e 2e 4c 50 43 42 4c .........^.LPCBL
1d80: 4e 4b 44 00 12 14 04 0c ff ff 1d 00 0a 02 5e 2e NKD...........^.
1d90: 4c 50 43 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1f LPCBLNKC........
1da0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 ..^.LPCBLNKD....
1db0: 0c ff ff 1f 00 01 5e 2e 4c 50 43 42 4c 4e 4b 44 ......^.LPCBLNKD
1dc0: 00 12 14 04 0c ff ff 1f 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1dd0: 42 4c 4e 4b 44 00 12 14 04 0c ff ff 1f 00 0a 03 BLNKD...........
1de0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 40 14 50 ^.LPCBLNKA.[.@.P
1df0: 44 52 43 08 5f 48 49 44 0c 41 d0 0c 02 08 5f 55 DRC._HID.A...._U
1e00: 49 44 01 08 42 55 46 30 11 46 06 0a 62 86 09 00 ID..BUF0.F..b...
1e10: 01 00 00 00 00 00 40 00 00 86 09 00 01 00 00 00 ......@.........
1e20: 00 00 40 00 00 86 09 00 01 00 00 00 00 00 10 00 ..@.............
1e30: 00 86 09 00 01 00 00 00 00 00 10 00 00 86 09 00 ................
1e40: 01 00 00 00 00 00 00 00 00 86 09 00 01 00 00 d2 ................
1e50: fe 00 00 02 00 86 09 00 01 00 00 d4 fe 00 50 00 ..............P.
1e60: 00 86 09 00 01 00 50 d4 fe 00 b0 04 00 79 00 14 ......P......y..
1e70: 4d 0b 5f 43 52 53 08 8a 42 55 46 30 0a 04 52 42 M._CRS..BUF0..RB
1e80: 52 30 79 5e 5e 2e 4c 50 43 42 52 43 42 41 0a 0e R0y^^.LPCBRCBA..
1e90: 52 42 52 30 8a 42 55 46 30 0a 10 4d 42 52 30 79 RBR0.BUF0..MBR0y
1ea0: 5e 5e 2e 4d 43 48 43 4d 48 42 52 0a 0e 4d 42 52 ^^.MCHCMHBR..MBR
1eb0: 30 8a 42 55 46 30 0a 1c 44 42 52 30 79 5e 5e 2e 0.BUF0..DBR0y^^.
1ec0: 4d 43 48 43 44 49 42 52 0a 0c 44 42 52 30 8a 42 MCHCDIBR..DBR0.B
1ed0: 55 46 30 0a 28 45 42 52 30 79 5e 5e 2e 4d 43 48 UF0.(EBR0y^^.MCH
1ee0: 43 45 50 42 52 0a 0c 45 42 52 30 8a 42 55 46 30 CEPBR..EBR0.BUF0
1ef0: 0a 34 58 42 52 30 79 5e 5e 2e 4d 43 48 43 50 58 .4XBR0y^^.MCHCPX
1f00: 42 52 0a 1a 58 42 52 30 8a 42 55 46 30 0a 38 58 BR..XBR0.BUF0.8X
1f10: 53 5a 30 7a 0c 00 00 00 10 5e 5e 2e 4d 43 48 43 SZ0z.....^^.MCHC
1f20: 50 58 53 5a 58 53 5a 30 a4 42 55 46 30 5b 82 4d PXSZXSZ0.BUF0[.M
1f30: 50 50 45 47 50 08 5f 41 44 52 0c 00 00 01 00 14 PPEGP._ADR......
1f40: 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 2c A._PRT..3GPIC..,
1f50: 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ff ................
1f60: ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a 12 ................
1f70: 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 12 ............E...
1f80: 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 43 A.........^^.LPC
1f90: 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e 2e BLNKA........^^.
1fa0: 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff 0a LPCBLNKB........
1fb0: 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
1fc0: 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
1fd0: 00 5b 82 49 46 56 47 41 5f 08 5f 41 44 52 00 08 .[.IFVGA_._ADR..
1fe0: 53 57 49 54 01 08 43 52 54 41 01 08 4c 43 44 41 SWIT..CRTA..LCDA
1ff0: 01 08 54 56 41 41 01 08 56 4c 44 46 01 5b 80 56 ..TVAA..VLDF.[.V
2000: 49 44 53 02 00 0a c8 5b 81 0b 56 49 44 53 03 56 IDS....[..VIDS.V
2010: 44 49 44 20 14 09 5f 53 54 41 00 a4 0a 0f 08 5f DID .._STA....._
2020: 50 53 43 00 14 0c 5f 50 53 30 00 70 00 5f 50 53 PSC..._PS0.p._PS
2030: 43 14 0c 5f 50 53 31 00 70 01 5f 50 53 43 14 0d C.._PS1.p._PSC..
2040: 5f 50 53 33 00 70 0a 03 5f 50 53 43 14 10 5f 44 _PS3.p.._PSC.._D
2050: 4f 53 01 70 7b 68 0a 03 00 53 57 49 54 14 17 5f OS.p{h...SWIT.._
2060: 44 4f 44 00 a4 12 0f 03 0c 00 01 01 00 0c 10 01 DOD.............
2070: 01 00 0b 00 02 5b 82 4d 08 43 52 54 5f 14 0a 5f .....[.M.CRT_.._
2080: 41 44 52 00 a4 0b 00 01 14 41 06 5f 44 43 53 00 ADR......A._DCS.
2090: 5e 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 ^^^^.LPCBPHSS..p
20a0: 43 41 44 4c 60 70 43 53 54 45 61 7b 60 0a 02 60 CADL`pCSTEa{`..`
20b0: 7b 61 0a 02 61 a0 08 60 70 01 43 52 54 41 a1 07 {a..a..`p.CRTA..
20c0: 70 00 43 52 54 41 a0 13 43 52 54 41 a0 08 93 61 p.CRTA..CRTA...a
20d0: 0a 02 a4 0a 1f a1 04 a4 0a 1d a1 0f a0 08 93 61 ...............a
20e0: 0a 02 a4 0a 0f a1 04 a4 0a 0d 14 12 5f 44 47 53 ............_DGS
20f0: 00 a0 07 43 52 54 41 a4 01 a1 03 a4 00 14 06 5f ...CRTA........_
2100: 44 53 53 01 5b 82 47 0e 4c 43 44 5f 14 0a 5f 41 DSS.[.G.LCD_.._A
2110: 44 52 00 a4 0b 10 01 14 4d 05 5f 44 43 53 00 5e DR......M._DCS.^
2120: 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 ^^^.LPCBPHSS..pC
2130: 41 44 4c 60 70 43 53 54 45 61 7b 60 01 60 7b 61 ADL`pCSTEa{`.`{a
2140: 01 61 a0 08 60 70 01 4c 43 44 41 a1 07 70 00 4c .a..`p.LCDA..p.L
2150: 43 44 41 a0 12 4c 43 44 41 a0 07 93 61 01 a4 0a CDA..LCDA...a...
2160: 1f a1 04 a4 0a 1d a1 0e a0 07 93 61 01 a4 0a 0f ...........a....
2170: a1 04 a4 0a 0d 14 12 5f 44 47 53 00 a0 07 4c 43 ......._DGS...LC
2180: 44 41 a4 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 DA........_DSS..
2190: 1d 5f 42 43 4c 00 a4 12 15 0a 0a 46 0a 28 00 0a ._BCL......F.(..
21a0: 0a 0a 14 0a 1e 0a 28 0a 32 0a 3c 0a 46 14 20 5f ......(.2.<.F. _
21b0: 42 43 4d 01 78 68 0a 0a 60 61 70 61 5e 5e 5e 5e BCM.xh..`apa^^^^
21c0: 2f 03 4c 50 43 42 45 43 30 5f 42 52 54 53 14 1e /.LPCBEC0_BRTS..
21d0: 5f 42 51 43 00 77 5e 5e 5e 5e 2f 03 4c 50 43 42 _BQC.w^^^^/.LPCB
21e0: 45 43 30 5f 42 52 54 53 0a 0a 60 a4 60 5b 82 4d EC0_BRTS..`.`[.M
21f0: 08 54 56 5f 5f 14 0a 5f 41 44 52 00 a4 0b 00 02 .TV__.._ADR.....
2200: 14 41 06 5f 44 43 53 00 5e 5e 5e 5e 2e 4c 50 43 .A._DCS.^^^^.LPC
2210: 42 50 48 53 53 0a 0c 70 43 41 44 4c 60 70 43 53 BPHSS..pCADL`pCS
2220: 54 45 61 7b 60 0a 04 60 7b 61 0a 04 61 a0 08 60 TEa{`..`{a..a..`
2230: 70 01 54 56 41 41 a1 07 70 00 54 56 41 41 a0 13 p.TVAA..p.TVAA..
2240: 54 56 41 41 a0 08 93 61 0a 04 a4 0a 1f a1 04 a4 TVAA...a........
2250: 0a 1d a1 0f a0 08 93 61 0a 04 a4 0a 0f a1 04 a4 .......a........
2260: 0a 0d 14 12 5f 44 47 53 00 a0 07 54 56 41 41 a4 ...._DGS...TVAA.
2270: 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 49 10 44 ......._DSS..I.D
2280: 53 53 57 00 a0 4a 0e 93 53 57 49 54 00 5e 5e 5e SSW..J..SWIT.^^^
2290: 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 41 44 4c .LPCBPHSS..pCADL
22a0: 60 70 43 53 54 45 61 a0 16 94 61 01 7b 60 61 56 `pCSTEa...a.{`aV
22b0: 4c 44 46 7b 56 4c 44 46 0a fe 56 4c 44 46 a0 43 LDF{VLDF..VLDF.C
22c0: 0a 56 4c 44 46 a0 27 93 60 0a 09 a0 0b 93 61 0a .VLDF.'.`.....a.
22d0: 08 53 54 42 4c 0a 02 a0 0a 93 61 01 53 54 42 4c .STBL.....a.STBL
22e0: 0a 03 a0 0a 93 61 0a 09 53 54 42 4c 01 a0 28 93 .....a..STBL..(.
22f0: 60 0a 0a a0 0b 93 61 0a 08 53 54 42 4c 0a 05 a0 `.....a..STBL...
2300: 0a 93 61 0a 02 53 54 42 4c 01 a0 0b 93 61 0a 0a ..a..STBL....a..
2310: 53 54 42 4c 0a 04 a0 4b 04 93 60 0a 0b a0 0b 93 STBL...K..`.....
2320: 61 0a 08 53 54 42 4c 0a 02 a0 0b 93 61 0a 09 53 a..STBL.....a..S
2330: 54 42 4c 0a 05 a0 0a 93 61 01 53 54 42 4c 0a 03 TBL.....a.STBL..
2340: a0 0b 93 61 0a 0a 53 54 42 4c 0a 04 a0 0a 93 61 ...a..STBL.....a
2350: 0a 02 53 54 42 4c 01 a0 0a 93 61 0a 0b 53 54 42 ..STBL....a..STB
2360: 4c 01 a1 0c 70 01 56 4c 44 46 53 54 42 4c 01 a1 L...p.VLDFSTBL..
2370: 16 a0 14 93 53 57 49 54 01 5e 5e 5e 2e 4c 50 43 ....SWIT.^^^.LPC
2380: 42 50 48 53 53 01 14 45 0b 53 54 42 4c 01 a0 16 BPHSS..E.STBL...
2390: 93 68 01 70 00 43 52 54 41 70 01 4c 43 44 41 70 .h.p.CRTAp.LCDAp
23a0: 00 54 56 41 41 a0 17 93 68 0a 02 70 01 43 52 54 .TVAA...h..p.CRT
23b0: 41 70 00 4c 43 44 41 70 00 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23c0: 68 0a 03 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
23d0: 00 54 56 41 41 a0 17 93 68 0a 04 70 00 43 52 54 .TVAA...h..p.CRT
23e0: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23f0: 68 0a 05 70 00 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2400: 01 54 56 41 41 a0 17 93 68 0a 06 70 01 43 52 54 .TVAA...h..p.CRT
2410: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
2420: 68 0a 07 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2430: 01 54 56 41 41 86 56 47 41 5f 0a 80 5b 82 42 f8 .TVAA.VGA_..[.B.
2440: 47 46 58 30 08 5f 41 44 52 0c 00 00 02 00 14 10 GFX0._ADR.......
2450: 5f 44 4f 53 01 70 7b 68 0a 07 00 44 53 45 4e 14 _DOS.p{h...DSEN.
2460: 41 26 5f 44 4f 44 00 70 00 4e 44 49 44 a0 15 92 A&_DOD.p.NDID...
2470: 93 44 49 44 4c 00 70 53 44 44 4c 44 49 44 31 44 .DIDL.pSDDLDID1D
2480: 49 44 31 a0 15 92 93 44 44 4c 32 00 70 53 44 44 ID1....DDL2.pSDD
2490: 4c 44 49 44 32 44 49 44 32 a0 15 92 93 44 44 4c LDID2DID2....DDL
24a0: 33 00 70 53 44 44 4c 44 49 44 33 44 49 44 33 a0 3.pSDDLDID3DID3.
24b0: 15 92 93 44 44 4c 34 00 70 53 44 44 4c 44 49 44 ...DDL4.pSDDLDID
24c0: 34 44 49 44 34 a0 15 92 93 44 44 4c 35 00 70 53 4DID4....DDL5.pS
24d0: 44 44 4c 44 49 44 35 44 49 44 35 a0 2c 93 4e 44 DDLDID5DID5.,.ND
24e0: 49 44 01 08 54 4d 50 31 12 07 01 0c ff ff ff ff ID..TMP1........
24f0: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2500: 31 00 00 a4 54 4d 50 31 a0 46 04 93 4e 44 49 44 1...TMP1.F..NDID
2510: 0a 02 08 54 4d 50 32 12 0c 02 0c ff ff ff ff 0c ...TMP2.........
2520: ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 ....p}.....DID1.
2530: 88 54 4d 50 32 00 00 70 7d 0c 00 00 01 00 44 49 .TMP2..p}.....DI
2540: 44 32 00 88 54 4d 50 32 01 00 a4 54 4d 50 32 a0 D2..TMP2...TMP2.
2550: 4f 05 93 4e 44 49 44 0a 03 08 54 4d 50 33 12 11 O..NDID...TMP3..
2560: 03 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
2570: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2580: 33 00 00 70 7d 0c 00 00 01 00 44 49 44 32 00 88 3..p}.....DID2..
2590: 54 4d 50 33 01 00 70 7d 0c 00 00 01 00 44 49 44 TMP3..p}.....DID
25a0: 33 00 88 54 4d 50 33 0a 02 00 a4 54 4d 50 33 a0 3..TMP3....TMP3.
25b0: 48 07 93 4e 44 49 44 0a 04 08 54 4d 50 34 12 16 H..NDID...TMP4..
25c0: 04 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
25d0: 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 .....p}.....DID1
25e0: 00 88 54 4d 50 34 00 00 70 7d 0c 00 00 01 00 44 ..TMP4..p}.....D
25f0: 49 44 32 00 88 54 4d 50 34 01 00 70 7d 0c 00 00 ID2..TMP4..p}...
2600: 01 00 44 49 44 33 00 88 54 4d 50 34 0a 02 00 70 ..DID3..TMP4...p
2610: 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d 50 34 }.....DID4..TMP4
2620: 0a 03 00 a4 54 4d 50 34 a0 41 09 94 4e 44 49 44 ....TMP4.A..NDID
2630: 0a 04 08 54 4d 50 35 12 1b 05 0c ff ff ff ff 0c ...TMP5.........
2640: ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ................
2650: ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 88 ...p}.....DID1..
2660: 54 4d 50 35 00 00 70 7d 0c 00 00 01 00 44 49 44 TMP5..p}.....DID
2670: 32 00 88 54 4d 50 35 01 00 70 7d 0c 00 00 01 00 2..TMP5..p}.....
2680: 44 49 44 33 00 88 54 4d 50 35 0a 02 00 70 7d 0c DID3..TMP5...p}.
2690: 00 00 01 00 44 49 44 34 00 88 54 4d 50 35 0a 03 ....DID4..TMP5..
26a0: 00 70 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d .p}.....DID4..TM
26b0: 50 35 0a 04 00 a4 54 4d 50 35 a4 12 05 01 0b 00 P5....TMP5......
26c0: 04 5b 82 43 06 44 44 30 31 14 1c 5f 41 44 52 08 .[.C.DD01.._ADR.
26d0: a0 09 93 44 49 44 31 00 a4 01 a1 0b a4 7b 0b ff ...DID1......{..
26e0: ff 44 49 44 31 00 14 0f 5f 44 43 53 00 a4 43 44 .DID1..._DCS..CD
26f0: 44 53 44 49 44 31 14 0f 5f 44 47 53 00 a4 4e 44 DSDID1.._DGS..ND
2700: 44 53 44 49 44 31 14 1f 5f 44 53 53 01 a0 18 93 DSDID1.._DSS....
2710: 7b 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 {h...........pNS
2720: 54 45 43 53 54 45 5b 82 44 06 44 44 30 32 14 1d TECSTE[.D.DD02..
2730: 5f 41 44 52 08 a0 0a 93 44 49 44 32 00 a4 0a 02 _ADR....DID2....
2740: a1 0b a4 7b 0b ff ff 44 49 44 32 00 14 0f 5f 44 ...{...DID2..._D
2750: 43 53 00 a4 43 44 44 53 44 49 44 32 14 0f 5f 44 CS..CDDSDID2.._D
2760: 47 53 00 a4 4e 44 44 53 44 49 44 32 14 1f 5f 44 GS..NDDSDID2.._D
2770: 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 00 0c 00 SS....{h........
2780: 00 00 c0 70 4e 53 54 45 43 53 54 45 5b 82 41 07 ...pNSTECSTE[.A.
2790: 44 44 30 33 14 1d 5f 41 44 52 08 a0 0a 93 44 49 DD03.._ADR....DI
27a0: 44 33 00 a4 0a 03 a1 0b a4 7b 0b ff ff 44 49 44 D3.......{...DID
27b0: 33 00 14 1c 5f 44 43 53 00 a0 0a 93 44 49 44 33 3..._DCS....DID3
27c0: 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 44 33 14 .......CDDSDID3.
27d0: 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 44 33 14 ._DGS..NDDSDID3.
27e0: 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 ._DSS....{h.....
27f0: 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 54 45 5b ......pNSTECSTE[
2800: 82 41 07 44 44 30 34 14 1d 5f 41 44 52 08 a0 0a .A.DD04.._ADR...
2810: 93 44 49 44 34 00 a4 0a 04 a1 0b a4 7b 0b ff ff .DID4.......{...
2820: 44 49 44 34 00 14 1c 5f 44 43 53 00 a0 0a 93 44 DID4..._DCS....D
2830: 49 44 34 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 ID4.......CDDSDI
2840: 44 34 14 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 D4.._DGS..NDDSDI
2850: 44 34 14 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 D4.._DSS....{h..
2860: 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 .........pNSTECS
2870: 54 45 5b 82 41 07 44 44 30 35 14 1d 5f 41 44 52 TE[.A.DD05.._ADR
2880: 08 a0 0a 93 44 49 44 35 00 a4 0a 05 a1 0b a4 7b ....DID5.......{
2890: 0b ff ff 44 49 44 35 00 14 1c 5f 44 43 53 00 a0 ...DID5..._DCS..
28a0: 0a 93 44 49 44 35 00 a4 0a 0b a1 0a a4 43 44 44 ..DID5.......CDD
28b0: 53 44 49 44 35 14 0f 5f 44 47 53 00 a4 4e 44 44 SDID5.._DGS..NDD
28c0: 53 44 49 44 35 14 1f 5f 44 53 53 01 a0 18 93 7b SDID5.._DSS....{
28d0: 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 h...........pNST
28e0: 45 43 53 54 45 14 4e 06 53 44 44 4c 01 75 4e 44 ECSTE.N.SDDL.uND
28f0: 49 44 70 7b 68 0b 0f 0f 00 60 7d 0c 00 00 00 80 IDp{h....`}.....
2900: 60 61 a0 09 93 44 49 44 4c 60 a4 61 a0 09 93 44 `a...DIDL`.a...D
2910: 44 4c 32 60 a4 61 a0 09 93 44 44 4c 33 60 a4 61 DL2`.a...DDL3`.a
2920: a0 09 93 44 44 4c 34 60 a4 61 a0 09 93 44 44 4c ...DDL4`.a...DDL
2930: 35 60 a4 61 a0 09 93 44 44 4c 36 60 a4 61 a0 09 5`.a...DDL6`.a..
2940: 93 44 44 4c 37 60 a4 61 a0 09 93 44 44 4c 38 60 .DDL7`.a...DDL8`
2950: a4 61 a4 00 14 4a 08 43 44 44 53 01 a0 0f 93 43 .a...J.CDDS....C
2960: 41 44 4c 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 ADL{h..........C
2970: 41 4c 32 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL2{h..........C
2980: 41 4c 33 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL3{h..........C
2990: 41 4c 34 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL4{h..........C
29a0: 41 4c 35 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL5{h..........C
29b0: 41 4c 36 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL6{h..........C
29c0: 41 4c 37 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL7{h..........C
29d0: 41 4c 38 7b 68 0b 0f 0f 00 a4 0a 1f a4 0a 1d 14 AL8{h...........
29e0: 41 08 4e 44 44 53 01 a0 0e 93 4e 41 44 4c 7b 68 A.NDDS....NADL{h
29f0: 0b 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 32 7b 68 0b .........NDL2{h.
2a00: 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 33 7b 68 0b 0f ........NDL3{h..
2a10: 0f 00 a4 01 a0 0e 93 4e 44 4c 34 7b 68 0b 0f 0f .......NDL4{h...
2a20: 00 a4 01 a0 0e 93 4e 44 4c 35 7b 68 0b 0f 0f 00 ......NDL5{h....
2a30: a4 01 a0 0e 93 4e 44 4c 36 7b 68 0b 0f 0f 00 a4 .....NDL6{h.....
2a40: 01 a0 0e 93 4e 44 4c 37 7b 68 0b 0f 0f 00 a4 01 ....NDL7{h......
2a50: a0 0e 93 4e 44 4c 38 7b 68 0b 0f 0f 00 a4 01 a4 ...NDL8{h.......
2a60: 00 14 40 07 42 52 54 4e 09 a0 14 93 7b 44 49 44 ..@.BRTN....{DID
2a70: 31 0b 00 0f 00 0b 00 04 86 44 44 30 31 68 a0 14 1........DD01h..
2a80: 93 7b 44 49 44 32 0b 00 0f 00 0b 00 04 86 44 44 .{DID2........DD
2a90: 30 32 68 a0 14 93 7b 44 49 44 33 0b 00 0f 00 0b 02h...{DID3.....
2aa0: 00 04 86 44 44 30 33 68 a0 14 93 7b 44 49 44 34 ...DD03h...{DID4
2ab0: 0b 00 0f 00 0b 00 04 86 44 44 30 34 68 a0 14 93 ........DD04h...
2ac0: 7b 44 49 44 35 0b 00 0f 00 0b 00 04 86 44 44 30 {DID5........DD0
2ad0: 35 68 10 24 5e 5e 50 43 49 30 5b 80 4d 43 48 50 5h.$^^PCI0[.MCHP
2ae0: 02 0a 40 0a c0 5b 81 10 4d 43 48 50 00 00 40 30 ..@..[..MCHP..@0
2af0: 54 41 53 4d 0a 00 06 5b 80 49 47 44 50 02 0a 40 TASM...[.IGDP..@
2b00: 0a c0 5b 81 45 05 49 47 44 50 00 00 40 09 00 01 ..[.E.IGDP..@...
2b10: 47 49 56 44 01 00 02 47 55 4d 41 03 00 09 00 04 GIVD...GUMA.....
2b20: 47 4d 46 4e 01 00 1b 00 40 46 41 53 4c 45 08 00 GMFN....@FASLE..
2b30: 18 47 53 53 45 01 47 53 53 42 0e 47 53 45 53 01 .GSSE.GSSB.GSES.
2b40: 00 30 00 08 43 44 56 4c 05 00 03 00 18 4c 42 50 .0..CDVL.....LBP
2b50: 43 08 00 30 41 53 4c 53 20 5b 80 49 47 44 4d 00 C..0ASLS [.IGDM.
2b60: 41 53 4c 42 0b 00 20 5b 81 4e 16 49 47 44 4d 00 ASLB.. [.N.IGDM.
2b70: 53 49 47 4e 40 08 53 49 5a 45 20 4f 56 45 52 20 SIGN@.SIZE OVER
2b80: 53 56 45 52 40 10 56 56 45 52 40 08 47 56 45 52 SVER@.VVER@.GVER
2b90: 40 08 4d 42 4f 58 20 00 40 52 44 52 44 59 20 43 @.MBOX .@RDRDY C
2ba0: 53 54 53 20 43 45 56 54 20 00 40 0a 44 49 44 4c STS CEVT .@.DIDL
2bb0: 20 44 44 4c 32 20 44 44 4c 33 20 44 44 4c 34 20 DDL2 DDL3 DDL4
2bc0: 44 44 4c 35 20 44 44 4c 36 20 44 44 4c 37 20 44 DDL5 DDL6 DDL7 D
2bd0: 44 4c 38 20 43 50 44 4c 20 43 50 4c 32 20 43 50 DL8 CPDL CPL2 CP
2be0: 4c 33 20 43 50 4c 34 20 43 50 4c 35 20 43 50 4c L3 CPL4 CPL5 CPL
2bf0: 36 20 43 50 4c 37 20 43 50 4c 38 20 43 41 44 4c 6 CPL7 CPL8 CADL
2c00: 20 43 41 4c 32 20 43 41 4c 33 20 43 41 4c 34 20 CAL2 CAL3 CAL4
2c10: 43 41 4c 35 20 43 41 4c 36 20 43 41 4c 37 20 43 CAL5 CAL6 CAL7 C
2c20: 41 4c 38 20 4e 41 44 4c 20 4e 44 4c 32 20 4e 44 AL8 NADL NDL2 ND
2c30: 4c 33 20 4e 44 4c 34 20 4e 44 4c 35 20 4e 44 4c L3 NDL4 NDL5 NDL
2c40: 36 20 4e 44 4c 37 20 4e 44 4c 38 20 41 53 4c 50 6 NDL7 NDL8 ASLP
2c50: 20 54 49 44 58 20 43 48 50 44 20 43 4c 49 44 20 TIDX CHPD CLID
2c60: 43 44 43 4b 20 53 58 53 57 20 45 56 54 53 20 43 CDCK SXSW EVTS C
2c70: 4e 4f 54 20 4e 52 44 59 20 00 40 1e 53 43 49 45 NOT NRDY .@.SCIE
2c80: 01 47 45 46 43 04 47 58 46 43 03 47 45 53 46 08 .GEFC.GXFC.GESF.
2c90: 00 10 50 41 52 4d 20 44 53 4c 50 20 00 40 7a 41 ..PARM DSLP .@zA
2ca0: 52 44 59 20 41 53 4c 43 20 54 43 48 45 20 41 4c RDY ASLC TCHE AL
2cb0: 53 49 20 42 43 4c 50 20 50 46 49 54 20 43 42 4c SI BCLP PFIT CBL
2cc0: 56 20 42 43 4c 4d 40 14 43 50 46 4d 20 00 40 5c V BCLM@.CPFM .@\
2cd0: 47 56 44 31 80 00 0e 08 44 42 54 42 12 32 15 00 GVD1....DBTB.2..
2ce0: 0a 07 0a 38 0b c0 01 0b 00 0e 0a 3f 0b c7 01 0b ...8.......?....
2cf0: 07 0e 0b f8 01 0b 38 0e 0b c0 0f 00 00 00 00 00 ......8.........
2d00: 0b 00 70 0b 07 70 0b 38 70 0b c0 71 0b 00 7e 08 ..p..p.8p..q..~.
2d10: 43 44 43 54 12 23 03 12 0a 03 0a c8 0b 40 01 0b CDCT.#.......@..
2d20: 90 01 12 0a 03 0a c8 0b 4d 01 0b 90 01 12 0a 03 ........M.......
2d30: 0a de 0b 4d 01 0b 7d 01 08 53 55 43 43 01 08 4e ...M..}..SUCC..N
2d40: 56 4c 44 0a 02 08 43 52 49 54 0a 04 08 4e 43 52 VLD...CRIT...NCR
2d50: 54 0a 06 14 4c 4a 47 53 43 49 08 14 44 1e 47 42 T...LJGSCI..D.GB
2d60: 44 41 08 a0 1a 93 47 45 53 46 00 70 0b 79 02 50 DA....GESF.p.y.P
2d70: 41 52 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 1a ARMp.GESF.SUCC..
2d80: 93 47 45 53 46 01 70 0b 40 02 50 41 52 4d 70 00 .GESF.p.@.PARMp.
2d90: 47 45 53 46 a4 53 55 43 43 a0 47 04 93 47 45 53 GESF.SUCC.G..GES
2da0: 46 0a 04 7b 50 41 52 4d 0c 00 00 ff ef 50 41 52 F..{PARM.....PAR
2db0: 4d 7b 50 41 52 4d 79 83 88 44 42 54 42 49 42 54 M{PARMy..DBTBIBT
2dc0: 54 00 0a 10 00 50 41 52 4d 7d 49 42 54 54 50 41 T....PARM}IBTTPA
2dd0: 52 4d 50 41 52 4d 70 00 47 45 53 46 a4 53 55 43 RMPARMp.GESF.SUC
2de0: 43 a0 4a 06 93 47 45 53 46 0a 05 70 49 50 53 43 C.J..GESF..pIPSC
2df0: 50 41 52 4d 7d 50 41 52 4d 79 49 50 41 54 0a 08 PARM}PARMyIPAT..
2e00: 00 50 41 52 4d 72 50 41 52 4d 0b 00 01 50 41 52 .PARMrPARM...PAR
2e10: 4d 7d 50 41 52 4d 79 4c 49 44 53 0a 10 00 50 41 M}PARMyLIDS...PA
2e20: 52 4d 72 50 41 52 4d 0c 00 00 01 00 50 41 52 4d RMrPARM.....PARM
2e30: 7d 50 41 52 4d 79 49 42 49 41 0a 14 00 50 41 52 }PARMyIBIA...PAR
2e40: 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 2d 93 47 Mp.GESF.SUCC.-.G
2e50: 45 53 46 0a 06 70 49 54 56 46 50 41 52 4d 7d 50 ESF..pITVFPARM}P
2e60: 41 52 4d 79 49 54 56 4d 0a 04 00 50 41 52 4d 70 ARMyITVM...PARMp
2e70: 00 47 45 53 46 a4 53 55 43 43 a0 4f 08 93 47 45 .GESF.SUCC.O..GE
2e80: 53 46 0a 07 70 47 49 56 44 50 41 52 4d 7f 50 41 SF..pGIVDPARM.PA
2e90: 52 4d 01 50 41 52 4d 7d 50 41 52 4d 79 47 4d 46 RM.PARM}PARMyGMF
2ea0: 4e 01 00 50 41 52 4d 7d 50 41 52 4d 0b 00 10 50 N..PARM}PARM...P
2eb0: 41 52 4d a0 16 49 44 4d 4d 7d 50 41 52 4d 79 49 ARM..IDMM}PARMyI
2ec0: 44 4d 53 0a 11 00 50 41 52 4d a1 12 7d 50 41 52 DMS...PARM..}PAR
2ed0: 4d 79 49 44 4d 53 0a 0d 00 50 41 52 4d 7d 79 83 MyIDMS...PARM}y.
2ee0: 88 83 88 43 44 43 54 48 56 43 4f 00 74 43 44 56 ...CDCTHVCO.tCDV
2ef0: 4c 01 00 00 0a 15 00 50 41 52 4d 50 41 52 4d 70 L......PARMPARMp
2f00: 01 47 45 53 46 a4 53 55 43 43 a0 2a 93 47 45 53 .GESF.SUCC.*.GES
2f10: 46 0a 0a 70 00 50 41 52 4d a0 10 49 53 53 43 7d F..p.PARM..ISSC}
2f20: 50 41 52 4d 0a 03 50 41 52 4d 70 00 47 45 53 46 PARM..PARMp.GESF
2f30: a4 53 55 43 43 70 00 47 45 53 46 a4 43 52 49 54 .SUCCp.GESF.CRIT
2f40: 14 41 28 53 42 43 42 08 a0 20 93 47 45 53 46 00 .A(SBCB.. .GESF.
2f50: 70 00 50 41 52 4d 70 0b 7d f7 50 41 52 4d 70 00 p.PARMp.}.PARMp.
2f60: 47 45 53 46 a4 53 55 43 43 a0 18 93 47 45 53 46 GESF.SUCC...GESF
2f70: 01 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
2f80: 43 43 a0 19 93 47 45 53 46 0a 03 70 00 47 45 53 CC...GESF..p.GES
2f90: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 47 Fp.PARM.SUCC...G
2fa0: 45 53 46 0a 04 70 00 47 45 53 46 70 00 50 41 52 ESF..p.GESFp.PAR
2fb0: 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a 05 70 M.SUCC...GESF..p
2fc0: 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 43 .GESFp.PARM.SUCC
2fd0: a0 37 93 47 45 53 46 0a 06 70 7b 50 41 52 4d 0a .7.GESF..p{PARM.
2fe0: 0f 00 49 54 56 46 70 7a 7b 50 41 52 4d 0a f0 00 ..ITVFpz{PARM...
2ff0: 0a 04 00 49 54 56 4d 70 00 47 45 53 46 70 00 50 ...ITVMp.GESFp.P
3000: 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a ARM.SUCC...GESF.
3010: 07 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
3020: 43 43 a0 19 93 47 45 53 46 0a 08 70 00 47 45 53 CC...GESF..p.GES
3030: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 24 93 47 Fp.PARM.SUCC.$.G
3040: 45 53 46 0a 09 7b 50 41 52 4d 0a ff 49 42 54 54 ESF..{PARM..IBTT
3050: 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 p.GESFp.PARM.SUC
3060: 43 a0 46 05 93 47 45 53 46 0a 0a 7b 50 41 52 4d C.F..GESF..{PARM
3070: 0a ff 49 50 53 43 a0 21 7b 7a 50 41 52 4d 0a 08 ..IPSC.!{zPARM..
3080: 00 0a ff 00 7b 7a 50 41 52 4d 0a 08 00 0a ff 49 ....{zPARM.....I
3090: 50 41 54 76 49 50 41 54 7b 7a 50 41 52 4d 0a 14 PATvIPAT{zPARM..
30a0: 00 0a 07 49 42 49 41 70 00 47 45 53 46 70 00 50 ...IBIAp.GESFp.P
30b0: 41 52 4d a4 53 55 43 43 a0 40 06 93 47 45 53 46 ARM.SUCC.@..GESF
30c0: 0a 0b 7b 7a 50 41 52 4d 01 00 01 49 46 31 45 a0 ..{zPARM...IF1E.
30d0: 21 7b 50 41 52 4d 0c 00 e0 01 00 00 7b 7a 50 41 !{PARM......{zPA
30e0: 52 4d 0a 0d 00 0a 0f 49 44 4d 53 70 00 49 44 4d RM.....IDMSp.IDM
30f0: 4d a1 16 7b 7a 50 41 52 4d 0a 11 00 0a 0f 49 44 M..{zPARM.....ID
3100: 4d 53 70 01 49 44 4d 4d 70 00 47 45 53 46 70 00 MSp.IDMMp.GESFp.
3110: 50 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 PARM.SUCC...GESF
3120: 0a 10 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 ..p.GESFp.PARM.S
3130: 55 43 43 a0 1f 93 47 45 53 46 0a 11 7d 50 41 52 UCC...GESF..}PAR
3140: 4d 0b 00 01 50 41 52 4d 70 00 47 45 53 46 a4 53 M...PARMp.GESF.S
3150: 55 43 43 a0 49 04 93 47 45 53 46 0a 12 a0 26 7b UCC.I..GESF...&{
3160: 50 41 52 4d 01 00 a0 10 93 7a 50 41 52 4d 01 00 PARM.....zPARM..
3170: 01 70 01 49 53 53 43 a1 0c 70 00 47 45 53 46 a4 .p.ISSC..p.GESF.
3180: 43 52 49 54 a1 07 70 00 49 53 53 43 70 00 47 45 CRIT..p.ISSCp.GE
3190: 53 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 SFp.PARM.SUCC...
31a0: 47 45 53 46 0a 13 70 00 47 45 53 46 70 00 50 41 GESF..p.GESFp.PA
31b0: 52 4d a4 53 55 43 43 70 00 47 45 53 46 a4 53 55 RM.SUCCp.GESF.SU
31c0: 43 43 a0 11 93 47 45 46 43 0a 04 70 47 42 44 41 CC...GEFC..pGBDA
31d0: 47 58 46 43 a0 11 93 47 45 46 43 0a 06 70 53 42 GXFC...GEFC..pSB
31e0: 43 42 47 58 46 43 70 00 47 45 46 43 70 01 53 43 CBGXFCp.GEFCp.SC
31f0: 49 53 70 00 47 53 53 45 70 00 53 43 49 45 a4 00 ISp.GSSEp.SCIE..
3200: 14 19 50 44 52 44 00 a0 0c 92 44 52 44 59 5b 22 ..PDRD....DRDY["
3210: 41 53 4c 50 a4 92 44 52 44 59 14 1d 50 53 54 53 ASLP..DRDY..PSTS
3220: 00 a0 0e 94 43 53 54 53 0a 02 5b 22 41 53 4c 50 ....CSTS..["ASLP
3230: a4 93 43 53 54 53 0a 03 14 47 06 47 4e 4f 54 02 ..CSTS...G.GNOT.
3240: a0 07 50 44 52 44 a4 01 a0 07 50 53 54 53 a4 01 ..PDRD....PSTS..
3250: 70 68 43 45 56 54 70 0a 03 43 53 54 53 a0 2c 90 phCEVTp..CSTS.,.
3260: 93 43 48 50 44 00 93 69 00 a0 18 91 94 4f 53 59 .CHPD..i.....OSY
3270: 53 0b d0 07 95 4f 53 59 53 0b d6 07 86 50 43 49 S....OSYS....PCI
3280: 30 69 a1 07 86 47 46 58 30 69 86 47 46 58 30 0a 0i...GFX0i.GFX0.
3290: 80 a0 0c 92 50 53 54 53 70 00 43 45 56 54 a4 00 ....PSTSp.CEVT..
32a0: 14 13 47 48 44 53 01 70 68 54 49 44 58 a4 47 4e ..GHDS.phTIDX.GN
32b0: 4f 54 01 00 14 14 47 4c 49 44 01 70 68 43 4c 49 OT....GLID.phCLI
32c0: 44 a4 47 4e 4f 54 0a 02 00 14 15 47 44 43 4b 01 D.GNOT.....GDCK.
32d0: 70 68 43 44 43 4b a4 47 4e 4f 54 0a 04 0a 80 14 phCDCK.GNOT.....
32e0: 19 50 41 52 44 00 a0 0c 92 41 52 44 59 5b 22 41 .PARD....ARDY["A
32f0: 53 4c 50 a4 92 41 52 44 59 14 46 0c 41 49 4e 54 SLP..ARDY.F.AINT
3300: 02 a0 0e 92 7b 54 43 48 45 79 01 68 00 00 a4 01 ....{TCHEy.h....
3310: a0 07 50 41 52 44 a4 01 a0 4c 05 93 68 0a 02 a0 ..PARD...L..h...
3320: 33 43 50 46 4d a0 0e 93 43 50 46 4d 01 70 0a 06 3CPFM...CPFM.p..
3330: 50 46 49 54 a0 0f 93 43 50 46 4d 0a 06 70 0a 08 PFIT...CPFM..p..
3340: 50 46 49 54 a0 0e 93 43 50 46 4d 0a 08 70 01 50 PFIT...CPFM..p.P
3350: 46 49 54 a1 0c 7f 50 46 49 54 0a 07 50 46 49 54 FIT...PFIT..PFIT
3360: 7d 50 46 49 54 0c 00 00 00 80 50 46 49 54 70 0a }PFIT.....PFITp.
3370: 04 41 53 4c 43 a1 42 04 a0 28 93 68 01 70 78 77 .ASLC.B..(.h.pxw
3380: 69 0a ff 00 0a 64 00 00 42 43 4c 50 7d 42 43 4c i....d..BCLP}BCL
3390: 50 0c 00 00 00 80 42 43 4c 50 70 0a 02 41 53 4c P.....BCLPp..ASL
33a0: 43 a1 16 a0 10 93 68 00 70 69 41 4c 53 49 70 01 C.....h.piALSIp.
33b0: 41 53 4c 43 a1 03 a4 01 70 00 4c 42 50 43 a4 00 ASLC....p.LBPC..
33c0: 10 41 36 5c 00 5b 80 49 4f 5f 54 01 0b 00 08 0a .A6\.[.IO_T.....
33d0: 10 5b 81 0e 49 4f 5f 54 01 00 40 04 54 52 50 30 .[..IO_T..@.TRP0
33e0: 08 5b 80 50 4d 49 4f 01 0b 00 10 0a 80 5b 81 28 .[.PMIO......[.(
33f0: 50 4d 49 4f 01 00 40 15 00 08 00 02 41 43 50 57 PMIO..@.....ACPW
3400: 01 00 45 0b 00 01 47 50 45 43 01 00 4e 10 00 09 ..E...GPEC..N...
3410: 53 43 49 53 01 00 06 5b 80 47 50 49 4f 01 0b 80 SCIS...[.GPIO...
3420: 11 0a 3c 5b 81 40 0c 47 50 49 4f 01 47 55 30 30 ..<[.@.GPIO.GU00
3430: 08 47 55 30 31 08 47 55 30 32 08 47 55 30 33 08 .GU01.GU02.GU03.
3440: 47 49 4f 30 08 47 49 4f 31 08 47 49 4f 32 08 47 GIO0.GIO1.GIO2.G
3450: 49 4f 33 08 00 20 47 4c 30 30 08 47 4c 30 31 08 IO3.. GL00.GL01.
3460: 47 4c 30 32 08 00 03 47 50 32 37 01 47 50 32 38 GL02...GP27.GP28
3470: 01 00 03 00 40 04 47 42 30 30 08 47 42 30 31 08 ....@.GB00.GB01.
3480: 47 42 30 32 08 47 42 30 33 08 00 40 08 47 49 56 GB02.GB03..@.GIV
3490: 30 08 00 03 4c 50 4f 4c 01 00 04 47 49 56 32 08 0...LPOL...GIV2.
34a0: 47 49 56 33 08 47 55 30 34 08 47 55 30 35 08 47 GIV3.GU04.GU05.G
34b0: 55 30 36 08 47 55 30 37 08 47 49 4f 34 08 47 49 U06.GU07.GIO4.GI
34c0: 4f 35 08 47 49 4f 36 08 47 49 4f 37 08 00 05 47 O5.GIO6.GIO7...G
34d0: 50 33 37 01 00 02 47 4c 30 35 08 47 4c 30 36 08 P37...GL05.GL06.
34e0: 47 4c 30 37 08 5b 80 52 43 52 42 00 0c 00 c0 d1 GL07.[.RCRB.....
34f0: fe 0b 00 40 5b 81 48 05 52 43 52 42 13 00 80 00 ...@[.H.RCRB....
3500: 08 00 80 00 10 00 80 02 02 48 50 41 53 02 00 05 .........HPAS...
3510: 48 50 41 45 01 00 48 09 00 01 50 41 54 44 01 53 HPAE..H...PATD.S
3520: 41 54 44 01 53 4d 42 44 01 48 44 41 44 01 00 0b ATD.SMBD.HDAD...
3530: 52 50 31 44 01 52 50 32 44 01 52 50 33 44 01 52 RP1D.RP2D.RP3D.R
3540: 50 34 44 01 52 50 35 44 01 52 50 36 44 01 08 5f P4D.RP5D.RP6D.._
3550: 53 30 5f 12 05 03 00 00 00 08 5f 53 33 5f 12 07 S0_......._S3_..
3560: 03 0a 05 0a 05 00 08 5f 53 34 5f 12 07 03 0a 06 ......._S4_.....
3570: 0a 06 00 08 5f 53 35 5f 12 07 03 0a 07 0a 07 00 ...._S5_........
3580: 14 45 04 47 45 54 50 09 a0 0e 93 7b 68 0a 09 00 .E.GETP....{h...
3590: 00 a4 0c ff ff ff ff a0 0d 93 7b 68 0a 09 00 0a ..........{h....
35a0: 08 a4 0b 84 03 7a 7b 68 0b 00 03 00 0a 08 60 7a .....z{h......`z
35b0: 7b 68 0b 00 30 00 0a 0c 61 a4 77 0a 1e 74 0a 09 {h..0...a.w..t..
35c0: 72 60 61 00 00 00 14 30 47 44 4d 41 0d a0 23 68 r`a....0GDMA..#h
35d0: a0 07 90 69 6c a4 0a 14 a0 0e 90 6a 6c a4 77 74 ...il......jl.wt
35e0: 0a 04 6b 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a 1e ..k.....wt..k...
35f0: 00 a4 0c ff ff ff ff 14 1f 47 45 54 54 09 a4 77 .........GETT..w
3600: 0a 1e 74 0a 09 72 7b 7a 68 0a 02 00 0a 03 00 7b ..t..r{zh......{
3610: 68 0a 03 00 00 00 00 14 44 06 47 45 54 46 0b 08 h.......D.GETF..
3620: 54 4d 50 46 00 a0 0c 68 7d 54 4d 50 46 01 54 4d TMPF...h}TMPF.TM
3630: 50 46 a0 11 7b 6a 0a 02 00 7d 54 4d 50 46 0a 02 PF..{j...}TMPF..
3640: 54 4d 50 46 a0 0d 69 7d 54 4d 50 46 0a 04 54 4d TMPF..i}TMPF..TM
3650: 50 46 a0 11 7b 6a 0a 20 00 7d 54 4d 50 46 0a 08 PF..{j. .}TMPF..
3660: 54 4d 50 46 a0 12 7b 6a 0b 00 40 00 7d 54 4d 50 TMPF..{j..@.}TMP
3670: 46 0a 10 54 4d 50 46 a4 54 4d 50 46 14 3d 53 45 F..TMPF.TMPF.=SE
3680: 54 50 0b a0 08 94 68 0a f0 a4 0a 08 a1 2d a0 27 TP....h......-.'
3690: 7b 69 0a 02 00 a0 10 90 92 94 68 0a 78 7b 6a 0a {i........h.x{j.
36a0: 02 00 a4 0b 01 23 a0 0f 90 92 94 68 0a b4 7b 6a .....#.....h..{j
36b0: 01 00 a4 0b 01 21 a4 0b 01 10 14 37 53 44 4d 41 .....!.....7SDMA
36c0: 09 a0 08 92 94 68 0a 14 a4 01 a0 09 92 94 68 0a .....h........h.
36d0: 1e a4 0a 02 a0 08 92 94 68 0a 2d a4 01 a0 09 92 ........h.-.....
36e0: 94 68 0a 3c a4 0a 02 a0 08 92 94 68 0a 5a a4 01 .h.<.......h.Z..
36f0: a4 00 14 2f 53 45 54 54 0b a0 25 7b 69 0a 02 00 .../SETT..%{i...
3700: a0 0f 90 92 94 68 0a 78 7b 6a 0a 02 00 a4 0a 0b .....h.x{j......
3710: a0 0e 90 92 94 68 0a b4 7b 6a 01 00 a4 0a 09 a4 .....h..{j......
3720: 0a 04 5b 82 4b 04 48 44 45 46 08 5f 41 44 52 0c ..[.K.HDEF._ADR.
3730: 00 00 1b 00 5b 80 48 44 41 52 02 0a 4c 0a 10 5b ....[.HDAR..L..[
3740: 81 22 48 44 41 52 02 44 43 4b 41 01 00 07 44 43 ."HDAR.DCKA...DC
3750: 4b 4d 01 00 06 44 43 4b 53 01 00 30 00 0f 50 4d KM...DCKS..0..PM
3760: 45 53 01 08 5f 50 52 57 12 06 02 0a 0d 0a 03 5b ES.._PRW.......[
3770: 82 41 10 52 50 30 31 08 5f 41 44 52 0c 00 00 1c .A.RP01._ADR....
3780: 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b 81 45 04 .[.PXCS..@..[.E.
3790: 50 58 43 53 40 00 40 09 00 0d 4c 41 53 58 01 00 PXCS@.@...LASX..
37a0: 32 41 42 50 58 01 00 02 50 44 43 58 01 00 02 50 2ABPX...PDCX...P
37b0: 44 53 58 01 00 01 4c 53 43 58 01 00 27 00 10 50 DSX...LSCX..'..P
37c0: 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 01 50 4d SPX..O<..HPSX.PM
37d0: 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 44 52 00 SX.[..PXSX._ADR.
37e0: 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 .A._PRT..3GPIC..
37f0: 2c 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ,...............
3800: ff ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a ................
3810: 12 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 .............E..
3820: 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 .A.........^^.LP
3830: 43 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e CBLNKA........^^
3840: 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff .LPCBLNKB.......
3850: 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 ..^^.LPCBLNKC...
3860: 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b ......^^.LPCBLNK
3870: 44 00 5b 82 41 10 52 50 30 32 08 5f 41 44 52 0c D.[.A.RP02._ADR.
3880: 01 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b ....[.PXCS..@..[
3890: 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c 41 53 .E.PXCS@.@...LAS
38a0: 58 01 00 32 41 42 50 58 01 00 02 50 44 43 58 01 X..2ABPX...PDCX.
38b0: 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 00 27 ..PDSX...LSCX..'
38c0: 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 ..PSPX..O<..HPSX
38d0: 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 .PMSX.[..PXSX._A
38e0: 44 52 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 DR..A._PRT..3GPI
38f0: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 11 12 C..,............
3900: 09 04 0b ff ff 01 00 0a 12 12 0a 04 0b ff ff 0a ................
3910: 02 00 0a 13 12 0a 04 0b ff ff 0a 03 00 0a 10 a1 ................
3920: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3930: 2e 4c 50 43 42 4c 4e 4b 42 00 12 12 04 0b ff ff .LPCBLNKB.......
3940: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
3950: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
3960: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3970: 4c 4e 4b 41 00 5b 82 4d 11 52 50 30 33 08 5f 41 LNKA.[.M.RP03._A
3980: 44 52 0c 02 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3990: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
39a0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
39b0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
39c0: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
39d0: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
39e0: 08 5f 41 44 52 00 08 2e 50 58 53 58 5f 52 4d 56 ._ADR...PXSX_RMV
39f0: 01 08 2e 50 58 53 58 5f 50 52 57 12 06 02 0a 09 ...PXSX_PRW.....
3a00: 0a 03 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 ...A._PRT..3GPIC
3a10: a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 12 12 09 ..,.............
3a20: 04 0b ff ff 01 00 0a 13 12 0a 04 0b ff ff 0a 02 ................
3a30: 00 0a 10 12 0a 04 0b ff ff 0a 03 00 0a 11 a1 45 ...............E
3a40: 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e ...A.........^^.
3a50: 4c 50 43 42 4c 4e 4b 43 00 12 12 04 0b ff ff 01 LPCBLNKC........
3a60: 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0b ^^.LPCBLNKD.....
3a70: ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 ....^^.LPCBLNKA.
3a80: 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3a90: 4e 4b 42 00 5b 82 4f 11 52 50 30 34 08 5f 41 44 NKB.[.O.RP04._AD
3aa0: 52 0c 03 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a R.....[.PXCS..@.
3ab0: c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c .[.E.PXCS@.@...L
3ac0: 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 43 ASX..2ABPX...PDC
3ad0: 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 X...PDSX...LSCX.
3ae0: 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 .'..PSPX..O<..HP
3af0: 53 58 01 50 4d 53 58 01 5b 82 29 50 58 53 58 08 SX.PMSX.[.)PXSX.
3b00: 5f 41 44 52 00 14 1d 5f 50 52 57 00 a0 0d 57 4b _ADR..._PRW...WK
3b10: 4c 4e a4 12 06 02 0a 09 0a 03 a1 08 a4 12 05 02 LN..............
3b20: 0a 09 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 ....A._PRT..3GPI
3b30: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 13 12 C..,............
3b40: 09 04 0b ff ff 01 00 0a 10 12 0a 04 0b ff ff 0a ................
3b50: 02 00 0a 11 12 0a 04 0b ff ff 0a 03 00 0a 12 a1 ................
3b60: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3b70: 2e 4c 50 43 42 4c 4e 4b 44 00 12 12 04 0b ff ff .LPCBLNKD.......
3b80: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 .^^.LPCBLNKA....
3b90: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 .....^^.LPCBLNKB
3ba0: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3bb0: 4c 4e 4b 43 00 5b 82 41 10 52 50 30 35 08 5f 41 LNKC.[.A.RP05._A
3bc0: 44 52 0c 04 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3bd0: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
3be0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
3bf0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
3c00: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
3c10: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
3c20: 08 5f 41 44 52 00 14 41 09 5f 50 52 54 00 a0 33 ._ADR..A._PRT..3
3c30: 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 GPIC..,.........
3c40: 0a 10 12 09 04 0b ff ff 01 00 0a 11 12 0a 04 0b ................
3c50: ff ff 0a 02 00 0a 12 12 0a 04 0b ff ff 0a 03 00 ................
3c60: 0a 13 a1 45 05 a4 12 41 05 04 12 12 04 0b ff ff ...E...A........
3c70: 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 12 04 .^^.LPCBLNKA....
3c80: 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3c90: 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3ca0: 4e 4b 43 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c NKC.........^^.L
3cb0: 50 43 42 4c 4e 4b 44 00 5b 82 41 10 52 50 30 36 PCBLNKD.[.A.RP06
3cc0: 08 5f 41 44 52 0c 05 00 1c 00 5b 80 50 58 43 53 ._ADR.....[.PXCS
3cd0: 02 0a 40 0a c0 5b 81 45 04 50 58 43 53 40 00 40 ..@..[.E.PXCS@.@
3ce0: 09 00 0d 4c 41 53 58 01 00 32 41 42 50 58 01 00 ...LASX..2ABPX..
3cf0: 02 50 44 43 58 01 00 02 50 44 53 58 01 00 01 4c .PDCX...PDSX...L
3d00: 53 43 58 01 00 27 00 10 50 53 50 58 01 00 4f 3c SCX..'..PSPX..O<
3d10: 00 1e 48 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 ..HPSX.PMSX.[..P
3d20: 58 53 58 08 5f 41 44 52 00 14 41 09 5f 50 52 54 XSX._ADR..A._PRT
3d30: 00 a0 33 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ..3GPIC..,......
3d40: ff 00 00 0a 11 12 09 04 0b ff ff 01 00 0a 12 12 ................
3d50: 0a 04 0b ff ff 0a 02 00 0a 13 12 0a 04 0b ff ff ................
3d60: 0a 03 00 0a 10 a1 45 05 a4 12 41 05 04 12 12 04 ......E...A.....
3d70: 0b ff ff 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3d80: 12 12 04 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
3d90: 4b 43 00 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 KC.........^^.LP
3da0: 43 42 4c 4e 4b 44 00 12 13 04 0b ff ff 0a 03 5e CBLNKD.........^
3db0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 4d 06 55 ^.LPCBLNKA.[.M.U
3dc0: 53 42 31 08 5f 41 44 52 0c 00 00 1d 00 5b 80 55 SB1._ADR.....[.U
3dd0: 31 43 53 02 0a c4 0a 04 5b 81 0b 55 31 43 53 03 1CS.....[..U1CS.
3de0: 55 31 45 4e 02 08 5f 50 52 57 12 06 02 0a 03 0a U1EN.._PRW......
3df0: 03 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 ..$_PSW...hp.ACP
3e00: 57 a0 0c 41 43 50 57 70 0a 03 55 31 45 4e a1 07 W..ACPWp..U1EN..
3e10: 70 00 55 31 45 4e 14 09 5f 53 33 44 00 a4 0a 02 p.U1EN.._S3D....
3e20: 14 09 5f 53 34 44 00 a4 0a 02 5b 82 4c 06 55 53 .._S4D....[.L.US
3e30: 42 32 08 5f 41 44 52 0c 01 00 1d 00 5b 80 55 32 B2._ADR.....[.U2
3e40: 43 53 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 CS.....[..U2CS.U
3e50: 32 45 4e 02 08 5f 50 52 57 12 06 02 0a 04 0a 03 2EN.._PRW.......
3e60: 14 23 5f 50 53 57 01 a0 14 68 70 01 41 43 50 57 .#_PSW...hp.ACPW
3e70: a0 0b 41 43 50 57 70 01 55 32 45 4e a1 07 70 00 ..ACPWp.U2EN..p.
3e80: 55 32 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 U2EN.._S3D......
3e90: 5f 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 33 _S4D....[.M.USB3
3ea0: 08 5f 41 44 52 0c 02 00 1d 00 5b 80 55 32 43 53 ._ADR.....[.U2CS
3eb0: 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 33 45 .....[..U2CS.U3E
3ec0: 4e 02 08 5f 50 52 57 12 06 02 0a 0c 0a 03 14 24 N.._PRW........$
3ed0: 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c _PSW...hp.ACPW..
3ee0: 41 43 50 57 70 0a 03 55 33 45 4e a1 07 70 00 55 ACPWp..U3EN..p.U
3ef0: 33 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 3EN.._S3D......_
3f00: 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 34 08 S4D....[.M.USB4.
3f10: 5f 41 44 52 0c 00 00 1a 00 5b 80 55 34 43 53 02 _ADR.....[.U4CS.
3f20: 0a c4 0a 04 5b 81 0b 55 34 43 53 03 55 34 45 4e ....[..U4CS.U4EN
3f30: 02 08 5f 50 52 57 12 06 02 0a 0e 0a 03 14 24 5f .._PRW........$_
3f40: 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c 41 PSW...hp.ACPW..A
3f50: 43 50 57 70 0a 03 55 34 45 4e a1 07 70 00 55 34 CPWp..U4EN..p.U4
3f60: 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 EN.._S3D......_S
3f70: 34 44 00 a4 0a 02 5b 82 41 06 55 53 42 35 08 5f 4D....[.A.USB5._
3f80: 41 44 52 0c 01 00 1a 00 5b 80 55 35 43 53 02 0a ADR.....[.U5CS..
3f90: c4 0a 04 5b 81 0b 55 35 43 53 03 55 35 45 4e 02 ...[..U5CS.U5EN.
3fa0: 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 .$_PSW...hp.ACPW
3fb0: a0 0c 41 43 50 57 70 0a 03 55 35 45 4e a1 07 70 ..ACPWp..U5EN..p
3fc0: 00 55 35 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 .U5EN.._S3D.....
3fd0: 09 5f 53 34 44 00 a4 0a 02 5b 82 4b 0a 45 48 43 ._S4D....[.K.EHC
3fe0: 31 08 5f 41 44 52 0c 07 00 1d 00 5b 80 55 37 43 1._ADR.....[.U7C
3ff0: 53 02 0a 54 0a 04 5b 81 0d 55 37 43 53 03 00 0f S..T..[..U7CS...
4000: 50 4d 45 53 01 5b 82 4f 05 48 55 42 37 08 5f 41 PMES.[.O.HUB7._A
4010: 44 52 00 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 DR.[..PRT1._ADR.
4020: 5b 82 0c 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 [..PRT2._ADR..[.
4030: 0c 50 52 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 .PRT3._ADR..[..P
4040: 52 54 34 08 5f 41 44 52 0a 04 5b 82 0c 50 52 54 RT4._ADR..[..PRT
4050: 35 08 5f 41 44 52 0a 05 5b 82 0c 50 52 54 36 08 5._ADR..[..PRT6.
4060: 5f 41 44 52 0a 06 08 5f 50 52 57 12 06 02 0a 0d _ADR..._PRW.....
4070: 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 ...._S3D......_S
4080: 34 44 00 a4 0a 02 5b 82 4f 08 45 48 43 32 08 5f 4D....[.O.EHC2._
4090: 41 44 52 0c 07 00 1a 00 5b 80 55 46 43 53 02 0a ADR.....[.UFCS..
40a0: 54 0a 04 5b 81 0d 55 46 43 53 03 00 0f 50 4d 45 T..[..UFCS...PME
40b0: 53 01 5b 82 43 04 48 55 42 37 08 5f 41 44 52 00 S.[.C.HUB7._ADR.
40c0: 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 5b 82 0c [..PRT1._ADR.[..
40d0: 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 0c 50 52 PRT2._ADR..[..PR
40e0: 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 52 54 34 T3._ADR..[..PRT4
40f0: 08 5f 41 44 52 0a 04 08 5f 50 52 57 12 06 02 0a ._ADR..._PRW....
4100: 0d 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f ....._S3D......_
4110: 53 34 44 00 a4 0a 02 5b 82 4a 06 50 43 49 42 08 S4D....[.J.PCIB.
4120: 5f 41 44 52 0c 00 00 1e 00 14 49 05 5f 50 52 54 _ADR......I._PRT
4130: 00 a0 21 47 50 49 43 a4 12 1a 02 12 0b 04 0c ff ..!GPIC.........
4140: ff 06 00 00 00 0a 16 12 0b 04 0c ff ff 06 00 01 ................
4150: 00 0a 17 a1 2f a4 12 2c 02 12 14 04 0c ff ff 06 ..../..,........
4160: 00 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 47 00 12 14 ..^^.LPCBLNKG...
4170: 04 0c ff ff 06 00 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
4180: 4b 48 00 5b 82 8d 2e 01 4c 50 43 42 08 5f 41 44 KH.[....LPCB._AD
4190: 52 0c 00 00 1f 00 5b 80 4c 50 43 30 02 0a 40 0a R.....[.LPC0..@.
41a0: c0 5b 81 4d 07 4c 50 43 30 00 00 40 10 50 41 52 .[.M.LPC0..@.PAR
41b0: 43 08 50 42 52 43 08 50 43 52 43 08 50 44 52 43 C.PBRC.PCRC.PDRC
41c0: 08 00 20 50 45 52 43 08 50 46 52 43 08 50 47 52 .. PERC.PFRC.PGR
41d0: 43 08 50 48 52 43 08 00 40 0a 43 4d 41 52 03 00 C.PHRC..@.CMAR..
41e0: 01 43 4d 42 52 03 00 01 4c 50 54 52 02 00 06 43 .CMBR...LPTR...C
41f0: 4d 41 44 01 43 4d 42 44 01 4c 50 54 44 01 46 44 MAD.CMBD.LPTD.FD
4200: 44 44 01 00 2c 49 4f 52 32 10 00 02 4c 47 52 4d DD..,IOR2...LGRM
4210: 06 00 48 32 52 41 45 4e 01 00 0d 52 43 42 41 12 ..H2RAEN...RCBA.
4220: 5b 80 53 4d 49 30 01 0c 00 fe 00 00 0c 02 00 00 [.SMI0..........
4230: 00 5b 81 0b 53 4d 49 30 00 53 4d 49 43 08 5b 80 .[..SMI0.SMIC.[.
4240: 53 4d 49 31 00 0c bd 2e 6e bf 0c 90 00 00 00 5b SMI1....n......[
4250: 81 16 53 4d 49 31 00 42 43 4d 44 08 44 49 44 5f ..SMI1.BCMD.DID_
4260: 20 49 4e 46 4f 40 40 5b 81 15 53 4d 49 31 00 01 INFO@@[..SMI1..
4270: 01 00 00 28 49 4e 46 5f 08 49 4e 46 31 20 5b 01 ...(INF_.INF1 [.
4280: 50 53 4d 58 00 14 27 50 48 53 53 01 5b 23 50 53 PSMX..'PHSS.[#PS
4290: 4d 58 ff ff 70 0a 80 42 43 4d 44 70 68 44 49 44 MX..p..BCMDphDID
42a0: 5f 70 00 53 4d 49 43 5b 27 50 53 4d 58 5b 82 41 _p.SMIC['PSMX[.A
42b0: 0a 4c 4e 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 .LNKA._HID.A....
42c0: 5f 55 49 44 01 14 0d 5f 44 49 53 08 70 0a 80 50 _UID..._DIS.p..P
42d0: 41 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ARC._PRS....#...
42e0: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 41 11 09 y..8_CRS..RTLA..
42f0: 0a 06 23 00 00 18 79 00 8b 52 54 4c 41 01 49 52 ..#...y..RTLA.IR
4300: 51 30 70 00 49 52 51 30 79 01 7b 50 41 52 43 0a Q0p.IRQ0y.{PARC.
4310: 0f 00 49 52 51 30 a4 52 54 4c 41 14 1b 5f 53 52 ..IRQ0.RTLA.._SR
4320: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
4330: 60 70 60 50 41 52 43 14 18 5f 53 54 41 08 a0 0c `p`PARC.._STA...
4340: 7b 50 41 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PARC...........
4350: 5b 82 42 0a 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 [.B.LNKB._HID.A.
4360: 0c 0f 08 5f 55 49 44 0a 02 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4370: 70 0a 80 50 42 52 43 08 5f 50 52 53 11 09 0a 06 p..PBRC._PRS....
4380: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4390: 4c 42 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LB....#...y..RTL
43a0: 42 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 B.IRQ0p.IRQ0y.{P
43b0: 42 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 42 14 BRC...IRQ0.RTLB.
43c0: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
43d0: 51 30 60 76 60 70 60 50 42 52 43 14 18 5f 53 54 Q0`v`p`PBRC.._ST
43e0: 41 08 a0 0c 7b 50 42 52 43 0a 80 00 a4 0a 09 a1 A...{PBRC.......
43f0: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 43 08 5f 48 49 ....[.B.LNKC._HI
4400: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 03 14 0d 5f D.A...._UID...._
4410: 44 49 53 08 70 0a 80 50 43 52 43 08 5f 50 52 53 DIS.p..PCRC._PRS
4420: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
4430: 08 08 52 54 4c 43 11 09 0a 06 23 00 00 18 79 00 ..RTLC....#...y.
4440: 8b 52 54 4c 43 01 49 52 51 30 70 00 49 52 51 30 .RTLC.IRQ0p.IRQ0
4450: 79 01 7b 50 43 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PCRC...IRQ0.R
4460: 54 4c 43 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLC.._SRS..h.IRQ
4470: 30 82 49 52 51 30 60 76 60 70 60 50 43 52 43 14 0.IRQ0`v`p`PCRC.
4480: 18 5f 53 54 41 08 a0 0c 7b 50 43 52 43 0a 80 00 ._STA...{PCRC...
4490: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 44 ........[.B.LNKD
44a0: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
44b0: 04 14 0d 5f 44 49 53 08 70 0a 80 50 44 52 43 08 ..._DIS.p..PDRC.
44c0: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
44d0: 5f 43 52 53 08 08 52 54 4c 44 11 09 0a 06 23 00 _CRS..RTLD....#.
44e0: 00 18 79 00 8b 52 54 4c 44 01 49 52 51 30 70 00 ..y..RTLD.IRQ0p.
44f0: 49 52 51 30 79 01 7b 50 44 52 43 0a 0f 00 49 52 IRQ0y.{PDRC...IR
4500: 51 30 a4 52 54 4c 44 14 1b 5f 53 52 53 09 8b 68 Q0.RTLD.._SRS..h
4510: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
4520: 44 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 44 52 DRC.._STA...{PDR
4530: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a C...........[.B.
4540: 4c 4e 4b 45 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f LNKE._HID.A...._
4550: 55 49 44 0a 05 14 0d 5f 44 49 53 08 70 0a 80 50 UID...._DIS.p..P
4560: 45 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ERC._PRS....#...
4570: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 45 11 09 y..8_CRS..RTLE..
4580: 0a 06 23 00 00 18 79 00 8b 52 54 4c 45 01 49 52 ..#...y..RTLE.IR
4590: 51 30 70 00 49 52 51 30 79 01 7b 50 45 52 43 0a Q0p.IRQ0y.{PERC.
45a0: 0f 00 49 52 51 30 a4 52 54 4c 45 14 1b 5f 53 52 ..IRQ0.RTLE.._SR
45b0: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
45c0: 60 70 60 50 45 52 43 14 18 5f 53 54 41 08 a0 0c `p`PERC.._STA...
45d0: 7b 50 45 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PERC...........
45e0: 5b 82 42 0a 4c 4e 4b 46 08 5f 48 49 44 0c 41 d0 [.B.LNKF._HID.A.
45f0: 0c 0f 08 5f 55 49 44 0a 06 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4600: 70 0a 80 50 46 52 43 08 5f 50 52 53 11 09 0a 06 p..PFRC._PRS....
4610: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4620: 4c 46 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LF....#...y..RTL
4630: 46 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 F.IRQ0p.IRQ0y.{P
4640: 46 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 46 14 FRC...IRQ0.RTLF.
4650: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
4660: 51 30 60 76 60 70 60 50 46 52 43 14 18 5f 53 54 Q0`v`p`PFRC.._ST
4670: 41 08 a0 0c 7b 50 46 52 43 0a 80 00 a4 0a 09 a1 A...{PFRC.......
4680: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 47 08 5f 48 49 ....[.B.LNKG._HI
4690: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 07 14 0d 5f D.A...._UID...._
46a0: 44 49 53 08 70 0a 80 50 47 52 43 08 5f 50 52 53 DIS.p..PGRC._PRS
46b0: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
46c0: 08 08 52 54 4c 47 11 09 0a 06 23 00 00 18 79 00 ..RTLG....#...y.
46d0: 8b 52 54 4c 47 01 49 52 51 30 70 00 49 52 51 30 .RTLG.IRQ0p.IRQ0
46e0: 79 01 7b 50 47 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PGRC...IRQ0.R
46f0: 54 4c 47 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLG.._SRS..h.IRQ
4700: 30 82 49 52 51 30 60 76 60 70 60 50 47 52 43 14 0.IRQ0`v`p`PGRC.
4710: 18 5f 53 54 41 08 a0 0c 7b 50 47 52 43 0a 80 00 ._STA...{PGRC...
4720: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 48 ........[.B.LNKH
4730: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
4740: 08 14 0d 5f 44 49 53 08 70 0a 80 50 48 52 43 08 ..._DIS.p..PHRC.
4750: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
4760: 5f 43 52 53 08 08 52 54 4c 48 11 09 0a 06 23 00 _CRS..RTLH....#.
4770: 00 18 79 00 8b 52 54 4c 48 01 49 52 51 30 70 00 ..y..RTLH.IRQ0p.
4780: 49 52 51 30 79 01 7b 50 48 52 43 0a 0f 00 49 52 IRQ0y.{PHRC...IR
4790: 51 30 a4 52 54 4c 48 14 1b 5f 53 52 53 09 8b 68 Q0.RTLH.._SRS..h
47a0: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
47b0: 48 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 48 52 HRC.._STA...{PHR
47c0: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 3d 44 C...........[.=D
47d0: 4d 41 43 08 5f 48 49 44 0c 41 d0 02 00 08 5f 43 MAC._HID.A...._C
47e0: 52 53 11 28 0a 25 47 01 00 00 00 00 01 20 47 01 RS.(.%G...... G.
47f0: 81 00 81 00 01 11 47 01 93 00 93 00 01 0d 47 01 ......G.......G.
4800: c0 00 c0 00 01 20 2a 10 01 79 00 5b 82 26 46 57 ..... *..y.[.&FW
4810: 48 44 08 5f 48 49 44 0c 25 d4 08 00 08 5f 43 52 HD._HID.%...._CR
4820: 53 11 11 0a 0e 86 09 00 00 00 00 00 ff 00 00 00 S...............
4830: 01 79 00 5b 82 40 0b 48 50 45 54 08 5f 48 49 44 .y.[.@.HPET._HID
4840: 0c 41 d0 01 03 08 5f 43 49 44 0c 41 d0 0c 01 08 .A...._CID.A....
4850: 42 55 46 30 11 11 0a 0e 86 09 00 00 00 00 d0 fe BUF0............
4860: 00 04 00 00 79 00 14 27 5f 53 54 41 00 a0 13 92 ....y..'_STA....
4870: 95 4f 53 59 53 0b d1 07 a0 08 48 50 41 45 a4 0a .OSYS.....HPAE..
4880: 0f a1 0a a0 08 48 50 41 45 a4 0a 0b a4 00 14 46 .....HPAE......F
4890: 05 5f 43 52 53 08 a0 49 04 48 50 41 45 8a 42 55 ._CRS..I.HPAE.BU
48a0: 46 30 0a 04 48 50 54 30 a0 11 93 48 50 41 53 01 F0..HPT0...HPAS.
48b0: 70 0c 00 10 d0 fe 48 50 54 30 a0 12 93 48 50 41 p.....HPT0...HPA
48c0: 53 0a 02 70 0c 00 20 d0 fe 48 50 54 30 a0 12 93 S..p.. ..HPT0...
48d0: 48 50 41 53 0a 03 70 0c 00 30 d0 fe 48 50 54 30 HPAS..p..0..HPT0
48e0: a4 42 55 46 30 5b 82 45 0a 49 50 49 43 08 5f 48 .BUF0[.E.IPIC._H
48f0: 49 44 0b 41 d0 08 5f 43 52 53 11 41 09 0a 8d 47 ID.A.._CRS.A...G
4900: 01 20 00 20 00 01 02 47 01 24 00 24 00 01 02 47 . . ...G.$.$...G
4910: 01 28 00 28 00 01 02 47 01 2c 00 2c 00 01 02 47 .(.(...G.,.,...G
4920: 01 30 00 30 00 01 02 47 01 34 00 34 00 01 02 47 .0.0...G.4.4...G
4930: 01 38 00 38 00 01 02 47 01 3c 00 3c 00 01 02 47 .8.8...G.<.<...G
4940: 01 a0 00 a0 00 01 02 47 01 a4 00 a4 00 01 02 47 .......G.......G
4950: 01 a8 00 a8 00 01 02 47 01 ac 00 ac 00 01 02 47 .......G.......G
4960: 01 b0 00 b0 00 01 02 47 01 b4 00 b4 00 01 02 47 .......G.......G
4970: 01 b8 00 b8 00 01 02 47 01 bc 00 bc 00 01 02 47 .......G.......G
4980: 01 d0 04 d0 04 01 02 22 04 00 79 00 5b 82 25 4d ......."..y.[.%M
4990: 41 54 48 08 5f 48 49 44 0c 41 d0 0c 04 08 5f 43 ATH._HID.A...._C
49a0: 52 53 11 10 0a 0d 47 01 f0 00 f0 00 01 01 22 00 RS....G.......".
49b0: 20 79 00 5b 82 4b 09 4c 44 52 43 08 5f 48 49 44 y.[.K.LDRC._HID
49c0: 0c 41 d0 0c 02 08 5f 55 49 44 0a 02 08 5f 43 52 .A...._UID..._CR
49d0: 53 11 4e 07 0a 7a 47 01 2e 00 2e 00 01 02 47 01 S.N..zG.......G.
49e0: 4e 00 4e 00 01 02 47 01 61 00 61 00 01 01 47 01 N.N...G.a.a...G.
49f0: 63 00 63 00 01 01 47 01 65 00 65 00 01 01 47 01 c.c...G.e.e...G.
4a00: 67 00 67 00 01 01 47 01 80 00 80 00 01 01 47 01 g.g...G.......G.
4a10: 92 00 92 00 01 01 47 01 b2 00 b2 00 01 02 47 01 ......G.......G.
4a20: 80 06 80 06 01 20 47 01 00 08 00 08 01 10 47 01 ..... G.......G.
4a30: 00 10 00 10 01 80 47 01 80 11 80 11 01 40 47 01 ......G......@G.
4a40: 00 fe 00 fe 01 01 47 01 00 ff 00 ff 01 80 79 00 ......G.......y.
4a50: 5b 82 25 52 54 43 5f 08 5f 48 49 44 0c 41 d0 0b [.%RTC_._HID.A..
4a60: 00 08 5f 43 52 53 11 10 0a 0d 47 01 70 00 70 00 .._CRS....G.p.p.
4a70: 01 08 22 00 01 79 00 5b 82 2d 54 49 4d 52 08 5f .."..y.[.-TIMR._
4a80: 48 49 44 0c 41 d0 01 00 08 5f 43 52 53 11 18 0a HID.A...._CRS...
4a90: 15 47 01 40 00 40 00 01 04 47 01 50 00 50 00 10 .G.@.@...G.P.P..
4aa0: 04 22 01 00 79 00 5b 82 32 41 43 41 44 08 5f 48 ."..y.[.2ACAD._H
4ab0: 49 44 0d 41 43 50 49 30 30 30 33 00 08 5f 50 43 ID.ACPI0003.._PC
4ac0: 4c 12 06 01 5f 53 42 5f 14 11 5f 50 53 52 00 70 L..._SB_.._PSR.p
4ad0: 01 41 43 50 57 a4 41 43 50 57 14 1a 45 43 4f 4b .ACPW.ACPW..ECOK
4ae0: 00 a0 0f 93 5e 2e 45 43 30 5f 5a 30 30 39 01 a4 ....^.EC0_Z009..
4af0: 01 a1 03 a4 00 5b 82 4e 6f 45 43 30 5f 08 5f 48 .....[.NoEC0_._H
4b00: 49 44 0c 41 d0 0c 09 08 5f 47 50 45 0a 1c 08 5a ID.A...._GPE...Z
4b10: 30 30 39 00 08 5f 43 52 53 11 15 0a 12 47 01 62 009.._CRS....G.b
4b20: 00 62 00 01 01 47 01 66 00 66 00 01 01 79 00 14 .b...G.f.f...y..
4b30: 3b 5f 52 45 47 02 a0 34 93 68 0a 03 70 69 5a 30 ;_REG..4.h..piZ0
4b40: 30 39 a0 28 5b 12 5f 4f 53 49 60 70 00 42 54 44 09.([._OSI`p.BTD
4b50: 53 a0 19 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 S.._OSI.Windows
4b60: 32 30 30 36 00 70 01 42 54 44 53 5b 80 45 52 41 2006.p.BTDS[.ERA
4b70: 4d 03 00 0a ff 5b 81 4e 2e 45 52 41 4d 11 00 40 M....[.N.ERAM..@
4b80: 30 53 4d 50 52 08 53 4d 53 54 08 53 4d 41 44 08 0SMPR.SMST.SMAD.
4b90: 53 4d 43 4d 08 53 4d 44 30 40 10 42 43 4e 54 08 SMCM.SMD0@.BCNT.
4ba0: 53 4d 41 41 18 00 40 04 43 48 47 4d 10 43 48 47 SMAA..@.CHGM.CHG
4bb0: 53 10 45 4e 49 44 08 45 4e 49 42 08 45 4e 44 44 S.ENID.ENIB.ENDD
4bc0: 08 43 48 47 56 08 43 48 47 41 10 42 41 4c 30 01 .CHGV.CHGA.BAL0.
4bd0: 42 41 4c 31 01 42 41 4c 32 01 42 41 4c 33 01 42 BAL1.BAL2.BAL3.B
4be0: 42 43 30 01 42 42 43 31 01 42 42 43 32 01 42 42 BC0.BBC1.BBC2.BB
4bf0: 43 33 01 00 08 50 48 44 44 01 49 46 44 44 01 49 C3...PHDD.IFDD.I
4c00: 4f 44 44 01 53 48 44 44 01 53 31 32 30 01 45 46 ODD.SHDD.S120.EF
4c10: 44 44 01 43 52 54 44 01 53 50 57 52 01 53 42 54 DD.CRTD.SPWR.SBT
4c20: 4e 01 56 49 44 4f 01 56 4f 4c 44 01 56 4f 4c 55 N.VIDO.VOLD.VOLU
4c30: 01 4d 55 54 45 01 43 4f 4e 54 01 42 52 47 54 01 .MUTE.CONT.BRGT.
4c40: 48 42 54 4e 01 53 34 53 54 01 53 4b 45 59 01 42 HBTN.S4ST.SKEY.B
4c50: 4b 45 59 01 54 4f 55 50 01 46 4e 42 4e 01 4c 49 KEY.TOUP.FNBN.LI
4c60: 44 46 01 44 49 47 4d 01 55 57 41 4b 01 00 08 44 DF.DIGM.UWAK...D
4c70: 4b 53 50 01 44 4b 49 4e 01 44 4b 49 44 01 44 4b KSP.DKIN.DKID.DK
4c80: 4f 4b 01 00 04 44 4b 50 57 01 00 07 42 54 4e 53 OK...DKPW...BTNS
4c90: 08 53 31 4c 44 01 53 33 4c 44 01 56 47 41 51 01 .S1LD.S3LD.VGAQ.
4ca0: 50 43 4d 51 01 50 43 4d 52 01 41 44 50 54 01 53 PCMQ.PCMR.ADPT.S
4cb0: 4c 4c 53 01 53 59 53 37 01 50 57 41 4b 01 4d 57 LLS.SYS7.PWAK.MW
4cc0: 41 4b 01 4c 57 41 4b 01 00 05 00 28 54 43 4e 4c AK.LWAK....(TCNL
4cd0: 08 54 4d 50 49 08 54 4d 53 44 08 46 41 53 4e 04 .TMPI.TMSD.FASN.
4ce0: 46 41 53 55 04 50 43 56 4c 04 00 02 53 57 54 4f FASU.PCVL...SWTO
4cf0: 01 48 57 54 4f 01 4d 4f 44 45 01 46 41 4e 53 02 .HWTO.MODE.FANS.
4d00: 49 4e 49 54 01 46 41 4e 31 01 46 41 4e 32 01 46 INIT.FAN1.FAN2.F
4d10: 41 4e 54 01 53 4b 4e 4d 01 43 54 4d 50 08 4c 49 ANT.SKNM.CTMP.LI
4d20: 44 45 01 50 4d 45 45 01 50 57 42 45 01 52 4e 47 DE.PMEE.PWBE.RNG
4d30: 45 01 42 54 57 45 01 44 43 4b 45 01 00 02 53 4b E.BTWE.DCKE...SK
4d40: 54 58 08 53 4b 54 42 08 53 4b 54 43 08 53 4b 54 TX.SKTB.SKTC.SKT
4d50: 41 08 00 08 48 41 50 4c 02 48 41 50 52 01 00 05 A...HAPL.HAPR...
4d60: 42 54 44 54 01 42 54 50 57 01 42 54 44 53 01 42 BTDT.BTPW.BTDS.B
4d70: 54 50 53 01 42 54 53 57 01 42 54 57 4b 01 42 54 TPS.BTSW.BTWK.BT
4d80: 4c 44 01 00 01 42 52 54 53 08 43 4e 54 53 08 57 LD...BRTS.CNTS.W
4d90: 4c 41 54 01 42 54 41 54 01 57 4c 45 58 01 42 54 LAT.BTAT.WLEX.BT
4da0: 45 58 01 4b 4c 53 57 01 57 4c 4f 4b 01 00 02 50 EX.KLSW.WLOK...P
4db0: 54 49 44 08 43 50 55 54 08 45 50 4b 54 08 47 48 TID.CPUT.EPKT.GH
4dc0: 49 44 08 00 04 42 4d 46 30 03 42 54 59 30 01 42 ID...BMF0.BTY0.B
4dd0: 53 54 30 08 42 52 43 30 10 42 53 4e 30 10 42 50 ST0.BRC0.BSN0.BP
4de0: 56 30 10 42 44 56 30 10 42 44 43 30 10 42 46 43 V0.BDV0.BDC0.BFC
4df0: 30 10 47 41 55 30 08 43 59 43 30 08 42 50 43 30 0.GAU0.CYC0.BPC0
4e00: 10 42 41 43 30 10 42 41 54 30 08 42 54 57 30 10 .BAC0.BAT0.BTW0.
4e10: 42 44 4e 30 08 00 40 04 00 04 42 4d 46 31 03 42 BDN0..@...BMF1.B
4e20: 54 59 31 01 42 53 54 31 08 42 52 43 31 10 42 53 TY1.BST1.BRC1.BS
4e30: 4e 31 10 42 50 56 31 10 42 44 56 31 10 42 44 43 N1.BPV1.BDV1.BDC
4e40: 31 10 42 46 43 31 10 47 41 55 31 08 43 59 43 31 1.BFC1.GAU1.CYC1
4e50: 08 42 50 43 31 10 42 41 43 31 10 42 41 54 31 08 .BPC1.BAC1.BAT1.
4e60: 42 54 57 31 10 14 37 5f 51 31 31 00 70 0a 87 50 BTW1..7_Q11.p..P
4e70: 38 30 48 a0 13 49 47 44 53 5e 5e 5e 2e 47 46 58 80H..IGDS^^^.GFX
4e80: 30 42 52 54 4e 0a 87 a1 15 86 5e 5e 5e 2f 03 50 0BRTN.....^^^/.P
4e90: 45 47 50 56 47 41 5f 4c 43 44 5f 0a 87 14 37 5f EGPVGA_LCD_...7_
4ea0: 51 31 32 00 70 0a 86 50 38 30 48 a0 13 49 47 44 Q12.p..P80H..IGD
4eb0: 53 5e 5e 5e 2e 47 46 58 30 42 52 54 4e 0a 86 a1 S^^^.GFX0BRTN...
4ec0: 15 86 5e 5e 5e 2f 03 50 45 47 50 56 47 41 5f 4c ..^^^/.PEGPVGA_L
4ed0: 43 44 5f 0a 86 14 40 05 5f 51 31 43 00 70 0d 3d CD_...@._Q1C.p.=
4ee0: 3d 3d 3d 3d 51 55 45 52 59 5f 31 43 3d 3d 3d 3d ====QUERY_1C====
4ef0: 3d 00 5b 31 a0 31 56 49 44 4f a0 12 49 47 44 53 =.[1.1VIDO..IGDS
4f00: 5e 5e 5e 2e 47 46 58 30 47 48 44 53 00 a1 12 5e ^^^.GFX0GHDS...^
4f10: 5e 5e 2f 03 50 45 47 50 56 47 41 5f 44 53 53 57 ^^/.PEGPVGA_DSSW
4f20: 70 00 56 49 44 4f 14 21 5f 51 31 44 00 70 0d 3d p.VIDO.!_Q1D.p.=
4f30: 3d 3d 3d 3d 51 55 45 52 59 5f 31 44 3d 3d 3d 3d ====QUERY_1D====
4f40: 3d 00 5b 31 50 43 4c 4b 14 21 5f 51 31 45 00 70 =.[1PCLK.!_Q1E.p
4f50: 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 31 45 3d 3d .=====QUERY_1E==
4f60: 3d 3d 3d 00 5b 31 50 43 4c 4b 14 39 5f 51 32 35 ===.[1PCLK.9_Q25
4f70: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 35 .p.=====QUERY_25
4f80: 3d 3d 3d 3d 3d 00 5b 31 5b 22 0b e8 03 86 5e 5e =====.[1["....^^
4f90: 42 41 54 31 0a 81 5b 22 0b e8 03 86 5e 5e 42 41 BAT1..["....^^BA
4fa0: 54 31 0a 80 14 2f 5f 51 33 34 00 70 0d 3d 3d 3d T1.../_Q34.p.===
4fb0: 3d 3d 51 55 45 52 59 5f 33 34 3d 3d 3d 3d 3d 00 ==QUERY_34=====.
4fc0: 5b 31 a0 11 42 4b 45 59 50 48 53 53 0a 71 70 00 [1..BKEYPHSS.qp.
4fd0: 42 4b 45 59 14 32 5f 51 33 37 00 70 0d 3d 3d 3d BKEY.2_Q37.p.===
4fe0: 3d 3d 51 55 45 52 59 5f 33 37 3d 3d 3d 3d 3d 00 ==QUERY_37=====.
4ff0: 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 03 86 5e [1.ACAD..["....^
5000: 5e 42 41 54 31 0a 80 14 32 5f 51 33 38 00 70 0d ^BAT1...2_Q38.p.
5010: 3d 3d 3d 3d 3d 51 55 45 52 59 5f 33 38 3d 3d 3d =====QUERY_38===
5020: 3d 3d 00 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 ==.[1.ACAD..["..
5030: 03 86 5e 5e 42 41 54 31 0a 80 14 29 5f 51 32 44 ..^^BAT1...)_Q2D
5040: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 44 .p.=====QUERY_2D
5050: 3d 3d 3d 3d 3d 00 5b 31 70 00 44 54 53 4d 54 52 =====.[1p.DTSMTR
5060: 41 50 0a 46 14 29 5f 51 32 45 00 70 0d 3d 3d 3d AP.F.)_Q2E.p.===
5070: 3d 3d 51 55 45 52 59 5f 32 45 3d 3d 3d 3d 3d 00 ==QUERY_2E=====.
5080: 5b 31 70 01 44 54 53 4d 54 52 41 50 0a 46 5b 80 [1p.DTSMTRAP.F[.
5090: 43 43 4c 4b 01 0b 10 10 0a 04 5b 81 20 43 43 4c CCLK......[. CCL
50a0: 4b 03 00 01 44 55 54 59 03 54 48 45 4e 01 00 03 K...DUTY.THEN...
50b0: 46 54 54 5f 01 00 08 54 53 54 53 01 5b 80 45 43 FTT_...TSTS.[.EC
50c0: 52 4d 03 00 0a ff 5b 81 44 04 45 43 52 4d 11 00 RM....[.D.ECRM..
50d0: 40 4a 45 52 49 42 10 45 52 42 44 08 00 48 0a 53 @JERIB.ERBD..H.S
50e0: 44 54 4d 08 46 53 53 4e 04 46 41 4e 55 04 50 54 DTM.FSSN.FANU.PT
50f0: 56 4c 03 00 04 54 54 48 52 01 00 48 06 50 4a 49 VL...TTHR..H.PJI
5100: 44 08 00 08 00 48 1d 52 46 52 44 10 5b 01 46 41 D....H.RFRD.[.FA
5110: 4d 58 00 14 22 46 41 4e 47 01 5b 23 46 41 4d 58 MX.."FANG.[#FAMX
5120: ff ff 70 68 45 52 49 42 70 45 52 42 44 60 5b 27 ..phERIBpERBD`['
5130: 46 41 4d 58 a4 60 14 22 46 41 4e 57 02 5b 23 46 FAMX.`."FANW.[#F
5140: 41 4d 58 ff ff 70 68 45 52 49 42 70 69 45 52 42 AMX..phERIBpiERB
5150: 44 5b 27 46 41 4d 58 a4 69 14 09 54 55 56 52 01 D['FAMX.i..TUVR.
5160: a4 0a 03 14 2e 54 48 52 4f 01 a0 09 93 68 00 a4 .....THRO....h..
5170: 54 48 45 4e a1 1d a0 09 93 68 01 a4 44 55 54 59 THEN.....h..DUTY
5180: a1 11 a0 0a 93 68 0a 02 a4 54 54 48 52 a1 04 a4 .....h...TTHR...
5190: 0a ff 14 2a 43 4c 43 4b 01 a0 10 93 68 00 70 00 ...*CLCK....h.p.
51a0: 54 48 45 4e 70 00 46 54 54 5f a1 0d 70 68 44 55 THENp.FTT_..phDU
51b0: 54 59 70 01 54 48 45 4e a4 54 48 45 4e 14 37 50 TYp.THEN.THEN.7P
51c0: 43 4c 4b 00 70 50 54 56 4c 60 a0 10 93 60 00 70 CLK.pPTVL`...`.p
51d0: 00 54 48 45 4e 70 00 46 54 54 5f a1 19 76 60 70 .THENp.FTT_..v`p
51e0: 80 60 00 61 7b 61 0a 07 61 70 61 44 55 54 59 70 .`.a{a..apaDUTYp
51f0: 01 54 48 45 4e 5b 82 4b 22 42 41 54 31 08 5f 48 .THEN[.K"BAT1._H
5200: 49 44 0c 41 d0 0c 0a 08 5f 55 49 44 01 08 5f 50 ID.A...._UID.._P
5210: 43 4c 12 06 01 5f 53 42 5f 14 39 5f 53 54 41 00 CL..._SB_.9_STA.
5220: a0 29 90 45 43 4f 4b 93 45 43 44 59 00 a0 13 5e .).ECOK.ECDY...^
5230: 5e 2e 45 43 30 5f 42 41 4c 30 5b 22 0a 14 a4 0a ^.EC0_BAL0["....
5240: 1f a1 08 5b 22 0a 14 a4 0a 0f a1 08 5b 22 0a 14 ...[".......["..
5250: a4 0a 1f 14 48 10 5f 42 49 46 00 08 53 54 41 54 ....H._BIF..STAT
5260: 12 3a 0d 01 0b a0 0f 0b a0 0f 01 0b 5c 2b 0b a4 .:..........\+..
5270: 01 0a 9c 0b 08 01 0b c4 0e 0d 50 41 33 34 36 35 ..........PA3465
5280: 55 20 00 0d 33 36 35 38 51 00 0d 4c 69 2d 49 6f U ..3658Q..Li-Io
5290: 6e 00 0d 43 4f 4d 50 41 4c 20 00 a0 4b 07 90 45 n..COMPAL ..K..E
52a0: 43 4f 4b 93 45 43 44 59 00 70 5e 5e 2e 45 43 30 COK.ECDY.p^^.EC0
52b0: 5f 42 44 4e 30 60 a0 23 93 60 0a 08 70 0a b4 88 _BDN0`.#.`..p...
52c0: 53 54 41 54 0a 06 00 70 0d 50 41 33 34 35 37 55 STAT...p.PA3457U
52d0: 20 00 88 53 54 41 54 0a 09 00 a0 24 93 60 0a 20 ..STAT....$.`.
52e0: 70 0b 02 01 88 53 54 41 54 0a 06 00 70 0d 50 41 p....STAT...p.PA
52f0: 33 34 35 37 55 20 00 88 53 54 41 54 0a 09 00 5b 3457U ..STAT...[
5300: 22 0a 14 70 5e 5e 2e 45 43 30 5f 42 44 43 30 42 "..p^^.EC0_BDC0B
5310: 46 43 31 5b 22 0a 14 a1 12 70 0d 4c 69 2d 49 6f FC1["....p.Li-Io
5320: 6e 00 88 53 54 41 54 0a 0b 00 a0 2c 42 46 43 31 n..STAT....,BFC1
5330: 78 42 46 43 31 0a 64 60 61 77 61 0a 64 61 70 61 xBFC1.d`awa.dapa
5340: 42 46 43 31 70 61 88 53 54 41 54 01 00 70 61 88 BFC1pa.STAT..pa.
5350: 53 54 41 54 0a 02 00 a4 53 54 41 54 14 45 0c 5f STAT....STAT.E._
5360: 42 53 54 00 08 50 42 53 54 12 10 04 00 0c ff ff BST..PBST.......
5370: ff ff 0c ff ff ff ff 0b 5c 2b 70 0b 5c 2b 63 a0 ........\+p.\+c.
5380: 38 90 45 43 4f 4b 93 45 43 44 59 00 5b 22 0a 14 8.ECOK.ECDY.["..
5390: 70 5e 5e 2e 45 43 30 5f 42 53 54 30 42 53 54 31 p^^.EC0_BST0BST1
53a0: 5b 22 0a 14 70 5e 5e 2e 45 43 30 5f 47 41 55 30 ["..p^^.EC0_GAU0
53b0: 42 47 55 31 5b 22 0a 14 a0 15 42 46 43 31 77 42 BGU1["....BFC1wB
53c0: 47 55 31 42 46 43 31 62 78 62 0a 64 64 62 a1 09 GU1BFC1bxb.ddb..
53d0: 77 42 47 55 31 0a 28 62 70 42 53 54 31 88 50 42 wBGU1.(bpBST1.PB
53e0: 53 54 00 00 70 00 88 50 42 53 54 01 00 70 62 88 ST..p..PBST..pb.
53f0: 50 42 53 54 0a 02 00 70 63 88 50 42 53 54 0a 03 PBST...pc.PBST..
5400: 00 a0 1b 94 45 43 44 59 00 76 45 43 44 59 a0 0e ....ECDY.vECDY..
5410: 93 45 43 44 59 00 86 42 41 54 31 0a 80 a4 50 42 .ECDY..BAT1...PB
5420: 53 54 5b 82 2e 50 53 32 4b 08 5f 48 49 44 0c 41 ST[..PS2K._HID.A
5430: d0 03 03 08 5f 43 52 53 11 19 0a 16 47 01 60 00 ...._CRS....G.`.
5440: 60 00 01 01 47 01 64 00 64 00 01 01 23 02 00 01 `...G.d.d...#...
5450: 79 00 5b 82 1e 50 53 32 4d 08 5f 48 49 44 0c 41 y.[..PS2M._HID.A
5460: d0 0f 13 08 5f 43 52 53 11 09 0a 06 23 00 10 01 ...._CRS....#...
5470: 79 00 5b 82 43 6a 50 41 54 41 08 5f 41 44 52 0c y.[.CjPATA._ADR.
5480: 01 00 1f 00 5b 80 50 41 43 53 02 0a 40 0a c0 5b ....[.PACS..@..[
5490: 81 49 04 50 41 43 53 03 50 52 49 54 10 00 10 50 .I.PACS.PRIT...P
54a0: 53 49 54 04 00 1c 53 59 4e 43 04 00 0c 53 44 54 SIT...SYNC...SDT
54b0: 30 02 00 02 53 44 54 31 02 00 4a 04 49 43 52 30 0...SDT1..J.ICR0
54c0: 04 49 43 52 31 04 49 43 52 32 04 49 43 52 33 04 .ICR1.ICR2.ICR3.
54d0: 49 43 52 34 04 49 43 52 35 04 5b 82 4b 63 50 52 ICR4.ICR5.[.KcPR
54e0: 49 44 08 5f 41 44 52 00 14 40 17 5f 47 54 4d 00 ID._ADR..@._GTM.
54f0: 08 50 42 55 46 11 17 0a 14 00 00 00 00 00 00 00 .PBUF...........
5500: 00 00 00 00 00 00 00 00 00 00 00 00 00 8a 50 42 ..............PB
5510: 55 46 00 50 49 4f 30 8a 50 42 55 46 0a 04 44 4d UF.PIO0.PBUF..DM
5520: 41 30 8a 50 42 55 46 0a 08 50 49 4f 31 8a 50 42 A0.PBUF..PIO1.PB
5530: 55 46 0a 0c 44 4d 41 31 8a 50 42 55 46 0a 10 46 UF..DMA1.PBUF..F
5540: 4c 41 47 70 47 45 54 50 50 52 49 54 50 49 4f 30 LAGpGETPPRITPIO0
5550: 70 47 44 4d 41 7b 53 59 4e 43 01 00 7b 49 43 52 pGDMA{SYNC..{ICR
5560: 33 01 00 7b 49 43 52 30 01 00 53 44 54 30 7b 49 3..{ICR0..SDT0{I
5570: 43 52 31 01 00 44 4d 41 30 a0 14 93 44 4d 41 30 CR1..DMA0...DMA0
5580: 0c ff ff ff ff 70 50 49 4f 30 44 4d 41 30 a0 2e .....pPIO0DMA0..
5590: 7b 50 52 49 54 0b 00 40 00 a0 14 93 7b 50 52 49 {PRIT..@....{PRI
55a0: 54 0a 90 00 0a 80 70 0b 84 03 50 49 4f 31 a1 0e T.....p...PIO1..
55b0: 70 47 45 54 54 50 53 49 54 50 49 4f 31 a1 0b 70 pGETTPSITPIO1..p
55c0: 0c ff ff ff ff 50 49 4f 31 70 47 44 4d 41 7b 53 .....PIO1pGDMA{S
55d0: 59 4e 43 0a 02 00 7b 49 43 52 33 0a 02 00 7b 49 YNC...{ICR3...{I
55e0: 43 52 30 0a 02 00 53 44 54 31 7b 49 43 52 31 0a CR0...SDT1{ICR1.
55f0: 02 00 44 4d 41 31 a0 14 93 44 4d 41 31 0c ff ff ..DMA1...DMA1...
5600: ff ff 70 50 49 4f 31 44 4d 41 31 70 47 45 54 46 ..pPIO1DMA1pGETF
5610: 7b 53 59 4e 43 01 00 7b 53 59 4e 43 0a 02 00 50 {SYNC..{SYNC...P
5620: 52 49 54 46 4c 41 47 a0 2c 7b 93 50 49 4f 30 0c RITFLAG.,{.PIO0.
5630: ff ff ff ff 93 44 4d 41 30 0c ff ff ff ff 00 70 .....DMA0......p
5640: 0a 78 50 49 4f 30 70 0a 14 44 4d 41 30 70 0a 03 .xPIO0p..DMA0p..
5650: 46 4c 41 47 a4 50 42 55 46 14 4c 2a 5f 53 54 4d FLAG.PBUF.L*_STM
5660: 03 8a 68 00 50 49 4f 30 8a 68 0a 04 44 4d 41 30 ..h.PIO0.h..DMA0
5670: 8a 68 0a 08 50 49 4f 31 8a 68 0a 0c 44 4d 41 31 .h..PIO1.h..DMA1
5680: 8a 68 0a 10 46 4c 41 47 a0 41 12 93 87 69 0b 00 .h..FLAG.A...i..
5690: 02 7b 50 52 49 54 0b f0 c0 50 52 49 54 7b 53 59 .{PRIT...PRIT{SY
56a0: 4e 43 0a 02 53 59 4e 43 70 00 53 44 54 30 7b 49 NC..SYNCp.SDT0{I
56b0: 43 52 30 0a 02 49 43 52 30 7b 49 43 52 31 0a 02 CR0..ICR0{ICR1..
56c0: 49 43 52 31 7b 49 43 52 33 0a 02 49 43 52 33 7b ICR1{ICR3..ICR3{
56d0: 49 43 52 35 0a 02 49 43 52 35 8b 69 0a 62 57 34 ICR5..ICR5.i.bW4
56e0: 39 30 8b 69 0a 6a 57 35 33 30 8b 69 0a 7e 57 36 90.i.jW530.i.~W6
56f0: 33 30 8b 69 0a 80 57 36 34 30 8b 69 0a b0 57 38 30.i..W640.i..W8
5700: 38 30 8b 69 0a ba 57 39 33 30 7d 50 52 49 54 0b 80.i..W930}PRIT.
5710: 04 80 50 52 49 54 a0 1e 90 7b 46 4c 41 47 0a 02 ..PRIT...{FLAG..
5720: 00 7b 57 34 39 30 0b 00 08 00 7d 50 52 49 54 0a .{W490....}PRIT.
5730: 02 50 52 49 54 7d 50 52 49 54 53 45 54 50 50 49 .PRIT}PRITSETPPI
5740: 4f 30 57 35 33 30 57 36 34 30 50 52 49 54 a0 4b O0W530W640PRIT.K
5750: 05 7b 46 4c 41 47 01 00 7d 53 59 4e 43 01 53 59 .{FLAG..}SYNC.SY
5760: 4e 43 70 53 44 4d 41 44 4d 41 30 53 44 54 30 a0 NCpSDMADMA0SDT0.
5770: 12 95 44 4d 41 30 0a 1e 7d 49 43 52 33 01 49 43 ..DMA0..}ICR3.IC
5780: 52 33 a0 12 95 44 4d 41 30 0a 3c 7d 49 43 52 30 R3...DMA0.<}ICR0
5790: 01 49 43 52 30 a0 14 7b 57 39 33 30 0b 00 20 00 .ICR0..{W930.. .
57a0: 7d 49 43 52 31 01 49 43 52 31 a0 4b 15 93 87 6a }ICR1.ICR1.K...j
57b0: 0b 00 02 7b 50 52 49 54 0b 0f bf 50 52 49 54 70 ...{PRIT...PRITp
57c0: 00 50 53 49 54 7b 53 59 4e 43 01 53 59 4e 43 70 .PSIT{SYNC.SYNCp
57d0: 00 53 44 54 31 7b 49 43 52 30 01 49 43 52 30 7b .SDT1{ICR0.ICR0{
57e0: 49 43 52 31 01 49 43 52 31 7b 49 43 52 33 01 49 ICR1.ICR1{ICR3.I
57f0: 43 52 33 7b 49 43 52 35 01 49 43 52 35 8b 6a 0a CR3{ICR5.ICR5.j.
5800: 62 57 34 39 31 8b 6a 0a 6a 57 35 33 31 8b 6a 0a bW491.j.jW531.j.
5810: 7e 57 36 33 31 8b 6a 0a 80 57 36 34 31 8b 6a 0a ~W631.j..W641.j.
5820: b0 57 38 38 31 8b 6a 0a ba 57 39 33 31 7d 50 52 .W881.j..W931}PR
5830: 49 54 0b 40 80 50 52 49 54 a0 1e 90 7b 46 4c 41 IT.@.PRIT...{FLA
5840: 47 0a 08 00 7b 57 34 39 31 0b 00 08 00 7d 50 52 G...{W491....}PR
5850: 49 54 0a 20 50 52 49 54 a0 4c 04 7b 46 4c 41 47 IT. PRIT.L.{FLAG
5860: 0a 10 00 7d 50 52 49 54 0b 00 40 50 52 49 54 a0 ...}PRIT..@PRIT.
5870: 13 94 50 49 4f 31 0a f0 7d 50 52 49 54 0a 80 50 ..PIO1..}PRIT..P
5880: 52 49 54 a1 21 7d 50 52 49 54 0a 10 50 52 49 54 RIT.!}PRIT..PRIT
5890: 70 53 45 54 54 50 49 4f 31 57 35 33 31 57 36 34 pSETTPIO1W531W64
58a0: 31 50 53 49 54 a0 40 06 7b 46 4c 41 47 0a 04 00 1PSIT.@.{FLAG...
58b0: 7d 53 59 4e 43 0a 02 53 59 4e 43 70 53 44 4d 41 }SYNC..SYNCpSDMA
58c0: 44 4d 41 31 53 44 54 31 a0 13 95 44 4d 41 31 0a DMA1SDT1...DMA1.
58d0: 1e 7d 49 43 52 33 0a 02 49 43 52 33 a0 13 95 44 .}ICR3..ICR3...D
58e0: 4d 41 31 0a 3c 7d 49 43 52 30 0a 02 49 43 52 30 MA1.<}ICR0..ICR0
58f0: a0 15 7b 57 39 33 31 0b 00 20 00 7d 49 43 52 31 ..{W931.. .}ICR1
5900: 0a 02 49 43 52 31 5b 82 47 10 50 5f 44 30 08 5f ..ICR1[.G.P_D0._
5910: 41 44 52 00 14 4a 0f 5f 47 54 46 00 08 50 49 42 ADR..J._GTF..PIB
5920: 30 11 11 0a 0e 03 00 00 00 00 a0 ef 03 00 00 00 0...............
5930: 00 a0 ef 8c 50 49 42 30 01 50 4d 44 30 8c 50 49 ....PIB0.PMD0.PI
5940: 42 30 0a 08 44 4d 44 30 a0 40 06 7b 50 52 49 54 B0..DMD0.@.{PRIT
5950: 0a 02 00 a0 13 93 7b 50 52 49 54 0a 09 00 0a 08 ......{PRIT.....
5960: 70 0a 08 50 4d 44 30 a1 41 04 70 0a 0a 50 4d 44 p..PMD0.A.p..PMD
5970: 30 7a 7b 50 52 49 54 0b 00 03 00 0a 08 60 7a 7b 0z{PRIT......`z{
5980: 50 52 49 54 0b 00 30 00 0a 0c 61 72 60 61 62 a0 PRIT..0...ar`ab.
5990: 0c 93 0a 03 62 70 0a 0b 50 4d 44 30 a0 0c 93 0a ....bp..PMD0....
59a0: 05 62 70 0a 0c 50 4d 44 30 a1 07 70 01 50 4d 44 .bp..PMD0..p.PMD
59b0: 30 a0 43 04 7b 53 59 4e 43 01 00 70 7d 53 44 54 0.C.{SYNC..p}SDT
59c0: 30 0a 40 00 44 4d 44 30 a0 2c 7b 49 43 52 31 01 0.@.DMD0.,{ICR1.
59d0: 00 a0 13 7b 49 43 52 30 01 00 72 44 4d 44 30 0a ...{ICR0..rDMD0.
59e0: 02 44 4d 44 30 a0 0f 7b 49 43 52 33 01 00 70 0a .DMD0..{ICR3..p.
59f0: 45 44 4d 44 30 a1 14 7d 74 7b 50 4d 44 30 0a 07 EDMD0..}t{PMD0..
5a00: 00 0a 02 00 0a 20 44 4d 44 30 a4 50 49 42 30 5b ..... DMD0.PIB0[
5a10: 82 46 10 50 5f 44 31 08 5f 41 44 52 01 14 49 0f .F.P_D1._ADR..I.
5a20: 5f 47 54 46 00 08 50 49 42 31 11 11 0a 0e 03 00 _GTF..PIB1......
5a30: 00 00 00 b0 ef 03 00 00 00 00 b0 ef 8c 50 49 42 .............PIB
5a40: 31 01 50 4d 44 31 8c 50 49 42 31 0a 08 44 4d 44 1.PMD1.PIB1..DMD
5a50: 31 a0 4b 05 7b 50 52 49 54 0a 20 00 a0 13 93 7b 1.K.{PRIT. ....{
5a60: 50 52 49 54 0a 90 00 0a 80 70 0a 08 50 4d 44 31 PRIT.....p..PMD1
5a70: a1 3c 72 7b 50 53 49 54 0a 03 00 7a 7b 50 53 49 ..
0050: 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a .I.je&r..._/....
0060: 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 ......;)..L....A
0070: 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 w.p.....cZ....^.
0080: 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 ........Mg.-..3
0090: e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 ..y*.jw.. *vB...
00a0: b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 .C@UD..7._A.p...
00b0: 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb ..{.).....H.n>..
00c0: 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f ............LENO
00d0: 56 4f 54 50 2d 36 38 20 20 20 57 49 4e 44 4f 57 VOTP-68 WINDOW
00e0: 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 S ..............
00f0: 00 00 00 00 00 00 8a 6e 2e c9 36 e6 7f 10 8a ea .......n..6.....
0100: 14 ad d2 93 b7 6d 9b 73 ad 83 36 b8 6c a7 a7 ee .....m.s..6.l...
0110: 37 47 16 fe f3 fc cd c7 89 84 06 16 91 0b 1e 81 7G..............
0120: 11 42 b1 35 52 57 f6 6b bb 5f a5 81 e2 ff 89 8a .B.5RW.k._......
0130: 95 c3 4d fc e9 56 4f 4c 34 cc 99 5e 62 e1 90 8a ..M..VOL4..^b...
0140: 54 be 4a 00 5c 9b a0 86 41 46 66 9d e2 f2 e7 36 T.J.\...AFf....6
0150: 9c 33 91 27 e7 8d 5c a1 d8 f9 a4 61 8a 1c 04 07 .3.'..\....a....
0160: e3 2a 1e 14 f1 bd 7f 4c 09 ff 19 11 a9 d4 74 ca .*.....L......t.
0170: 11 9e dc 54 39 bf ...T9.
APIC @ 0xbf6dff70
0000: 41 50 49 43 68 00 00 00 01 13 50 54 4c 54 44 20 APICh.....PTLTD
0010: 09 20 41 50 49 43 20 20 00 00 04 06 20 4c 54 50 . APIC .... LTP
0020: 00 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 ................
0030: 01 00 00 00 00 08 01 01 01 00 00 00 01 0c 02 00 ................
0040: 00 00 c0 fe 00 00 00 00 04 06 00 05 00 01 04 06 ................
0050: 01 05 00 01 02 0a 00 00 02 00 00 00 05 00 02 0a ................
0060: 00 09 09 00 00 00 0d 00 ........
BOOT @ 0xbf6dffd8
0000: 42 4f 4f 54 28 00 00 00 01 a5 50 54 4c 54 44 20 BOOT(.....PTLTD
0010: 24 53 42 46 54 42 4c 24 00 00 04 06 20 4c 54 50 $SBFTBL$.... LTP
0020: 01 00 00 00 36 00 00 00 ....6...
SSDT @ 0xbf6d98bd
0000: 53 53 44 54 ad 02 00 00 01 59 53 61 74 61 52 65 SSDT.....YSataRe
0010: 53 61 74 61 41 68 63 69 00 10 00 00 49 4e 54 4c SataAhci....INTL
0020: 24 06 05 20 10 48 28 5c 2f 03 5f 53 42 5f 50 43 $.. .H(\/._SB_PC
0030: 49 30 53 41 54 41 5b 82 4f 0c 50 52 54 30 08 5f I0SATA[.O.PRT0._
0040: 41 44 52 0b ff ff 14 44 0b 5f 53 44 44 01 08 47 ADR....D._SDD..G
0050: 42 55 30 11 0a 0a 07 00 00 00 00 00 a0 00 8c 47 BU0............G
0060: 42 55 30 0a 00 47 42 30 30 8c 47 42 55 30 0a 01 BU0..GB00.GBU0..
0070: 47 42 30 31 8c 47 42 55 30 0a 02 47 42 30 32 8c GB01.GBU0..GB02.
0080: 47 42 55 30 0a 03 47 42 30 33 8c 47 42 55 30 0a GBU0..GB03.GBU0.
0090: 04 47 42 30 34 8c 47 42 55 30 0a 05 47 42 30 35 .GB04.GBU0..GB05
00a0: 8c 47 42 55 30 0a 06 47 42 30 36 a0 46 04 93 87 .GBU0..GB06.F...
00b0: 68 0b 00 02 8b 68 0a 9c 57 37 38 30 a0 1e 7b 57 h....h..W780..{W
00c0: 37 38 30 0a 08 00 70 0a 10 47 42 30 30 70 0a 03 780...p..GB00p..
00d0: 47 42 30 31 70 0a ef 47 42 30 36 a1 16 70 0a 90 GB01p..GB06..p..
00e0: 47 42 30 30 70 0a 03 47 42 30 31 70 0a ef 47 42 GB00p..GB01p..GB
00f0: 30 36 70 47 42 55 30 47 54 46 30 14 0b 5f 47 54 06pGBU0GTF0.._GT
0100: 46 00 a4 47 54 46 30 5b 82 41 0d 50 52 54 31 08 F..GTF0[.A.PRT1.
0110: 5f 41 44 52 0c ff ff 01 00 14 44 0b 5f 53 44 44 _ADR......D._SDD
0120: 01 08 47 42 55 31 11 0a 0a 07 00 00 00 00 00 a0 ..GBU1..........
0130: 00 8c 47 42 55 31 0a 00 47 42 31 30 8c 47 42 55 ..GBU1..GB10.GBU
0140: 31 0a 01 47 42 31 31 8c 47 42 55 31 0a 02 47 42 1..GB11.GBU1..GB
0150: 31 32 8c 47 42 55 31 0a 03 47 42 31 33 8c 47 42 12.GBU1..GB13.GB
0160: 55 31 0a 04 47 42 31 34 8c 47 42 55 31 0a 05 47 U1..GB14.GBU1..G
0170: 42 31 35 8c 47 42 55 31 0a 06 47 42 31 36 a0 46 B15.GBU1..GB16.F
0180: 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 38 31 a0 ...h....h..W781.
0190: 1e 7b 57 37 38 31 0a 08 00 70 0a 10 47 42 31 30 .{W781...p..GB10
01a0: 70 0a 03 47 42 31 31 70 0a ef 47 42 31 36 a1 16 p..GB11p..GB16..
01b0: 70 0a 90 47 42 31 30 70 0a 03 47 42 31 31 70 0a p..GB10p..GB11p.
01c0: ef 47 42 31 36 70 47 42 55 31 47 54 46 31 14 0b .GB16pGBU1GTF1..
01d0: 5f 47 54 46 00 a4 47 54 46 31 5b 82 41 0d 50 52 _GTF..GTF1[.A.PR
01e0: 54 32 08 5f 41 44 52 0c ff ff 02 00 14 44 0b 5f T2._ADR......D._
01f0: 53 44 44 01 08 47 42 55 32 11 0a 0a 07 00 00 00 SDD..GBU2.......
0200: 00 00 a0 00 8c 47 42 55 32 0a 00 47 42 32 30 8c .....GBU2..GB20.
0210: 47 42 55 32 0a 01 47 42 32 31 8c 47 42 55 32 0a GBU2..GB21.GBU2.
0220: 02 47 42 32 32 8c 47 42 55 32 0a 03 47 42 32 33 .GB22.GBU2..GB23
0230: 8c 47 42 55 32 0a 04 47 42 32 34 8c 47 42 55 32 .GBU2..GB24.GBU2
0240: 0a 05 47 42 32 35 8c 47 42 55 32 0a 06 47 42 32 ..GB25.GBU2..GB2
0250: 36 a0 46 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 6.F...h....h..W7
0260: 38 32 a0 1e 7b 57 37 38 32 0a 08 00 70 0a 10 47 82..{W782...p..G
0270: 42 32 30 70 0a 03 47 42 32 31 70 0a ef 47 42 32 B20p..GB21p..GB2
0280: 36 a1 16 70 0a 90 47 42 32 30 70 0a 03 47 42 32 6..p..GB20p..GB2
0290: 31 70 0a ef 47 42 32 36 70 47 42 55 32 47 54 46 1p..GB26pGBU2GTF
02a0: 32 14 0b 5f 47 54 46 00 a4 47 54 46 32 2.._GTF..GTF2
SSDT @ 0xbf6d981a
0000: 53 53 44 54 a3 00 00 00 01 ed 42 72 74 52 65 66 SSDT......BrtRef
0010: 44 44 30 31 42 52 54 00 00 10 00 00 49 4e 54 4c DD01BRT.....INTL
0020: 24 06 05 20 10 4e 07 5c 2f 04 5f 53 42 5f 50 43 $.. .N.\/._SB_PC
0030: 49 30 47 46 58 30 44 44 30 33 14 1e 5f 42 43 4c I0GFX0DD03.._BCL
0040: 00 a4 12 16 0a 0a 46 0a 28 0a 00 0a 0a 0a 14 0a ......F.(.......
0050: 1e 0a 28 0a 32 0a 3c 0a 46 14 25 5f 42 43 4d 01 ..(.2.<.F.%_BCM.
0060: 78 68 0a 0a 60 61 70 61 5c 2f 05 5f 53 42 5f 50 xh..`apa\/._SB_P
0070: 43 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 14 CI0LPCBEC0_BRTS.
0080: 23 5f 42 51 43 00 77 5c 2f 05 5f 53 42 5f 50 43 #_BQC.w\/._SB_PC
0090: 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 0a 0a I0LPCBEC0_BRTS..
00a0: 60 a4 60 `.`
SSDT @ 0xbf6d8e10
0000: 53 53 44 54 5f 02 00 00 01 c8 50 6d 52 65 66 00 SSDT_.....PmRef.
0010: 43 70 75 30 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu0Tst..0..INTL
0020: 24 06 05 20 10 4a 23 5c 2e 5f 50 52 5f 43 50 55 $.. .J#\._PR_CPU
0030: 30 08 5f 54 50 43 0a 00 14 4d 06 5f 50 54 43 00 0._TPC...M._PTC.
0040: a0 37 7b 50 44 43 30 0a 04 00 a4 12 2c 02 11 14 .7{PDC0.....,...
0050: 0a 11 82 0c 00 7f 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 79 00 11 14 0a 11 82 0c 00 7f 00 00 00 00 00 .y..............
0070: 00 00 00 00 00 00 79 00 a4 12 2c 02 11 14 0a 11 ......y...,.....
0080: 82 0c 00 01 04 01 00 10 10 00 00 00 00 00 00 79 ...............y
0090: 00 11 14 0a 11 82 0c 00 01 04 01 00 10 10 00 00 ................
00a0: 00 00 00 00 79 00 08 54 53 53 49 12 41 07 08 12 ....y..TSSI.A...
00b0: 0d 05 0a 64 0b e8 03 0a 00 0a 00 0a 00 12 0d 05 ...d............
00c0: 0a 58 0b 6b 03 0a 00 0a 0f 0a 00 12 0d 05 0a 4b .X.k...........K
00d0: 0b ee 02 0a 00 0a 0e 0a 00 12 0d 05 0a 3f 0b 71 .............?.q
00e0: 02 0a 00 0a 0d 0a 00 12 0d 05 0a 32 0b f4 01 0a ...........2....
00f0: 00 0a 0c 0a 00 12 0d 05 0a 26 0b 77 01 0a 00 0a .........&.w....
0100: 0b 0a 00 12 0c 05 0a 19 0a fa 0a 00 0a 0a 0a 00 ................
0110: 12 0c 05 0a 0d 0a 7d 0a 00 0a 09 0a 00 08 54 53 ......}.......TS
0120: 53 4d 12 41 07 08 12 0d 05 0a 64 0b e8 03 0a 00 SM.A......d.....
0130: 0a 00 0a 00 12 0d 05 0a 58 0b 6b 03 0a 00 0a 1e ........X.k.....
0140: 0a 00 12 0d 05 0a 4b 0b ee 02 0a 00 0a 1c 0a 00 ......K.........
0150: 12 0d 05 0a 3f 0b 71 02 0a 00 0a 1a 0a 00 12 0d ....?.q.........
0160: 05 0a 32 0b f4 01 0a 00 0a 18 0a 00 12 0d 05 0a ..2.............
0170: 26 0b 77 01 0a 00 0a 16 0a 00 12 0c 05 0a 19 0a &.w.............
0180: fa 0a 00 0a 14 0a 00 12 0c 05 0a 0d 0a 7d 0a 00 .............}..
0190: 0a 12 0a 00 08 54 53 53 46 0a 00 14 43 08 5f 54 .....TSSF...C._T
01a0: 53 53 00 a0 47 06 90 92 54 53 53 46 5b 12 5f 50 SS..G...TSSF[._P
01b0: 53 53 00 70 5f 50 53 53 60 70 87 60 61 76 61 70 SS.p_PSS`p.`avap
01c0: 83 88 83 88 60 61 00 0a 01 00 62 70 0a 00 63 a2 ....`a....bp..c.
01d0: 35 95 63 87 54 53 53 49 70 78 77 62 74 0a 08 63 5.c.TSSIpxwbt..c
01e0: 00 00 0a 08 00 00 64 70 64 88 83 88 54 53 53 49 ......dpd...TSSI
01f0: 63 00 0a 01 00 70 64 88 83 88 54 53 53 4d 63 00 c....pd...TSSMc.
0200: 0a 01 00 75 63 70 ff 54 53 53 46 a0 0e 7b 50 44 ...ucp.TSSF..{PD
0210: 43 30 0a 04 00 a4 54 53 53 4d a4 54 53 53 49 14 C0....TSSM.TSSI.
0220: 3f 5f 54 53 44 00 a0 27 90 7b 43 46 47 44 0c 00 ?_TSD..'.{CFGD..
0230: 00 00 01 00 92 7b 50 44 43 30 0a 04 00 a4 12 0f .....{PDC0......
0240: 01 12 0c 05 0a 05 0a 00 0a 00 0a fd 0a 02 a4 12 ................
0250: 0f 01 12 0c 05 0a 05 0a 00 0a 00 0a fc 0a 01 ...............
SSDT @ 0xbf6d8d6a
0000: 53 53 44 54 a6 00 00 00 01 6d 50 6d 52 65 66 00 SSDT.....mPmRef.
0010: 43 70 75 31 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu1Tst..0..INTL
0020: 24 06 05 20 10 41 08 5c 2e 5f 50 52 5f 43 50 55 $.. .A.\._PR_CPU
0030: 31 08 5f 54 50 43 0a 00 14 16 5f 50 54 43 00 a4 1._TPC...._PTC..
0040: 5c 2f 03 5f 50 52 5f 43 50 55 30 5f 50 54 43 14 \/._PR_CPU0_PTC.
0050: 16 5f 54 53 53 00 a4 5c 2f 03 5f 50 52 5f 43 50 ._TSS..\/._PR_CP
0060: 55 30 5f 54 53 53 14 3f 5f 54 53 44 00 a0 27 90 U0_TSS.?_TSD..'.
0070: 7b 43 46 47 44 0c 00 00 00 01 00 92 7b 50 44 43 {CFGD.......{PDC
0080: 31 0a 04 00 a4 12 0f 01 12 0c 05 0a 05 0a 00 0a 1...............
0090: 00 0a fd 0a 02 a4 12 0f 01 12 0c 05 0a 05 0a 00 ................
00a0: 0a 01 0a fc 0a 01 ......
SSDT @ 0xbf6d8884
0000: 53 53 44 54 e6 04 00 00 01 df 50 6d 52 65 66 00 SSDT......PmRef.
0010: 43 70 75 50 6d 00 00 00 00 30 00 00 49 4e 54 4c CpuPm....0..INTL
0020: 24 06 05 20 10 45 08 5c 00 08 53 53 44 54 12 43 $.. .E.\..SSDT.C
0030: 05 0c 0d 43 50 55 30 49 53 54 20 00 0c 9e 95 6d ...CPU0IST ....m
0040: bf 0c b4 01 00 00 0d 43 50 55 31 49 53 54 20 00 .......CPU1IST .
0050: 0c 52 97 6d bf 0c c8 00 00 00 0d 43 50 55 30 43 .R.m.......CPU0C
0060: 53 54 20 00 0c 6f 90 6d bf 0c aa 04 00 00 0d 43 ST ..o.m.......C
0070: 50 55 31 43 53 54 20 00 0c 19 95 6d bf 0c 85 00 PU1CST ....m....
0080: 00 00 08 43 46 47 44 0c f1 69 3f 11 08 5c 50 44 ...CFGD..i?..\PD
0090: 43 30 0c 00 00 00 80 08 5c 50 44 43 31 0c 00 00 C0......\PDC1...
00a0: 00 80 08 5c 53 44 54 4c 0a 00 10 4d 21 5c 2e 5f ...\SDTL...M!\._
00b0: 50 52 5f 43 50 55 30 08 48 49 30 5f 0a 00 08 48 PR_CPU0.HI0_...H
00c0: 43 30 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a C0_...H._PDC..h.
00d0: 00 52 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 .REVS.h..SIZEp.h
00e0: 60 70 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a `pt`...a[.h.@wa.
00f0: 08 00 54 45 4d 50 08 53 54 53 30 11 07 0a 04 00 ..TEMP.STS0.....
0100: 00 00 00 73 53 54 53 30 54 45 4d 50 62 5f 4f 53 ...sSTS0TEMPb_OS
0110: 43 11 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 C......w@.).G...
0120: 70 58 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 pXq9SREVSSIZEb.I
0130: 19 5f 4f 53 43 04 8a 6b 0a 00 53 54 53 30 8a 6b ._OSC..k..STS0.k
0140: 0a 04 43 41 50 30 8a 68 0a 00 49 49 44 30 8a 68 ..CAP0.h..IID0.h
0150: 0a 04 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 ..IID1.h..IID2.h
0160: 0a 0c 49 49 44 33 08 55 49 44 30 11 13 0a 10 16 ..IID3.UID0.....
0170: a6 77 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a .w@.).G...pXq9S.
0180: 55 49 44 30 0a 00 45 49 44 30 8a 55 49 44 30 0a UID0..EID0.UID0.
0190: 04 45 49 44 31 8a 55 49 44 30 0a 08 45 49 44 32 .EID1.UID0..EID2
01a0: 8a 55 49 44 30 0a 0c 45 49 44 33 a0 32 92 90 90 .UID0..EID3.2...
01b0: 93 49 49 44 30 45 49 44 30 93 49 49 44 31 45 49 .IID0EID0.IID1EI
01c0: 44 31 90 93 49 49 44 32 45 49 44 32 93 49 49 44 D1..IID2EID2.IID
01d0: 33 45 49 44 33 70 0a 06 53 54 53 30 a4 6b a0 0f 3EID3p..STS0.k..
01e0: 92 93 69 0a 01 70 0a 0a 53 54 53 30 a4 6b 7d 7b ..i..p..STS0.k}{
01f0: 50 44 43 30 0c ff ff ff 7f 00 43 41 50 30 50 44 PDC0......CAP0PD
0200: 43 30 70 7b 50 44 43 30 0a ff 00 50 43 50 30 a0 C0p{PDC0...PCP0.
0210: 4c 05 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b L.{CFGD....A...{
0220: 43 46 47 44 0c 00 00 00 01 00 93 7b 50 44 43 30 CFGD.......{PDC0
0230: 0a 09 00 0a 09 92 7b 53 44 54 4c 0a 01 00 7d 53 ......{SDTL...}S
0240: 44 54 4c 0a 01 53 44 54 4c 5b 80 49 53 54 30 00 DTL..SDTL[.IST0.
0250: 83 88 53 53 44 54 0a 01 00 83 88 53 53 44 54 0a ..SSDT.....SSDT.
0260: 02 00 5b 20 49 53 54 30 48 49 30 5f a0 49 05 7b ..[ IST0HI0_.I.{
0270: 43 46 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 CFGD....N...{CFG
0280: 44 0c 00 00 00 01 00 7b 50 44 43 30 0a 18 00 92 D......{PDC0....
0290: 7b 53 44 54 4c 0a 02 00 7d 53 44 54 4c 0a 02 53 {SDTL...}SDTL..S
02a0: 44 54 4c 5b 80 43 53 54 30 00 83 88 53 53 44 54 DTL[.CST0...SSDT
02b0: 0a 07 00 83 88 53 53 44 54 0a 08 00 5b 20 43 53 .....SSDT...[ CS
02c0: 54 30 48 43 30 5f a4 6b 10 4d 21 5c 2e 5f 50 52 T0HC0_.k.M!\._PR
02d0: 5f 43 50 55 31 08 48 49 31 5f 0a 00 08 48 43 31 _CPU1.HI1_...HC1
02e0: 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a 00 52 _...H._PDC..h..R
02f0: 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 60 70 EVS.h..SIZEp.h`p
0300: 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a 08 00 t`...a[.h.@wa...
0310: 54 45 4d 50 08 53 54 53 31 11 07 0a 04 00 00 00 TEMP.STS1.......
0320: 00 73 53 54 53 31 54 45 4d 50 62 5f 4f 53 43 11 .sSTS1TEMPb_OSC.
0330: 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 70 58 .....w@.).G...pX
0340: 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 19 5f q9SREVSSIZEb.I._
0350: 4f 53 43 04 8a 6b 0a 00 53 54 53 31 8a 6b 0a 04 OSC..k..STS1.k..
0360: 43 41 50 31 8a 68 0a 00 49 49 44 30 8a 68 0a 04 CAP1.h..IID0.h..
0370: 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 0a 0c IID1.h..IID2.h..
0380: 49 49 44 33 08 55 49 44 31 11 13 0a 10 16 a6 77 IID3.UID1......w
0390: 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a 55 49 @.).G...pXq9S.UI
03a0: 44 31 0a 00 45 49 44 30 8a 55 49 44 31 0a 04 45 D1..EID0.UID1..E
03b0: 49 44 31 8a 55 49 44 31 0a 08 45 49 44 32 8a 55 ID1.UID1..EID2.U
03c0: 49 44 31 0a 0c 45 49 44 33 a0 32 92 90 90 93 49 ID1..EID3.2....I
03d0: 49 44 30 45 49 44 30 93 49 49 44 31 45 49 44 31 ID0EID0.IID1EID1
03e0: 90 93 49 49 44 32 45 49 44 32 93 49 49 44 33 45 ..IID2EID2.IID3E
03f0: 49 44 33 70 0a 06 53 54 53 31 a4 6b a0 0f 92 93 ID3p..STS1.k....
0400: 69 0a 01 70 0a 0a 53 54 53 31 a4 6b 7d 7b 50 44 i..p..STS1.k}{PD
0410: 43 31 0c ff ff ff 7f 00 43 41 50 31 50 44 43 31 C1......CAP1PDC1
0420: 70 7b 50 44 43 31 0a ff 00 50 43 50 31 a0 4c 05 p{PDC1...PCP1.L.
0430: 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b 43 46 {CFGD....A...{CF
0440: 47 44 0c 00 00 00 01 00 93 7b 50 44 43 31 0a 09 GD.......{PDC1..
0450: 00 0a 09 92 7b 53 44 54 4c 0a 10 00 7d 53 44 54 ....{SDTL...}SDT
0460: 4c 0a 10 53 44 54 4c 5b 80 49 53 54 31 00 83 88 L..SDTL[.IST1...
0470: 53 53 44 54 0a 04 00 83 88 53 53 44 54 0a 05 00 SSDT.....SSDT...
0480: 5b 20 49 53 54 31 48 49 31 5f a0 49 05 7b 43 46 [ IST1HI1_.I.{CF
0490: 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 44 0c GD....N...{CFGD.
04a0: 00 00 00 01 00 7b 50 44 43 31 0a 18 00 92 7b 53 .....{PDC1....{S
04b0: 44 54 4c 0a 20 00 7d 53 44 54 4c 0a 20 53 44 54 DTL. .}SDTL. SDT
04c0: 4c 5b 80 43 53 54 31 00 83 88 53 53 44 54 0a 0a L[.CST1...SSDT..
04d0: 00 83 88 53 53 44 54 0a 0b 00 5b 20 43 53 54 31 ...SSDT...[ CST1
04e0: 48 43 31 5f a4 6b HC1_.k
XSDT @ 0xbf6d87f0
0000: 58 53 44 54 94 00 00 00 01 c2 4c 45 4e 4f 56 4f XSDT......LENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 d2 fb 6d bf 00 00 00 00 c6 fc 6d bf ......m.......m.
0030: 00 00 00 00 2e fd 6d bf 00 00 00 00 66 fd 6d bf ......m.....f.m.
0040: 00 00 00 00 a2 fd 6d bf 00 00 00 00 d4 fd 6d bf ......m.......m.
0050: 00 00 00 00 fa fd 6d bf 00 00 00 00 70 ff 6d bf ......m.....p.m.
0060: 00 00 00 00 d8 ff 6d bf 00 00 00 00 bd 98 6d bf ......m.......m.
0070: 00 00 00 00 1a 98 6d bf 00 00 00 00 10 8e 6d bf ......m.......m.
0080: 00 00 00 00 6a 8d 6d bf 00 00 00 00 84 88 6d bf ....j.m.......m.
0090: 00 00 00 00 ....
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0001/acpitables-0001.log 0000664 0000000 0000000 00000001610 12314704571 0020675 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables PASSED: Test 1, Table APIC passed.
acpitables Table ECDT not present to check.
acpitables PASSED: Test 1, Table FACP passed.
acpitables PASSED: Test 1, Table HPET passed.
acpitables PASSED: Test 1, Table MCFG passed.
acpitables PASSED: Test 1, Table RSDT passed.
acpitables PASSED: Test 1, Table RSDP passed.
acpitables Table SBST not present to check.
acpitables PASSED: Test 1, Table XSDT passed.
acpitables
acpitables ==========================================================
acpitables 7 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0001/results.log 0000664 0000000 0000000 00000000000 12314704571 0017701 0 ustar 00root root 0000000 0000000 fwts-test/acpitables-0001/test-0001.sh 0000775 0000000 0000000 00000000736 12314704571 0017411 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against known correct ACPI tables"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0001/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0001/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0002/ 0000775 0000000 0000000 00000000000 12314704571 0015510 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0002/acpidump-0001.log 0000664 0000000 0000000 00000002406 12314704571 0020375 0 ustar 00root root 0000000 0000000 APIC @ 0xbf6dfcc6
0000: 41 50 49 43 68 00 00 00 01 cc 49 4e 54 45 4c 20 APICh.....INTEL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 4c 4f 48 52 CRESTLNE....LOHR
0020: 5a 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 Z...............
0030: 01 00 00 00 00 08 01 01 01 00 00 00 01 0c 01 00 ................
0040: 00 00 c0 fe 00 00 00 00 02 0a 00 00 02 00 00 00 ................
0050: 00 00 02 0a 00 09 09 00 00 00 0d 00 04 06 00 05 ................
0060: 00 01 04 06 01 05 00 01 ........
APIC @ 0xbf6dff70
0000: 41 50 49 43 68 00 00 00 01 13 50 54 4c 54 44 20 APICh.....PTLTD
0010: 09 20 41 50 49 43 20 20 00 00 04 06 20 4c 54 50 . APIC .... LTP
0020: 00 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 ................
0030: 01 00 00 00 00 08 01 01 01 00 00 00 01 0c 02 00 ................
0040: 00 00 c0 fe 00 00 00 00 04 06 00 05 00 01 04 06 ................
0050: 01 05 00 01 02 0a 00 00 02 00 00 00 05 00 02 0a ................
0060: 00 09 09 00 00 00 0d 00 ........
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0002/acpidump-0002.log 0000664 0000000 0000000 00000001365 12314704571 0020401 0 ustar 00root root 0000000 0000000 APIC @ 0xbf6dfcc6
0000: 41 50 49 43 68 00 00 00 01 cc 49 4e 54 45 4c 20 APICh.....INTEL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 4c 4f 48 52 CRESTLNE....LOHR
0020: 5a 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 Z...............
0030: 0f 00 00 00 00 08 01 01 0d 00 00 00 01 0c 03 00 ................
0040: 00 00 00 00 00 00 00 00 02 0a 0f 02 02 00 00 00 ................
0050: ee 00 02 0a 0e 09 09 00 00 00 fd 00 04 06 00 ff ................
0060: 00 01 04 06 01 10 00 01 ........
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0002/acpitables-0001.log 0000664 0000000 0000000 00000001636 12314704571 0020706 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables Cannot find FACP.
acpitables PASSED: Test 1, Table APIC passed.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables Table HPET not present to check.
acpitables Table MCFG not present to check.
acpitables Table RSDT not present to check.
acpitables Table RSDP not present to check.
acpitables Table SBST not present to check.
acpitables Table XSDT not present to check.
acpitables
acpitables ==========================================================
acpitables 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0002/acpitables-0002.log 0000664 0000000 0000000 00000004470 12314704571 0020706 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables FAILED [MEDIUM] MADTAPICFlagsNonZero: Test 1, MADT Local
acpitables APIC flags field, bits 1..31 are reserved and should be
acpitables zero, but are set as: f.
acpitables FAILED [MEDIUM] MADTAPICFlagsNonZero: Test 1, MADT Local
acpitables APIC flags field, bits 1..31 are reserved and should be
acpitables zero, but are set as: d.
acpitables FAILED [MEDIUM] MADTIOAPICAddrZero: Test 1, MADT IO APIC
acpitables address is zero, appears not to be defined.
acpitables FAILED [MEDIUM] MADTIRQSrcISA: Test 1, MADT Interrupt
acpitables Source Override Bus should be 0 for ISA bus.
acpitables FAILED [MEDIUM] MADTIRQSrcFlags: Test 1, MADT Interrupt
acpitables Source Override flags, bits 4..31 are reserved and should
acpitables be zero, but are set as: ee.
acpitables FAILED [MEDIUM] MADTIRQSrcISA: Test 1, MADT Interrupt
acpitables Source Override Bus should be 0 for ISA bus.
acpitables FAILED [MEDIUM] MADTIRQSrcFlags: Test 1, MADT Interrupt
acpitables Source Override flags, bits 4..31 are reserved and should
acpitables be zero, but are set as: fd.
acpitables FAILED [MEDIUM] MADTLAPICNMIFlags: Test 1, MADT Local APIC
acpitables NMI flags, bits 4..31 are reserved and should be zero, but
acpitables are set as: ff.
acpitables FAILED [MEDIUM] MADTLAPICNMIFlags: Test 1, MADT Local APIC
acpitables NMI flags, bits 4..31 are reserved and should be zero, but
acpitables are set as: 10.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables Table HPET not present to check.
acpitables Table MCFG not present to check.
acpitables PASSED: Test 1, Table RSDT passed.
acpitables PASSED: Test 1, Table RSDP passed.
acpitables Table SBST not present to check.
acpitables PASSED: Test 1, Table XSDT passed.
acpitables
acpitables ==========================================================
acpitables 3 passed, 9 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0002/test-0001.sh 0000775 0000000 0000000 00000000743 12314704571 0017410 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against known correct ACPI APIC tables"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0002/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0002/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0002/test-0002.sh 0000775 0000000 0000000 00000000736 12314704571 0017413 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against incorrect ACPI APIC tables"
NAME=test-0002.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0002/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables"| cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0002/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0003/ 0000775 0000000 0000000 00000000000 12314704571 0015511 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0003/acpidump-0001.log 0000664 0000000 0000000 00000002614 12314704571 0020377 0 ustar 00root root 0000000 0000000 FACP @ 0xbf6dfbd2
0000: 46 41 43 50 f4 00 00 00 03 52 54 4f 53 43 50 4c FACP.....RTOSCPL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 41 4c 41 4e CRESTLNE....ALAN
0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 ...../n.j.m.....
0030: 00 00 00 00 f0 f1 00 80 00 10 00 00 00 00 00 00 ................
0040: 04 10 00 00 00 00 00 00 20 10 00 00 08 10 00 00 ........ .......
0050: 28 10 00 00 00 00 00 00 04 02 01 03 09 0f 00 85 (...............
0060: 01 00 23 00 00 00 00 00 01 03 0d 00 32 00 00 00 ..#.........2...
0070: a5 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 ................
0080: 00 00 00 00 00 00 00 00 00 00 00 00 6a 9b 6d bf ...../n.....j.m.
0090: 00 00 00 00 01 20 00 00 00 10 00 00 00 00 00 00 ..... ..........
00a0: 00 00 00 00 00 00 00 00 00 00 00 00 01 10 00 00 ................
00b0: 04 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0: 00 00 00 00 01 08 00 00 20 10 00 00 00 00 00 00 ........ .......
00d0: 01 20 00 00 08 10 00 00 00 00 00 00 01 40 00 00 . ...........@..
00e0: 28 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 (...............
00f0: 00 00 00 00 ....
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0003/acpitables-0001.log 0000664 0000000 0000000 00000010324 12314704571 0020701 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables No FACS found, fwts has faked one instead.
acpitables Table APIC not present to check.
acpitables Table ECDT not present to check.
acpitables FAILED [MEDIUM] FADTDSTNull: Test 1, FADT DSDT address is
acpitables null.
acpitables FAILED [MEDIUM] FADT32And64Mismatch: Test 1, FADT 32 bit
acpitables DSDT (0x0) does not point to same physical address as 64
acpitables bit X_DSDT (0xbf6d9b6a).
acpitables
acpitables ADVICE: One would expect the 32 bit DSDT and 64 bit X_DSDT
acpitables pointers to point to the same DSDT, however they don't
acpitables which is clearly ambiguous and wrong. The kernel works
acpitables around this by using the 64 bit X_DSDT pointer to the
acpitables DSDT.
acpitables
acpitables FAILED [MEDIUM] FADTSCIIRQZero: Test 1, FADT SCI Interrupt
acpitables is 0x00, should be defined.
acpitables FAILED [MEDIUM] FADTSMICMDZero: Test 1, FADT SMI_CMD is
acpitables 0x00, however, one or more of ACPI_ENABLE, ACPI_DISABLE,
acpitables S4BIOS_REQ, PSTATE_CNT and CST_CNT are defined which means
acpitables SMI_CMD should be defined otherwise SMI commands cannot be
acpitables sent.
acpitables
acpitables ADVICE: The configuration seems to suggest that SMI
acpitables command should be defined to allow the kernel to trigger
acpitables system management interrupts via the SMD_CMD port. The
acpitables fact that SMD_CMD is zero which is invalid means that SMIs
acpitables are not possible through the normal ACPI mechanisms. This
acpitables means some firmware based machine specific functions will
acpitables not work.
acpitables
acpitables FAILED [MEDIUM] FADTBadPMTMRLEN: Test 1, FADT PM_TMR_LEN
acpitables is 3, should be 4.
acpitables
acpitables ADVICE: FADT field PM_TMR_LEN defines the number of bytes
acpitables decoded by PM_TMR_BLK. This fields value must be 4. If it
acpitables is not the correct size then the kernel will not request a
acpitables region for the pm timer block.
acpitables
acpitables FAILED [MEDIUM] FADTBadGPEBLKLEN: Test 1, FADT
acpitables GPE0_BLK_LEN is 9, should a multiple of 2.
acpitables
acpitables ADVICE: The FADT GPE_BLK_LEN should be a multiple of 2.
acpitables Because it isn't, the ACPI driver will not map in the GPE0
acpitables region. This could mean that General Purpose Events will
acpitables not function correctly (for example lid or ac-power
acpitables events).
acpitables
acpitables FAILED [MEDIUM] FADTBadGPE1BLKLEN: Test 1, FADT
acpitables GPE1_BLK_LEN is 15, should a multiple of 2.
acpitables
acpitables ADVICE: The FADT GPE_BLK_LEN should be a multiple of 2.
acpitables Because it isn't, the ACPI driver will not map in the GPE1
acpitables region. This could mean that General Purpose Events will
acpitables not function correctly (for example lid or ac-power
acpitables events).
acpitables
acpitables FAILED [MEDIUM] FADTBadRESETREG: Test 1, FADT RESET_REG
acpitables address space ID was 3, must be System Memory space (0),
acpitables System I/O space (1), or PCI configuration space (2).
acpitables
acpitables ADVICE: If the FADT RESET_REG address space ID is not set
acpitables correctly then ACPI writes to this register *may* nor work
acpitables correctly, meaning a reboot via this mechanism may not
acpitables work.
acpitables
acpitables Table HPET not present to check.
acpitables Table MCFG not present to check.
acpitables PASSED: Test 1, Table RSDT passed.
acpitables PASSED: Test 1, Table RSDP passed.
acpitables Table SBST not present to check.
acpitables PASSED: Test 1, Table XSDT passed.
acpitables
acpitables ==========================================================
acpitables 3 passed, 8 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0003/test-0001.sh 0000775 0000000 0000000 00000000725 12314704571 0017411 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against broken ACPI FADT"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0003/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0003/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0004/ 0000775 0000000 0000000 00000000000 12314704571 0015512 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0004/acpidump-0001.log 0000664 0000000 0000000 00000001030 12314704571 0020367 0 ustar 00root root 0000000 0000000 HPET @ 0xbf6dfd2e
0000: 48 50 45 54 38 00 00 00 01 0a 49 4e 54 45 4c 20 HPET8.....INTEL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 4c 4f 48 52 CRESTLNE....LOHR
0020: 5a 00 00 00 01 a2 00 00 00 00 00 00 00 00 00 00 Z...............
0030: 00 00 00 00 00 80 00 00 ........
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0004/acpitables-0001.log 0000664 0000000 0000000 00000003124 12314704571 0020702 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables Cannot find FACP.
acpitables Table APIC not present to check.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables FAILED [MEDIUM] HPETBaseZero: Test 1, HPET base is
acpitables 0x000000000000, which is invalid.
acpitables FAILED [MEDIUM] HPETVendorIdZero: Test 1, HPET PCI Vendor
acpitables ID is 0x0000, which is invalid.
acpitables
acpitables ADVICE: The HPET specification (http://www.intel.com
acpitables /hardwaredesign/hpetspec_1.pdf) describes the HPET table
acpitables in section 3.2.4 'The ACPI 2.0 HPET Description Table
acpitables (HPET)'. The top 16 bits of the Event Timer Block ID
acpitables specify the Vendor ID and this should not be zero. This
acpitables won't affect the kernel behaviour, but should be fixed as
acpitables it is an undefined ID value.
acpitables
acpitables Table MCFG not present to check.
acpitables Table RSDT not present to check.
acpitables Table RSDP not present to check.
acpitables Table SBST not present to check.
acpitables Table XSDT not present to check.
acpitables
acpitables ==========================================================
acpitables 0 passed, 2 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0004/test-0001.sh 0000775 0000000 0000000 00000000733 12314704571 0017411 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against broken ACPI HPET table"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0004/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0004/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0005/ 0000775 0000000 0000000 00000000000 12314704571 0015513 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0005/acpidump-0001.log 0000664 0000000 0000000 00000001034 12314704571 0020374 0 ustar 00root root 0000000 0000000 MCFG @ 0xbf6dfd66
0000: 4d 43 46 47 3c 00 00 00 01 32 49 4e 54 45 4c 20 MCFG<....2INTEL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 4c 4f 48 52 CRESTLNE....LOHR
0020: 5a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0 Z...............
0030: 00 00 00 00 00 00 00 ff 00 00 00 00 ............
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0005/acpitables-0001.log 0000664 0000000 0000000 00000001636 12314704571 0020711 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables Cannot find FACP.
acpitables Table APIC not present to check.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables Table HPET not present to check.
acpitables PASSED: Test 1, Table MCFG passed.
acpitables Table RSDT not present to check.
acpitables Table RSDP not present to check.
acpitables Table SBST not present to check.
acpitables Table XSDT not present to check.
acpitables
acpitables ==========================================================
acpitables 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0005/test-0001.sh 0000775 0000000 0000000 00000000733 12314704571 0017412 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against broken ACPI MCFG table"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0005/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0005/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0006/ 0000775 0000000 0000000 00000000000 12314704571 0015514 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0006/acpidump-0001.log 0000664 0000000 0000000 00000001376 12314704571 0020406 0 ustar 00root root 0000000 0000000 RSDT @ 0xbf6d87f0
0000: 52 53 44 54 70 00 00 00 01 07 4c 45 4e 4f 56 4f RSDT......LENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 00 00 00 bf 00 00 00 00 00 00 00 00 ................
0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0006/acpitables-0001.log 0000664 0000000 0000000 00000021222 12314704571 0020703 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables Cannot find FACP.
acpitables Table APIC not present to check.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables Table HPET not present to check.
acpitables Table MCFG not present to check.
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 1 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 2 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 3 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 4 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 5 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 6 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 7 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 8 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 9 is null,
acpitables should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 10 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 11 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 12 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 13 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 14 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 15 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 16 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 17 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [HIGH] RSDTEntryNull: Test 1, RSDT Entry 18 is null
acpitables , should not be non-zero.
acpitables
acpitables ADVICE: A RSDT pointer is null and therefore erroneously
acpitables points to an invalid 32 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables Table RSDP not present to check.
acpitables Table SBST not present to check.
acpitables Table XSDT not present to check.
acpitables
acpitables ==========================================================
acpitables 0 passed, 18 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0006/test-0001.sh 0000775 0000000 0000000 00000000733 12314704571 0017413 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against broken ACPI RSDT table"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0006/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0006/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0007/ 0000775 0000000 0000000 00000000000 12314704571 0015515 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0007/acpidump-0001.log 0000664 0000000 0000000 00000001720 12314704571 0020400 0 ustar 00root root 0000000 0000000 XSDT @ 0xbf6d87f0
0000: 58 53 44 54 94 00 00 00 01 9c 4c 45 4e 4f 56 4f XSDT......LENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090: 00 00 00 00 ....
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0007/acpitables-0001.log 0000664 0000000 0000000 00000015670 12314704571 0020716 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables Cannot find FACP.
acpitables Table APIC not present to check.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables Table HPET not present to check.
acpitables Table MCFG not present to check.
acpitables Table RSDT not present to check.
acpitables Table RSDP not present to check.
acpitables Table SBST not present to check.
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 0 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 1 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 2 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 3 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 4 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 5 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 6 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 7 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 8 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 9 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 10 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 11 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 12 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables FAILED [MEDIUM] XSDTEntryNull: Test 1, XSDT Entry 13 is
acpitables null, should not be non-zero.
acpitables
acpitables ADVICE: A XSDT pointer is null and therefore erroneously
acpitables points to an invalid 64 bit ACPI table header. At worse
acpitables this will cause the kernel to oops, at best the kernel may
acpitables ignore this. However, it should be fixed where possible.
acpitables
acpitables
acpitables ==========================================================
acpitables 0 passed, 14 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0007/test-0001.sh 0000775 0000000 0000000 00000000733 12314704571 0017414 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against broken ACPI XSDT table"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0007/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0007/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/acpitables-0008/ 0000775 0000000 0000000 00000000000 12314704571 0015516 5 ustar 00root root 0000000 0000000 fwts-test/acpitables-0008/acpidump-0001.log 0000664 0000000 0000000 00000000345 12314704571 0020403 0 ustar 00root root 0000000 0000000 RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 20 20 20 20 20 20 03 RSD PTR .
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/acpitables-0008/acpitables-0001.log 0000664 0000000 0000000 00000001634 12314704571 0020712 0 ustar 00root root 0000000 0000000 acpitables acpitables: ACPI table settings sanity tests.
acpitables ----------------------------------------------------------
acpitables Test 1 of 1: Test ACPI tables.
acpitables Cannot find FACP.
acpitables Table APIC not present to check.
acpitables Table ECDT not present to check.
acpitables Table FACP not present to check.
acpitables Table HPET not present to check.
acpitables Table MCFG not present to check.
acpitables Table RSDT not present to check.
acpitables Table RSDP not present to check.
acpitables Table SBST not present to check.
acpitables Table XSDT not present to check.
acpitables
acpitables ==========================================================
acpitables 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
acpitables info only.
acpitables ==========================================================
fwts-test/acpitables-0008/test-0001.sh 0000775 0000000 0000000 00000000725 12314704571 0017416 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apcitables against broken ACPI RSDP"
NAME=test-0001.sh
TMPLOG=$TMP/acpitables.log.$$
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/acpitables-0008/acpidump-0001.log acpitables - | grep "^[0-9]*[ ]*acpitables" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/acpitables-0008/acpitables-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/apicinstance-0001/ 0000775 0000000 0000000 00000000000 12314704571 0016041 5 ustar 00root root 0000000 0000000 fwts-test/apicinstance-0001/acpidump-0001.log 0000664 0000000 0000000 00000405421 12314704571 0020732 0 ustar 00root root 0000000 0000000 DSDT @ 0xbf6d9b6a
0000: 44 53 44 54 f4 5f 00 00 02 11 54 4f 53 43 50 4c DSDT._....TOSCPL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 49 4e 54 4c CRESTLNE....INTL
0020: 08 06 06 20 08 5a 30 30 30 01 08 5a 30 30 31 0a ... .Z000..Z001.
0030: 02 08 5a 30 30 32 0a 04 08 5a 30 30 33 0a 08 08 ..Z002...Z003...
0040: 5a 30 30 34 00 08 5a 30 30 35 0a 0f 08 5a 30 30 Z004..Z005...Z00
0050: 36 0a 0d 08 5a 30 30 37 0a 0b 08 5a 30 30 38 0a 6...Z007...Z008.
0060: 09 08 45 43 44 59 0a 07 5b 01 4d 55 54 58 00 5b ..ECDY..[.MUTX.[
0070: 80 50 52 54 30 01 0a 80 0a 04 5b 81 0b 50 52 54 .PRT0.....[..PRT
0080: 30 13 50 38 30 48 20 14 4e 07 50 38 58 48 0a a0 0.P80H .N.P8XH..
0090: 17 93 68 00 70 7d 7b 50 38 30 44 0c 00 ff ff ff ..h.p}{P80D.....
00a0: 00 69 00 50 38 30 44 a0 1b 93 68 01 70 7d 7b 50 .i.P80D...h.p}{P
00b0: 38 30 44 0c ff 00 ff ff 00 79 69 0a 08 00 00 50 80D......yi....P
00c0: 38 30 44 a0 1c 93 68 0a 02 70 7d 7b 50 38 30 44 80D...h..p}{P80D
00d0: 0c ff ff 00 ff 00 79 69 0a 10 00 00 50 38 30 44 ......yi....P80D
00e0: a0 1c 93 68 0a 03 70 7d 7b 50 38 30 44 0c ff ff ...h..p}{P80D...
00f0: ff 00 00 79 69 0a 18 00 00 50 38 30 44 70 50 38 ...yi....P80DpP8
0100: 30 44 50 38 30 48 14 0c 5f 50 49 43 01 70 68 47 0DP80H.._PIC.phG
0110: 50 49 43 14 46 06 5f 50 54 53 01 70 00 50 38 30 PIC.F._PTS.p.P80
0120: 44 50 38 58 48 00 68 a0 1e 93 68 0a 03 70 01 5c DP8XH.h...h..p.\
0130: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0140: 30 5f 53 33 4c 44 a0 33 93 68 0a 04 70 01 5c 2f 0_S3LD.3.h..p.\/
0150: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
0160: 5f 53 33 4c 44 5c 2f 04 5f 53 42 5f 50 43 49 30 _S3LD\/._SB_PCI0
0170: 4c 50 43 42 50 48 53 53 0a 0e 14 4c 1c 5f 57 41 LPCBPHSS...L._WA
0180: 4b 01 50 38 58 48 01 0a ab a0 30 91 93 68 0a 03 K.P8XH....0..h..
0190: 93 68 0a 04 a0 25 7b 43 46 47 44 0c 00 00 00 01 .h...%{CFGD.....
01a0: 00 a0 18 90 7b 43 46 47 44 0a f0 00 93 4f 53 59 ....{CFGD....OSY
01b0: 53 0b d1 07 54 52 41 50 0a 3d a0 18 93 52 50 31 S...TRAP.=...RP1
01c0: 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 D..\/._SB_PCI0RP
01d0: 30 31 00 a0 18 93 52 50 32 44 00 86 5c 2f 03 5f 01....RP2D..\/._
01e0: 53 42 5f 50 43 49 30 52 50 30 32 00 a0 18 93 52 SB_PCI0RP02....R
01f0: 50 33 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 P3D..\/._SB_PCI0
0200: 52 50 30 33 00 a0 18 93 52 50 34 44 00 86 5c 2f RP03....RP4D..\/
0210: 03 5f 53 42 5f 50 43 49 30 52 50 30 34 00 a0 18 ._SB_PCI0RP04...
0220: 93 52 50 35 44 00 86 5c 2f 03 5f 53 42 5f 50 43 .RP5D..\/._SB_PC
0230: 49 30 52 50 30 35 00 a0 18 93 52 50 36 44 00 86 I0RP05....RP6D..
0240: 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 36 00 \/._SB_PCI0RP06.
0250: a0 12 93 68 0a 03 50 38 58 48 00 0a 30 54 52 41 ...h..P8XH..0TRA
0260: 50 0a 46 a0 43 0d 93 68 0a 04 50 38 58 48 00 0a P.F.C..h..P8XH..
0270: 40 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 @\/._SB_PCI0LPCB
0280: 50 48 53 53 0a 0f 70 57 41 4b 46 60 70 00 57 41 PHSS..pWAKF`p.WA
0290: 4b 46 7b 60 0a 05 60 a0 18 93 60 01 50 38 58 48 KF{`..`...`.P8XH
02a0: 00 0a 41 86 5c 2e 5f 53 42 5f 50 57 52 42 0a 02 ..A.\._SB_PWRB..
02b0: a0 46 08 44 54 53 45 54 52 41 50 0a 47 a0 42 06 .F.DTSETRAP.G.B.
02c0: 90 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 .\/._SB_PCI0LPCB
02d0: 45 43 4f 4b 93 45 43 44 59 00 a0 27 92 95 44 54 ECOK.ECDY..'..DT
02e0: 53 31 44 54 53 32 70 44 54 53 31 5c 2f 05 5f 53 S1DTS2pDTS1\/._S
02f0: 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b B_PCI0LPCBEC0_SK
0300: 54 41 a1 1d 70 44 54 53 32 5c 2f 05 5f 53 42 5f TA..pDTS2\/._SB_
0310: 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 PCI0LPCBEC0_SKTA
0320: a1 16 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 ..\/._SB_PCI0LPC
0330: 42 50 48 53 53 0a 10 5c 2e 5f 50 52 5f 52 50 50 BPHSS..\._PR_RPP
0340: 43 a4 12 04 02 00 00 14 1e 47 45 54 42 0b 77 68 C........GETB.wh
0350: 0a 08 60 77 69 0a 08 61 5b 13 6a 60 61 54 42 46 ..`wi..a[.j`aTBF
0360: 33 a4 54 42 46 33 14 42 09 50 4e 4f 54 08 a0 4a 3.TBF3.B.PNOT..J
0370: 06 4d 50 45 4e a0 31 7b 50 44 43 30 0a 08 00 86 .MPEN.1{PDC0....
0380: 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 a0 1a 7b 50 \._PR_CPU0....{P
0390: 44 43 30 0a 10 00 5b 22 0a 64 86 5c 2e 5f 50 52 DC0...[".d.\._PR
03a0: 5f 43 50 55 30 0a 81 a0 31 7b 50 44 43 31 0a 08 _CPU0...1{PDC1..
03b0: 00 86 5c 2e 5f 50 52 5f 43 50 55 31 0a 80 a0 1a ..\._PR_CPU1....
03c0: 7b 50 44 43 31 0a 10 00 5b 22 0a 64 86 5c 2e 5f {PDC1...[".d.\._
03d0: 50 52 5f 43 50 55 31 0a 81 a1 1f 86 5c 2e 5f 50 PR_CPU1.....\._P
03e0: 52 5f 43 50 55 30 0a 80 5b 22 0a 64 86 5c 2e 5f R_CPU0..[".d.\._
03f0: 50 52 5f 43 50 55 30 0a 81 14 17 54 52 41 50 09 PR_CPU0....TRAP.
0400: 70 68 53 4d 49 46 70 00 54 52 50 30 a4 53 4d 49 phSMIFp.TRP0.SMI
0410: 46 10 41 0f 5f 53 42 5f 14 4a 0e 5f 49 4e 49 00 F.A._SB_.J._INI.
0420: 70 0b 99 99 4d 41 52 4b a0 1c 44 54 53 45 54 52 p...MARK..DTSETR
0430: 41 50 0a 47 5e 2f 03 50 43 49 30 4c 50 43 42 50 AP.G^/.PCI0LPCBP
0440: 48 53 53 0a 10 70 0b d0 07 4f 53 59 53 a0 4a 09 HSS..p...OSYS.J.
0450: 5b 12 5f 4f 53 49 60 a0 18 5f 4f 53 49 0d 4c 69 [._OSI`.._OSI.Li
0460: 6e 75 78 00 70 01 4c 49 4e 58 70 00 45 43 44 59 nux.p.LINXp.ECDY
0470: a0 1b 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 32 .._OSI.Windows 2
0480: 30 30 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f 001.p...OSYS.._O
0490: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04a0: 53 50 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f SP1.p...OSYS.._O
04b0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04c0: 53 50 32 00 70 0b d2 07 4f 53 59 53 a0 1b 5f 4f SP2.p...OSYS.._O
04d0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 36 00 SI.Windows 2006.
04e0: 70 0b d6 07 4f 53 59 53 a0 14 90 4d 50 45 4e 93 p...OSYS...MPEN.
04f0: 4f 53 59 53 0b d1 07 54 52 41 50 0a 3d 54 52 41 OSYS...TRAP.=TRA
0500: 50 0a 2b 5b 80 47 4e 56 53 00 0c bc 2d 6e bf 0b P.+[.GNVS...-n..
0510: 00 01 5b 81 45 24 47 4e 56 53 10 4f 53 59 53 10 ..[.E$GNVS.OSYS.
0520: 53 4d 49 46 08 50 52 4d 30 08 50 52 4d 31 08 53 SMIF.PRM0.PRM1.S
0530: 43 49 46 08 50 52 4d 32 08 50 52 4d 33 08 4c 43 CIF.PRM2.PRM3.LC
0540: 4b 46 08 50 52 4d 34 08 50 52 4d 35 08 50 38 30 KF.PRM4.PRM5.P80
0550: 44 20 4c 49 44 53 08 50 57 52 53 08 44 42 47 53 D LIDS.PWRS.DBGS
0560: 08 4c 49 4e 58 08 00 08 41 43 54 31 08 41 43 54 .LINX...ACT1.ACT
0570: 54 08 50 53 56 54 08 54 43 31 56 08 54 43 32 56 T.PSVT.TC1V.TC2V
0580: 08 54 53 50 56 08 43 52 54 54 08 44 54 53 45 08 .TSPV.CRTT.DTSE.
0590: 44 54 53 31 08 44 54 53 32 08 00 40 05 41 50 49 DTS1.DTS2..@.API
05a0: 43 08 4d 50 45 4e 08 50 43 50 30 08 50 43 50 31 C.MPEN.PCP0.PCP1
05b0: 08 50 50 43 4d 08 00 28 43 4d 41 50 08 43 4d 42 .PPCM..(CMAP.CMB
05c0: 50 08 4c 50 54 50 08 46 44 43 50 08 00 30 49 47 P.LPTP.FDCP..0IG
05d0: 44 53 08 54 4c 53 54 08 43 41 44 4c 08 50 41 44 DS.TLST.CADL.PAD
05e0: 4c 08 43 53 54 45 10 4e 53 54 45 10 53 53 54 45 L.CSTE.NSTE.SSTE
05f0: 10 4e 44 49 44 08 44 49 44 31 20 44 49 44 32 20 .NDID.DID1 DID2
0600: 44 49 44 33 20 44 49 44 34 20 44 49 44 35 20 00 DID3 DID4 DID5 .
0610: 40 06 42 4c 43 53 08 42 52 54 4c 08 41 4c 53 45 @.BLCS.BRTL.ALSE
0620: 08 41 4c 41 46 08 4c 4c 4f 57 08 4c 48 49 48 08 .ALAF.LLOW.LHIH.
0630: 00 08 45 4d 41 45 08 45 4d 41 50 10 45 4d 41 4c ..EMAE.EMAP.EMAL
0640: 10 00 08 4d 45 46 45 08 00 18 54 50 4d 50 08 54 ...MEFE...TPMP.T
0650: 50 4d 45 08 00 40 04 47 54 46 30 38 47 54 46 32 PME..@.GTF08GTF2
0660: 38 49 44 45 4d 08 47 54 46 31 38 00 40 09 41 53 8IDEM.GTF18.@.AS
0670: 4c 42 20 49 42 54 54 08 49 50 41 54 08 49 54 56 LB IBTT.IPAT.ITV
0680: 46 08 49 54 56 4d 08 49 50 53 43 08 49 42 4c 43 F.ITVM.IPSC.IBLC
0690: 08 49 42 49 41 08 49 53 53 43 08 49 34 30 39 08 .IBIA.ISSC.I409.
06a0: 49 35 30 39 08 49 36 30 39 08 49 37 30 39 08 49 I509.I609.I709.I
06b0: 44 4d 4d 08 49 44 4d 53 08 49 46 31 45 08 48 56 DMM.IDMS.IF1E.HV
06c0: 43 4f 08 4e 58 44 31 20 4e 58 44 32 20 4d 41 52 CO.NXD1 NXD2 MAR
06d0: 4b 10 42 52 41 44 08 42 54 45 4e 08 56 56 45 4e K.BRAD.BTEN.VVEN
06e0: 08 42 47 54 4c 08 54 4d 45 45 01 00 07 53 43 55 .BGTL.TMEE...SCU
06f0: 30 01 53 43 55 31 01 53 43 55 32 01 53 43 55 33 0.SCU1.SCU2.SCU3
0700: 01 00 04 58 4b 53 50 01 58 4b 49 4e 01 58 4b 49 ...XKSP.XKIN.XKI
0710: 44 01 58 4b 4f 4b 01 00 04 42 47 55 31 08 42 53 D.XKOK...BGU1.BS
0720: 54 31 08 42 46 43 31 10 57 4b 4c 4e 08 57 41 4b T1.BFC1.WKLN.WAK
0730: 46 08 44 53 4d 44 08 42 41 59 53 08 48 41 50 45 F.DSMD.BAYS.HAPE
0740: 01 00 07 44 54 53 4d 01 00 07 4f 44 54 31 08 4f ...DTSM...ODT1.O
0750: 44 54 32 08 44 54 53 57 08 08 44 53 45 4e 01 08 DT2.DTSW..DSEN..
0760: 45 43 4f 4e 00 08 47 50 49 43 00 08 43 54 59 50 ECON..GPIC..CTYP
0770: 00 08 4c 30 31 43 00 08 56 46 4e 30 00 08 56 46 ..L01C..VFN0..VF
0780: 4e 31 00 10 4a 7c 5f 47 50 45 14 46 35 5f 4c 30 N1..J|_GPE.F5_L0
0790: 31 00 72 4c 30 31 43 01 4c 30 31 43 50 38 58 48 1.rL01C.L01CP8XH
07a0: 00 01 50 38 58 48 01 4c 30 31 43 a0 48 08 90 93 ..P8XH.L01C.H...
07b0: 52 50 31 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 RP1D.\/._SB_PCI0
07c0: 52 50 30 31 48 50 53 58 5b 22 0a 64 a0 40 05 5c RP01HPSX[".d.@.\
07d0: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 50 44 /._SB_PCI0RP01PD
07e0: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
07f0: 50 30 31 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f P01PDCXp.\/._SB_
0800: 50 43 49 30 52 50 30 31 48 50 53 58 86 5c 2f 03 PCI0RP01HPSX.\/.
0810: 5f 53 42 5f 50 43 49 30 52 50 30 31 00 a1 16 70 _SB_PCI0RP01...p
0820: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0830: 48 50 53 58 a0 48 08 90 93 52 50 32 44 00 5c 2f HPSX.H...RP2D.\/
0840: 04 5f 53 42 5f 50 43 49 30 52 50 30 32 48 50 53 ._SB_PCI0RP02HPS
0850: 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 5f 50 X[".d.@.\/._SB_P
0860: 43 49 30 52 50 30 32 50 44 43 58 70 01 5c 2f 04 CI0RP02PDCXp.\/.
0870: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 44 43 58 _SB_PCI0RP02PDCX
0880: 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 p.\/._SB_PCI0RP0
0890: 32 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 2HPSX.\/._SB_PCI
08a0: 30 52 50 30 32 00 a1 16 70 01 5c 2f 04 5f 53 42 0RP02...p.\/._SB
08b0: 5f 50 43 49 30 52 50 30 32 48 50 53 58 a0 48 08 _PCI0RP02HPSX.H.
08c0: 90 93 52 50 33 44 00 5c 2f 04 5f 53 42 5f 50 43 ..RP3D.\/._SB_PC
08d0: 49 30 52 50 30 33 48 50 53 58 5b 22 0a 64 a0 40 I0RP03HPSX[".d.@
08e0: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 .\/._SB_PCI0RP03
08f0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0900: 30 52 50 30 33 50 44 43 58 70 01 5c 2f 04 5f 53 0RP03PDCXp.\/._S
0910: 42 5f 50 43 49 30 52 50 30 33 48 50 53 58 86 5c B_PCI0RP03HPSX.\
0920: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 33 00 a1 /._SB_PCI0RP03..
0930: 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .p.\/._SB_PCI0RP
0940: 30 33 48 50 53 58 a0 48 08 90 93 52 50 34 44 00 03HPSX.H...RP4D.
0950: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 48 \/._SB_PCI0RP04H
0960: 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 PSX[".d.@.\/._SB
0970: 5f 50 43 49 30 52 50 30 34 50 44 43 58 70 01 5c _PCI0RP04PDCXp.\
0980: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 50 44 /._SB_PCI0RP04PD
0990: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
09a0: 50 30 34 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 P04HPSX.\/._SB_P
09b0: 43 49 30 52 50 30 34 00 a1 16 70 01 5c 2f 04 5f CI0RP04...p.\/._
09c0: 53 42 5f 50 43 49 30 52 50 30 34 48 50 53 58 a0 SB_PCI0RP04HPSX.
09d0: 48 08 90 93 52 50 35 44 00 5c 2f 04 5f 53 42 5f H...RP5D.\/._SB_
09e0: 50 43 49 30 52 50 30 35 48 50 53 58 5b 22 0a 64 PCI0RP05HPSX[".d
09f0: a0 40 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .@.\/._SB_PCI0RP
0a00: 30 35 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 05PDCXp.\/._SB_P
0a10: 43 49 30 52 50 30 35 50 44 43 58 70 01 5c 2f 04 CI0RP05PDCXp.\/.
0a20: 5f 53 42 5f 50 43 49 30 52 50 30 35 48 50 53 58 _SB_PCI0RP05HPSX
0a30: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 35 .\/._SB_PCI0RP05
0a40: 00 a1 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 ...p.\/._SB_PCI0
0a50: 52 50 30 35 48 50 53 58 a0 48 08 90 93 52 50 36 RP05HPSX.H...RP6
0a60: 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 D.\/._SB_PCI0RP0
0a70: 36 48 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 6HPSX[".d.@.\/._
0a80: 53 42 5f 50 43 49 30 52 50 30 36 50 44 43 58 70 SB_PCI0RP06PDCXp
0a90: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 .\/._SB_PCI0RP06
0aa0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0ab0: 30 52 50 30 36 48 50 53 58 86 5c 2f 03 5f 53 42 0RP06HPSX.\/._SB
0ac0: 5f 50 43 49 30 52 50 30 36 00 a1 16 70 01 5c 2f _PCI0RP06...p.\/
0ad0: 04 5f 53 42 5f 50 43 49 30 52 50 30 36 48 50 53 ._SB_PCI0RP06HPS
0ae0: 58 14 42 0d 5f 4c 30 32 00 70 00 47 50 45 43 a0 X.B._L02.p.GPEC.
0af0: 4d 0a 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 M.\/._SB_PCI0LPC
0b00: 42 45 43 4f 4b a0 4e 04 93 44 54 53 57 01 a0 27 BECOK.N..DTSW..'
0b10: 92 95 44 54 53 31 44 54 53 32 70 44 54 53 31 5c ..DTS1DTS2pDTS1\
0b20: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0b30: 30 5f 53 4b 54 41 a1 1d 70 44 54 53 32 5c 2f 05 0_SKTA..pDTS2\/.
0b40: 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f _SB_PCI0LPCBEC0_
0b50: 53 4b 54 41 a1 48 04 a0 27 92 95 4f 44 54 31 4f SKTA.H..'..ODT1O
0b60: 44 54 32 70 4f 44 54 31 5c 2f 05 5f 53 42 5f 50 DT2pODT1\/._SB_P
0b70: 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 CI0LPCBEC0_SKTA.
0b80: 1d 70 4f 44 54 32 5c 2f 05 5f 53 42 5f 50 43 49 .pODT2\/._SB_PCI
0b90: 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 16 5c 0LPCBEC0_SKTA..\
0ba0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 50 48 /._SB_PCI0LPCBPH
0bb0: 53 53 0a 10 14 18 5f 4c 30 33 00 86 5c 2f 03 5f SS...._L03..\/._
0bc0: 53 42 5f 50 43 49 30 55 53 42 31 0a 02 14 18 5f SB_PCI0USB1...._
0bd0: 4c 30 34 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 L04..\/._SB_PCI0
0be0: 55 53 42 32 0a 02 14 18 5f 4c 30 35 00 86 5c 2f USB2...._L05..\/
0bf0: 03 5f 53 42 5f 50 43 49 30 55 53 42 35 0a 02 14 ._SB_PCI0USB5...
0c00: 36 5f 4c 30 36 00 a0 27 5c 2f 04 5f 53 42 5f 50 6_L06..'\/._SB_P
0c10: 43 49 30 47 46 58 30 47 53 53 45 5c 2f 04 5f 53 CI0GFX0GSSE\/._S
0c20: 42 5f 50 43 49 30 47 46 58 30 47 53 43 49 a1 07 B_PCI0GFX0GSCI..
0c30: 70 01 53 43 49 53 14 43 1f 5f 4c 30 39 00 a0 41 p.SCIS.C._L09..A
0c40: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0c50: 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PSPXp.\/._SB_PCI
0c60: 30 52 50 30 31 50 53 50 58 70 01 5c 2f 04 5f 53 0RP01PSPXp.\/._S
0c70: 42 5f 50 43 49 30 52 50 30 31 50 4d 53 58 86 5c B_PCI0RP01PMSX.\
0c80: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 31 0a 02 /._SB_PCI0RP01..
0c90: a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .A.\/._SB_PCI0RP
0ca0: 30 32 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 02PSPXp.\/._SB_P
0cb0: 43 49 30 52 50 30 32 50 53 50 58 70 01 5c 2f 04 CI0RP02PSPXp.\/.
0cc0: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 4d 53 58 _SB_PCI0RP02PMSX
0cd0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 32 .\/._SB_PCI0RP02
0ce0: 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 ...A.\/._SB_PCI0
0cf0: 52 50 30 33 50 53 50 58 70 01 5c 2f 04 5f 53 42 RP03PSPXp.\/._SB
0d00: 5f 50 43 49 30 52 50 30 33 50 53 50 58 70 01 5c _PCI0RP03PSPXp.\
0d10: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 50 4d /._SB_PCI0RP03PM
0d20: 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 SX.\/._SB_PCI0RP
0d30: 30 33 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 03...A.\/._SB_PC
0d40: 49 30 52 50 30 34 50 53 50 58 70 01 5c 2f 04 5f I0RP04PSPXp.\/._
0d50: 53 42 5f 50 43 49 30 52 50 30 34 50 53 50 58 70 SB_PCI0RP04PSPXp
0d60: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 .\/._SB_PCI0RP04
0d70: 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 PMSX.\/._SB_PCI0
0d80: 52 50 30 34 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f RP04...A.\/._SB_
0d90: 50 43 49 30 52 50 30 35 50 53 50 58 70 01 5c 2f PCI0RP05PSPXp.\/
0da0: 04 5f 53 42 5f 50 43 49 30 52 50 30 35 50 53 50 ._SB_PCI0RP05PSP
0db0: 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 Xp.\/._SB_PCI0RP
0dc0: 30 35 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 05PMSX.\/._SB_PC
0dd0: 49 30 52 50 30 35 0a 02 a0 41 05 5c 2f 04 5f 53 I0RP05...A.\/._S
0de0: 42 5f 50 43 49 30 52 50 30 36 50 53 50 58 70 01 B_PCI0RP06PSPXp.
0df0: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 50 \/._SB_PCI0RP06P
0e00: 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 SPXp.\/._SB_PCI0
0e10: 52 50 30 36 50 4d 53 58 86 5c 2f 03 5f 53 42 5f RP06PMSX.\/._SB_
0e20: 50 43 49 30 52 50 30 36 0a 02 14 18 5f 4c 30 42 PCI0RP06...._L0B
0e30: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ..\/._SB_PCI0PCI
0e40: 42 0a 02 14 18 5f 4c 30 43 00 86 5c 2f 03 5f 53 B...._L0C..\/._S
0e50: 42 5f 50 43 49 30 55 53 42 33 0a 02 14 4b 0b 5f B_PCI0USB3...K._
0e60: 4c 30 44 00 a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 L0D..;\/._SB_PCI
0e70: 30 45 48 43 31 50 4d 45 53 70 01 5c 2f 04 5f 53 0EHC1PMESp.\/._S
0e80: 42 5f 50 43 49 30 45 48 43 31 50 4d 45 53 86 5c B_PCI0EHC1PMES.\
0e90: 2f 03 5f 53 42 5f 50 43 49 30 45 48 43 31 0a 02 /._SB_PCI0EHC1..
0ea0: a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 30 45 48 43 .;\/._SB_PCI0EHC
0eb0: 32 50 4d 45 53 70 01 5c 2f 04 5f 53 42 5f 50 43 2PMESp.\/._SB_PC
0ec0: 49 30 45 48 43 32 50 4d 45 53 86 5c 2f 03 5f 53 I0EHC2PMES.\/._S
0ed0: 42 5f 50 43 49 30 45 48 43 32 0a 02 a0 3b 5c 2f B_PCI0EHC2...;\/
0ee0: 04 5f 53 42 5f 50 43 49 30 48 44 45 46 50 4d 45 ._SB_PCI0HDEFPME
0ef0: 53 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 48 44 Sp.\/._SB_PCI0HD
0f00: 45 46 50 4d 45 53 86 5c 2f 03 5f 53 42 5f 50 43 EFPMES.\/._SB_PC
0f10: 49 30 48 44 45 46 0a 02 14 18 5f 4c 30 45 00 86 I0HDEF...._L0E..
0f20: 5c 2f 03 5f 53 42 5f 50 43 49 30 55 53 42 34 0a \/._SB_PCI0USB4.
0f30: 02 14 1c 5f 4c 31 42 00 80 4c 50 4f 4c 4c 50 4f ..._L1B..LPOLLPO
0f40: 4c 86 5c 2e 5f 53 42 5f 4c 49 44 30 0a 80 10 46 L.\._SB_LID0...F
0f50: 0b 5f 50 52 5f 5b 83 0b 43 50 55 30 00 10 10 00 ._PR_[..CPU0....
0f60: 00 06 5b 83 0b 43 50 55 31 01 10 10 00 00 06 14 ..[..CPU1.......
0f70: 45 09 52 50 50 43 00 a0 4d 08 93 4f 53 59 53 0b E.RPPC..M..OSYS.
0f80: d2 07 a0 42 08 7b 43 46 47 44 01 00 a0 42 04 94 ...B.{CFGD...B..
0f90: 5e 2e 43 50 55 30 5f 50 50 43 00 74 5e 2e 43 50 ^.CPU0_PPC.t^.CP
0fa0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
0fb0: 43 50 4e 4f 54 72 5e 2e 43 50 55 30 5f 50 50 43 CPNOTr^.CPU0_PPC
0fc0: 01 5e 2e 43 50 55 30 5f 50 50 43 50 4e 4f 54 a1 .^.CPU0_PPCPNOT.
0fd0: 35 72 5e 2e 43 50 55 30 5f 50 50 43 01 5e 2e 43 5r^.CPU0_PPC.^.C
0fe0: 50 55 30 5f 50 50 43 50 4e 4f 54 74 5e 2e 43 50 PU0_PPCPNOTt^.CP
0ff0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
1000: 43 50 4e 4f 54 08 46 57 53 4f 0d 46 57 53 4f 00 CPNOT.FWSO.FWSO.
1010: 08 5f 50 53 43 00 14 12 5f 50 53 30 00 70 5f 50 ._PSC..._PS0.p_P
1020: 53 43 60 70 00 5f 50 53 43 14 0d 5f 50 53 33 00 SC`p._PSC.._PS3.
1030: 70 0a 03 5f 50 53 43 10 8c fb 04 5f 53 42 5f 5b p.._PSC...._SB_[
1040: 82 4f 3e 41 4d 57 30 08 5f 48 49 44 0d 70 6e 70 .O>AMW0._HID.pnp
1050: 30 63 31 34 00 08 5f 55 49 44 00 08 5f 57 44 47 0c14.._UID.._WDG
1060: 11 3f 0a 3c a7 1d 85 2e 53 d0 5f 49 9d fa 1a 4a .?.<....S._I...J
1070: d6 2e 6a 86 41 43 01 00 3b 6d 43 71 dd fb 72 4c ..j.AC..;mCq..rL
1080: bc b8 43 5b fe 0d 64 f9 42 43 01 00 21 12 90 05 ..C[..d.BC..!...
1090: 66 d5 d1 11 b2 f0 00 a0 c9 06 29 10 42 41 01 00 f.........).BA..
10a0: 08 53 54 41 43 11 07 0a 04 01 14 03 00 14 1f 57 .STAC..........W
10b0: 51 41 43 01 70 0d 4d 58 4d 54 43 43 6f 6e 66 69 QAC.p.MXMTCConfi
10c0: 67 44 61 74 61 00 5b 31 a4 53 54 41 43 08 53 54 gData.[1.STAC.ST
10d0: 42 43 11 07 0a 04 01 00 00 00 14 34 57 51 42 43 BC.........4WQBC
10e0: 01 70 0d 47 65 74 20 4d 58 4d 54 43 43 6f 6e 74 .p.Get MXMTCCont
10f0: 72 6f 6c 44 61 74 61 3a 20 53 54 42 43 20 3d 20 rolData: STBC =
1100: 00 5b 31 70 53 54 42 43 5b 31 a4 53 54 42 43 14 .[1pSTBC[1.STBC.
1110: 47 06 57 53 42 43 02 70 69 53 54 42 43 70 0d 53 G.WSBC.piSTBCp.S
1120: 65 74 20 4d 58 4d 54 43 43 6f 6e 74 72 6f 6c 44 et MXMTCControlD
1130: 61 74 61 3a 20 53 54 42 43 20 3d 20 00 5b 31 70 ata: STBC = .[1p
1140: 53 54 42 43 5b 31 a0 30 93 5e 5e 2f 03 50 43 49 STBC[1.0.^^/.PCI
1150: 30 4c 50 43 42 45 43 4f 4b 01 70 83 88 53 54 42 0LPCBECOK.p..STB
1160: 43 01 00 5e 5e 2f 04 50 43 49 30 4c 50 43 42 45 C..^^/.PCI0LPCBE
1170: 43 30 5f 53 4b 54 43 08 57 51 42 41 11 43 2b 0b C0_SKTC.WQBA.C+.
1180: ae 02 46 4f 4d 42 01 00 00 00 9e 02 00 00 c0 0b ..FOMB..........
1190: 00 00 44 53 00 01 1a 7d da 54 28 d9 85 00 01 06 ..DS...}.T(.....
11a0: 18 42 10 07 10 0a 4b 61 02 c9 21 52 3c 18 94 05 .B....Ka..!R<...
11b0: 10 43 88 57 04 44 04 84 bc 0a b0 29 c0 24 88 fa .C.W.D.....).$..
11c0: f7 87 28 09 0e 25 04 42 12 05 98 17 a0 5b 80 61 ..(..%.B.....[.a
11d0: 01 b6 05 98 16 e0 18 92 4a 03 a7 04 96 02 21 a1 ........J.....!.
11e0: 02 94 0b f0 2d 40 3b a2 24 0b b0 0c 23 02 8f 82 ....-@;.$...#...
11f0: a1 71 68 ec 30 2c 13 4c 83 38 8c b2 91 45 60 dc .qh.0,.L.8...E`.
1200: 4e 05 c8 15 20 4c 80 78 54 61 34 07 45 e0 42 63 N... L.xTa4.E.Bc
1210: 64 40 c8 a3 00 ab a3 d0 a4 12 d8 bd 00 65 02 2c d@...........e.,
1220: 0a 10 27 c0 9a 00 63 48 32 28 40 9b 00 5b 20 42 ..'...cH2(@..[ B
1230: 0f d4 19 8a 46 70 02 51 6a 46 11 48 ac 1a 01 85 ....Fp.QjF.H....
1240: 12 34 46 b0 10 81 c2 86 37 46 98 03 88 d1 fe 20 .4F.....7F.....
1250: 48 20 05 e3 66 91 46 83 1a 6b 82 63 f7 68 4e b8 H ..f.F..k.c.hN.
1260: 73 01 d2 e7 26 90 a3 3b b8 3a 07 4d 86 c7 b0 1e s...&..;.:.M....
1270: 06 d8 29 00 ef 1a 50 d3 3f 78 26 08 0e 35 44 8f ..)...P.?x&..5D.
1280: 3a dc 09 1c fb 91 30 88 b3 3b 6e ac c3 c9 68 d0 :.....0..;n...h.
1290: a5 0a 30 7b 00 d0 d0 12 9c f6 99 84 7e 0f 38 9f ..0{........~.8.
12a0: 9e 21 89 fc 41 a0 46 e6 ff 3f b4 c7 78 5a 31 43 .!..A.F..?..xZ1C
12b0: 3e 0b 1c 16 13 0b a1 4d 6a 3c 40 40 e1 d1 40 08 >......Mj<@@..@.
12c0: 6f 06 9e af 09 46 86 90 93 f1 a0 06 e0 41 d7 3a o....F.......A.:
12d0: 32 8d 27 a6 21 cf e8 00 22 bf 32 78 0c 41 02 f9 2.'.!...".2x.A..
12e0: c4 60 b8 c7 81 13 78 02 f0 59 40 10 92 00 21 51 .`....x..Y@...!Q
12f0: e3 a7 47 08 7e 7a 78 93 30 28 1f d2 99 f9 90 e1 ..G.~zx.0(......
1300: 11 c2 07 c4 7b 9f 3b 19 c1 29 7b a4 e0 b0 7e 0e ....{.;..){...~.
1310: 20 c0 af 0f 8f 0d 09 7c ae 08 8c 1d aa fd 0a 40 ......|.......@
1320: 08 1e ed 51 e0 54 23 1c 2d 78 08 8a 1c 03 4a cc ...Q.T#.-x....J.
1330: 18 50 03 38 85 d0 e7 73 04 47 14 25 f6 21 19 da .P.8...s.G.%.!..
1340: 08 e1 1f 39 4e c1 f7 8b 23 3d ad 23 78 91 f0 08 ...9N...#=.#x...
1350: 30 e1 ce 28 a8 38 30 f4 ff 7f 4c 01 dc 7a 3b a6 0..(.80...L..z;.
1360: 80 3e c0 31 05 50 fc ff 3f a6 00 87 a8 c7 14 f4 .>.1.P..?.......
1370: 40 0c 7c 2e a1 0d ff 96 c1 8e 03 87 74 6a 8f 28 @.|.........tj.(
1380: 80 29 79 47 14 50 8c 14 d6 f1 04 18 05 3c 9b a0 .)yG.P.......<..
1390: 22 1d 4f 80 ce ff ff 78 02 58 b8 9a bc 92 84 7d ".O....x.X.....}
13a0: 1e 78 1d 89 14 e3 41 e2 b5 e4 c1 24 46 98 08 8f .x....A....$F...
13b0: 27 1e 47 c0 b7 82 28 91 8e 3e c4 83 49 28 63 3e '.G...(..>..I(c>
13c0: a3 84 89 f9 04 70 22 ef 27 46 0a 73 2a 8f 27 2c .....p".'F.s*.',
13d0: c4 f1 04 a0 85 e2 e3 09 3a 2c 84 fe ff c7 13 dc ........:,......
13e0: e1 c1 a7 0c fc 85 0c c6 f9 04 30 24 f0 7c 02 ca ..........0$.|..
13f0: db 18 e6 80 02 8c 14 da f4 a9 d1 a8 55 83 32 35 ............U.25
1400: ca 34 a8 d5 a7 52 63 c6 4c 9c 52 bc 6c 8d df f2 .4...Rc.L.R.l...
1410: 9e 09 02 b1 20 0a 81 38 cc f3 42 20 96 a2 01 84 .... ..8..B ....
1420: 85 06 a1 42 a9 05 e2 98 20 34 92 0a 10 f6 ff 07 ...B.... 4......
1430: 5b 82 1b 4c 49 44 30 08 5f 48 49 44 0c 41 d0 0c [..LID0._HID.A..
1440: 0d 14 0b 5f 4c 49 44 00 a4 4c 50 4f 4c 5b 82 0f ..._LID..LPOL[..
1450: 50 57 52 42 08 5f 48 49 44 0c 41 d0 0c 0c 5b 82 PWRB._HID.A...[.
1460: 84 b9 04 50 43 49 30 14 09 5f 53 33 44 00 a4 0a ...PCI0.._S3D...
1470: 02 14 09 5f 53 34 44 00 a4 0a 02 08 5f 48 49 44 ..._S4D....._HID
1480: 0c 41 d0 0a 08 08 5f 43 49 44 0c 41 d0 0a 03 5b .A...._CID.A...[
1490: 82 43 0e 4d 43 48 43 08 5f 41 44 52 00 5b 80 48 .C.MCHC._ADR.[.H
14a0: 42 55 53 02 0a 40 0a c0 5b 81 4a 0c 48 42 55 53 BUS..@..[.J.HBUS
14b0: 03 45 50 45 4e 01 00 0b 45 50 42 52 14 00 20 4d .EPEN...EPBR.. M
14c0: 48 45 4e 01 00 0d 4d 48 42 52 12 00 40 0a 50 58 HEN...MHBR..@.PX
14d0: 45 4e 01 50 58 53 5a 02 00 17 50 58 42 52 06 00 EN.PXSZ...PXBR..
14e0: 20 44 49 45 4e 01 00 0b 44 49 42 52 14 00 20 49 DIEN...DIBR.. I
14f0: 50 45 4e 01 00 0b 49 50 42 52 14 00 40 0e 00 04 PEN...IPBR..@...
1500: 50 4d 30 48 02 00 02 50 4d 31 4c 02 00 02 50 4d PM0H...PM1L...PM
1510: 31 48 02 00 02 50 4d 32 4c 02 00 02 50 4d 32 48 1H...PM2L...PM2H
1520: 02 00 02 50 4d 33 4c 02 00 02 50 4d 33 48 02 00 ...PM3L...PM3H..
1530: 02 50 4d 34 4c 02 00 02 50 4d 34 48 02 00 02 50 .PM4L...PM4H...P
1540: 4d 35 4c 02 00 02 50 4d 35 48 02 00 02 50 4d 36 M5L...PM5H...PM6
1550: 4c 02 00 02 50 4d 36 48 02 00 02 00 07 48 45 4e L...PM6H.....HEN
1560: 41 01 00 40 05 54 55 55 44 10 00 40 06 00 04 54 A..@.TUUD..@...T
1570: 4c 55 44 0c 08 42 55 46 30 11 4d 20 0b 08 02 88 LUD..BUF0.M ....
1580: 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 01 87 ................
1590: 17 00 01 0c 03 00 00 00 00 00 00 00 00 f7 0c 00 ................
15a0: 00 00 00 00 00 f8 0c 00 00 47 01 f8 0c f8 0c 01 .........G......
15b0: 08 87 17 00 01 0c 03 00 00 00 00 00 0d 00 00 ff ................
15c0: ff 00 00 00 00 00 00 00 f3 00 00 87 17 00 00 0c ................
15d0: 03 00 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 ................
15e0: 00 00 00 02 00 87 17 00 00 0c 03 00 00 00 00 00 ................
15f0: 00 0c 00 ff 3f 0c 00 00 00 00 00 00 40 00 00 87 ....?.......@...
1600: 17 00 00 0c 03 00 00 00 00 00 40 0c 00 ff 7f 0c ..........@.....
1610: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
1620: 00 00 00 00 80 0c 00 ff bf 0c 00 00 00 00 00 00 ................
1630: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0c @...............
1640: 00 ff ff 0c 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1650: 00 0c 03 00 00 00 00 00 00 0d 00 ff 3f 0d 00 00 ............?...
1660: 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 ....@...........
1670: 00 00 40 0d 00 ff 7f 0d 00 00 00 00 00 00 40 00 ..@...........@.
1680: 00 87 17 00 00 0c 03 00 00 00 00 00 80 0d 00 ff ................
1690: bf 0d 00 00 00 00 00 00 40 00 00 87 17 00 00 0c ........@.......
16a0: 03 00 00 00 00 00 c0 0d 00 ff ff 0d 00 00 00 00 ................
16b0: 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 ..@.............
16c0: 00 0e 00 ff 3f 0e 00 00 00 00 00 00 40 00 00 87 ....?.......@...
16d0: 17 00 00 0c 03 00 00 00 00 00 40 0e 00 ff 7f 0e ..........@.....
16e0: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
16f0: 00 00 00 00 80 0e 00 ff bf 0e 00 00 00 00 00 00 ................
1700: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0e @...............
1710: 00 ff ff 0e 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1720: 00 0c 03 00 00 00 00 00 00 0f 00 ff ff 0f 00 00 ................
1730: 00 00 00 00 00 01 00 87 17 00 00 0c 03 00 00 00 ................
1740: 00 00 00 00 00 ff ff ff df 00 00 00 00 00 00 00 ................
1750: 00 87 17 00 00 0c 03 00 00 00 00 00 00 00 f0 ff ................
1760: ff bf fe 00 00 00 00 00 00 c0 0e 87 17 00 00 0c ................
1770: 03 00 00 00 00 00 00 d4 fe ff 4f d4 fe 00 00 00 ..........O.....
1780: 00 00 00 00 00 79 00 14 4b 3d 5f 43 52 53 08 a0 .....y..K=_CRS..
1790: 1c 5e 2e 4d 43 48 43 50 4d 31 4c 8a 42 55 46 30 .^.MCHCPM1L.BUF0
17a0: 0a 7c 43 30 4c 4e 70 00 43 30 4c 4e a0 1f 93 5e .|C0LNp.C0LN...^
17b0: 2e 4d 43 48 43 50 4d 31 4c 01 8d 42 55 46 30 0b .MCHCPM1L..BUF0.
17c0: 58 03 43 30 52 57 70 00 43 30 52 57 a0 1c 5e 2e X.C0RWp.C0RW..^.
17d0: 4d 43 48 43 50 4d 31 48 8a 42 55 46 30 0a 96 43 MCHCPM1H.BUF0..C
17e0: 34 4c 4e 70 00 43 34 4c 4e a0 1f 93 5e 2e 4d 43 4LNp.C4LN...^.MC
17f0: 48 43 50 4d 31 48 01 8d 42 55 46 30 0b 28 04 43 HCPM1H..BUF0.(.C
1800: 34 52 57 70 00 43 34 52 57 a0 1c 5e 2e 4d 43 48 4RWp.C4RW..^.MCH
1810: 43 50 4d 32 4c 8a 42 55 46 30 0a b0 43 38 4c 4e CPM2L.BUF0..C8LN
1820: 70 00 43 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 p.C8LN...^.MCHCP
1830: 4d 32 4c 01 8d 42 55 46 30 0b f8 04 43 38 52 57 M2L..BUF0...C8RW
1840: 70 00 43 38 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d p.C8RW..^.MCHCPM
1850: 32 48 8a 42 55 46 30 0a ca 43 43 4c 4e 70 00 43 2H.BUF0..CCLNp.C
1860: 43 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 32 48 CLN...^.MCHCPM2H
1870: 01 8d 42 55 46 30 0b c8 05 43 43 52 57 70 00 43 ..BUF0...CCRWp.C
1880: 43 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d 33 4c 8a CRW..^.MCHCPM3L.
1890: 42 55 46 30 0a e4 44 30 4c 4e 70 00 44 30 4c 4e BUF0..D0LNp.D0LN
18a0: a0 1f 93 5e 2e 4d 43 48 43 50 4d 33 4c 01 8d 42 ...^.MCHCPM3L..B
18b0: 55 46 30 0b 98 06 44 30 52 57 70 00 44 30 52 57 UF0...D0RWp.D0RW
18c0: a0 1c 5e 2e 4d 43 48 43 50 4d 33 48 8a 42 55 46 ..^.MCHCPM3H.BUF
18d0: 30 0a fe 44 34 4c 4e 70 00 44 34 4c 4e a0 1f 93 0..D4LNp.D4LN...
18e0: 5e 2e 4d 43 48 43 50 4d 33 48 01 8d 42 55 46 30 ^.MCHCPM3H..BUF0
18f0: 0b 68 07 44 34 52 57 70 00 44 34 52 57 a0 1d 5e .h.D4RWp.D4RW..^
1900: 2e 4d 43 48 43 50 4d 34 4c 8a 42 55 46 30 0b 18 .MCHCPM4L.BUF0..
1910: 01 44 38 4c 4e 70 00 44 38 4c 4e a0 1f 93 5e 2e .D8LNp.D8LN...^.
1920: 4d 43 48 43 50 4d 34 4c 01 8d 42 55 46 30 0b 38 MCHCPM4L..BUF0.8
1930: 08 44 38 52 57 70 00 44 38 52 57 a0 1d 5e 2e 4d .D8RWp.D8RW..^.M
1940: 43 48 43 50 4d 34 48 8a 42 55 46 30 0b 32 01 44 CHCPM4H.BUF0.2.D
1950: 43 4c 4e 70 00 44 43 4c 4e a0 1f 93 5e 2e 4d 43 CLNp.DCLN...^.MC
1960: 48 43 50 4d 34 48 01 8d 42 55 46 30 0b 08 09 44 HCPM4H..BUF0...D
1970: 43 52 57 70 00 44 43 52 57 a0 1d 5e 2e 4d 43 48 CRWp.DCRW..^.MCH
1980: 43 50 4d 35 4c 8a 42 55 46 30 0b 4c 01 45 30 4c CPM5L.BUF0.L.E0L
1990: 4e 70 00 45 30 4c 4e a0 1f 93 5e 2e 4d 43 48 43 Np.E0LN...^.MCHC
19a0: 50 4d 35 4c 01 8d 42 55 46 30 0b d8 09 45 30 52 PM5L..BUF0...E0R
19b0: 57 70 00 45 30 52 57 a0 1d 5e 2e 4d 43 48 43 50 Wp.E0RW..^.MCHCP
19c0: 4d 35 48 8a 42 55 46 30 0b 66 01 45 34 4c 4e 70 M5H.BUF0.f.E4LNp
19d0: 00 45 34 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d .E4LN...^.MCHCPM
19e0: 35 48 01 8d 42 55 46 30 0b a8 0a 45 34 52 57 70 5H..BUF0...E4RWp
19f0: 00 45 34 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 .E4RW..^.MCHCPM6
1a00: 4c 8a 42 55 46 30 0b 80 01 45 38 4c 4e 70 00 45 L.BUF0...E8LNp.E
1a10: 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 4c 8LN...^.MCHCPM6L
1a20: 01 8d 42 55 46 30 0b 78 0b 45 38 52 57 70 00 45 ..BUF0.x.E8RWp.E
1a30: 38 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 48 8a 8RW..^.MCHCPM6H.
1a40: 42 55 46 30 0b 9a 01 45 43 4c 4e 70 00 45 43 4c BUF0...ECLNp.ECL
1a50: 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 48 01 8d N...^.MCHCPM6H..
1a60: 42 55 46 30 0b 48 0c 45 43 52 57 70 00 45 43 52 BUF0.H.ECRWp.ECR
1a70: 57 a0 1d 5e 2e 4d 43 48 43 50 4d 30 48 8a 42 55 W..^.MCHCPM0H.BU
1a80: 46 30 0b b4 01 46 30 4c 4e 70 00 46 30 4c 4e a0 F0...F0LNp.F0LN.
1a90: 1f 93 5e 2e 4d 43 48 43 50 4d 30 48 01 8d 42 55 ..^.MCHCPM0H..BU
1aa0: 46 30 0b 18 0d 46 30 52 57 70 00 46 30 52 57 8a F0...F0RWp.F0RW.
1ab0: 42 55 46 30 0b c2 01 4d 31 4d 4e 8a 42 55 46 30 BUF0...M1MN.BUF0
1ac0: 0b c6 01 4d 31 4d 58 8a 42 55 46 30 0b ce 01 4d ...M1MX.BUF0...M
1ad0: 31 4c 4e 8a 42 55 46 30 0b dc 01 4d 32 4d 4e 8a 1LN.BUF0...M2MN.
1ae0: 42 55 46 30 0b e0 01 4d 32 4d 58 8a 42 55 46 30 BUF0...M2MX.BUF0
1af0: 0b e8 01 4d 32 4c 4e 79 5e 2e 4d 43 48 43 50 58 ...M2LNy^.MCHCPX
1b00: 42 52 0a 1a 4d 31 4d 58 7a 0c 00 00 00 10 5e 2e BR..M1MXz.....^.
1b10: 4d 43 48 43 50 58 53 5a 60 72 4d 31 4d 58 60 4d MCHCPXSZ`rM1MX`M
1b20: 32 4d 4e 72 74 4d 32 4d 58 4d 32 4d 4e 00 01 4d 2MNrtM2MXM2MN..M
1b30: 32 4c 4e 74 4d 31 4d 58 01 4d 31 4d 58 79 5e 2e 2LNtM1MX.M1MXy^.
1b40: 4d 43 48 43 54 4c 55 44 0a 14 4d 31 4d 4e 72 74 MCHCTLUD..M1MNrt
1b50: 4d 31 4d 58 4d 31 4d 4e 00 01 4d 31 4c 4e a4 42 M1MXM1MN..M1LN.B
1b60: 55 46 30 14 47 28 5f 50 52 54 00 a0 45 0f 47 50 UF0.G(_PRT..E.GP
1b70: 49 43 a4 12 4d 0e 13 12 0b 04 0c ff ff 01 00 00 IC..M...........
1b80: 00 0a 10 12 0b 04 0c ff ff 02 00 00 00 0a 10 12 ................
1b90: 0b 04 0c ff ff 07 00 00 00 0a 10 12 0b 04 0c ff ................
1ba0: ff 19 00 00 00 0a 14 12 0b 04 0c ff ff 1a 00 00 ................
1bb0: 00 0a 10 12 0b 04 0c ff ff 1a 00 01 00 0a 15 12 ................
1bc0: 0c 04 0c ff ff 1a 00 0a 02 00 0a 12 12 0b 04 0c ................
1bd0: ff ff 1b 00 00 00 0a 16 12 0b 04 0c ff ff 1c 00 ................
1be0: 00 00 0a 11 12 0b 04 0c ff ff 1c 00 01 00 0a 10 ................
1bf0: 12 0c 04 0c ff ff 1c 00 0a 02 00 0a 12 12 0c 04 ................
1c00: 0c ff ff 1c 00 0a 03 00 0a 13 12 0b 04 0c ff ff ................
1c10: 1d 00 00 00 0a 17 12 0b 04 0c ff ff 1d 00 01 00 ................
1c20: 0a 13 12 0c 04 0c ff ff 1d 00 0a 02 00 0a 12 12 ................
1c30: 0b 04 0c ff ff 1f 00 00 00 0a 13 12 0b 04 0c ff ................
1c40: ff 1f 00 01 00 0a 13 12 0c 04 0c ff ff 1f 00 0a ................
1c50: 02 00 0a 13 12 0c 04 0c ff ff 1f 00 0a 03 00 0a ................
1c60: 10 a1 49 18 a4 12 45 18 13 12 13 04 0c ff ff 01 ..I...E.........
1c70: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1c80: 0c ff ff 02 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 ......^.LPCBLNKA
1c90: 00 12 13 04 0c ff ff 07 00 00 5e 2e 4c 50 43 42 ..........^.LPCB
1ca0: 4c 4e 4b 41 00 12 13 04 0c ff ff 19 00 00 5e 2e LNKA..........^.
1cb0: 4c 50 43 42 4c 4e 4b 45 00 12 13 04 0c ff ff 1a LPCBLNKE........
1cc0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1cd0: 0c ff ff 1a 00 01 5e 2e 4c 50 43 42 4c 4e 4b 46 ......^.LPCBLNKF
1ce0: 00 12 14 04 0c ff ff 1a 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1cf0: 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1b 00 00 5e BLNKC..........^
1d00: 2e 4c 50 43 42 4c 4e 4b 47 00 12 13 04 0c ff ff .LPCBLNKG.......
1d10: 1c 00 00 5e 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 ...^.LPCBLNKB...
1d20: 04 0c ff ff 1c 00 01 5e 2e 4c 50 43 42 4c 4e 4b .......^.LPCBLNK
1d30: 41 00 12 14 04 0c ff ff 1c 00 0a 02 5e 2e 4c 50 A...........^.LP
1d40: 43 42 4c 4e 4b 43 00 12 14 04 0c ff ff 1c 00 0a CBLNKC..........
1d50: 03 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0c .^.LPCBLNKD.....
1d60: ff ff 1d 00 00 5e 2e 4c 50 43 42 4c 4e 4b 48 00 .....^.LPCBLNKH.
1d70: 12 13 04 0c ff ff 1d 00 01 5e 2e 4c 50 43 42 4c .........^.LPCBL
1d80: 4e 4b 44 00 12 14 04 0c ff ff 1d 00 0a 02 5e 2e NKD...........^.
1d90: 4c 50 43 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1f LPCBLNKC........
1da0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 ..^.LPCBLNKD....
1db0: 0c ff ff 1f 00 01 5e 2e 4c 50 43 42 4c 4e 4b 44 ......^.LPCBLNKD
1dc0: 00 12 14 04 0c ff ff 1f 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1dd0: 42 4c 4e 4b 44 00 12 14 04 0c ff ff 1f 00 0a 03 BLNKD...........
1de0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 40 14 50 ^.LPCBLNKA.[.@.P
1df0: 44 52 43 08 5f 48 49 44 0c 41 d0 0c 02 08 5f 55 DRC._HID.A...._U
1e00: 49 44 01 08 42 55 46 30 11 46 06 0a 62 86 09 00 ID..BUF0.F..b...
1e10: 01 00 00 00 00 00 40 00 00 86 09 00 01 00 00 00 ......@.........
1e20: 00 00 40 00 00 86 09 00 01 00 00 00 00 00 10 00 ..@.............
1e30: 00 86 09 00 01 00 00 00 00 00 10 00 00 86 09 00 ................
1e40: 01 00 00 00 00 00 00 00 00 86 09 00 01 00 00 d2 ................
1e50: fe 00 00 02 00 86 09 00 01 00 00 d4 fe 00 50 00 ..............P.
1e60: 00 86 09 00 01 00 50 d4 fe 00 b0 04 00 79 00 14 ......P......y..
1e70: 4d 0b 5f 43 52 53 08 8a 42 55 46 30 0a 04 52 42 M._CRS..BUF0..RB
1e80: 52 30 79 5e 5e 2e 4c 50 43 42 52 43 42 41 0a 0e R0y^^.LPCBRCBA..
1e90: 52 42 52 30 8a 42 55 46 30 0a 10 4d 42 52 30 79 RBR0.BUF0..MBR0y
1ea0: 5e 5e 2e 4d 43 48 43 4d 48 42 52 0a 0e 4d 42 52 ^^.MCHCMHBR..MBR
1eb0: 30 8a 42 55 46 30 0a 1c 44 42 52 30 79 5e 5e 2e 0.BUF0..DBR0y^^.
1ec0: 4d 43 48 43 44 49 42 52 0a 0c 44 42 52 30 8a 42 MCHCDIBR..DBR0.B
1ed0: 55 46 30 0a 28 45 42 52 30 79 5e 5e 2e 4d 43 48 UF0.(EBR0y^^.MCH
1ee0: 43 45 50 42 52 0a 0c 45 42 52 30 8a 42 55 46 30 CEPBR..EBR0.BUF0
1ef0: 0a 34 58 42 52 30 79 5e 5e 2e 4d 43 48 43 50 58 .4XBR0y^^.MCHCPX
1f00: 42 52 0a 1a 58 42 52 30 8a 42 55 46 30 0a 38 58 BR..XBR0.BUF0.8X
1f10: 53 5a 30 7a 0c 00 00 00 10 5e 5e 2e 4d 43 48 43 SZ0z.....^^.MCHC
1f20: 50 58 53 5a 58 53 5a 30 a4 42 55 46 30 5b 82 4d PXSZXSZ0.BUF0[.M
1f30: 50 50 45 47 50 08 5f 41 44 52 0c 00 00 01 00 14 PPEGP._ADR......
1f40: 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 2c A._PRT..3GPIC..,
1f50: 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ff ................
1f60: ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a 12 ................
1f70: 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 12 ............E...
1f80: 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 43 A.........^^.LPC
1f90: 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e 2e BLNKA........^^.
1fa0: 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff 0a LPCBLNKB........
1fb0: 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
1fc0: 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
1fd0: 00 5b 82 49 46 56 47 41 5f 08 5f 41 44 52 00 08 .[.IFVGA_._ADR..
1fe0: 53 57 49 54 01 08 43 52 54 41 01 08 4c 43 44 41 SWIT..CRTA..LCDA
1ff0: 01 08 54 56 41 41 01 08 56 4c 44 46 01 5b 80 56 ..TVAA..VLDF.[.V
2000: 49 44 53 02 00 0a c8 5b 81 0b 56 49 44 53 03 56 IDS....[..VIDS.V
2010: 44 49 44 20 14 09 5f 53 54 41 00 a4 0a 0f 08 5f DID .._STA....._
2020: 50 53 43 00 14 0c 5f 50 53 30 00 70 00 5f 50 53 PSC..._PS0.p._PS
2030: 43 14 0c 5f 50 53 31 00 70 01 5f 50 53 43 14 0d C.._PS1.p._PSC..
2040: 5f 50 53 33 00 70 0a 03 5f 50 53 43 14 10 5f 44 _PS3.p.._PSC.._D
2050: 4f 53 01 70 7b 68 0a 03 00 53 57 49 54 14 17 5f OS.p{h...SWIT.._
2060: 44 4f 44 00 a4 12 0f 03 0c 00 01 01 00 0c 10 01 DOD.............
2070: 01 00 0b 00 02 5b 82 4d 08 43 52 54 5f 14 0a 5f .....[.M.CRT_.._
2080: 41 44 52 00 a4 0b 00 01 14 41 06 5f 44 43 53 00 ADR......A._DCS.
2090: 5e 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 ^^^^.LPCBPHSS..p
20a0: 43 41 44 4c 60 70 43 53 54 45 61 7b 60 0a 02 60 CADL`pCSTEa{`..`
20b0: 7b 61 0a 02 61 a0 08 60 70 01 43 52 54 41 a1 07 {a..a..`p.CRTA..
20c0: 70 00 43 52 54 41 a0 13 43 52 54 41 a0 08 93 61 p.CRTA..CRTA...a
20d0: 0a 02 a4 0a 1f a1 04 a4 0a 1d a1 0f a0 08 93 61 ...............a
20e0: 0a 02 a4 0a 0f a1 04 a4 0a 0d 14 12 5f 44 47 53 ............_DGS
20f0: 00 a0 07 43 52 54 41 a4 01 a1 03 a4 00 14 06 5f ...CRTA........_
2100: 44 53 53 01 5b 82 47 0e 4c 43 44 5f 14 0a 5f 41 DSS.[.G.LCD_.._A
2110: 44 52 00 a4 0b 10 01 14 4d 05 5f 44 43 53 00 5e DR......M._DCS.^
2120: 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 ^^^.LPCBPHSS..pC
2130: 41 44 4c 60 70 43 53 54 45 61 7b 60 01 60 7b 61 ADL`pCSTEa{`.`{a
2140: 01 61 a0 08 60 70 01 4c 43 44 41 a1 07 70 00 4c .a..`p.LCDA..p.L
2150: 43 44 41 a0 12 4c 43 44 41 a0 07 93 61 01 a4 0a CDA..LCDA...a...
2160: 1f a1 04 a4 0a 1d a1 0e a0 07 93 61 01 a4 0a 0f ...........a....
2170: a1 04 a4 0a 0d 14 12 5f 44 47 53 00 a0 07 4c 43 ......._DGS...LC
2180: 44 41 a4 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 DA........_DSS..
2190: 1d 5f 42 43 4c 00 a4 12 15 0a 0a 46 0a 28 00 0a ._BCL......F.(..
21a0: 0a 0a 14 0a 1e 0a 28 0a 32 0a 3c 0a 46 14 20 5f ......(.2.<.F. _
21b0: 42 43 4d 01 78 68 0a 0a 60 61 70 61 5e 5e 5e 5e BCM.xh..`apa^^^^
21c0: 2f 03 4c 50 43 42 45 43 30 5f 42 52 54 53 14 1e /.LPCBEC0_BRTS..
21d0: 5f 42 51 43 00 77 5e 5e 5e 5e 2f 03 4c 50 43 42 _BQC.w^^^^/.LPCB
21e0: 45 43 30 5f 42 52 54 53 0a 0a 60 a4 60 5b 82 4d EC0_BRTS..`.`[.M
21f0: 08 54 56 5f 5f 14 0a 5f 41 44 52 00 a4 0b 00 02 .TV__.._ADR.....
2200: 14 41 06 5f 44 43 53 00 5e 5e 5e 5e 2e 4c 50 43 .A._DCS.^^^^.LPC
2210: 42 50 48 53 53 0a 0c 70 43 41 44 4c 60 70 43 53 BPHSS..pCADL`pCS
2220: 54 45 61 7b 60 0a 04 60 7b 61 0a 04 61 a0 08 60 TEa{`..`{a..a..`
2230: 70 01 54 56 41 41 a1 07 70 00 54 56 41 41 a0 13 p.TVAA..p.TVAA..
2240: 54 56 41 41 a0 08 93 61 0a 04 a4 0a 1f a1 04 a4 TVAA...a........
2250: 0a 1d a1 0f a0 08 93 61 0a 04 a4 0a 0f a1 04 a4 .......a........
2260: 0a 0d 14 12 5f 44 47 53 00 a0 07 54 56 41 41 a4 ...._DGS...TVAA.
2270: 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 49 10 44 ......._DSS..I.D
2280: 53 53 57 00 a0 4a 0e 93 53 57 49 54 00 5e 5e 5e SSW..J..SWIT.^^^
2290: 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 41 44 4c .LPCBPHSS..pCADL
22a0: 60 70 43 53 54 45 61 a0 16 94 61 01 7b 60 61 56 `pCSTEa...a.{`aV
22b0: 4c 44 46 7b 56 4c 44 46 0a fe 56 4c 44 46 a0 43 LDF{VLDF..VLDF.C
22c0: 0a 56 4c 44 46 a0 27 93 60 0a 09 a0 0b 93 61 0a .VLDF.'.`.....a.
22d0: 08 53 54 42 4c 0a 02 a0 0a 93 61 01 53 54 42 4c .STBL.....a.STBL
22e0: 0a 03 a0 0a 93 61 0a 09 53 54 42 4c 01 a0 28 93 .....a..STBL..(.
22f0: 60 0a 0a a0 0b 93 61 0a 08 53 54 42 4c 0a 05 a0 `.....a..STBL...
2300: 0a 93 61 0a 02 53 54 42 4c 01 a0 0b 93 61 0a 0a ..a..STBL....a..
2310: 53 54 42 4c 0a 04 a0 4b 04 93 60 0a 0b a0 0b 93 STBL...K..`.....
2320: 61 0a 08 53 54 42 4c 0a 02 a0 0b 93 61 0a 09 53 a..STBL.....a..S
2330: 54 42 4c 0a 05 a0 0a 93 61 01 53 54 42 4c 0a 03 TBL.....a.STBL..
2340: a0 0b 93 61 0a 0a 53 54 42 4c 0a 04 a0 0a 93 61 ...a..STBL.....a
2350: 0a 02 53 54 42 4c 01 a0 0a 93 61 0a 0b 53 54 42 ..STBL....a..STB
2360: 4c 01 a1 0c 70 01 56 4c 44 46 53 54 42 4c 01 a1 L...p.VLDFSTBL..
2370: 16 a0 14 93 53 57 49 54 01 5e 5e 5e 2e 4c 50 43 ....SWIT.^^^.LPC
2380: 42 50 48 53 53 01 14 45 0b 53 54 42 4c 01 a0 16 BPHSS..E.STBL...
2390: 93 68 01 70 00 43 52 54 41 70 01 4c 43 44 41 70 .h.p.CRTAp.LCDAp
23a0: 00 54 56 41 41 a0 17 93 68 0a 02 70 01 43 52 54 .TVAA...h..p.CRT
23b0: 41 70 00 4c 43 44 41 70 00 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23c0: 68 0a 03 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
23d0: 00 54 56 41 41 a0 17 93 68 0a 04 70 00 43 52 54 .TVAA...h..p.CRT
23e0: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23f0: 68 0a 05 70 00 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2400: 01 54 56 41 41 a0 17 93 68 0a 06 70 01 43 52 54 .TVAA...h..p.CRT
2410: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
2420: 68 0a 07 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2430: 01 54 56 41 41 86 56 47 41 5f 0a 80 5b 82 42 f8 .TVAA.VGA_..[.B.
2440: 47 46 58 30 08 5f 41 44 52 0c 00 00 02 00 14 10 GFX0._ADR.......
2450: 5f 44 4f 53 01 70 7b 68 0a 07 00 44 53 45 4e 14 _DOS.p{h...DSEN.
2460: 41 26 5f 44 4f 44 00 70 00 4e 44 49 44 a0 15 92 A&_DOD.p.NDID...
2470: 93 44 49 44 4c 00 70 53 44 44 4c 44 49 44 31 44 .DIDL.pSDDLDID1D
2480: 49 44 31 a0 15 92 93 44 44 4c 32 00 70 53 44 44 ID1....DDL2.pSDD
2490: 4c 44 49 44 32 44 49 44 32 a0 15 92 93 44 44 4c LDID2DID2....DDL
24a0: 33 00 70 53 44 44 4c 44 49 44 33 44 49 44 33 a0 3.pSDDLDID3DID3.
24b0: 15 92 93 44 44 4c 34 00 70 53 44 44 4c 44 49 44 ...DDL4.pSDDLDID
24c0: 34 44 49 44 34 a0 15 92 93 44 44 4c 35 00 70 53 4DID4....DDL5.pS
24d0: 44 44 4c 44 49 44 35 44 49 44 35 a0 2c 93 4e 44 DDLDID5DID5.,.ND
24e0: 49 44 01 08 54 4d 50 31 12 07 01 0c ff ff ff ff ID..TMP1........
24f0: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2500: 31 00 00 a4 54 4d 50 31 a0 46 04 93 4e 44 49 44 1...TMP1.F..NDID
2510: 0a 02 08 54 4d 50 32 12 0c 02 0c ff ff ff ff 0c ...TMP2.........
2520: ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 ....p}.....DID1.
2530: 88 54 4d 50 32 00 00 70 7d 0c 00 00 01 00 44 49 .TMP2..p}.....DI
2540: 44 32 00 88 54 4d 50 32 01 00 a4 54 4d 50 32 a0 D2..TMP2...TMP2.
2550: 4f 05 93 4e 44 49 44 0a 03 08 54 4d 50 33 12 11 O..NDID...TMP3..
2560: 03 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
2570: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2580: 33 00 00 70 7d 0c 00 00 01 00 44 49 44 32 00 88 3..p}.....DID2..
2590: 54 4d 50 33 01 00 70 7d 0c 00 00 01 00 44 49 44 TMP3..p}.....DID
25a0: 33 00 88 54 4d 50 33 0a 02 00 a4 54 4d 50 33 a0 3..TMP3....TMP3.
25b0: 48 07 93 4e 44 49 44 0a 04 08 54 4d 50 34 12 16 H..NDID...TMP4..
25c0: 04 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
25d0: 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 .....p}.....DID1
25e0: 00 88 54 4d 50 34 00 00 70 7d 0c 00 00 01 00 44 ..TMP4..p}.....D
25f0: 49 44 32 00 88 54 4d 50 34 01 00 70 7d 0c 00 00 ID2..TMP4..p}...
2600: 01 00 44 49 44 33 00 88 54 4d 50 34 0a 02 00 70 ..DID3..TMP4...p
2610: 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d 50 34 }.....DID4..TMP4
2620: 0a 03 00 a4 54 4d 50 34 a0 41 09 94 4e 44 49 44 ....TMP4.A..NDID
2630: 0a 04 08 54 4d 50 35 12 1b 05 0c ff ff ff ff 0c ...TMP5.........
2640: ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ................
2650: ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 88 ...p}.....DID1..
2660: 54 4d 50 35 00 00 70 7d 0c 00 00 01 00 44 49 44 TMP5..p}.....DID
2670: 32 00 88 54 4d 50 35 01 00 70 7d 0c 00 00 01 00 2..TMP5..p}.....
2680: 44 49 44 33 00 88 54 4d 50 35 0a 02 00 70 7d 0c DID3..TMP5...p}.
2690: 00 00 01 00 44 49 44 34 00 88 54 4d 50 35 0a 03 ....DID4..TMP5..
26a0: 00 70 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d .p}.....DID4..TM
26b0: 50 35 0a 04 00 a4 54 4d 50 35 a4 12 05 01 0b 00 P5....TMP5......
26c0: 04 5b 82 43 06 44 44 30 31 14 1c 5f 41 44 52 08 .[.C.DD01.._ADR.
26d0: a0 09 93 44 49 44 31 00 a4 01 a1 0b a4 7b 0b ff ...DID1......{..
26e0: ff 44 49 44 31 00 14 0f 5f 44 43 53 00 a4 43 44 .DID1..._DCS..CD
26f0: 44 53 44 49 44 31 14 0f 5f 44 47 53 00 a4 4e 44 DSDID1.._DGS..ND
2700: 44 53 44 49 44 31 14 1f 5f 44 53 53 01 a0 18 93 DSDID1.._DSS....
2710: 7b 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 {h...........pNS
2720: 54 45 43 53 54 45 5b 82 44 06 44 44 30 32 14 1d TECSTE[.D.DD02..
2730: 5f 41 44 52 08 a0 0a 93 44 49 44 32 00 a4 0a 02 _ADR....DID2....
2740: a1 0b a4 7b 0b ff ff 44 49 44 32 00 14 0f 5f 44 ...{...DID2..._D
2750: 43 53 00 a4 43 44 44 53 44 49 44 32 14 0f 5f 44 CS..CDDSDID2.._D
2760: 47 53 00 a4 4e 44 44 53 44 49 44 32 14 1f 5f 44 GS..NDDSDID2.._D
2770: 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 00 0c 00 SS....{h........
2780: 00 00 c0 70 4e 53 54 45 43 53 54 45 5b 82 41 07 ...pNSTECSTE[.A.
2790: 44 44 30 33 14 1d 5f 41 44 52 08 a0 0a 93 44 49 DD03.._ADR....DI
27a0: 44 33 00 a4 0a 03 a1 0b a4 7b 0b ff ff 44 49 44 D3.......{...DID
27b0: 33 00 14 1c 5f 44 43 53 00 a0 0a 93 44 49 44 33 3..._DCS....DID3
27c0: 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 44 33 14 .......CDDSDID3.
27d0: 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 44 33 14 ._DGS..NDDSDID3.
27e0: 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 ._DSS....{h.....
27f0: 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 54 45 5b ......pNSTECSTE[
2800: 82 41 07 44 44 30 34 14 1d 5f 41 44 52 08 a0 0a .A.DD04.._ADR...
2810: 93 44 49 44 34 00 a4 0a 04 a1 0b a4 7b 0b ff ff .DID4.......{...
2820: 44 49 44 34 00 14 1c 5f 44 43 53 00 a0 0a 93 44 DID4..._DCS....D
2830: 49 44 34 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 ID4.......CDDSDI
2840: 44 34 14 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 D4.._DGS..NDDSDI
2850: 44 34 14 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 D4.._DSS....{h..
2860: 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 .........pNSTECS
2870: 54 45 5b 82 41 07 44 44 30 35 14 1d 5f 41 44 52 TE[.A.DD05.._ADR
2880: 08 a0 0a 93 44 49 44 35 00 a4 0a 05 a1 0b a4 7b ....DID5.......{
2890: 0b ff ff 44 49 44 35 00 14 1c 5f 44 43 53 00 a0 ...DID5..._DCS..
28a0: 0a 93 44 49 44 35 00 a4 0a 0b a1 0a a4 43 44 44 ..DID5.......CDD
28b0: 53 44 49 44 35 14 0f 5f 44 47 53 00 a4 4e 44 44 SDID5.._DGS..NDD
28c0: 53 44 49 44 35 14 1f 5f 44 53 53 01 a0 18 93 7b SDID5.._DSS....{
28d0: 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 h...........pNST
28e0: 45 43 53 54 45 14 4e 06 53 44 44 4c 01 75 4e 44 ECSTE.N.SDDL.uND
28f0: 49 44 70 7b 68 0b 0f 0f 00 60 7d 0c 00 00 00 80 IDp{h....`}.....
2900: 60 61 a0 09 93 44 49 44 4c 60 a4 61 a0 09 93 44 `a...DIDL`.a...D
2910: 44 4c 32 60 a4 61 a0 09 93 44 44 4c 33 60 a4 61 DL2`.a...DDL3`.a
2920: a0 09 93 44 44 4c 34 60 a4 61 a0 09 93 44 44 4c ...DDL4`.a...DDL
2930: 35 60 a4 61 a0 09 93 44 44 4c 36 60 a4 61 a0 09 5`.a...DDL6`.a..
2940: 93 44 44 4c 37 60 a4 61 a0 09 93 44 44 4c 38 60 .DDL7`.a...DDL8`
2950: a4 61 a4 00 14 4a 08 43 44 44 53 01 a0 0f 93 43 .a...J.CDDS....C
2960: 41 44 4c 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 ADL{h..........C
2970: 41 4c 32 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL2{h..........C
2980: 41 4c 33 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL3{h..........C
2990: 41 4c 34 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL4{h..........C
29a0: 41 4c 35 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL5{h..........C
29b0: 41 4c 36 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL6{h..........C
29c0: 41 4c 37 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL7{h..........C
29d0: 41 4c 38 7b 68 0b 0f 0f 00 a4 0a 1f a4 0a 1d 14 AL8{h...........
29e0: 41 08 4e 44 44 53 01 a0 0e 93 4e 41 44 4c 7b 68 A.NDDS....NADL{h
29f0: 0b 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 32 7b 68 0b .........NDL2{h.
2a00: 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 33 7b 68 0b 0f ........NDL3{h..
2a10: 0f 00 a4 01 a0 0e 93 4e 44 4c 34 7b 68 0b 0f 0f .......NDL4{h...
2a20: 00 a4 01 a0 0e 93 4e 44 4c 35 7b 68 0b 0f 0f 00 ......NDL5{h....
2a30: a4 01 a0 0e 93 4e 44 4c 36 7b 68 0b 0f 0f 00 a4 .....NDL6{h.....
2a40: 01 a0 0e 93 4e 44 4c 37 7b 68 0b 0f 0f 00 a4 01 ....NDL7{h......
2a50: a0 0e 93 4e 44 4c 38 7b 68 0b 0f 0f 00 a4 01 a4 ...NDL8{h.......
2a60: 00 14 40 07 42 52 54 4e 09 a0 14 93 7b 44 49 44 ..@.BRTN....{DID
2a70: 31 0b 00 0f 00 0b 00 04 86 44 44 30 31 68 a0 14 1........DD01h..
2a80: 93 7b 44 49 44 32 0b 00 0f 00 0b 00 04 86 44 44 .{DID2........DD
2a90: 30 32 68 a0 14 93 7b 44 49 44 33 0b 00 0f 00 0b 02h...{DID3.....
2aa0: 00 04 86 44 44 30 33 68 a0 14 93 7b 44 49 44 34 ...DD03h...{DID4
2ab0: 0b 00 0f 00 0b 00 04 86 44 44 30 34 68 a0 14 93 ........DD04h...
2ac0: 7b 44 49 44 35 0b 00 0f 00 0b 00 04 86 44 44 30 {DID5........DD0
2ad0: 35 68 10 24 5e 5e 50 43 49 30 5b 80 4d 43 48 50 5h.$^^PCI0[.MCHP
2ae0: 02 0a 40 0a c0 5b 81 10 4d 43 48 50 00 00 40 30 ..@..[..MCHP..@0
2af0: 54 41 53 4d 0a 00 06 5b 80 49 47 44 50 02 0a 40 TASM...[.IGDP..@
2b00: 0a c0 5b 81 45 05 49 47 44 50 00 00 40 09 00 01 ..[.E.IGDP..@...
2b10: 47 49 56 44 01 00 02 47 55 4d 41 03 00 09 00 04 GIVD...GUMA.....
2b20: 47 4d 46 4e 01 00 1b 00 40 46 41 53 4c 45 08 00 GMFN....@FASLE..
2b30: 18 47 53 53 45 01 47 53 53 42 0e 47 53 45 53 01 .GSSE.GSSB.GSES.
2b40: 00 30 00 08 43 44 56 4c 05 00 03 00 18 4c 42 50 .0..CDVL.....LBP
2b50: 43 08 00 30 41 53 4c 53 20 5b 80 49 47 44 4d 00 C..0ASLS [.IGDM.
2b60: 41 53 4c 42 0b 00 20 5b 81 4e 16 49 47 44 4d 00 ASLB.. [.N.IGDM.
2b70: 53 49 47 4e 40 08 53 49 5a 45 20 4f 56 45 52 20 SIGN@.SIZE OVER
2b80: 53 56 45 52 40 10 56 56 45 52 40 08 47 56 45 52 SVER@.VVER@.GVER
2b90: 40 08 4d 42 4f 58 20 00 40 52 44 52 44 59 20 43 @.MBOX .@RDRDY C
2ba0: 53 54 53 20 43 45 56 54 20 00 40 0a 44 49 44 4c STS CEVT .@.DIDL
2bb0: 20 44 44 4c 32 20 44 44 4c 33 20 44 44 4c 34 20 DDL2 DDL3 DDL4
2bc0: 44 44 4c 35 20 44 44 4c 36 20 44 44 4c 37 20 44 DDL5 DDL6 DDL7 D
2bd0: 44 4c 38 20 43 50 44 4c 20 43 50 4c 32 20 43 50 DL8 CPDL CPL2 CP
2be0: 4c 33 20 43 50 4c 34 20 43 50 4c 35 20 43 50 4c L3 CPL4 CPL5 CPL
2bf0: 36 20 43 50 4c 37 20 43 50 4c 38 20 43 41 44 4c 6 CPL7 CPL8 CADL
2c00: 20 43 41 4c 32 20 43 41 4c 33 20 43 41 4c 34 20 CAL2 CAL3 CAL4
2c10: 43 41 4c 35 20 43 41 4c 36 20 43 41 4c 37 20 43 CAL5 CAL6 CAL7 C
2c20: 41 4c 38 20 4e 41 44 4c 20 4e 44 4c 32 20 4e 44 AL8 NADL NDL2 ND
2c30: 4c 33 20 4e 44 4c 34 20 4e 44 4c 35 20 4e 44 4c L3 NDL4 NDL5 NDL
2c40: 36 20 4e 44 4c 37 20 4e 44 4c 38 20 41 53 4c 50 6 NDL7 NDL8 ASLP
2c50: 20 54 49 44 58 20 43 48 50 44 20 43 4c 49 44 20 TIDX CHPD CLID
2c60: 43 44 43 4b 20 53 58 53 57 20 45 56 54 53 20 43 CDCK SXSW EVTS C
2c70: 4e 4f 54 20 4e 52 44 59 20 00 40 1e 53 43 49 45 NOT NRDY .@.SCIE
2c80: 01 47 45 46 43 04 47 58 46 43 03 47 45 53 46 08 .GEFC.GXFC.GESF.
2c90: 00 10 50 41 52 4d 20 44 53 4c 50 20 00 40 7a 41 ..PARM DSLP .@zA
2ca0: 52 44 59 20 41 53 4c 43 20 54 43 48 45 20 41 4c RDY ASLC TCHE AL
2cb0: 53 49 20 42 43 4c 50 20 50 46 49 54 20 43 42 4c SI BCLP PFIT CBL
2cc0: 56 20 42 43 4c 4d 40 14 43 50 46 4d 20 00 40 5c V BCLM@.CPFM .@\
2cd0: 47 56 44 31 80 00 0e 08 44 42 54 42 12 32 15 00 GVD1....DBTB.2..
2ce0: 0a 07 0a 38 0b c0 01 0b 00 0e 0a 3f 0b c7 01 0b ...8.......?....
2cf0: 07 0e 0b f8 01 0b 38 0e 0b c0 0f 00 00 00 00 00 ......8.........
2d00: 0b 00 70 0b 07 70 0b 38 70 0b c0 71 0b 00 7e 08 ..p..p.8p..q..~.
2d10: 43 44 43 54 12 23 03 12 0a 03 0a c8 0b 40 01 0b CDCT.#.......@..
2d20: 90 01 12 0a 03 0a c8 0b 4d 01 0b 90 01 12 0a 03 ........M.......
2d30: 0a de 0b 4d 01 0b 7d 01 08 53 55 43 43 01 08 4e ...M..}..SUCC..N
2d40: 56 4c 44 0a 02 08 43 52 49 54 0a 04 08 4e 43 52 VLD...CRIT...NCR
2d50: 54 0a 06 14 4c 4a 47 53 43 49 08 14 44 1e 47 42 T...LJGSCI..D.GB
2d60: 44 41 08 a0 1a 93 47 45 53 46 00 70 0b 79 02 50 DA....GESF.p.y.P
2d70: 41 52 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 1a ARMp.GESF.SUCC..
2d80: 93 47 45 53 46 01 70 0b 40 02 50 41 52 4d 70 00 .GESF.p.@.PARMp.
2d90: 47 45 53 46 a4 53 55 43 43 a0 47 04 93 47 45 53 GESF.SUCC.G..GES
2da0: 46 0a 04 7b 50 41 52 4d 0c 00 00 ff ef 50 41 52 F..{PARM.....PAR
2db0: 4d 7b 50 41 52 4d 79 83 88 44 42 54 42 49 42 54 M{PARMy..DBTBIBT
2dc0: 54 00 0a 10 00 50 41 52 4d 7d 49 42 54 54 50 41 T....PARM}IBTTPA
2dd0: 52 4d 50 41 52 4d 70 00 47 45 53 46 a4 53 55 43 RMPARMp.GESF.SUC
2de0: 43 a0 4a 06 93 47 45 53 46 0a 05 70 49 50 53 43 C.J..GESF..pIPSC
2df0: 50 41 52 4d 7d 50 41 52 4d 79 49 50 41 54 0a 08 PARM}PARMyIPAT..
2e00: 00 50 41 52 4d 72 50 41 52 4d 0b 00 01 50 41 52 .PARMrPARM...PAR
2e10: 4d 7d 50 41 52 4d 79 4c 49 44 53 0a 10 00 50 41 M}PARMyLIDS...PA
2e20: 52 4d 72 50 41 52 4d 0c 00 00 01 00 50 41 52 4d RMrPARM.....PARM
2e30: 7d 50 41 52 4d 79 49 42 49 41 0a 14 00 50 41 52 }PARMyIBIA...PAR
2e40: 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 2d 93 47 Mp.GESF.SUCC.-.G
2e50: 45 53 46 0a 06 70 49 54 56 46 50 41 52 4d 7d 50 ESF..pITVFPARM}P
2e60: 41 52 4d 79 49 54 56 4d 0a 04 00 50 41 52 4d 70 ARMyITVM...PARMp
2e70: 00 47 45 53 46 a4 53 55 43 43 a0 4f 08 93 47 45 .GESF.SUCC.O..GE
2e80: 53 46 0a 07 70 47 49 56 44 50 41 52 4d 7f 50 41 SF..pGIVDPARM.PA
2e90: 52 4d 01 50 41 52 4d 7d 50 41 52 4d 79 47 4d 46 RM.PARM}PARMyGMF
2ea0: 4e 01 00 50 41 52 4d 7d 50 41 52 4d 0b 00 10 50 N..PARM}PARM...P
2eb0: 41 52 4d a0 16 49 44 4d 4d 7d 50 41 52 4d 79 49 ARM..IDMM}PARMyI
2ec0: 44 4d 53 0a 11 00 50 41 52 4d a1 12 7d 50 41 52 DMS...PARM..}PAR
2ed0: 4d 79 49 44 4d 53 0a 0d 00 50 41 52 4d 7d 79 83 MyIDMS...PARM}y.
2ee0: 88 83 88 43 44 43 54 48 56 43 4f 00 74 43 44 56 ...CDCTHVCO.tCDV
2ef0: 4c 01 00 00 0a 15 00 50 41 52 4d 50 41 52 4d 70 L......PARMPARMp
2f00: 01 47 45 53 46 a4 53 55 43 43 a0 2a 93 47 45 53 .GESF.SUCC.*.GES
2f10: 46 0a 0a 70 00 50 41 52 4d a0 10 49 53 53 43 7d F..p.PARM..ISSC}
2f20: 50 41 52 4d 0a 03 50 41 52 4d 70 00 47 45 53 46 PARM..PARMp.GESF
2f30: a4 53 55 43 43 70 00 47 45 53 46 a4 43 52 49 54 .SUCCp.GESF.CRIT
2f40: 14 41 28 53 42 43 42 08 a0 20 93 47 45 53 46 00 .A(SBCB.. .GESF.
2f50: 70 00 50 41 52 4d 70 0b 7d f7 50 41 52 4d 70 00 p.PARMp.}.PARMp.
2f60: 47 45 53 46 a4 53 55 43 43 a0 18 93 47 45 53 46 GESF.SUCC...GESF
2f70: 01 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
2f80: 43 43 a0 19 93 47 45 53 46 0a 03 70 00 47 45 53 CC...GESF..p.GES
2f90: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 47 Fp.PARM.SUCC...G
2fa0: 45 53 46 0a 04 70 00 47 45 53 46 70 00 50 41 52 ESF..p.GESFp.PAR
2fb0: 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a 05 70 M.SUCC...GESF..p
2fc0: 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 43 .GESFp.PARM.SUCC
2fd0: a0 37 93 47 45 53 46 0a 06 70 7b 50 41 52 4d 0a .7.GESF..p{PARM.
2fe0: 0f 00 49 54 56 46 70 7a 7b 50 41 52 4d 0a f0 00 ..ITVFpz{PARM...
2ff0: 0a 04 00 49 54 56 4d 70 00 47 45 53 46 70 00 50 ...ITVMp.GESFp.P
3000: 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a ARM.SUCC...GESF.
3010: 07 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
3020: 43 43 a0 19 93 47 45 53 46 0a 08 70 00 47 45 53 CC...GESF..p.GES
3030: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 24 93 47 Fp.PARM.SUCC.$.G
3040: 45 53 46 0a 09 7b 50 41 52 4d 0a ff 49 42 54 54 ESF..{PARM..IBTT
3050: 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 p.GESFp.PARM.SUC
3060: 43 a0 46 05 93 47 45 53 46 0a 0a 7b 50 41 52 4d C.F..GESF..{PARM
3070: 0a ff 49 50 53 43 a0 21 7b 7a 50 41 52 4d 0a 08 ..IPSC.!{zPARM..
3080: 00 0a ff 00 7b 7a 50 41 52 4d 0a 08 00 0a ff 49 ....{zPARM.....I
3090: 50 41 54 76 49 50 41 54 7b 7a 50 41 52 4d 0a 14 PATvIPAT{zPARM..
30a0: 00 0a 07 49 42 49 41 70 00 47 45 53 46 70 00 50 ...IBIAp.GESFp.P
30b0: 41 52 4d a4 53 55 43 43 a0 40 06 93 47 45 53 46 ARM.SUCC.@..GESF
30c0: 0a 0b 7b 7a 50 41 52 4d 01 00 01 49 46 31 45 a0 ..{zPARM...IF1E.
30d0: 21 7b 50 41 52 4d 0c 00 e0 01 00 00 7b 7a 50 41 !{PARM......{zPA
30e0: 52 4d 0a 0d 00 0a 0f 49 44 4d 53 70 00 49 44 4d RM.....IDMSp.IDM
30f0: 4d a1 16 7b 7a 50 41 52 4d 0a 11 00 0a 0f 49 44 M..{zPARM.....ID
3100: 4d 53 70 01 49 44 4d 4d 70 00 47 45 53 46 70 00 MSp.IDMMp.GESFp.
3110: 50 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 PARM.SUCC...GESF
3120: 0a 10 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 ..p.GESFp.PARM.S
3130: 55 43 43 a0 1f 93 47 45 53 46 0a 11 7d 50 41 52 UCC...GESF..}PAR
3140: 4d 0b 00 01 50 41 52 4d 70 00 47 45 53 46 a4 53 M...PARMp.GESF.S
3150: 55 43 43 a0 49 04 93 47 45 53 46 0a 12 a0 26 7b UCC.I..GESF...&{
3160: 50 41 52 4d 01 00 a0 10 93 7a 50 41 52 4d 01 00 PARM.....zPARM..
3170: 01 70 01 49 53 53 43 a1 0c 70 00 47 45 53 46 a4 .p.ISSC..p.GESF.
3180: 43 52 49 54 a1 07 70 00 49 53 53 43 70 00 47 45 CRIT..p.ISSCp.GE
3190: 53 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 SFp.PARM.SUCC...
31a0: 47 45 53 46 0a 13 70 00 47 45 53 46 70 00 50 41 GESF..p.GESFp.PA
31b0: 52 4d a4 53 55 43 43 70 00 47 45 53 46 a4 53 55 RM.SUCCp.GESF.SU
31c0: 43 43 a0 11 93 47 45 46 43 0a 04 70 47 42 44 41 CC...GEFC..pGBDA
31d0: 47 58 46 43 a0 11 93 47 45 46 43 0a 06 70 53 42 GXFC...GEFC..pSB
31e0: 43 42 47 58 46 43 70 00 47 45 46 43 70 01 53 43 CBGXFCp.GEFCp.SC
31f0: 49 53 70 00 47 53 53 45 70 00 53 43 49 45 a4 00 ISp.GSSEp.SCIE..
3200: 14 19 50 44 52 44 00 a0 0c 92 44 52 44 59 5b 22 ..PDRD....DRDY["
3210: 41 53 4c 50 a4 92 44 52 44 59 14 1d 50 53 54 53 ASLP..DRDY..PSTS
3220: 00 a0 0e 94 43 53 54 53 0a 02 5b 22 41 53 4c 50 ....CSTS..["ASLP
3230: a4 93 43 53 54 53 0a 03 14 47 06 47 4e 4f 54 02 ..CSTS...G.GNOT.
3240: a0 07 50 44 52 44 a4 01 a0 07 50 53 54 53 a4 01 ..PDRD....PSTS..
3250: 70 68 43 45 56 54 70 0a 03 43 53 54 53 a0 2c 90 phCEVTp..CSTS.,.
3260: 93 43 48 50 44 00 93 69 00 a0 18 91 94 4f 53 59 .CHPD..i.....OSY
3270: 53 0b d0 07 95 4f 53 59 53 0b d6 07 86 50 43 49 S....OSYS....PCI
3280: 30 69 a1 07 86 47 46 58 30 69 86 47 46 58 30 0a 0i...GFX0i.GFX0.
3290: 80 a0 0c 92 50 53 54 53 70 00 43 45 56 54 a4 00 ....PSTSp.CEVT..
32a0: 14 13 47 48 44 53 01 70 68 54 49 44 58 a4 47 4e ..GHDS.phTIDX.GN
32b0: 4f 54 01 00 14 14 47 4c 49 44 01 70 68 43 4c 49 OT....GLID.phCLI
32c0: 44 a4 47 4e 4f 54 0a 02 00 14 15 47 44 43 4b 01 D.GNOT.....GDCK.
32d0: 70 68 43 44 43 4b a4 47 4e 4f 54 0a 04 0a 80 14 phCDCK.GNOT.....
32e0: 19 50 41 52 44 00 a0 0c 92 41 52 44 59 5b 22 41 .PARD....ARDY["A
32f0: 53 4c 50 a4 92 41 52 44 59 14 46 0c 41 49 4e 54 SLP..ARDY.F.AINT
3300: 02 a0 0e 92 7b 54 43 48 45 79 01 68 00 00 a4 01 ....{TCHEy.h....
3310: a0 07 50 41 52 44 a4 01 a0 4c 05 93 68 0a 02 a0 ..PARD...L..h...
3320: 33 43 50 46 4d a0 0e 93 43 50 46 4d 01 70 0a 06 3CPFM...CPFM.p..
3330: 50 46 49 54 a0 0f 93 43 50 46 4d 0a 06 70 0a 08 PFIT...CPFM..p..
3340: 50 46 49 54 a0 0e 93 43 50 46 4d 0a 08 70 01 50 PFIT...CPFM..p.P
3350: 46 49 54 a1 0c 7f 50 46 49 54 0a 07 50 46 49 54 FIT...PFIT..PFIT
3360: 7d 50 46 49 54 0c 00 00 00 80 50 46 49 54 70 0a }PFIT.....PFITp.
3370: 04 41 53 4c 43 a1 42 04 a0 28 93 68 01 70 78 77 .ASLC.B..(.h.pxw
3380: 69 0a ff 00 0a 64 00 00 42 43 4c 50 7d 42 43 4c i....d..BCLP}BCL
3390: 50 0c 00 00 00 80 42 43 4c 50 70 0a 02 41 53 4c P.....BCLPp..ASL
33a0: 43 a1 16 a0 10 93 68 00 70 69 41 4c 53 49 70 01 C.....h.piALSIp.
33b0: 41 53 4c 43 a1 03 a4 01 70 00 4c 42 50 43 a4 00 ASLC....p.LBPC..
33c0: 10 41 36 5c 00 5b 80 49 4f 5f 54 01 0b 00 08 0a .A6\.[.IO_T.....
33d0: 10 5b 81 0e 49 4f 5f 54 01 00 40 04 54 52 50 30 .[..IO_T..@.TRP0
33e0: 08 5b 80 50 4d 49 4f 01 0b 00 10 0a 80 5b 81 28 .[.PMIO......[.(
33f0: 50 4d 49 4f 01 00 40 15 00 08 00 02 41 43 50 57 PMIO..@.....ACPW
3400: 01 00 45 0b 00 01 47 50 45 43 01 00 4e 10 00 09 ..E...GPEC..N...
3410: 53 43 49 53 01 00 06 5b 80 47 50 49 4f 01 0b 80 SCIS...[.GPIO...
3420: 11 0a 3c 5b 81 40 0c 47 50 49 4f 01 47 55 30 30 ..<[.@.GPIO.GU00
3430: 08 47 55 30 31 08 47 55 30 32 08 47 55 30 33 08 .GU01.GU02.GU03.
3440: 47 49 4f 30 08 47 49 4f 31 08 47 49 4f 32 08 47 GIO0.GIO1.GIO2.G
3450: 49 4f 33 08 00 20 47 4c 30 30 08 47 4c 30 31 08 IO3.. GL00.GL01.
3460: 47 4c 30 32 08 00 03 47 50 32 37 01 47 50 32 38 GL02...GP27.GP28
3470: 01 00 03 00 40 04 47 42 30 30 08 47 42 30 31 08 ....@.GB00.GB01.
3480: 47 42 30 32 08 47 42 30 33 08 00 40 08 47 49 56 GB02.GB03..@.GIV
3490: 30 08 00 03 4c 50 4f 4c 01 00 04 47 49 56 32 08 0...LPOL...GIV2.
34a0: 47 49 56 33 08 47 55 30 34 08 47 55 30 35 08 47 GIV3.GU04.GU05.G
34b0: 55 30 36 08 47 55 30 37 08 47 49 4f 34 08 47 49 U06.GU07.GIO4.GI
34c0: 4f 35 08 47 49 4f 36 08 47 49 4f 37 08 00 05 47 O5.GIO6.GIO7...G
34d0: 50 33 37 01 00 02 47 4c 30 35 08 47 4c 30 36 08 P37...GL05.GL06.
34e0: 47 4c 30 37 08 5b 80 52 43 52 42 00 0c 00 c0 d1 GL07.[.RCRB.....
34f0: fe 0b 00 40 5b 81 48 05 52 43 52 42 13 00 80 00 ...@[.H.RCRB....
3500: 08 00 80 00 10 00 80 02 02 48 50 41 53 02 00 05 .........HPAS...
3510: 48 50 41 45 01 00 48 09 00 01 50 41 54 44 01 53 HPAE..H...PATD.S
3520: 41 54 44 01 53 4d 42 44 01 48 44 41 44 01 00 0b ATD.SMBD.HDAD...
3530: 52 50 31 44 01 52 50 32 44 01 52 50 33 44 01 52 RP1D.RP2D.RP3D.R
3540: 50 34 44 01 52 50 35 44 01 52 50 36 44 01 08 5f P4D.RP5D.RP6D.._
3550: 53 30 5f 12 05 03 00 00 00 08 5f 53 33 5f 12 07 S0_......._S3_..
3560: 03 0a 05 0a 05 00 08 5f 53 34 5f 12 07 03 0a 06 ......._S4_.....
3570: 0a 06 00 08 5f 53 35 5f 12 07 03 0a 07 0a 07 00 ...._S5_........
3580: 14 45 04 47 45 54 50 09 a0 0e 93 7b 68 0a 09 00 .E.GETP....{h...
3590: 00 a4 0c ff ff ff ff a0 0d 93 7b 68 0a 09 00 0a ..........{h....
35a0: 08 a4 0b 84 03 7a 7b 68 0b 00 03 00 0a 08 60 7a .....z{h......`z
35b0: 7b 68 0b 00 30 00 0a 0c 61 a4 77 0a 1e 74 0a 09 {h..0...a.w..t..
35c0: 72 60 61 00 00 00 14 30 47 44 4d 41 0d a0 23 68 r`a....0GDMA..#h
35d0: a0 07 90 69 6c a4 0a 14 a0 0e 90 6a 6c a4 77 74 ...il......jl.wt
35e0: 0a 04 6b 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a 1e ..k.....wt..k...
35f0: 00 a4 0c ff ff ff ff 14 1f 47 45 54 54 09 a4 77 .........GETT..w
3600: 0a 1e 74 0a 09 72 7b 7a 68 0a 02 00 0a 03 00 7b ..t..r{zh......{
3610: 68 0a 03 00 00 00 00 14 44 06 47 45 54 46 0b 08 h.......D.GETF..
3620: 54 4d 50 46 00 a0 0c 68 7d 54 4d 50 46 01 54 4d TMPF...h}TMPF.TM
3630: 50 46 a0 11 7b 6a 0a 02 00 7d 54 4d 50 46 0a 02 PF..{j...}TMPF..
3640: 54 4d 50 46 a0 0d 69 7d 54 4d 50 46 0a 04 54 4d TMPF..i}TMPF..TM
3650: 50 46 a0 11 7b 6a 0a 20 00 7d 54 4d 50 46 0a 08 PF..{j. .}TMPF..
3660: 54 4d 50 46 a0 12 7b 6a 0b 00 40 00 7d 54 4d 50 TMPF..{j..@.}TMP
3670: 46 0a 10 54 4d 50 46 a4 54 4d 50 46 14 3d 53 45 F..TMPF.TMPF.=SE
3680: 54 50 0b a0 08 94 68 0a f0 a4 0a 08 a1 2d a0 27 TP....h......-.'
3690: 7b 69 0a 02 00 a0 10 90 92 94 68 0a 78 7b 6a 0a {i........h.x{j.
36a0: 02 00 a4 0b 01 23 a0 0f 90 92 94 68 0a b4 7b 6a .....#.....h..{j
36b0: 01 00 a4 0b 01 21 a4 0b 01 10 14 37 53 44 4d 41 .....!.....7SDMA
36c0: 09 a0 08 92 94 68 0a 14 a4 01 a0 09 92 94 68 0a .....h........h.
36d0: 1e a4 0a 02 a0 08 92 94 68 0a 2d a4 01 a0 09 92 ........h.-.....
36e0: 94 68 0a 3c a4 0a 02 a0 08 92 94 68 0a 5a a4 01 .h.<.......h.Z..
36f0: a4 00 14 2f 53 45 54 54 0b a0 25 7b 69 0a 02 00 .../SETT..%{i...
3700: a0 0f 90 92 94 68 0a 78 7b 6a 0a 02 00 a4 0a 0b .....h.x{j......
3710: a0 0e 90 92 94 68 0a b4 7b 6a 01 00 a4 0a 09 a4 .....h..{j......
3720: 0a 04 5b 82 4b 04 48 44 45 46 08 5f 41 44 52 0c ..[.K.HDEF._ADR.
3730: 00 00 1b 00 5b 80 48 44 41 52 02 0a 4c 0a 10 5b ....[.HDAR..L..[
3740: 81 22 48 44 41 52 02 44 43 4b 41 01 00 07 44 43 ."HDAR.DCKA...DC
3750: 4b 4d 01 00 06 44 43 4b 53 01 00 30 00 0f 50 4d KM...DCKS..0..PM
3760: 45 53 01 08 5f 50 52 57 12 06 02 0a 0d 0a 03 5b ES.._PRW.......[
3770: 82 41 10 52 50 30 31 08 5f 41 44 52 0c 00 00 1c .A.RP01._ADR....
3780: 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b 81 45 04 .[.PXCS..@..[.E.
3790: 50 58 43 53 40 00 40 09 00 0d 4c 41 53 58 01 00 PXCS@.@...LASX..
37a0: 32 41 42 50 58 01 00 02 50 44 43 58 01 00 02 50 2ABPX...PDCX...P
37b0: 44 53 58 01 00 01 4c 53 43 58 01 00 27 00 10 50 DSX...LSCX..'..P
37c0: 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 01 50 4d SPX..O<..HPSX.PM
37d0: 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 44 52 00 SX.[..PXSX._ADR.
37e0: 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 .A._PRT..3GPIC..
37f0: 2c 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ,...............
3800: ff ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a ................
3810: 12 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 .............E..
3820: 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 .A.........^^.LP
3830: 43 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e CBLNKA........^^
3840: 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff .LPCBLNKB.......
3850: 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 ..^^.LPCBLNKC...
3860: 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b ......^^.LPCBLNK
3870: 44 00 5b 82 41 10 52 50 30 32 08 5f 41 44 52 0c D.[.A.RP02._ADR.
3880: 01 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b ....[.PXCS..@..[
3890: 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c 41 53 .E.PXCS@.@...LAS
38a0: 58 01 00 32 41 42 50 58 01 00 02 50 44 43 58 01 X..2ABPX...PDCX.
38b0: 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 00 27 ..PDSX...LSCX..'
38c0: 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 ..PSPX..O<..HPSX
38d0: 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 .PMSX.[..PXSX._A
38e0: 44 52 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 DR..A._PRT..3GPI
38f0: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 11 12 C..,............
3900: 09 04 0b ff ff 01 00 0a 12 12 0a 04 0b ff ff 0a ................
3910: 02 00 0a 13 12 0a 04 0b ff ff 0a 03 00 0a 10 a1 ................
3920: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3930: 2e 4c 50 43 42 4c 4e 4b 42 00 12 12 04 0b ff ff .LPCBLNKB.......
3940: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
3950: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
3960: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3970: 4c 4e 4b 41 00 5b 82 4d 11 52 50 30 33 08 5f 41 LNKA.[.M.RP03._A
3980: 44 52 0c 02 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3990: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
39a0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
39b0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
39c0: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
39d0: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
39e0: 08 5f 41 44 52 00 08 2e 50 58 53 58 5f 52 4d 56 ._ADR...PXSX_RMV
39f0: 01 08 2e 50 58 53 58 5f 50 52 57 12 06 02 0a 09 ...PXSX_PRW.....
3a00: 0a 03 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 ...A._PRT..3GPIC
3a10: a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 12 12 09 ..,.............
3a20: 04 0b ff ff 01 00 0a 13 12 0a 04 0b ff ff 0a 02 ................
3a30: 00 0a 10 12 0a 04 0b ff ff 0a 03 00 0a 11 a1 45 ...............E
3a40: 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e ...A.........^^.
3a50: 4c 50 43 42 4c 4e 4b 43 00 12 12 04 0b ff ff 01 LPCBLNKC........
3a60: 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0b ^^.LPCBLNKD.....
3a70: ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 ....^^.LPCBLNKA.
3a80: 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3a90: 4e 4b 42 00 5b 82 4f 11 52 50 30 34 08 5f 41 44 NKB.[.O.RP04._AD
3aa0: 52 0c 03 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a R.....[.PXCS..@.
3ab0: c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c .[.E.PXCS@.@...L
3ac0: 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 43 ASX..2ABPX...PDC
3ad0: 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 X...PDSX...LSCX.
3ae0: 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 .'..PSPX..O<..HP
3af0: 53 58 01 50 4d 53 58 01 5b 82 29 50 58 53 58 08 SX.PMSX.[.)PXSX.
3b00: 5f 41 44 52 00 14 1d 5f 50 52 57 00 a0 0d 57 4b _ADR..._PRW...WK
3b10: 4c 4e a4 12 06 02 0a 09 0a 03 a1 08 a4 12 05 02 LN..............
3b20: 0a 09 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 ....A._PRT..3GPI
3b30: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 13 12 C..,............
3b40: 09 04 0b ff ff 01 00 0a 10 12 0a 04 0b ff ff 0a ................
3b50: 02 00 0a 11 12 0a 04 0b ff ff 0a 03 00 0a 12 a1 ................
3b60: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3b70: 2e 4c 50 43 42 4c 4e 4b 44 00 12 12 04 0b ff ff .LPCBLNKD.......
3b80: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 .^^.LPCBLNKA....
3b90: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 .....^^.LPCBLNKB
3ba0: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3bb0: 4c 4e 4b 43 00 5b 82 41 10 52 50 30 35 08 5f 41 LNKC.[.A.RP05._A
3bc0: 44 52 0c 04 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3bd0: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
3be0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
3bf0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
3c00: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
3c10: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
3c20: 08 5f 41 44 52 00 14 41 09 5f 50 52 54 00 a0 33 ._ADR..A._PRT..3
3c30: 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 GPIC..,.........
3c40: 0a 10 12 09 04 0b ff ff 01 00 0a 11 12 0a 04 0b ................
3c50: ff ff 0a 02 00 0a 12 12 0a 04 0b ff ff 0a 03 00 ................
3c60: 0a 13 a1 45 05 a4 12 41 05 04 12 12 04 0b ff ff ...E...A........
3c70: 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 12 04 .^^.LPCBLNKA....
3c80: 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3c90: 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3ca0: 4e 4b 43 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c NKC.........^^.L
3cb0: 50 43 42 4c 4e 4b 44 00 5b 82 41 10 52 50 30 36 PCBLNKD.[.A.RP06
3cc0: 08 5f 41 44 52 0c 05 00 1c 00 5b 80 50 58 43 53 ._ADR.....[.PXCS
3cd0: 02 0a 40 0a c0 5b 81 45 04 50 58 43 53 40 00 40 ..@..[.E.PXCS@.@
3ce0: 09 00 0d 4c 41 53 58 01 00 32 41 42 50 58 01 00 ...LASX..2ABPX..
3cf0: 02 50 44 43 58 01 00 02 50 44 53 58 01 00 01 4c .PDCX...PDSX...L
3d00: 53 43 58 01 00 27 00 10 50 53 50 58 01 00 4f 3c SCX..'..PSPX..O<
3d10: 00 1e 48 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 ..HPSX.PMSX.[..P
3d20: 58 53 58 08 5f 41 44 52 00 14 41 09 5f 50 52 54 XSX._ADR..A._PRT
3d30: 00 a0 33 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ..3GPIC..,......
3d40: ff 00 00 0a 11 12 09 04 0b ff ff 01 00 0a 12 12 ................
3d50: 0a 04 0b ff ff 0a 02 00 0a 13 12 0a 04 0b ff ff ................
3d60: 0a 03 00 0a 10 a1 45 05 a4 12 41 05 04 12 12 04 ......E...A.....
3d70: 0b ff ff 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3d80: 12 12 04 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
3d90: 4b 43 00 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 KC.........^^.LP
3da0: 43 42 4c 4e 4b 44 00 12 13 04 0b ff ff 0a 03 5e CBLNKD.........^
3db0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 4d 06 55 ^.LPCBLNKA.[.M.U
3dc0: 53 42 31 08 5f 41 44 52 0c 00 00 1d 00 5b 80 55 SB1._ADR.....[.U
3dd0: 31 43 53 02 0a c4 0a 04 5b 81 0b 55 31 43 53 03 1CS.....[..U1CS.
3de0: 55 31 45 4e 02 08 5f 50 52 57 12 06 02 0a 03 0a U1EN.._PRW......
3df0: 03 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 ..$_PSW...hp.ACP
3e00: 57 a0 0c 41 43 50 57 70 0a 03 55 31 45 4e a1 07 W..ACPWp..U1EN..
3e10: 70 00 55 31 45 4e 14 09 5f 53 33 44 00 a4 0a 02 p.U1EN.._S3D....
3e20: 14 09 5f 53 34 44 00 a4 0a 02 5b 82 4c 06 55 53 .._S4D....[.L.US
3e30: 42 32 08 5f 41 44 52 0c 01 00 1d 00 5b 80 55 32 B2._ADR.....[.U2
3e40: 43 53 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 CS.....[..U2CS.U
3e50: 32 45 4e 02 08 5f 50 52 57 12 06 02 0a 04 0a 03 2EN.._PRW.......
3e60: 14 23 5f 50 53 57 01 a0 14 68 70 01 41 43 50 57 .#_PSW...hp.ACPW
3e70: a0 0b 41 43 50 57 70 01 55 32 45 4e a1 07 70 00 ..ACPWp.U2EN..p.
3e80: 55 32 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 U2EN.._S3D......
3e90: 5f 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 33 _S4D....[.M.USB3
3ea0: 08 5f 41 44 52 0c 02 00 1d 00 5b 80 55 32 43 53 ._ADR.....[.U2CS
3eb0: 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 33 45 .....[..U2CS.U3E
3ec0: 4e 02 08 5f 50 52 57 12 06 02 0a 0c 0a 03 14 24 N.._PRW........$
3ed0: 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c _PSW...hp.ACPW..
3ee0: 41 43 50 57 70 0a 03 55 33 45 4e a1 07 70 00 55 ACPWp..U3EN..p.U
3ef0: 33 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 3EN.._S3D......_
3f00: 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 34 08 S4D....[.M.USB4.
3f10: 5f 41 44 52 0c 00 00 1a 00 5b 80 55 34 43 53 02 _ADR.....[.U4CS.
3f20: 0a c4 0a 04 5b 81 0b 55 34 43 53 03 55 34 45 4e ....[..U4CS.U4EN
3f30: 02 08 5f 50 52 57 12 06 02 0a 0e 0a 03 14 24 5f .._PRW........$_
3f40: 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c 41 PSW...hp.ACPW..A
3f50: 43 50 57 70 0a 03 55 34 45 4e a1 07 70 00 55 34 CPWp..U4EN..p.U4
3f60: 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 EN.._S3D......_S
3f70: 34 44 00 a4 0a 02 5b 82 41 06 55 53 42 35 08 5f 4D....[.A.USB5._
3f80: 41 44 52 0c 01 00 1a 00 5b 80 55 35 43 53 02 0a ADR.....[.U5CS..
3f90: c4 0a 04 5b 81 0b 55 35 43 53 03 55 35 45 4e 02 ...[..U5CS.U5EN.
3fa0: 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 .$_PSW...hp.ACPW
3fb0: a0 0c 41 43 50 57 70 0a 03 55 35 45 4e a1 07 70 ..ACPWp..U5EN..p
3fc0: 00 55 35 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 .U5EN.._S3D.....
3fd0: 09 5f 53 34 44 00 a4 0a 02 5b 82 4b 0a 45 48 43 ._S4D....[.K.EHC
3fe0: 31 08 5f 41 44 52 0c 07 00 1d 00 5b 80 55 37 43 1._ADR.....[.U7C
3ff0: 53 02 0a 54 0a 04 5b 81 0d 55 37 43 53 03 00 0f S..T..[..U7CS...
4000: 50 4d 45 53 01 5b 82 4f 05 48 55 42 37 08 5f 41 PMES.[.O.HUB7._A
4010: 44 52 00 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 DR.[..PRT1._ADR.
4020: 5b 82 0c 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 [..PRT2._ADR..[.
4030: 0c 50 52 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 .PRT3._ADR..[..P
4040: 52 54 34 08 5f 41 44 52 0a 04 5b 82 0c 50 52 54 RT4._ADR..[..PRT
4050: 35 08 5f 41 44 52 0a 05 5b 82 0c 50 52 54 36 08 5._ADR..[..PRT6.
4060: 5f 41 44 52 0a 06 08 5f 50 52 57 12 06 02 0a 0d _ADR..._PRW.....
4070: 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 ...._S3D......_S
4080: 34 44 00 a4 0a 02 5b 82 4f 08 45 48 43 32 08 5f 4D....[.O.EHC2._
4090: 41 44 52 0c 07 00 1a 00 5b 80 55 46 43 53 02 0a ADR.....[.UFCS..
40a0: 54 0a 04 5b 81 0d 55 46 43 53 03 00 0f 50 4d 45 T..[..UFCS...PME
40b0: 53 01 5b 82 43 04 48 55 42 37 08 5f 41 44 52 00 S.[.C.HUB7._ADR.
40c0: 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 5b 82 0c [..PRT1._ADR.[..
40d0: 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 0c 50 52 PRT2._ADR..[..PR
40e0: 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 52 54 34 T3._ADR..[..PRT4
40f0: 08 5f 41 44 52 0a 04 08 5f 50 52 57 12 06 02 0a ._ADR..._PRW....
4100: 0d 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f ....._S3D......_
4110: 53 34 44 00 a4 0a 02 5b 82 4a 06 50 43 49 42 08 S4D....[.J.PCIB.
4120: 5f 41 44 52 0c 00 00 1e 00 14 49 05 5f 50 52 54 _ADR......I._PRT
4130: 00 a0 21 47 50 49 43 a4 12 1a 02 12 0b 04 0c ff ..!GPIC.........
4140: ff 06 00 00 00 0a 16 12 0b 04 0c ff ff 06 00 01 ................
4150: 00 0a 17 a1 2f a4 12 2c 02 12 14 04 0c ff ff 06 ..../..,........
4160: 00 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 47 00 12 14 ..^^.LPCBLNKG...
4170: 04 0c ff ff 06 00 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
4180: 4b 48 00 5b 82 8d 2e 01 4c 50 43 42 08 5f 41 44 KH.[....LPCB._AD
4190: 52 0c 00 00 1f 00 5b 80 4c 50 43 30 02 0a 40 0a R.....[.LPC0..@.
41a0: c0 5b 81 4d 07 4c 50 43 30 00 00 40 10 50 41 52 .[.M.LPC0..@.PAR
41b0: 43 08 50 42 52 43 08 50 43 52 43 08 50 44 52 43 C.PBRC.PCRC.PDRC
41c0: 08 00 20 50 45 52 43 08 50 46 52 43 08 50 47 52 .. PERC.PFRC.PGR
41d0: 43 08 50 48 52 43 08 00 40 0a 43 4d 41 52 03 00 C.PHRC..@.CMAR..
41e0: 01 43 4d 42 52 03 00 01 4c 50 54 52 02 00 06 43 .CMBR...LPTR...C
41f0: 4d 41 44 01 43 4d 42 44 01 4c 50 54 44 01 46 44 MAD.CMBD.LPTD.FD
4200: 44 44 01 00 2c 49 4f 52 32 10 00 02 4c 47 52 4d DD..,IOR2...LGRM
4210: 06 00 48 32 52 41 45 4e 01 00 0d 52 43 42 41 12 ..H2RAEN...RCBA.
4220: 5b 80 53 4d 49 30 01 0c 00 fe 00 00 0c 02 00 00 [.SMI0..........
4230: 00 5b 81 0b 53 4d 49 30 00 53 4d 49 43 08 5b 80 .[..SMI0.SMIC.[.
4240: 53 4d 49 31 00 0c bd 2e 6e bf 0c 90 00 00 00 5b SMI1....n......[
4250: 81 16 53 4d 49 31 00 42 43 4d 44 08 44 49 44 5f ..SMI1.BCMD.DID_
4260: 20 49 4e 46 4f 40 40 5b 81 15 53 4d 49 31 00 01 INFO@@[..SMI1..
4270: 01 00 00 28 49 4e 46 5f 08 49 4e 46 31 20 5b 01 ...(INF_.INF1 [.
4280: 50 53 4d 58 00 14 27 50 48 53 53 01 5b 23 50 53 PSMX..'PHSS.[#PS
4290: 4d 58 ff ff 70 0a 80 42 43 4d 44 70 68 44 49 44 MX..p..BCMDphDID
42a0: 5f 70 00 53 4d 49 43 5b 27 50 53 4d 58 5b 82 41 _p.SMIC['PSMX[.A
42b0: 0a 4c 4e 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 .LNKA._HID.A....
42c0: 5f 55 49 44 01 14 0d 5f 44 49 53 08 70 0a 80 50 _UID..._DIS.p..P
42d0: 41 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ARC._PRS....#...
42e0: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 41 11 09 y..8_CRS..RTLA..
42f0: 0a 06 23 00 00 18 79 00 8b 52 54 4c 41 01 49 52 ..#...y..RTLA.IR
4300: 51 30 70 00 49 52 51 30 79 01 7b 50 41 52 43 0a Q0p.IRQ0y.{PARC.
4310: 0f 00 49 52 51 30 a4 52 54 4c 41 14 1b 5f 53 52 ..IRQ0.RTLA.._SR
4320: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
4330: 60 70 60 50 41 52 43 14 18 5f 53 54 41 08 a0 0c `p`PARC.._STA...
4340: 7b 50 41 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PARC...........
4350: 5b 82 42 0a 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 [.B.LNKB._HID.A.
4360: 0c 0f 08 5f 55 49 44 0a 02 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4370: 70 0a 80 50 42 52 43 08 5f 50 52 53 11 09 0a 06 p..PBRC._PRS....
4380: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4390: 4c 42 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LB....#...y..RTL
43a0: 42 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 B.IRQ0p.IRQ0y.{P
43b0: 42 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 42 14 BRC...IRQ0.RTLB.
43c0: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
43d0: 51 30 60 76 60 70 60 50 42 52 43 14 18 5f 53 54 Q0`v`p`PBRC.._ST
43e0: 41 08 a0 0c 7b 50 42 52 43 0a 80 00 a4 0a 09 a1 A...{PBRC.......
43f0: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 43 08 5f 48 49 ....[.B.LNKC._HI
4400: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 03 14 0d 5f D.A...._UID...._
4410: 44 49 53 08 70 0a 80 50 43 52 43 08 5f 50 52 53 DIS.p..PCRC._PRS
4420: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
4430: 08 08 52 54 4c 43 11 09 0a 06 23 00 00 18 79 00 ..RTLC....#...y.
4440: 8b 52 54 4c 43 01 49 52 51 30 70 00 49 52 51 30 .RTLC.IRQ0p.IRQ0
4450: 79 01 7b 50 43 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PCRC...IRQ0.R
4460: 54 4c 43 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLC.._SRS..h.IRQ
4470: 30 82 49 52 51 30 60 76 60 70 60 50 43 52 43 14 0.IRQ0`v`p`PCRC.
4480: 18 5f 53 54 41 08 a0 0c 7b 50 43 52 43 0a 80 00 ._STA...{PCRC...
4490: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 44 ........[.B.LNKD
44a0: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
44b0: 04 14 0d 5f 44 49 53 08 70 0a 80 50 44 52 43 08 ..._DIS.p..PDRC.
44c0: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
44d0: 5f 43 52 53 08 08 52 54 4c 44 11 09 0a 06 23 00 _CRS..RTLD....#.
44e0: 00 18 79 00 8b 52 54 4c 44 01 49 52 51 30 70 00 ..y..RTLD.IRQ0p.
44f0: 49 52 51 30 79 01 7b 50 44 52 43 0a 0f 00 49 52 IRQ0y.{PDRC...IR
4500: 51 30 a4 52 54 4c 44 14 1b 5f 53 52 53 09 8b 68 Q0.RTLD.._SRS..h
4510: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
4520: 44 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 44 52 DRC.._STA...{PDR
4530: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a C...........[.B.
4540: 4c 4e 4b 45 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f LNKE._HID.A...._
4550: 55 49 44 0a 05 14 0d 5f 44 49 53 08 70 0a 80 50 UID...._DIS.p..P
4560: 45 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ERC._PRS....#...
4570: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 45 11 09 y..8_CRS..RTLE..
4580: 0a 06 23 00 00 18 79 00 8b 52 54 4c 45 01 49 52 ..#...y..RTLE.IR
4590: 51 30 70 00 49 52 51 30 79 01 7b 50 45 52 43 0a Q0p.IRQ0y.{PERC.
45a0: 0f 00 49 52 51 30 a4 52 54 4c 45 14 1b 5f 53 52 ..IRQ0.RTLE.._SR
45b0: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
45c0: 60 70 60 50 45 52 43 14 18 5f 53 54 41 08 a0 0c `p`PERC.._STA...
45d0: 7b 50 45 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PERC...........
45e0: 5b 82 42 0a 4c 4e 4b 46 08 5f 48 49 44 0c 41 d0 [.B.LNKF._HID.A.
45f0: 0c 0f 08 5f 55 49 44 0a 06 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4600: 70 0a 80 50 46 52 43 08 5f 50 52 53 11 09 0a 06 p..PFRC._PRS....
4610: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4620: 4c 46 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LF....#...y..RTL
4630: 46 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 F.IRQ0p.IRQ0y.{P
4640: 46 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 46 14 FRC...IRQ0.RTLF.
4650: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
4660: 51 30 60 76 60 70 60 50 46 52 43 14 18 5f 53 54 Q0`v`p`PFRC.._ST
4670: 41 08 a0 0c 7b 50 46 52 43 0a 80 00 a4 0a 09 a1 A...{PFRC.......
4680: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 47 08 5f 48 49 ....[.B.LNKG._HI
4690: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 07 14 0d 5f D.A...._UID...._
46a0: 44 49 53 08 70 0a 80 50 47 52 43 08 5f 50 52 53 DIS.p..PGRC._PRS
46b0: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
46c0: 08 08 52 54 4c 47 11 09 0a 06 23 00 00 18 79 00 ..RTLG....#...y.
46d0: 8b 52 54 4c 47 01 49 52 51 30 70 00 49 52 51 30 .RTLG.IRQ0p.IRQ0
46e0: 79 01 7b 50 47 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PGRC...IRQ0.R
46f0: 54 4c 47 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLG.._SRS..h.IRQ
4700: 30 82 49 52 51 30 60 76 60 70 60 50 47 52 43 14 0.IRQ0`v`p`PGRC.
4710: 18 5f 53 54 41 08 a0 0c 7b 50 47 52 43 0a 80 00 ._STA...{PGRC...
4720: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 48 ........[.B.LNKH
4730: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
4740: 08 14 0d 5f 44 49 53 08 70 0a 80 50 48 52 43 08 ..._DIS.p..PHRC.
4750: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
4760: 5f 43 52 53 08 08 52 54 4c 48 11 09 0a 06 23 00 _CRS..RTLH....#.
4770: 00 18 79 00 8b 52 54 4c 48 01 49 52 51 30 70 00 ..y..RTLH.IRQ0p.
4780: 49 52 51 30 79 01 7b 50 48 52 43 0a 0f 00 49 52 IRQ0y.{PHRC...IR
4790: 51 30 a4 52 54 4c 48 14 1b 5f 53 52 53 09 8b 68 Q0.RTLH.._SRS..h
47a0: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
47b0: 48 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 48 52 HRC.._STA...{PHR
47c0: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 3d 44 C...........[.=D
47d0: 4d 41 43 08 5f 48 49 44 0c 41 d0 02 00 08 5f 43 MAC._HID.A...._C
47e0: 52 53 11 28 0a 25 47 01 00 00 00 00 01 20 47 01 RS.(.%G...... G.
47f0: 81 00 81 00 01 11 47 01 93 00 93 00 01 0d 47 01 ......G.......G.
4800: c0 00 c0 00 01 20 2a 10 01 79 00 5b 82 26 46 57 ..... *..y.[.&FW
4810: 48 44 08 5f 48 49 44 0c 25 d4 08 00 08 5f 43 52 HD._HID.%...._CR
4820: 53 11 11 0a 0e 86 09 00 00 00 00 00 ff 00 00 00 S...............
4830: 01 79 00 5b 82 40 0b 48 50 45 54 08 5f 48 49 44 .y.[.@.HPET._HID
4840: 0c 41 d0 01 03 08 5f 43 49 44 0c 41 d0 0c 01 08 .A...._CID.A....
4850: 42 55 46 30 11 11 0a 0e 86 09 00 00 00 00 d0 fe BUF0............
4860: 00 04 00 00 79 00 14 27 5f 53 54 41 00 a0 13 92 ....y..'_STA....
4870: 95 4f 53 59 53 0b d1 07 a0 08 48 50 41 45 a4 0a .OSYS.....HPAE..
4880: 0f a1 0a a0 08 48 50 41 45 a4 0a 0b a4 00 14 46 .....HPAE......F
4890: 05 5f 43 52 53 08 a0 49 04 48 50 41 45 8a 42 55 ._CRS..I.HPAE.BU
48a0: 46 30 0a 04 48 50 54 30 a0 11 93 48 50 41 53 01 F0..HPT0...HPAS.
48b0: 70 0c 00 10 d0 fe 48 50 54 30 a0 12 93 48 50 41 p.....HPT0...HPA
48c0: 53 0a 02 70 0c 00 20 d0 fe 48 50 54 30 a0 12 93 S..p.. ..HPT0...
48d0: 48 50 41 53 0a 03 70 0c 00 30 d0 fe 48 50 54 30 HPAS..p..0..HPT0
48e0: a4 42 55 46 30 5b 82 45 0a 49 50 49 43 08 5f 48 .BUF0[.E.IPIC._H
48f0: 49 44 0b 41 d0 08 5f 43 52 53 11 41 09 0a 8d 47 ID.A.._CRS.A...G
4900: 01 20 00 20 00 01 02 47 01 24 00 24 00 01 02 47 . . ...G.$.$...G
4910: 01 28 00 28 00 01 02 47 01 2c 00 2c 00 01 02 47 .(.(...G.,.,...G
4920: 01 30 00 30 00 01 02 47 01 34 00 34 00 01 02 47 .0.0...G.4.4...G
4930: 01 38 00 38 00 01 02 47 01 3c 00 3c 00 01 02 47 .8.8...G.<.<...G
4940: 01 a0 00 a0 00 01 02 47 01 a4 00 a4 00 01 02 47 .......G.......G
4950: 01 a8 00 a8 00 01 02 47 01 ac 00 ac 00 01 02 47 .......G.......G
4960: 01 b0 00 b0 00 01 02 47 01 b4 00 b4 00 01 02 47 .......G.......G
4970: 01 b8 00 b8 00 01 02 47 01 bc 00 bc 00 01 02 47 .......G.......G
4980: 01 d0 04 d0 04 01 02 22 04 00 79 00 5b 82 25 4d ......."..y.[.%M
4990: 41 54 48 08 5f 48 49 44 0c 41 d0 0c 04 08 5f 43 ATH._HID.A...._C
49a0: 52 53 11 10 0a 0d 47 01 f0 00 f0 00 01 01 22 00 RS....G.......".
49b0: 20 79 00 5b 82 4b 09 4c 44 52 43 08 5f 48 49 44 y.[.K.LDRC._HID
49c0: 0c 41 d0 0c 02 08 5f 55 49 44 0a 02 08 5f 43 52 .A...._UID..._CR
49d0: 53 11 4e 07 0a 7a 47 01 2e 00 2e 00 01 02 47 01 S.N..zG.......G.
49e0: 4e 00 4e 00 01 02 47 01 61 00 61 00 01 01 47 01 N.N...G.a.a...G.
49f0: 63 00 63 00 01 01 47 01 65 00 65 00 01 01 47 01 c.c...G.e.e...G.
4a00: 67 00 67 00 01 01 47 01 80 00 80 00 01 01 47 01 g.g...G.......G.
4a10: 92 00 92 00 01 01 47 01 b2 00 b2 00 01 02 47 01 ......G.......G.
4a20: 80 06 80 06 01 20 47 01 00 08 00 08 01 10 47 01 ..... G.......G.
4a30: 00 10 00 10 01 80 47 01 80 11 80 11 01 40 47 01 ......G......@G.
4a40: 00 fe 00 fe 01 01 47 01 00 ff 00 ff 01 80 79 00 ......G.......y.
4a50: 5b 82 25 52 54 43 5f 08 5f 48 49 44 0c 41 d0 0b [.%RTC_._HID.A..
4a60: 00 08 5f 43 52 53 11 10 0a 0d 47 01 70 00 70 00 .._CRS....G.p.p.
4a70: 01 08 22 00 01 79 00 5b 82 2d 54 49 4d 52 08 5f .."..y.[.-TIMR._
4a80: 48 49 44 0c 41 d0 01 00 08 5f 43 52 53 11 18 0a HID.A...._CRS...
4a90: 15 47 01 40 00 40 00 01 04 47 01 50 00 50 00 10 .G.@.@...G.P.P..
4aa0: 04 22 01 00 79 00 5b 82 32 41 43 41 44 08 5f 48 ."..y.[.2ACAD._H
4ab0: 49 44 0d 41 43 50 49 30 30 30 33 00 08 5f 50 43 ID.ACPI0003.._PC
4ac0: 4c 12 06 01 5f 53 42 5f 14 11 5f 50 53 52 00 70 L..._SB_.._PSR.p
4ad0: 01 41 43 50 57 a4 41 43 50 57 14 1a 45 43 4f 4b .ACPW.ACPW..ECOK
4ae0: 00 a0 0f 93 5e 2e 45 43 30 5f 5a 30 30 39 01 a4 ....^.EC0_Z009..
4af0: 01 a1 03 a4 00 5b 82 4e 6f 45 43 30 5f 08 5f 48 .....[.NoEC0_._H
4b00: 49 44 0c 41 d0 0c 09 08 5f 47 50 45 0a 1c 08 5a ID.A...._GPE...Z
4b10: 30 30 39 00 08 5f 43 52 53 11 15 0a 12 47 01 62 009.._CRS....G.b
4b20: 00 62 00 01 01 47 01 66 00 66 00 01 01 79 00 14 .b...G.f.f...y..
4b30: 3b 5f 52 45 47 02 a0 34 93 68 0a 03 70 69 5a 30 ;_REG..4.h..piZ0
4b40: 30 39 a0 28 5b 12 5f 4f 53 49 60 70 00 42 54 44 09.([._OSI`p.BTD
4b50: 53 a0 19 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 S.._OSI.Windows
4b60: 32 30 30 36 00 70 01 42 54 44 53 5b 80 45 52 41 2006.p.BTDS[.ERA
4b70: 4d 03 00 0a ff 5b 81 4e 2e 45 52 41 4d 11 00 40 M....[.N.ERAM..@
4b80: 30 53 4d 50 52 08 53 4d 53 54 08 53 4d 41 44 08 0SMPR.SMST.SMAD.
4b90: 53 4d 43 4d 08 53 4d 44 30 40 10 42 43 4e 54 08 SMCM.SMD0@.BCNT.
4ba0: 53 4d 41 41 18 00 40 04 43 48 47 4d 10 43 48 47 SMAA..@.CHGM.CHG
4bb0: 53 10 45 4e 49 44 08 45 4e 49 42 08 45 4e 44 44 S.ENID.ENIB.ENDD
4bc0: 08 43 48 47 56 08 43 48 47 41 10 42 41 4c 30 01 .CHGV.CHGA.BAL0.
4bd0: 42 41 4c 31 01 42 41 4c 32 01 42 41 4c 33 01 42 BAL1.BAL2.BAL3.B
4be0: 42 43 30 01 42 42 43 31 01 42 42 43 32 01 42 42 BC0.BBC1.BBC2.BB
4bf0: 43 33 01 00 08 50 48 44 44 01 49 46 44 44 01 49 C3...PHDD.IFDD.I
4c00: 4f 44 44 01 53 48 44 44 01 53 31 32 30 01 45 46 ODD.SHDD.S120.EF
4c10: 44 44 01 43 52 54 44 01 53 50 57 52 01 53 42 54 DD.CRTD.SPWR.SBT
4c20: 4e 01 56 49 44 4f 01 56 4f 4c 44 01 56 4f 4c 55 N.VIDO.VOLD.VOLU
4c30: 01 4d 55 54 45 01 43 4f 4e 54 01 42 52 47 54 01 .MUTE.CONT.BRGT.
4c40: 48 42 54 4e 01 53 34 53 54 01 53 4b 45 59 01 42 HBTN.S4ST.SKEY.B
4c50: 4b 45 59 01 54 4f 55 50 01 46 4e 42 4e 01 4c 49 KEY.TOUP.FNBN.LI
4c60: 44 46 01 44 49 47 4d 01 55 57 41 4b 01 00 08 44 DF.DIGM.UWAK...D
4c70: 4b 53 50 01 44 4b 49 4e 01 44 4b 49 44 01 44 4b KSP.DKIN.DKID.DK
4c80: 4f 4b 01 00 04 44 4b 50 57 01 00 07 42 54 4e 53 OK...DKPW...BTNS
4c90: 08 53 31 4c 44 01 53 33 4c 44 01 56 47 41 51 01 .S1LD.S3LD.VGAQ.
4ca0: 50 43 4d 51 01 50 43 4d 52 01 41 44 50 54 01 53 PCMQ.PCMR.ADPT.S
4cb0: 4c 4c 53 01 53 59 53 37 01 50 57 41 4b 01 4d 57 LLS.SYS7.PWAK.MW
4cc0: 41 4b 01 4c 57 41 4b 01 00 05 00 28 54 43 4e 4c AK.LWAK....(TCNL
4cd0: 08 54 4d 50 49 08 54 4d 53 44 08 46 41 53 4e 04 .TMPI.TMSD.FASN.
4ce0: 46 41 53 55 04 50 43 56 4c 04 00 02 53 57 54 4f FASU.PCVL...SWTO
4cf0: 01 48 57 54 4f 01 4d 4f 44 45 01 46 41 4e 53 02 .HWTO.MODE.FANS.
4d00: 49 4e 49 54 01 46 41 4e 31 01 46 41 4e 32 01 46 INIT.FAN1.FAN2.F
4d10: 41 4e 54 01 53 4b 4e 4d 01 43 54 4d 50 08 4c 49 ANT.SKNM.CTMP.LI
4d20: 44 45 01 50 4d 45 45 01 50 57 42 45 01 52 4e 47 DE.PMEE.PWBE.RNG
4d30: 45 01 42 54 57 45 01 44 43 4b 45 01 00 02 53 4b E.BTWE.DCKE...SK
4d40: 54 58 08 53 4b 54 42 08 53 4b 54 43 08 53 4b 54 TX.SKTB.SKTC.SKT
4d50: 41 08 00 08 48 41 50 4c 02 48 41 50 52 01 00 05 A...HAPL.HAPR...
4d60: 42 54 44 54 01 42 54 50 57 01 42 54 44 53 01 42 BTDT.BTPW.BTDS.B
4d70: 54 50 53 01 42 54 53 57 01 42 54 57 4b 01 42 54 TPS.BTSW.BTWK.BT
4d80: 4c 44 01 00 01 42 52 54 53 08 43 4e 54 53 08 57 LD...BRTS.CNTS.W
4d90: 4c 41 54 01 42 54 41 54 01 57 4c 45 58 01 42 54 LAT.BTAT.WLEX.BT
4da0: 45 58 01 4b 4c 53 57 01 57 4c 4f 4b 01 00 02 50 EX.KLSW.WLOK...P
4db0: 54 49 44 08 43 50 55 54 08 45 50 4b 54 08 47 48 TID.CPUT.EPKT.GH
4dc0: 49 44 08 00 04 42 4d 46 30 03 42 54 59 30 01 42 ID...BMF0.BTY0.B
4dd0: 53 54 30 08 42 52 43 30 10 42 53 4e 30 10 42 50 ST0.BRC0.BSN0.BP
4de0: 56 30 10 42 44 56 30 10 42 44 43 30 10 42 46 43 V0.BDV0.BDC0.BFC
4df0: 30 10 47 41 55 30 08 43 59 43 30 08 42 50 43 30 0.GAU0.CYC0.BPC0
4e00: 10 42 41 43 30 10 42 41 54 30 08 42 54 57 30 10 .BAC0.BAT0.BTW0.
4e10: 42 44 4e 30 08 00 40 04 00 04 42 4d 46 31 03 42 BDN0..@...BMF1.B
4e20: 54 59 31 01 42 53 54 31 08 42 52 43 31 10 42 53 TY1.BST1.BRC1.BS
4e30: 4e 31 10 42 50 56 31 10 42 44 56 31 10 42 44 43 N1.BPV1.BDV1.BDC
4e40: 31 10 42 46 43 31 10 47 41 55 31 08 43 59 43 31 1.BFC1.GAU1.CYC1
4e50: 08 42 50 43 31 10 42 41 43 31 10 42 41 54 31 08 .BPC1.BAC1.BAT1.
4e60: 42 54 57 31 10 14 37 5f 51 31 31 00 70 0a 87 50 BTW1..7_Q11.p..P
4e70: 38 30 48 a0 13 49 47 44 53 5e 5e 5e 2e 47 46 58 80H..IGDS^^^.GFX
4e80: 30 42 52 54 4e 0a 87 a1 15 86 5e 5e 5e 2f 03 50 0BRTN.....^^^/.P
4e90: 45 47 50 56 47 41 5f 4c 43 44 5f 0a 87 14 37 5f EGPVGA_LCD_...7_
4ea0: 51 31 32 00 70 0a 86 50 38 30 48 a0 13 49 47 44 Q12.p..P80H..IGD
4eb0: 53 5e 5e 5e 2e 47 46 58 30 42 52 54 4e 0a 86 a1 S^^^.GFX0BRTN...
4ec0: 15 86 5e 5e 5e 2f 03 50 45 47 50 56 47 41 5f 4c ..^^^/.PEGPVGA_L
4ed0: 43 44 5f 0a 86 14 40 05 5f 51 31 43 00 70 0d 3d CD_...@._Q1C.p.=
4ee0: 3d 3d 3d 3d 51 55 45 52 59 5f 31 43 3d 3d 3d 3d ====QUERY_1C====
4ef0: 3d 00 5b 31 a0 31 56 49 44 4f a0 12 49 47 44 53 =.[1.1VIDO..IGDS
4f00: 5e 5e 5e 2e 47 46 58 30 47 48 44 53 00 a1 12 5e ^^^.GFX0GHDS...^
4f10: 5e 5e 2f 03 50 45 47 50 56 47 41 5f 44 53 53 57 ^^/.PEGPVGA_DSSW
4f20: 70 00 56 49 44 4f 14 21 5f 51 31 44 00 70 0d 3d p.VIDO.!_Q1D.p.=
4f30: 3d 3d 3d 3d 51 55 45 52 59 5f 31 44 3d 3d 3d 3d ====QUERY_1D====
4f40: 3d 00 5b 31 50 43 4c 4b 14 21 5f 51 31 45 00 70 =.[1PCLK.!_Q1E.p
4f50: 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 31 45 3d 3d .=====QUERY_1E==
4f60: 3d 3d 3d 00 5b 31 50 43 4c 4b 14 39 5f 51 32 35 ===.[1PCLK.9_Q25
4f70: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 35 .p.=====QUERY_25
4f80: 3d 3d 3d 3d 3d 00 5b 31 5b 22 0b e8 03 86 5e 5e =====.[1["....^^
4f90: 42 41 54 31 0a 81 5b 22 0b e8 03 86 5e 5e 42 41 BAT1..["....^^BA
4fa0: 54 31 0a 80 14 2f 5f 51 33 34 00 70 0d 3d 3d 3d T1.../_Q34.p.===
4fb0: 3d 3d 51 55 45 52 59 5f 33 34 3d 3d 3d 3d 3d 00 ==QUERY_34=====.
4fc0: 5b 31 a0 11 42 4b 45 59 50 48 53 53 0a 71 70 00 [1..BKEYPHSS.qp.
4fd0: 42 4b 45 59 14 32 5f 51 33 37 00 70 0d 3d 3d 3d BKEY.2_Q37.p.===
4fe0: 3d 3d 51 55 45 52 59 5f 33 37 3d 3d 3d 3d 3d 00 ==QUERY_37=====.
4ff0: 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 03 86 5e [1.ACAD..["....^
5000: 5e 42 41 54 31 0a 80 14 32 5f 51 33 38 00 70 0d ^BAT1...2_Q38.p.
5010: 3d 3d 3d 3d 3d 51 55 45 52 59 5f 33 38 3d 3d 3d =====QUERY_38===
5020: 3d 3d 00 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 ==.[1.ACAD..["..
5030: 03 86 5e 5e 42 41 54 31 0a 80 14 29 5f 51 32 44 ..^^BAT1...)_Q2D
5040: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 44 .p.=====QUERY_2D
5050: 3d 3d 3d 3d 3d 00 5b 31 70 00 44 54 53 4d 54 52 =====.[1p.DTSMTR
5060: 41 50 0a 46 14 29 5f 51 32 45 00 70 0d 3d 3d 3d AP.F.)_Q2E.p.===
5070: 3d 3d 51 55 45 52 59 5f 32 45 3d 3d 3d 3d 3d 00 ==QUERY_2E=====.
5080: 5b 31 70 01 44 54 53 4d 54 52 41 50 0a 46 5b 80 [1p.DTSMTRAP.F[.
5090: 43 43 4c 4b 01 0b 10 10 0a 04 5b 81 20 43 43 4c CCLK......[. CCL
50a0: 4b 03 00 01 44 55 54 59 03 54 48 45 4e 01 00 03 K...DUTY.THEN...
50b0: 46 54 54 5f 01 00 08 54 53 54 53 01 5b 80 45 43 FTT_...TSTS.[.EC
50c0: 52 4d 03 00 0a ff 5b 81 44 04 45 43 52 4d 11 00 RM....[.D.ECRM..
50d0: 40 4a 45 52 49 42 10 45 52 42 44 08 00 48 0a 53 @JERIB.ERBD..H.S
50e0: 44 54 4d 08 46 53 53 4e 04 46 41 4e 55 04 50 54 DTM.FSSN.FANU.PT
50f0: 56 4c 03 00 04 54 54 48 52 01 00 48 06 50 4a 49 VL...TTHR..H.PJI
5100: 44 08 00 08 00 48 1d 52 46 52 44 10 5b 01 46 41 D....H.RFRD.[.FA
5110: 4d 58 00 14 22 46 41 4e 47 01 5b 23 46 41 4d 58 MX.."FANG.[#FAMX
5120: ff ff 70 68 45 52 49 42 70 45 52 42 44 60 5b 27 ..phERIBpERBD`['
5130: 46 41 4d 58 a4 60 14 22 46 41 4e 57 02 5b 23 46 FAMX.`."FANW.[#F
5140: 41 4d 58 ff ff 70 68 45 52 49 42 70 69 45 52 42 AMX..phERIBpiERB
5150: 44 5b 27 46 41 4d 58 a4 69 14 09 54 55 56 52 01 D['FAMX.i..TUVR.
5160: a4 0a 03 14 2e 54 48 52 4f 01 a0 09 93 68 00 a4 .....THRO....h..
5170: 54 48 45 4e a1 1d a0 09 93 68 01 a4 44 55 54 59 THEN.....h..DUTY
5180: a1 11 a0 0a 93 68 0a 02 a4 54 54 48 52 a1 04 a4 .....h...TTHR...
5190: 0a ff 14 2a 43 4c 43 4b 01 a0 10 93 68 00 70 00 ...*CLCK....h.p.
51a0: 54 48 45 4e 70 00 46 54 54 5f a1 0d 70 68 44 55 THENp.FTT_..phDU
51b0: 54 59 70 01 54 48 45 4e a4 54 48 45 4e 14 37 50 TYp.THEN.THEN.7P
51c0: 43 4c 4b 00 70 50 54 56 4c 60 a0 10 93 60 00 70 CLK.pPTVL`...`.p
51d0: 00 54 48 45 4e 70 00 46 54 54 5f a1 19 76 60 70 .THENp.FTT_..v`p
51e0: 80 60 00 61 7b 61 0a 07 61 70 61 44 55 54 59 70 .`.a{a..apaDUTYp
51f0: 01 54 48 45 4e 5b 82 4b 22 42 41 54 31 08 5f 48 .THEN[.K"BAT1._H
5200: 49 44 0c 41 d0 0c 0a 08 5f 55 49 44 01 08 5f 50 ID.A...._UID.._P
5210: 43 4c 12 06 01 5f 53 42 5f 14 39 5f 53 54 41 00 CL..._SB_.9_STA.
5220: a0 29 90 45 43 4f 4b 93 45 43 44 59 00 a0 13 5e .).ECOK.ECDY...^
5230: 5e 2e 45 43 30 5f 42 41 4c 30 5b 22 0a 14 a4 0a ^.EC0_BAL0["....
5240: 1f a1 08 5b 22 0a 14 a4 0a 0f a1 08 5b 22 0a 14 ...[".......["..
5250: a4 0a 1f 14 48 10 5f 42 49 46 00 08 53 54 41 54 ....H._BIF..STAT
5260: 12 3a 0d 01 0b a0 0f 0b a0 0f 01 0b 5c 2b 0b a4 .:..........\+..
5270: 01 0a 9c 0b 08 01 0b c4 0e 0d 50 41 33 34 36 35 ..........PA3465
5280: 55 20 00 0d 33 36 35 38 51 00 0d 4c 69 2d 49 6f U ..3658Q..Li-Io
5290: 6e 00 0d 43 4f 4d 50 41 4c 20 00 a0 4b 07 90 45 n..COMPAL ..K..E
52a0: 43 4f 4b 93 45 43 44 59 00 70 5e 5e 2e 45 43 30 COK.ECDY.p^^.EC0
52b0: 5f 42 44 4e 30 60 a0 23 93 60 0a 08 70 0a b4 88 _BDN0`.#.`..p...
52c0: 53 54 41 54 0a 06 00 70 0d 50 41 33 34 35 37 55 STAT...p.PA3457U
52d0: 20 00 88 53 54 41 54 0a 09 00 a0 24 93 60 0a 20 ..STAT....$.`.
52e0: 70 0b 02 01 88 53 54 41 54 0a 06 00 70 0d 50 41 p....STAT...p.PA
52f0: 33 34 35 37 55 20 00 88 53 54 41 54 0a 09 00 5b 3457U ..STAT...[
5300: 22 0a 14 70 5e 5e 2e 45 43 30 5f 42 44 43 30 42 "..p^^.EC0_BDC0B
5310: 46 43 31 5b 22 0a 14 a1 12 70 0d 4c 69 2d 49 6f FC1["....p.Li-Io
5320: 6e 00 88 53 54 41 54 0a 0b 00 a0 2c 42 46 43 31 n..STAT....,BFC1
5330: 78 42 46 43 31 0a 64 60 61 77 61 0a 64 61 70 61 xBFC1.d`awa.dapa
5340: 42 46 43 31 70 61 88 53 54 41 54 01 00 70 61 88 BFC1pa.STAT..pa.
5350: 53 54 41 54 0a 02 00 a4 53 54 41 54 14 45 0c 5f STAT....STAT.E._
5360: 42 53 54 00 08 50 42 53 54 12 10 04 00 0c ff ff BST..PBST.......
5370: ff ff 0c ff ff ff ff 0b 5c 2b 70 0b 5c 2b 63 a0 ........\+p.\+c.
5380: 38 90 45 43 4f 4b 93 45 43 44 59 00 5b 22 0a 14 8.ECOK.ECDY.["..
5390: 70 5e 5e 2e 45 43 30 5f 42 53 54 30 42 53 54 31 p^^.EC0_BST0BST1
53a0: 5b 22 0a 14 70 5e 5e 2e 45 43 30 5f 47 41 55 30 ["..p^^.EC0_GAU0
53b0: 42 47 55 31 5b 22 0a 14 a0 15 42 46 43 31 77 42 BGU1["....BFC1wB
53c0: 47 55 31 42 46 43 31 62 78 62 0a 64 64 62 a1 09 GU1BFC1bxb.ddb..
53d0: 77 42 47 55 31 0a 28 62 70 42 53 54 31 88 50 42 wBGU1.(bpBST1.PB
53e0: 53 54 00 00 70 00 88 50 42 53 54 01 00 70 62 88 ST..p..PBST..pb.
53f0: 50 42 53 54 0a 02 00 70 63 88 50 42 53 54 0a 03 PBST...pc.PBST..
5400: 00 a0 1b 94 45 43 44 59 00 76 45 43 44 59 a0 0e ....ECDY.vECDY..
5410: 93 45 43 44 59 00 86 42 41 54 31 0a 80 a4 50 42 .ECDY..BAT1...PB
5420: 53 54 5b 82 2e 50 53 32 4b 08 5f 48 49 44 0c 41 ST[..PS2K._HID.A
5430: d0 03 03 08 5f 43 52 53 11 19 0a 16 47 01 60 00 ...._CRS....G.`.
5440: 60 00 01 01 47 01 64 00 64 00 01 01 23 02 00 01 `...G.d.d...#...
5450: 79 00 5b 82 1e 50 53 32 4d 08 5f 48 49 44 0c 41 y.[..PS2M._HID.A
5460: d0 0f 13 08 5f 43 52 53 11 09 0a 06 23 00 10 01 ...._CRS....#...
5470: 79 00 5b 82 43 6a 50 41 54 41 08 5f 41 44 52 0c y.[.CjPATA._ADR.
5480: 01 00 1f 00 5b 80 50 41 43 53 02 0a 40 0a c0 5b ....[.PACS..@..[
5490: 81 49 04 50 41 43 53 03 50 52 49 54 10 00 10 50 .I.PACS.PRIT...P
54a0: 53 49 54 04 00 1c 53 59 4e 43 04 00 0c 53 44 54 SIT...SYNC...SDT
54b0: 30 02 00 02 53 44 54 31 02 00 4a 04 49 43 52 30 0...SDT1..J.ICR0
54c0: 04 49 43 52 31 04 49 43 52 32 04 49 43 52 33 04 .ICR1.ICR2.ICR3.
54d0: 49 43 52 34 04 49 43 52 35 04 5b 82 4b 63 50 52 ICR4.ICR5.[.KcPR
54e0: 49 44 08 5f 41 44 52 00 14 40 17 5f 47 54 4d 00 ID._ADR..@._GTM.
54f0: 08 50 42 55 46 11 17 0a 14 00 00 00 00 00 00 00 .PBUF...........
5500: 00 00 00 00 00 00 00 00 00 00 00 00 00 8a 50 42 ..............PB
5510: 55 46 00 50 49 4f 30 8a 50 42 55 46 0a 04 44 4d UF.PIO0.PBUF..DM
5520: 41 30 8a 50 42 55 46 0a 08 50 49 4f 31 8a 50 42 A0.PBUF..PIO1.PB
5530: 55 46 0a 0c 44 4d 41 31 8a 50 42 55 46 0a 10 46 UF..DMA1.PBUF..F
5540: 4c 41 47 70 47 45 54 50 50 52 49 54 50 49 4f 30 LAGpGETPPRITPIO0
5550: 70 47 44 4d 41 7b 53 59 4e 43 01 00 7b 49 43 52 pGDMA{SYNC..{ICR
5560: 33 01 00 7b 49 43 52 30 01 00 53 44 54 30 7b 49 3..{ICR0..SDT0{I
5570: 43 52 31 01 00 44 4d 41 30 a0 14 93 44 4d 41 30 CR1..DMA0...DMA0
5580: 0c ff ff ff ff 70 50 49 4f 30 44 4d 41 30 a0 2e .....pPIO0DMA0..
5590: 7b 50 52 49 54 0b 00 40 00 a0 14 93 7b 50 52 49 {PRIT..@....{PRI
55a0: 54 0a 90 00 0a 80 70 0b 84 03 50 49 4f 31 a1 0e T.....p...PIO1..
55b0: 70 47 45 54 54 50 53 49 54 50 49 4f 31 a1 0b 70 pGETTPSITPIO1..p
55c0: 0c ff ff ff ff 50 49 4f 31 70 47 44 4d 41 7b 53 .....PIO1pGDMA{S
55d0: 59 4e 43 0a 02 00 7b 49 43 52 33 0a 02 00 7b 49 YNC...{ICR3...{I
55e0: 43 52 30 0a 02 00 53 44 54 31 7b 49 43 52 31 0a CR0...SDT1{ICR1.
55f0: 02 00 44 4d 41 31 a0 14 93 44 4d 41 31 0c ff ff ..DMA1...DMA1...
5600: ff ff 70 50 49 4f 31 44 4d 41 31 70 47 45 54 46 ..pPIO1DMA1pGETF
5610: 7b 53 59 4e 43 01 00 7b 53 59 4e 43 0a 02 00 50 {SYNC..{SYNC...P
5620: 52 49 54 46 4c 41 47 a0 2c 7b 93 50 49 4f 30 0c RITFLAG.,{.PIO0.
5630: ff ff ff ff 93 44 4d 41 30 0c ff ff ff ff 00 70 .....DMA0......p
5640: 0a 78 50 49 4f 30 70 0a 14 44 4d 41 30 70 0a 03 .xPIO0p..DMA0p..
5650: 46 4c 41 47 a4 50 42 55 46 14 4c 2a 5f 53 54 4d FLAG.PBUF.L*_STM
5660: 03 8a 68 00 50 49 4f 30 8a 68 0a 04 44 4d 41 30 ..h.PIO0.h..DMA0
5670: 8a 68 0a 08 50 49 4f 31 8a 68 0a 0c 44 4d 41 31 .h..PIO1.h..DMA1
5680: 8a 68 0a 10 46 4c 41 47 a0 41 12 93 87 69 0b 00 .h..FLAG.A...i..
5690: 02 7b 50 52 49 54 0b f0 c0 50 52 49 54 7b 53 59 .{PRIT...PRIT{SY
56a0: 4e 43 0a 02 53 59 4e 43 70 00 53 44 54 30 7b 49 NC..SYNCp.SDT0{I
56b0: 43 52 30 0a 02 49 43 52 30 7b 49 43 52 31 0a 02 CR0..ICR0{ICR1..
56c0: 49 43 52 31 7b 49 43 52 33 0a 02 49 43 52 33 7b ICR1{ICR3..ICR3{
56d0: 49 43 52 35 0a 02 49 43 52 35 8b 69 0a 62 57 34 ICR5..ICR5.i.bW4
56e0: 39 30 8b 69 0a 6a 57 35 33 30 8b 69 0a 7e 57 36 90.i.jW530.i.~W6
56f0: 33 30 8b 69 0a 80 57 36 34 30 8b 69 0a b0 57 38 30.i..W640.i..W8
5700: 38 30 8b 69 0a ba 57 39 33 30 7d 50 52 49 54 0b 80.i..W930}PRIT.
5710: 04 80 50 52 49 54 a0 1e 90 7b 46 4c 41 47 0a 02 ..PRIT...{FLAG..
5720: 00 7b 57 34 39 30 0b 00 08 00 7d 50 52 49 54 0a .{W490....}PRIT.
5730: 02 50 52 49 54 7d 50 52 49 54 53 45 54 50 50 49 .PRIT}PRITSETPPI
5740: 4f 30 57 35 33 30 57 36 34 30 50 52 49 54 a0 4b O0W530W640PRIT.K
5750: 05 7b 46 4c 41 47 01 00 7d 53 59 4e 43 01 53 59 .{FLAG..}SYNC.SY
5760: 4e 43 70 53 44 4d 41 44 4d 41 30 53 44 54 30 a0 NCpSDMADMA0SDT0.
5770: 12 95 44 4d 41 30 0a 1e 7d 49 43 52 33 01 49 43 ..DMA0..}ICR3.IC
5780: 52 33 a0 12 95 44 4d 41 30 0a 3c 7d 49 43 52 30 R3...DMA0.<}ICR0
5790: 01 49 43 52 30 a0 14 7b 57 39 33 30 0b 00 20 00 .ICR0..{W930.. .
57a0: 7d 49 43 52 31 01 49 43 52 31 a0 4b 15 93 87 6a }ICR1.ICR1.K...j
57b0: 0b 00 02 7b 50 52 49 54 0b 0f bf 50 52 49 54 70 ...{PRIT...PRITp
57c0: 00 50 53 49 54 7b 53 59 4e 43 01 53 59 4e 43 70 .PSIT{SYNC.SYNCp
57d0: 00 53 44 54 31 7b 49 43 52 30 01 49 43 52 30 7b .SDT1{ICR0.ICR0{
57e0: 49 43 52 31 01 49 43 52 31 7b 49 43 52 33 01 49 ICR1.ICR1{ICR3.I
57f0: 43 52 33 7b 49 43 52 35 01 49 43 52 35 8b 6a 0a CR3{ICR5.ICR5.j.
5800: 62 57 34 39 31 8b 6a 0a 6a 57 35 33 31 8b 6a 0a bW491.j.jW531.j.
5810: 7e 57 36 33 31 8b 6a 0a 80 57 36 34 31 8b 6a 0a ~W631.j..W641.j.
5820: b0 57 38 38 31 8b 6a 0a ba 57 39 33 31 7d 50 52 .W881.j..W931}PR
5830: 49 54 0b 40 80 50 52 49 54 a0 1e 90 7b 46 4c 41 IT.@.PRIT...{FLA
5840: 47 0a 08 00 7b 57 34 39 31 0b 00 08 00 7d 50 52 G...{W491....}PR
5850: 49 54 0a 20 50 52 49 54 a0 4c 04 7b 46 4c 41 47 IT. PRIT.L.{FLAG
5860: 0a 10 00 7d 50 52 49 54 0b 00 40 50 52 49 54 a0 ...}PRIT..@PRIT.
5870: 13 94 50 49 4f 31 0a f0 7d 50 52 49 54 0a 80 50 ..PIO1..}PRIT..P
5880: 52 49 54 a1 21 7d 50 52 49 54 0a 10 50 52 49 54 RIT.!}PRIT..PRIT
5890: 70 53 45 54 54 50 49 4f 31 57 35 33 31 57 36 34 pSETTPIO1W531W64
58a0: 31 50 53 49 54 a0 40 06 7b 46 4c 41 47 0a 04 00 1PSIT.@.{FLAG...
58b0: 7d 53 59 4e 43 0a 02 53 59 4e 43 70 53 44 4d 41 }SYNC..SYNCpSDMA
58c0: 44 4d 41 31 53 44 54 31 a0 13 95 44 4d 41 31 0a DMA1SDT1...DMA1.
58d0: 1e 7d 49 43 52 33 0a 02 49 43 52 33 a0 13 95 44 .}ICR3..ICR3...D
58e0: 4d 41 31 0a 3c 7d 49 43 52 30 0a 02 49 43 52 30 MA1.<}ICR0..ICR0
58f0: a0 15 7b 57 39 33 31 0b 00 20 00 7d 49 43 52 31 ..{W931.. .}ICR1
5900: 0a 02 49 43 52 31 5b 82 47 10 50 5f 44 30 08 5f ..ICR1[.G.P_D0._
5910: 41 44 52 00 14 4a 0f 5f 47 54 46 00 08 50 49 42 ADR..J._GTF..PIB
5920: 30 11 11 0a 0e 03 00 00 00 00 a0 ef 03 00 00 00 0...............
5930: 00 a0 ef 8c 50 49 42 30 01 50 4d 44 30 8c 50 49 ....PIB0.PMD0.PI
5940: 42 30 0a 08 44 4d 44 30 a0 40 06 7b 50 52 49 54 B0..DMD0.@.{PRIT
5950: 0a 02 00 a0 13 93 7b 50 52 49 54 0a 09 00 0a 08 ......{PRIT.....
5960: 70 0a 08 50 4d 44 30 a1 41 04 70 0a 0a 50 4d 44 p..PMD0.A.p..PMD
5970: 30 7a 7b 50 52 49 54 0b 00 03 00 0a 08 60 7a 7b 0z{PRIT......`z{
5980: 50 52 49 54 0b 00 30 00 0a 0c 61 72 60 61 62 a0 PRIT..0...ar`ab.
5990: 0c 93 0a 03 62 70 0a 0b 50 4d 44 30 a0 0c 93 0a ....bp..PMD0....
59a0: 05 62 70 0a 0c 50 4d 44 30 a1 07 70 01 50 4d 44 .bp..PMD0..p.PMD
59b0: 30 a0 43 04 7b 53 59 4e 43 01 00 70 7d 53 44 54 0.C.{SYNC..p}SDT
59c0: 30 0a 40 00 44 4d 44 30 a0 2c 7b 49 43 52 31 01 0.@.DMD0.,{ICR1.
59d0: 00 a0 13 7b 49 43 52 30 01 00 72 44 4d 44 30 0a ...{ICR0..rDMD0.
59e0: 02 44 4d 44 30 a0 0f 7b 49 43 52 33 01 00 70 0a .DMD0..{ICR3..p.
59f0: 45 44 4d 44 30 a1 14 7d 74 7b 50 4d 44 30 0a 07 EDMD0..}t{PMD0..
5a00: 00 0a 02 00 0a 20 44 4d 44 30 a4 50 49 42 30 5b ..... DMD0.PIB0[
5a10: 82 46 10 50 5f 44 31 08 5f 41 44 52 01 14 49 0f .F.P_D1._ADR..I.
5a20: 5f 47 54 46 00 08 50 49 42 31 11 11 0a 0e 03 00 _GTF..PIB1......
5a30: 00 00 00 b0 ef 03 00 00 00 00 b0 ef 8c 50 49 42 .............PIB
5a40: 31 01 50 4d 44 31 8c 50 49 42 31 0a 08 44 4d 44 1.PMD1.PIB1..DMD
5a50: 31 a0 4b 05 7b 50 52 49 54 0a 20 00 a0 13 93 7b 1.K.{PRIT. ....{
5a60: 50 52 49 54 0a 90 00 0a 80 70 0a 08 50 4d 44 31 PRIT.....p..PMD1
5a70: a1 3c 72 7b 50 53 49 54 0a 03 00 7a 7b 50 53 49 ..
0050: 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a .I.je&r..._/....
0060: 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 ......;)..L....A
0070: 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 w.p.....cZ....^.
0080: 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 ........Mg.-..3
0090: e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 ..y*.jw.. *vB...
00a0: b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 .C@UD..7._A.p...
00b0: 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb ..{.).....H.n>..
00c0: 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f ............LENO
00d0: 56 4f 54 50 2d 36 38 20 20 20 57 49 4e 44 4f 57 VOTP-68 WINDOW
00e0: 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 S ..............
00f0: 00 00 00 00 00 00 8a 6e 2e c9 36 e6 7f 10 8a ea .......n..6.....
0100: 14 ad d2 93 b7 6d 9b 73 ad 83 36 b8 6c a7 a7 ee .....m.s..6.l...
0110: 37 47 16 fe f3 fc cd c7 89 84 06 16 91 0b 1e 81 7G..............
0120: 11 42 b1 35 52 57 f6 6b bb 5f a5 81 e2 ff 89 8a .B.5RW.k._......
0130: 95 c3 4d fc e9 56 4f 4c 34 cc 99 5e 62 e1 90 8a ..M..VOL4..^b...
0140: 54 be 4a 00 5c 9b a0 86 41 46 66 9d e2 f2 e7 36 T.J.\...AFf....6
0150: 9c 33 91 27 e7 8d 5c a1 d8 f9 a4 61 8a 1c 04 07 .3.'..\....a....
0160: e3 2a 1e 14 f1 bd 7f 4c 09 ff 19 11 a9 d4 74 ca .*.....L......t.
0170: 11 9e dc 54 39 bf ...T9.
APIC @ 0xbf6dff70
0000: 41 50 49 43 68 00 00 00 01 13 50 54 4c 54 44 20 APICh.....PTLTD
0010: 09 20 41 50 49 43 20 20 00 00 04 06 20 4c 54 50 . APIC .... LTP
0020: 00 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 ................
0030: 01 00 00 00 00 08 01 01 01 00 00 00 01 0c 02 00 ................
0040: 00 00 c0 fe 00 00 00 00 04 06 00 05 00 01 04 06 ................
0050: 01 05 00 01 02 0a 00 00 02 00 00 00 05 00 02 0a ................
0060: 00 09 09 00 00 00 0d 00 ........
BOOT @ 0xbf6dffd8
0000: 42 4f 4f 54 28 00 00 00 01 a5 50 54 4c 54 44 20 BOOT(.....PTLTD
0010: 24 53 42 46 54 42 4c 24 00 00 04 06 20 4c 54 50 $SBFTBL$.... LTP
0020: 01 00 00 00 36 00 00 00 ....6...
SSDT @ 0xbf6d98bd
0000: 53 53 44 54 ad 02 00 00 01 59 53 61 74 61 52 65 SSDT.....YSataRe
0010: 53 61 74 61 41 68 63 69 00 10 00 00 49 4e 54 4c SataAhci....INTL
0020: 24 06 05 20 10 48 28 5c 2f 03 5f 53 42 5f 50 43 $.. .H(\/._SB_PC
0030: 49 30 53 41 54 41 5b 82 4f 0c 50 52 54 30 08 5f I0SATA[.O.PRT0._
0040: 41 44 52 0b ff ff 14 44 0b 5f 53 44 44 01 08 47 ADR....D._SDD..G
0050: 42 55 30 11 0a 0a 07 00 00 00 00 00 a0 00 8c 47 BU0............G
0060: 42 55 30 0a 00 47 42 30 30 8c 47 42 55 30 0a 01 BU0..GB00.GBU0..
0070: 47 42 30 31 8c 47 42 55 30 0a 02 47 42 30 32 8c GB01.GBU0..GB02.
0080: 47 42 55 30 0a 03 47 42 30 33 8c 47 42 55 30 0a GBU0..GB03.GBU0.
0090: 04 47 42 30 34 8c 47 42 55 30 0a 05 47 42 30 35 .GB04.GBU0..GB05
00a0: 8c 47 42 55 30 0a 06 47 42 30 36 a0 46 04 93 87 .GBU0..GB06.F...
00b0: 68 0b 00 02 8b 68 0a 9c 57 37 38 30 a0 1e 7b 57 h....h..W780..{W
00c0: 37 38 30 0a 08 00 70 0a 10 47 42 30 30 70 0a 03 780...p..GB00p..
00d0: 47 42 30 31 70 0a ef 47 42 30 36 a1 16 70 0a 90 GB01p..GB06..p..
00e0: 47 42 30 30 70 0a 03 47 42 30 31 70 0a ef 47 42 GB00p..GB01p..GB
00f0: 30 36 70 47 42 55 30 47 54 46 30 14 0b 5f 47 54 06pGBU0GTF0.._GT
0100: 46 00 a4 47 54 46 30 5b 82 41 0d 50 52 54 31 08 F..GTF0[.A.PRT1.
0110: 5f 41 44 52 0c ff ff 01 00 14 44 0b 5f 53 44 44 _ADR......D._SDD
0120: 01 08 47 42 55 31 11 0a 0a 07 00 00 00 00 00 a0 ..GBU1..........
0130: 00 8c 47 42 55 31 0a 00 47 42 31 30 8c 47 42 55 ..GBU1..GB10.GBU
0140: 31 0a 01 47 42 31 31 8c 47 42 55 31 0a 02 47 42 1..GB11.GBU1..GB
0150: 31 32 8c 47 42 55 31 0a 03 47 42 31 33 8c 47 42 12.GBU1..GB13.GB
0160: 55 31 0a 04 47 42 31 34 8c 47 42 55 31 0a 05 47 U1..GB14.GBU1..G
0170: 42 31 35 8c 47 42 55 31 0a 06 47 42 31 36 a0 46 B15.GBU1..GB16.F
0180: 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 38 31 a0 ...h....h..W781.
0190: 1e 7b 57 37 38 31 0a 08 00 70 0a 10 47 42 31 30 .{W781...p..GB10
01a0: 70 0a 03 47 42 31 31 70 0a ef 47 42 31 36 a1 16 p..GB11p..GB16..
01b0: 70 0a 90 47 42 31 30 70 0a 03 47 42 31 31 70 0a p..GB10p..GB11p.
01c0: ef 47 42 31 36 70 47 42 55 31 47 54 46 31 14 0b .GB16pGBU1GTF1..
01d0: 5f 47 54 46 00 a4 47 54 46 31 5b 82 41 0d 50 52 _GTF..GTF1[.A.PR
01e0: 54 32 08 5f 41 44 52 0c ff ff 02 00 14 44 0b 5f T2._ADR......D._
01f0: 53 44 44 01 08 47 42 55 32 11 0a 0a 07 00 00 00 SDD..GBU2.......
0200: 00 00 a0 00 8c 47 42 55 32 0a 00 47 42 32 30 8c .....GBU2..GB20.
0210: 47 42 55 32 0a 01 47 42 32 31 8c 47 42 55 32 0a GBU2..GB21.GBU2.
0220: 02 47 42 32 32 8c 47 42 55 32 0a 03 47 42 32 33 .GB22.GBU2..GB23
0230: 8c 47 42 55 32 0a 04 47 42 32 34 8c 47 42 55 32 .GBU2..GB24.GBU2
0240: 0a 05 47 42 32 35 8c 47 42 55 32 0a 06 47 42 32 ..GB25.GBU2..GB2
0250: 36 a0 46 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 6.F...h....h..W7
0260: 38 32 a0 1e 7b 57 37 38 32 0a 08 00 70 0a 10 47 82..{W782...p..G
0270: 42 32 30 70 0a 03 47 42 32 31 70 0a ef 47 42 32 B20p..GB21p..GB2
0280: 36 a1 16 70 0a 90 47 42 32 30 70 0a 03 47 42 32 6..p..GB20p..GB2
0290: 31 70 0a ef 47 42 32 36 70 47 42 55 32 47 54 46 1p..GB26pGBU2GTF
02a0: 32 14 0b 5f 47 54 46 00 a4 47 54 46 32 2.._GTF..GTF2
SSDT @ 0xbf6d981a
0000: 53 53 44 54 a3 00 00 00 01 ed 42 72 74 52 65 66 SSDT......BrtRef
0010: 44 44 30 31 42 52 54 00 00 10 00 00 49 4e 54 4c DD01BRT.....INTL
0020: 24 06 05 20 10 4e 07 5c 2f 04 5f 53 42 5f 50 43 $.. .N.\/._SB_PC
0030: 49 30 47 46 58 30 44 44 30 33 14 1e 5f 42 43 4c I0GFX0DD03.._BCL
0040: 00 a4 12 16 0a 0a 46 0a 28 0a 00 0a 0a 0a 14 0a ......F.(.......
0050: 1e 0a 28 0a 32 0a 3c 0a 46 14 25 5f 42 43 4d 01 ..(.2.<.F.%_BCM.
0060: 78 68 0a 0a 60 61 70 61 5c 2f 05 5f 53 42 5f 50 xh..`apa\/._SB_P
0070: 43 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 14 CI0LPCBEC0_BRTS.
0080: 23 5f 42 51 43 00 77 5c 2f 05 5f 53 42 5f 50 43 #_BQC.w\/._SB_PC
0090: 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 0a 0a I0LPCBEC0_BRTS..
00a0: 60 a4 60 `.`
SSDT @ 0xbf6d8e10
0000: 53 53 44 54 5f 02 00 00 01 c8 50 6d 52 65 66 00 SSDT_.....PmRef.
0010: 43 70 75 30 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu0Tst..0..INTL
0020: 24 06 05 20 10 4a 23 5c 2e 5f 50 52 5f 43 50 55 $.. .J#\._PR_CPU
0030: 30 08 5f 54 50 43 0a 00 14 4d 06 5f 50 54 43 00 0._TPC...M._PTC.
0040: a0 37 7b 50 44 43 30 0a 04 00 a4 12 2c 02 11 14 .7{PDC0.....,...
0050: 0a 11 82 0c 00 7f 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 79 00 11 14 0a 11 82 0c 00 7f 00 00 00 00 00 .y..............
0070: 00 00 00 00 00 00 79 00 a4 12 2c 02 11 14 0a 11 ......y...,.....
0080: 82 0c 00 01 04 01 00 10 10 00 00 00 00 00 00 79 ...............y
0090: 00 11 14 0a 11 82 0c 00 01 04 01 00 10 10 00 00 ................
00a0: 00 00 00 00 79 00 08 54 53 53 49 12 41 07 08 12 ....y..TSSI.A...
00b0: 0d 05 0a 64 0b e8 03 0a 00 0a 00 0a 00 12 0d 05 ...d............
00c0: 0a 58 0b 6b 03 0a 00 0a 0f 0a 00 12 0d 05 0a 4b .X.k...........K
00d0: 0b ee 02 0a 00 0a 0e 0a 00 12 0d 05 0a 3f 0b 71 .............?.q
00e0: 02 0a 00 0a 0d 0a 00 12 0d 05 0a 32 0b f4 01 0a ...........2....
00f0: 00 0a 0c 0a 00 12 0d 05 0a 26 0b 77 01 0a 00 0a .........&.w....
0100: 0b 0a 00 12 0c 05 0a 19 0a fa 0a 00 0a 0a 0a 00 ................
0110: 12 0c 05 0a 0d 0a 7d 0a 00 0a 09 0a 00 08 54 53 ......}.......TS
0120: 53 4d 12 41 07 08 12 0d 05 0a 64 0b e8 03 0a 00 SM.A......d.....
0130: 0a 00 0a 00 12 0d 05 0a 58 0b 6b 03 0a 00 0a 1e ........X.k.....
0140: 0a 00 12 0d 05 0a 4b 0b ee 02 0a 00 0a 1c 0a 00 ......K.........
0150: 12 0d 05 0a 3f 0b 71 02 0a 00 0a 1a 0a 00 12 0d ....?.q.........
0160: 05 0a 32 0b f4 01 0a 00 0a 18 0a 00 12 0d 05 0a ..2.............
0170: 26 0b 77 01 0a 00 0a 16 0a 00 12 0c 05 0a 19 0a &.w.............
0180: fa 0a 00 0a 14 0a 00 12 0c 05 0a 0d 0a 7d 0a 00 .............}..
0190: 0a 12 0a 00 08 54 53 53 46 0a 00 14 43 08 5f 54 .....TSSF...C._T
01a0: 53 53 00 a0 47 06 90 92 54 53 53 46 5b 12 5f 50 SS..G...TSSF[._P
01b0: 53 53 00 70 5f 50 53 53 60 70 87 60 61 76 61 70 SS.p_PSS`p.`avap
01c0: 83 88 83 88 60 61 00 0a 01 00 62 70 0a 00 63 a2 ....`a....bp..c.
01d0: 35 95 63 87 54 53 53 49 70 78 77 62 74 0a 08 63 5.c.TSSIpxwbt..c
01e0: 00 00 0a 08 00 00 64 70 64 88 83 88 54 53 53 49 ......dpd...TSSI
01f0: 63 00 0a 01 00 70 64 88 83 88 54 53 53 4d 63 00 c....pd...TSSMc.
0200: 0a 01 00 75 63 70 ff 54 53 53 46 a0 0e 7b 50 44 ...ucp.TSSF..{PD
0210: 43 30 0a 04 00 a4 54 53 53 4d a4 54 53 53 49 14 C0....TSSM.TSSI.
0220: 3f 5f 54 53 44 00 a0 27 90 7b 43 46 47 44 0c 00 ?_TSD..'.{CFGD..
0230: 00 00 01 00 92 7b 50 44 43 30 0a 04 00 a4 12 0f .....{PDC0......
0240: 01 12 0c 05 0a 05 0a 00 0a 00 0a fd 0a 02 a4 12 ................
0250: 0f 01 12 0c 05 0a 05 0a 00 0a 00 0a fc 0a 01 ...............
SSDT @ 0xbf6d8d6a
0000: 53 53 44 54 a6 00 00 00 01 6d 50 6d 52 65 66 00 SSDT.....mPmRef.
0010: 43 70 75 31 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu1Tst..0..INTL
0020: 24 06 05 20 10 41 08 5c 2e 5f 50 52 5f 43 50 55 $.. .A.\._PR_CPU
0030: 31 08 5f 54 50 43 0a 00 14 16 5f 50 54 43 00 a4 1._TPC...._PTC..
0040: 5c 2f 03 5f 50 52 5f 43 50 55 30 5f 50 54 43 14 \/._PR_CPU0_PTC.
0050: 16 5f 54 53 53 00 a4 5c 2f 03 5f 50 52 5f 43 50 ._TSS..\/._PR_CP
0060: 55 30 5f 54 53 53 14 3f 5f 54 53 44 00 a0 27 90 U0_TSS.?_TSD..'.
0070: 7b 43 46 47 44 0c 00 00 00 01 00 92 7b 50 44 43 {CFGD.......{PDC
0080: 31 0a 04 00 a4 12 0f 01 12 0c 05 0a 05 0a 00 0a 1...............
0090: 00 0a fd 0a 02 a4 12 0f 01 12 0c 05 0a 05 0a 00 ................
00a0: 0a 01 0a fc 0a 01 ......
SSDT @ 0xbf6d8884
0000: 53 53 44 54 e6 04 00 00 01 df 50 6d 52 65 66 00 SSDT......PmRef.
0010: 43 70 75 50 6d 00 00 00 00 30 00 00 49 4e 54 4c CpuPm....0..INTL
0020: 24 06 05 20 10 45 08 5c 00 08 53 53 44 54 12 43 $.. .E.\..SSDT.C
0030: 05 0c 0d 43 50 55 30 49 53 54 20 00 0c 9e 95 6d ...CPU0IST ....m
0040: bf 0c b4 01 00 00 0d 43 50 55 31 49 53 54 20 00 .......CPU1IST .
0050: 0c 52 97 6d bf 0c c8 00 00 00 0d 43 50 55 30 43 .R.m.......CPU0C
0060: 53 54 20 00 0c 6f 90 6d bf 0c aa 04 00 00 0d 43 ST ..o.m.......C
0070: 50 55 31 43 53 54 20 00 0c 19 95 6d bf 0c 85 00 PU1CST ....m....
0080: 00 00 08 43 46 47 44 0c f1 69 3f 11 08 5c 50 44 ...CFGD..i?..\PD
0090: 43 30 0c 00 00 00 80 08 5c 50 44 43 31 0c 00 00 C0......\PDC1...
00a0: 00 80 08 5c 53 44 54 4c 0a 00 10 4d 21 5c 2e 5f ...\SDTL...M!\._
00b0: 50 52 5f 43 50 55 30 08 48 49 30 5f 0a 00 08 48 PR_CPU0.HI0_...H
00c0: 43 30 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a C0_...H._PDC..h.
00d0: 00 52 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 .REVS.h..SIZEp.h
00e0: 60 70 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a `pt`...a[.h.@wa.
00f0: 08 00 54 45 4d 50 08 53 54 53 30 11 07 0a 04 00 ..TEMP.STS0.....
0100: 00 00 00 73 53 54 53 30 54 45 4d 50 62 5f 4f 53 ...sSTS0TEMPb_OS
0110: 43 11 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 C......w@.).G...
0120: 70 58 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 pXq9SREVSSIZEb.I
0130: 19 5f 4f 53 43 04 8a 6b 0a 00 53 54 53 30 8a 6b ._OSC..k..STS0.k
0140: 0a 04 43 41 50 30 8a 68 0a 00 49 49 44 30 8a 68 ..CAP0.h..IID0.h
0150: 0a 04 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 ..IID1.h..IID2.h
0160: 0a 0c 49 49 44 33 08 55 49 44 30 11 13 0a 10 16 ..IID3.UID0.....
0170: a6 77 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a .w@.).G...pXq9S.
0180: 55 49 44 30 0a 00 45 49 44 30 8a 55 49 44 30 0a UID0..EID0.UID0.
0190: 04 45 49 44 31 8a 55 49 44 30 0a 08 45 49 44 32 .EID1.UID0..EID2
01a0: 8a 55 49 44 30 0a 0c 45 49 44 33 a0 32 92 90 90 .UID0..EID3.2...
01b0: 93 49 49 44 30 45 49 44 30 93 49 49 44 31 45 49 .IID0EID0.IID1EI
01c0: 44 31 90 93 49 49 44 32 45 49 44 32 93 49 49 44 D1..IID2EID2.IID
01d0: 33 45 49 44 33 70 0a 06 53 54 53 30 a4 6b a0 0f 3EID3p..STS0.k..
01e0: 92 93 69 0a 01 70 0a 0a 53 54 53 30 a4 6b 7d 7b ..i..p..STS0.k}{
01f0: 50 44 43 30 0c ff ff ff 7f 00 43 41 50 30 50 44 PDC0......CAP0PD
0200: 43 30 70 7b 50 44 43 30 0a ff 00 50 43 50 30 a0 C0p{PDC0...PCP0.
0210: 4c 05 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b L.{CFGD....A...{
0220: 43 46 47 44 0c 00 00 00 01 00 93 7b 50 44 43 30 CFGD.......{PDC0
0230: 0a 09 00 0a 09 92 7b 53 44 54 4c 0a 01 00 7d 53 ......{SDTL...}S
0240: 44 54 4c 0a 01 53 44 54 4c 5b 80 49 53 54 30 00 DTL..SDTL[.IST0.
0250: 83 88 53 53 44 54 0a 01 00 83 88 53 53 44 54 0a ..SSDT.....SSDT.
0260: 02 00 5b 20 49 53 54 30 48 49 30 5f a0 49 05 7b ..[ IST0HI0_.I.{
0270: 43 46 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 CFGD....N...{CFG
0280: 44 0c 00 00 00 01 00 7b 50 44 43 30 0a 18 00 92 D......{PDC0....
0290: 7b 53 44 54 4c 0a 02 00 7d 53 44 54 4c 0a 02 53 {SDTL...}SDTL..S
02a0: 44 54 4c 5b 80 43 53 54 30 00 83 88 53 53 44 54 DTL[.CST0...SSDT
02b0: 0a 07 00 83 88 53 53 44 54 0a 08 00 5b 20 43 53 .....SSDT...[ CS
02c0: 54 30 48 43 30 5f a4 6b 10 4d 21 5c 2e 5f 50 52 T0HC0_.k.M!\._PR
02d0: 5f 43 50 55 31 08 48 49 31 5f 0a 00 08 48 43 31 _CPU1.HI1_...HC1
02e0: 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a 00 52 _...H._PDC..h..R
02f0: 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 60 70 EVS.h..SIZEp.h`p
0300: 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a 08 00 t`...a[.h.@wa...
0310: 54 45 4d 50 08 53 54 53 31 11 07 0a 04 00 00 00 TEMP.STS1.......
0320: 00 73 53 54 53 31 54 45 4d 50 62 5f 4f 53 43 11 .sSTS1TEMPb_OSC.
0330: 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 70 58 .....w@.).G...pX
0340: 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 19 5f q9SREVSSIZEb.I._
0350: 4f 53 43 04 8a 6b 0a 00 53 54 53 31 8a 6b 0a 04 OSC..k..STS1.k..
0360: 43 41 50 31 8a 68 0a 00 49 49 44 30 8a 68 0a 04 CAP1.h..IID0.h..
0370: 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 0a 0c IID1.h..IID2.h..
0380: 49 49 44 33 08 55 49 44 31 11 13 0a 10 16 a6 77 IID3.UID1......w
0390: 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a 55 49 @.).G...pXq9S.UI
03a0: 44 31 0a 00 45 49 44 30 8a 55 49 44 31 0a 04 45 D1..EID0.UID1..E
03b0: 49 44 31 8a 55 49 44 31 0a 08 45 49 44 32 8a 55 ID1.UID1..EID2.U
03c0: 49 44 31 0a 0c 45 49 44 33 a0 32 92 90 90 93 49 ID1..EID3.2....I
03d0: 49 44 30 45 49 44 30 93 49 49 44 31 45 49 44 31 ID0EID0.IID1EID1
03e0: 90 93 49 49 44 32 45 49 44 32 93 49 49 44 33 45 ..IID2EID2.IID3E
03f0: 49 44 33 70 0a 06 53 54 53 31 a4 6b a0 0f 92 93 ID3p..STS1.k....
0400: 69 0a 01 70 0a 0a 53 54 53 31 a4 6b 7d 7b 50 44 i..p..STS1.k}{PD
0410: 43 31 0c ff ff ff 7f 00 43 41 50 31 50 44 43 31 C1......CAP1PDC1
0420: 70 7b 50 44 43 31 0a ff 00 50 43 50 31 a0 4c 05 p{PDC1...PCP1.L.
0430: 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b 43 46 {CFGD....A...{CF
0440: 47 44 0c 00 00 00 01 00 93 7b 50 44 43 31 0a 09 GD.......{PDC1..
0450: 00 0a 09 92 7b 53 44 54 4c 0a 10 00 7d 53 44 54 ....{SDTL...}SDT
0460: 4c 0a 10 53 44 54 4c 5b 80 49 53 54 31 00 83 88 L..SDTL[.IST1...
0470: 53 53 44 54 0a 04 00 83 88 53 53 44 54 0a 05 00 SSDT.....SSDT...
0480: 5b 20 49 53 54 31 48 49 31 5f a0 49 05 7b 43 46 [ IST1HI1_.I.{CF
0490: 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 44 0c GD....N...{CFGD.
04a0: 00 00 00 01 00 7b 50 44 43 31 0a 18 00 92 7b 53 .....{PDC1....{S
04b0: 44 54 4c 0a 20 00 7d 53 44 54 4c 0a 20 53 44 54 DTL. .}SDTL. SDT
04c0: 4c 5b 80 43 53 54 31 00 83 88 53 53 44 54 0a 0a L[.CST1...SSDT..
04d0: 00 83 88 53 53 44 54 0a 0b 00 5b 20 43 53 54 31 ...SSDT...[ CST1
04e0: 48 43 31 5f a4 6b HC1_.k
XSDT @ 0xbf6d87f0
0000: 58 53 44 54 94 00 00 00 01 c2 4c 45 4e 4f 56 4f XSDT......LENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 d2 fb 6d bf 00 00 00 00 c6 fc 6d bf ......m.......m.
0030: 00 00 00 00 2e fd 6d bf 00 00 00 00 66 fd 6d bf ......m.....f.m.
0040: 00 00 00 00 a2 fd 6d bf 00 00 00 00 d4 fd 6d bf ......m.......m.
0050: 00 00 00 00 fa fd 6d bf 00 00 00 00 70 ff 6d bf ......m.....p.m.
0060: 00 00 00 00 d8 ff 6d bf 00 00 00 00 bd 98 6d bf ......m.......m.
0070: 00 00 00 00 1a 98 6d bf 00 00 00 00 10 8e 6d bf ......m.......m.
0080: 00 00 00 00 6a 8d 6d bf 00 00 00 00 84 88 6d bf ....j.m.......m.
0090: 00 00 00 00 ....
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/apicinstance-0001/acpidump-0002.log 0000664 0000000 0000000 00000404400 12314704571 0020727 0 ustar 00root root 0000000 0000000 DSDT @ 0xbf6d9b6a
0000: 44 53 44 54 f4 5f 00 00 02 11 54 4f 53 43 50 4c DSDT._....TOSCPL
0010: 43 52 45 53 54 4c 4e 45 00 00 04 06 49 4e 54 4c CRESTLNE....INTL
0020: 08 06 06 20 08 5a 30 30 30 01 08 5a 30 30 31 0a ... .Z000..Z001.
0030: 02 08 5a 30 30 32 0a 04 08 5a 30 30 33 0a 08 08 ..Z002...Z003...
0040: 5a 30 30 34 00 08 5a 30 30 35 0a 0f 08 5a 30 30 Z004..Z005...Z00
0050: 36 0a 0d 08 5a 30 30 37 0a 0b 08 5a 30 30 38 0a 6...Z007...Z008.
0060: 09 08 45 43 44 59 0a 07 5b 01 4d 55 54 58 00 5b ..ECDY..[.MUTX.[
0070: 80 50 52 54 30 01 0a 80 0a 04 5b 81 0b 50 52 54 .PRT0.....[..PRT
0080: 30 13 50 38 30 48 20 14 4e 07 50 38 58 48 0a a0 0.P80H .N.P8XH..
0090: 17 93 68 00 70 7d 7b 50 38 30 44 0c 00 ff ff ff ..h.p}{P80D.....
00a0: 00 69 00 50 38 30 44 a0 1b 93 68 01 70 7d 7b 50 .i.P80D...h.p}{P
00b0: 38 30 44 0c ff 00 ff ff 00 79 69 0a 08 00 00 50 80D......yi....P
00c0: 38 30 44 a0 1c 93 68 0a 02 70 7d 7b 50 38 30 44 80D...h..p}{P80D
00d0: 0c ff ff 00 ff 00 79 69 0a 10 00 00 50 38 30 44 ......yi....P80D
00e0: a0 1c 93 68 0a 03 70 7d 7b 50 38 30 44 0c ff ff ...h..p}{P80D...
00f0: ff 00 00 79 69 0a 18 00 00 50 38 30 44 70 50 38 ...yi....P80DpP8
0100: 30 44 50 38 30 48 14 0c 5f 50 49 43 01 70 68 47 0DP80H.._PIC.phG
0110: 50 49 43 14 46 06 5f 50 54 53 01 70 00 50 38 30 PIC.F._PTS.p.P80
0120: 44 50 38 58 48 00 68 a0 1e 93 68 0a 03 70 01 5c DP8XH.h...h..p.\
0130: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0140: 30 5f 53 33 4c 44 a0 33 93 68 0a 04 70 01 5c 2f 0_S3LD.3.h..p.\/
0150: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
0160: 5f 53 33 4c 44 5c 2f 04 5f 53 42 5f 50 43 49 30 _S3LD\/._SB_PCI0
0170: 4c 50 43 42 50 48 53 53 0a 0e 14 4c 1c 5f 57 41 LPCBPHSS...L._WA
0180: 4b 01 50 38 58 48 01 0a ab a0 30 91 93 68 0a 03 K.P8XH....0..h..
0190: 93 68 0a 04 a0 25 7b 43 46 47 44 0c 00 00 00 01 .h...%{CFGD.....
01a0: 00 a0 18 90 7b 43 46 47 44 0a f0 00 93 4f 53 59 ....{CFGD....OSY
01b0: 53 0b d1 07 54 52 41 50 0a 3d a0 18 93 52 50 31 S...TRAP.=...RP1
01c0: 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 D..\/._SB_PCI0RP
01d0: 30 31 00 a0 18 93 52 50 32 44 00 86 5c 2f 03 5f 01....RP2D..\/._
01e0: 53 42 5f 50 43 49 30 52 50 30 32 00 a0 18 93 52 SB_PCI0RP02....R
01f0: 50 33 44 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 P3D..\/._SB_PCI0
0200: 52 50 30 33 00 a0 18 93 52 50 34 44 00 86 5c 2f RP03....RP4D..\/
0210: 03 5f 53 42 5f 50 43 49 30 52 50 30 34 00 a0 18 ._SB_PCI0RP04...
0220: 93 52 50 35 44 00 86 5c 2f 03 5f 53 42 5f 50 43 .RP5D..\/._SB_PC
0230: 49 30 52 50 30 35 00 a0 18 93 52 50 36 44 00 86 I0RP05....RP6D..
0240: 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 36 00 \/._SB_PCI0RP06.
0250: a0 12 93 68 0a 03 50 38 58 48 00 0a 30 54 52 41 ...h..P8XH..0TRA
0260: 50 0a 46 a0 43 0d 93 68 0a 04 50 38 58 48 00 0a P.F.C..h..P8XH..
0270: 40 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 @\/._SB_PCI0LPCB
0280: 50 48 53 53 0a 0f 70 57 41 4b 46 60 70 00 57 41 PHSS..pWAKF`p.WA
0290: 4b 46 7b 60 0a 05 60 a0 18 93 60 01 50 38 58 48 KF{`..`...`.P8XH
02a0: 00 0a 41 86 5c 2e 5f 53 42 5f 50 57 52 42 0a 02 ..A.\._SB_PWRB..
02b0: a0 46 08 44 54 53 45 54 52 41 50 0a 47 a0 42 06 .F.DTSETRAP.G.B.
02c0: 90 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 .\/._SB_PCI0LPCB
02d0: 45 43 4f 4b 93 45 43 44 59 00 a0 27 92 95 44 54 ECOK.ECDY..'..DT
02e0: 53 31 44 54 53 32 70 44 54 53 31 5c 2f 05 5f 53 S1DTS2pDTS1\/._S
02f0: 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b B_PCI0LPCBEC0_SK
0300: 54 41 a1 1d 70 44 54 53 32 5c 2f 05 5f 53 42 5f TA..pDTS2\/._SB_
0310: 50 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 PCI0LPCBEC0_SKTA
0320: a1 16 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 ..\/._SB_PCI0LPC
0330: 42 50 48 53 53 0a 10 5c 2e 5f 50 52 5f 52 50 50 BPHSS..\._PR_RPP
0340: 43 a4 12 04 02 00 00 14 1e 47 45 54 42 0b 77 68 C........GETB.wh
0350: 0a 08 60 77 69 0a 08 61 5b 13 6a 60 61 54 42 46 ..`wi..a[.j`aTBF
0360: 33 a4 54 42 46 33 14 42 09 50 4e 4f 54 08 a0 4a 3.TBF3.B.PNOT..J
0370: 06 4d 50 45 4e a0 31 7b 50 44 43 30 0a 08 00 86 .MPEN.1{PDC0....
0380: 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 a0 1a 7b 50 \._PR_CPU0....{P
0390: 44 43 30 0a 10 00 5b 22 0a 64 86 5c 2e 5f 50 52 DC0...[".d.\._PR
03a0: 5f 43 50 55 30 0a 81 a0 31 7b 50 44 43 31 0a 08 _CPU0...1{PDC1..
03b0: 00 86 5c 2e 5f 50 52 5f 43 50 55 31 0a 80 a0 1a ..\._PR_CPU1....
03c0: 7b 50 44 43 31 0a 10 00 5b 22 0a 64 86 5c 2e 5f {PDC1...[".d.\._
03d0: 50 52 5f 43 50 55 31 0a 81 a1 1f 86 5c 2e 5f 50 PR_CPU1.....\._P
03e0: 52 5f 43 50 55 30 0a 80 5b 22 0a 64 86 5c 2e 5f R_CPU0..[".d.\._
03f0: 50 52 5f 43 50 55 30 0a 81 14 17 54 52 41 50 09 PR_CPU0....TRAP.
0400: 70 68 53 4d 49 46 70 00 54 52 50 30 a4 53 4d 49 phSMIFp.TRP0.SMI
0410: 46 10 41 0f 5f 53 42 5f 14 4a 0e 5f 49 4e 49 00 F.A._SB_.J._INI.
0420: 70 0b 99 99 4d 41 52 4b a0 1c 44 54 53 45 54 52 p...MARK..DTSETR
0430: 41 50 0a 47 5e 2f 03 50 43 49 30 4c 50 43 42 50 AP.G^/.PCI0LPCBP
0440: 48 53 53 0a 10 70 0b d0 07 4f 53 59 53 a0 4a 09 HSS..p...OSYS.J.
0450: 5b 12 5f 4f 53 49 60 a0 18 5f 4f 53 49 0d 4c 69 [._OSI`.._OSI.Li
0460: 6e 75 78 00 70 01 4c 49 4e 58 70 00 45 43 44 59 nux.p.LINXp.ECDY
0470: a0 1b 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 32 .._OSI.Windows 2
0480: 30 30 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f 001.p...OSYS.._O
0490: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04a0: 53 50 31 00 70 0b d1 07 4f 53 59 53 a0 1f 5f 4f SP1.p...OSYS.._O
04b0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 SI.Windows 2001
04c0: 53 50 32 00 70 0b d2 07 4f 53 59 53 a0 1b 5f 4f SP2.p...OSYS.._O
04d0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 36 00 SI.Windows 2006.
04e0: 70 0b d6 07 4f 53 59 53 a0 14 90 4d 50 45 4e 93 p...OSYS...MPEN.
04f0: 4f 53 59 53 0b d1 07 54 52 41 50 0a 3d 54 52 41 OSYS...TRAP.=TRA
0500: 50 0a 2b 5b 80 47 4e 56 53 00 0c bc 2d 6e bf 0b P.+[.GNVS...-n..
0510: 00 01 5b 81 45 24 47 4e 56 53 10 4f 53 59 53 10 ..[.E$GNVS.OSYS.
0520: 53 4d 49 46 08 50 52 4d 30 08 50 52 4d 31 08 53 SMIF.PRM0.PRM1.S
0530: 43 49 46 08 50 52 4d 32 08 50 52 4d 33 08 4c 43 CIF.PRM2.PRM3.LC
0540: 4b 46 08 50 52 4d 34 08 50 52 4d 35 08 50 38 30 KF.PRM4.PRM5.P80
0550: 44 20 4c 49 44 53 08 50 57 52 53 08 44 42 47 53 D LIDS.PWRS.DBGS
0560: 08 4c 49 4e 58 08 00 08 41 43 54 31 08 41 43 54 .LINX...ACT1.ACT
0570: 54 08 50 53 56 54 08 54 43 31 56 08 54 43 32 56 T.PSVT.TC1V.TC2V
0580: 08 54 53 50 56 08 43 52 54 54 08 44 54 53 45 08 .TSPV.CRTT.DTSE.
0590: 44 54 53 31 08 44 54 53 32 08 00 40 05 41 50 49 DTS1.DTS2..@.API
05a0: 43 08 4d 50 45 4e 08 50 43 50 30 08 50 43 50 31 C.MPEN.PCP0.PCP1
05b0: 08 50 50 43 4d 08 00 28 43 4d 41 50 08 43 4d 42 .PPCM..(CMAP.CMB
05c0: 50 08 4c 50 54 50 08 46 44 43 50 08 00 30 49 47 P.LPTP.FDCP..0IG
05d0: 44 53 08 54 4c 53 54 08 43 41 44 4c 08 50 41 44 DS.TLST.CADL.PAD
05e0: 4c 08 43 53 54 45 10 4e 53 54 45 10 53 53 54 45 L.CSTE.NSTE.SSTE
05f0: 10 4e 44 49 44 08 44 49 44 31 20 44 49 44 32 20 .NDID.DID1 DID2
0600: 44 49 44 33 20 44 49 44 34 20 44 49 44 35 20 00 DID3 DID4 DID5 .
0610: 40 06 42 4c 43 53 08 42 52 54 4c 08 41 4c 53 45 @.BLCS.BRTL.ALSE
0620: 08 41 4c 41 46 08 4c 4c 4f 57 08 4c 48 49 48 08 .ALAF.LLOW.LHIH.
0630: 00 08 45 4d 41 45 08 45 4d 41 50 10 45 4d 41 4c ..EMAE.EMAP.EMAL
0640: 10 00 08 4d 45 46 45 08 00 18 54 50 4d 50 08 54 ...MEFE...TPMP.T
0650: 50 4d 45 08 00 40 04 47 54 46 30 38 47 54 46 32 PME..@.GTF08GTF2
0660: 38 49 44 45 4d 08 47 54 46 31 38 00 40 09 41 53 8IDEM.GTF18.@.AS
0670: 4c 42 20 49 42 54 54 08 49 50 41 54 08 49 54 56 LB IBTT.IPAT.ITV
0680: 46 08 49 54 56 4d 08 49 50 53 43 08 49 42 4c 43 F.ITVM.IPSC.IBLC
0690: 08 49 42 49 41 08 49 53 53 43 08 49 34 30 39 08 .IBIA.ISSC.I409.
06a0: 49 35 30 39 08 49 36 30 39 08 49 37 30 39 08 49 I509.I609.I709.I
06b0: 44 4d 4d 08 49 44 4d 53 08 49 46 31 45 08 48 56 DMM.IDMS.IF1E.HV
06c0: 43 4f 08 4e 58 44 31 20 4e 58 44 32 20 4d 41 52 CO.NXD1 NXD2 MAR
06d0: 4b 10 42 52 41 44 08 42 54 45 4e 08 56 56 45 4e K.BRAD.BTEN.VVEN
06e0: 08 42 47 54 4c 08 54 4d 45 45 01 00 07 53 43 55 .BGTL.TMEE...SCU
06f0: 30 01 53 43 55 31 01 53 43 55 32 01 53 43 55 33 0.SCU1.SCU2.SCU3
0700: 01 00 04 58 4b 53 50 01 58 4b 49 4e 01 58 4b 49 ...XKSP.XKIN.XKI
0710: 44 01 58 4b 4f 4b 01 00 04 42 47 55 31 08 42 53 D.XKOK...BGU1.BS
0720: 54 31 08 42 46 43 31 10 57 4b 4c 4e 08 57 41 4b T1.BFC1.WKLN.WAK
0730: 46 08 44 53 4d 44 08 42 41 59 53 08 48 41 50 45 F.DSMD.BAYS.HAPE
0740: 01 00 07 44 54 53 4d 01 00 07 4f 44 54 31 08 4f ...DTSM...ODT1.O
0750: 44 54 32 08 44 54 53 57 08 08 44 53 45 4e 01 08 DT2.DTSW..DSEN..
0760: 45 43 4f 4e 00 08 47 50 49 43 00 08 43 54 59 50 ECON..GPIC..CTYP
0770: 00 08 4c 30 31 43 00 08 56 46 4e 30 00 08 56 46 ..L01C..VFN0..VF
0780: 4e 31 00 10 4a 7c 5f 47 50 45 14 46 35 5f 4c 30 N1..J|_GPE.F5_L0
0790: 31 00 72 4c 30 31 43 01 4c 30 31 43 50 38 58 48 1.rL01C.L01CP8XH
07a0: 00 01 50 38 58 48 01 4c 30 31 43 a0 48 08 90 93 ..P8XH.L01C.H...
07b0: 52 50 31 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 RP1D.\/._SB_PCI0
07c0: 52 50 30 31 48 50 53 58 5b 22 0a 64 a0 40 05 5c RP01HPSX[".d.@.\
07d0: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 50 44 /._SB_PCI0RP01PD
07e0: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
07f0: 50 30 31 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f P01PDCXp.\/._SB_
0800: 50 43 49 30 52 50 30 31 48 50 53 58 86 5c 2f 03 PCI0RP01HPSX.\/.
0810: 5f 53 42 5f 50 43 49 30 52 50 30 31 00 a1 16 70 _SB_PCI0RP01...p
0820: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0830: 48 50 53 58 a0 48 08 90 93 52 50 32 44 00 5c 2f HPSX.H...RP2D.\/
0840: 04 5f 53 42 5f 50 43 49 30 52 50 30 32 48 50 53 ._SB_PCI0RP02HPS
0850: 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 5f 50 X[".d.@.\/._SB_P
0860: 43 49 30 52 50 30 32 50 44 43 58 70 01 5c 2f 04 CI0RP02PDCXp.\/.
0870: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 44 43 58 _SB_PCI0RP02PDCX
0880: 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 p.\/._SB_PCI0RP0
0890: 32 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 2HPSX.\/._SB_PCI
08a0: 30 52 50 30 32 00 a1 16 70 01 5c 2f 04 5f 53 42 0RP02...p.\/._SB
08b0: 5f 50 43 49 30 52 50 30 32 48 50 53 58 a0 48 08 _PCI0RP02HPSX.H.
08c0: 90 93 52 50 33 44 00 5c 2f 04 5f 53 42 5f 50 43 ..RP3D.\/._SB_PC
08d0: 49 30 52 50 30 33 48 50 53 58 5b 22 0a 64 a0 40 I0RP03HPSX[".d.@
08e0: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 .\/._SB_PCI0RP03
08f0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0900: 30 52 50 30 33 50 44 43 58 70 01 5c 2f 04 5f 53 0RP03PDCXp.\/._S
0910: 42 5f 50 43 49 30 52 50 30 33 48 50 53 58 86 5c B_PCI0RP03HPSX.\
0920: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 33 00 a1 /._SB_PCI0RP03..
0930: 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .p.\/._SB_PCI0RP
0940: 30 33 48 50 53 58 a0 48 08 90 93 52 50 34 44 00 03HPSX.H...RP4D.
0950: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 48 \/._SB_PCI0RP04H
0960: 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 53 42 PSX[".d.@.\/._SB
0970: 5f 50 43 49 30 52 50 30 34 50 44 43 58 70 01 5c _PCI0RP04PDCXp.\
0980: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 50 44 /._SB_PCI0RP04PD
0990: 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 CXp.\/._SB_PCI0R
09a0: 50 30 34 48 50 53 58 86 5c 2f 03 5f 53 42 5f 50 P04HPSX.\/._SB_P
09b0: 43 49 30 52 50 30 34 00 a1 16 70 01 5c 2f 04 5f CI0RP04...p.\/._
09c0: 53 42 5f 50 43 49 30 52 50 30 34 48 50 53 58 a0 SB_PCI0RP04HPSX.
09d0: 48 08 90 93 52 50 35 44 00 5c 2f 04 5f 53 42 5f H...RP5D.\/._SB_
09e0: 50 43 49 30 52 50 30 35 48 50 53 58 5b 22 0a 64 PCI0RP05HPSX[".d
09f0: a0 40 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .@.\/._SB_PCI0RP
0a00: 30 35 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 05PDCXp.\/._SB_P
0a10: 43 49 30 52 50 30 35 50 44 43 58 70 01 5c 2f 04 CI0RP05PDCXp.\/.
0a20: 5f 53 42 5f 50 43 49 30 52 50 30 35 48 50 53 58 _SB_PCI0RP05HPSX
0a30: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 35 .\/._SB_PCI0RP05
0a40: 00 a1 16 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 ...p.\/._SB_PCI0
0a50: 52 50 30 35 48 50 53 58 a0 48 08 90 93 52 50 36 RP05HPSX.H...RP6
0a60: 44 00 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 D.\/._SB_PCI0RP0
0a70: 36 48 50 53 58 5b 22 0a 64 a0 40 05 5c 2f 04 5f 6HPSX[".d.@.\/._
0a80: 53 42 5f 50 43 49 30 52 50 30 36 50 44 43 58 70 SB_PCI0RP06PDCXp
0a90: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 .\/._SB_PCI0RP06
0aa0: 50 44 43 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PDCXp.\/._SB_PCI
0ab0: 30 52 50 30 36 48 50 53 58 86 5c 2f 03 5f 53 42 0RP06HPSX.\/._SB
0ac0: 5f 50 43 49 30 52 50 30 36 00 a1 16 70 01 5c 2f _PCI0RP06...p.\/
0ad0: 04 5f 53 42 5f 50 43 49 30 52 50 30 36 48 50 53 ._SB_PCI0RP06HPS
0ae0: 58 14 42 0d 5f 4c 30 32 00 70 00 47 50 45 43 a0 X.B._L02.p.GPEC.
0af0: 4d 0a 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 M.\/._SB_PCI0LPC
0b00: 42 45 43 4f 4b a0 4e 04 93 44 54 53 57 01 a0 27 BECOK.N..DTSW..'
0b10: 92 95 44 54 53 31 44 54 53 32 70 44 54 53 31 5c ..DTS1DTS2pDTS1\
0b20: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0b30: 30 5f 53 4b 54 41 a1 1d 70 44 54 53 32 5c 2f 05 0_SKTA..pDTS2\/.
0b40: 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f _SB_PCI0LPCBEC0_
0b50: 53 4b 54 41 a1 48 04 a0 27 92 95 4f 44 54 31 4f SKTA.H..'..ODT1O
0b60: 44 54 32 70 4f 44 54 31 5c 2f 05 5f 53 42 5f 50 DT2pODT1\/._SB_P
0b70: 43 49 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 CI0LPCBEC0_SKTA.
0b80: 1d 70 4f 44 54 32 5c 2f 05 5f 53 42 5f 50 43 49 .pODT2\/._SB_PCI
0b90: 30 4c 50 43 42 45 43 30 5f 53 4b 54 41 a1 16 5c 0LPCBEC0_SKTA..\
0ba0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 50 48 /._SB_PCI0LPCBPH
0bb0: 53 53 0a 10 14 18 5f 4c 30 33 00 86 5c 2f 03 5f SS...._L03..\/._
0bc0: 53 42 5f 50 43 49 30 55 53 42 31 0a 02 14 18 5f SB_PCI0USB1...._
0bd0: 4c 30 34 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 L04..\/._SB_PCI0
0be0: 55 53 42 32 0a 02 14 18 5f 4c 30 35 00 86 5c 2f USB2...._L05..\/
0bf0: 03 5f 53 42 5f 50 43 49 30 55 53 42 35 0a 02 14 ._SB_PCI0USB5...
0c00: 36 5f 4c 30 36 00 a0 27 5c 2f 04 5f 53 42 5f 50 6_L06..'\/._SB_P
0c10: 43 49 30 47 46 58 30 47 53 53 45 5c 2f 04 5f 53 CI0GFX0GSSE\/._S
0c20: 42 5f 50 43 49 30 47 46 58 30 47 53 43 49 a1 07 B_PCI0GFX0GSCI..
0c30: 70 01 53 43 49 53 14 43 1f 5f 4c 30 39 00 a0 41 p.SCIS.C._L09..A
0c40: 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 31 .\/._SB_PCI0RP01
0c50: 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 PSPXp.\/._SB_PCI
0c60: 30 52 50 30 31 50 53 50 58 70 01 5c 2f 04 5f 53 0RP01PSPXp.\/._S
0c70: 42 5f 50 43 49 30 52 50 30 31 50 4d 53 58 86 5c B_PCI0RP01PMSX.\
0c80: 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 31 0a 02 /._SB_PCI0RP01..
0c90: a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 .A.\/._SB_PCI0RP
0ca0: 30 32 50 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 02PSPXp.\/._SB_P
0cb0: 43 49 30 52 50 30 32 50 53 50 58 70 01 5c 2f 04 CI0RP02PSPXp.\/.
0cc0: 5f 53 42 5f 50 43 49 30 52 50 30 32 50 4d 53 58 _SB_PCI0RP02PMSX
0cd0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 30 32 .\/._SB_PCI0RP02
0ce0: 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 49 30 ...A.\/._SB_PCI0
0cf0: 52 50 30 33 50 53 50 58 70 01 5c 2f 04 5f 53 42 RP03PSPXp.\/._SB
0d00: 5f 50 43 49 30 52 50 30 33 50 53 50 58 70 01 5c _PCI0RP03PSPXp.\
0d10: 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 33 50 4d /._SB_PCI0RP03PM
0d20: 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 52 50 SX.\/._SB_PCI0RP
0d30: 30 33 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f 50 43 03...A.\/._SB_PC
0d40: 49 30 52 50 30 34 50 53 50 58 70 01 5c 2f 04 5f I0RP04PSPXp.\/._
0d50: 53 42 5f 50 43 49 30 52 50 30 34 50 53 50 58 70 SB_PCI0RP04PSPXp
0d60: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 34 .\/._SB_PCI0RP04
0d70: 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 49 30 PMSX.\/._SB_PCI0
0d80: 52 50 30 34 0a 02 a0 41 05 5c 2f 04 5f 53 42 5f RP04...A.\/._SB_
0d90: 50 43 49 30 52 50 30 35 50 53 50 58 70 01 5c 2f PCI0RP05PSPXp.\/
0da0: 04 5f 53 42 5f 50 43 49 30 52 50 30 35 50 53 50 ._SB_PCI0RP05PSP
0db0: 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 Xp.\/._SB_PCI0RP
0dc0: 30 35 50 4d 53 58 86 5c 2f 03 5f 53 42 5f 50 43 05PMSX.\/._SB_PC
0dd0: 49 30 52 50 30 35 0a 02 a0 41 05 5c 2f 04 5f 53 I0RP05...A.\/._S
0de0: 42 5f 50 43 49 30 52 50 30 36 50 53 50 58 70 01 B_PCI0RP06PSPXp.
0df0: 5c 2f 04 5f 53 42 5f 50 43 49 30 52 50 30 36 50 \/._SB_PCI0RP06P
0e00: 53 50 58 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 SPXp.\/._SB_PCI0
0e10: 52 50 30 36 50 4d 53 58 86 5c 2f 03 5f 53 42 5f RP06PMSX.\/._SB_
0e20: 50 43 49 30 52 50 30 36 0a 02 14 18 5f 4c 30 42 PCI0RP06...._L0B
0e30: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ..\/._SB_PCI0PCI
0e40: 42 0a 02 14 18 5f 4c 30 43 00 86 5c 2f 03 5f 53 B...._L0C..\/._S
0e50: 42 5f 50 43 49 30 55 53 42 33 0a 02 14 4b 0b 5f B_PCI0USB3...K._
0e60: 4c 30 44 00 a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 L0D..;\/._SB_PCI
0e70: 30 45 48 43 31 50 4d 45 53 70 01 5c 2f 04 5f 53 0EHC1PMESp.\/._S
0e80: 42 5f 50 43 49 30 45 48 43 31 50 4d 45 53 86 5c B_PCI0EHC1PMES.\
0e90: 2f 03 5f 53 42 5f 50 43 49 30 45 48 43 31 0a 02 /._SB_PCI0EHC1..
0ea0: a0 3b 5c 2f 04 5f 53 42 5f 50 43 49 30 45 48 43 .;\/._SB_PCI0EHC
0eb0: 32 50 4d 45 53 70 01 5c 2f 04 5f 53 42 5f 50 43 2PMESp.\/._SB_PC
0ec0: 49 30 45 48 43 32 50 4d 45 53 86 5c 2f 03 5f 53 I0EHC2PMES.\/._S
0ed0: 42 5f 50 43 49 30 45 48 43 32 0a 02 a0 3b 5c 2f B_PCI0EHC2...;\/
0ee0: 04 5f 53 42 5f 50 43 49 30 48 44 45 46 50 4d 45 ._SB_PCI0HDEFPME
0ef0: 53 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 48 44 Sp.\/._SB_PCI0HD
0f00: 45 46 50 4d 45 53 86 5c 2f 03 5f 53 42 5f 50 43 EFPMES.\/._SB_PC
0f10: 49 30 48 44 45 46 0a 02 14 18 5f 4c 30 45 00 86 I0HDEF...._L0E..
0f20: 5c 2f 03 5f 53 42 5f 50 43 49 30 55 53 42 34 0a \/._SB_PCI0USB4.
0f30: 02 14 1c 5f 4c 31 42 00 80 4c 50 4f 4c 4c 50 4f ..._L1B..LPOLLPO
0f40: 4c 86 5c 2e 5f 53 42 5f 4c 49 44 30 0a 80 10 46 L.\._SB_LID0...F
0f50: 0b 5f 50 52 5f 5b 83 0b 43 50 55 30 00 10 10 00 ._PR_[..CPU0....
0f60: 00 06 5b 83 0b 43 50 55 31 01 10 10 00 00 06 14 ..[..CPU1.......
0f70: 45 09 52 50 50 43 00 a0 4d 08 93 4f 53 59 53 0b E.RPPC..M..OSYS.
0f80: d2 07 a0 42 08 7b 43 46 47 44 01 00 a0 42 04 94 ...B.{CFGD...B..
0f90: 5e 2e 43 50 55 30 5f 50 50 43 00 74 5e 2e 43 50 ^.CPU0_PPC.t^.CP
0fa0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
0fb0: 43 50 4e 4f 54 72 5e 2e 43 50 55 30 5f 50 50 43 CPNOTr^.CPU0_PPC
0fc0: 01 5e 2e 43 50 55 30 5f 50 50 43 50 4e 4f 54 a1 .^.CPU0_PPCPNOT.
0fd0: 35 72 5e 2e 43 50 55 30 5f 50 50 43 01 5e 2e 43 5r^.CPU0_PPC.^.C
0fe0: 50 55 30 5f 50 50 43 50 4e 4f 54 74 5e 2e 43 50 PU0_PPCPNOTt^.CP
0ff0: 55 30 5f 50 50 43 01 5e 2e 43 50 55 30 5f 50 50 U0_PPC.^.CPU0_PP
1000: 43 50 4e 4f 54 08 46 57 53 4f 0d 46 57 53 4f 00 CPNOT.FWSO.FWSO.
1010: 08 5f 50 53 43 00 14 12 5f 50 53 30 00 70 5f 50 ._PSC..._PS0.p_P
1020: 53 43 60 70 00 5f 50 53 43 14 0d 5f 50 53 33 00 SC`p._PSC.._PS3.
1030: 70 0a 03 5f 50 53 43 10 8c fb 04 5f 53 42 5f 5b p.._PSC...._SB_[
1040: 82 4f 3e 41 4d 57 30 08 5f 48 49 44 0d 70 6e 70 .O>AMW0._HID.pnp
1050: 30 63 31 34 00 08 5f 55 49 44 00 08 5f 57 44 47 0c14.._UID.._WDG
1060: 11 3f 0a 3c a7 1d 85 2e 53 d0 5f 49 9d fa 1a 4a .?.<....S._I...J
1070: d6 2e 6a 86 41 43 01 00 3b 6d 43 71 dd fb 72 4c ..j.AC..;mCq..rL
1080: bc b8 43 5b fe 0d 64 f9 42 43 01 00 21 12 90 05 ..C[..d.BC..!...
1090: 66 d5 d1 11 b2 f0 00 a0 c9 06 29 10 42 41 01 00 f.........).BA..
10a0: 08 53 54 41 43 11 07 0a 04 01 14 03 00 14 1f 57 .STAC..........W
10b0: 51 41 43 01 70 0d 4d 58 4d 54 43 43 6f 6e 66 69 QAC.p.MXMTCConfi
10c0: 67 44 61 74 61 00 5b 31 a4 53 54 41 43 08 53 54 gData.[1.STAC.ST
10d0: 42 43 11 07 0a 04 01 00 00 00 14 34 57 51 42 43 BC.........4WQBC
10e0: 01 70 0d 47 65 74 20 4d 58 4d 54 43 43 6f 6e 74 .p.Get MXMTCCont
10f0: 72 6f 6c 44 61 74 61 3a 20 53 54 42 43 20 3d 20 rolData: STBC =
1100: 00 5b 31 70 53 54 42 43 5b 31 a4 53 54 42 43 14 .[1pSTBC[1.STBC.
1110: 47 06 57 53 42 43 02 70 69 53 54 42 43 70 0d 53 G.WSBC.piSTBCp.S
1120: 65 74 20 4d 58 4d 54 43 43 6f 6e 74 72 6f 6c 44 et MXMTCControlD
1130: 61 74 61 3a 20 53 54 42 43 20 3d 20 00 5b 31 70 ata: STBC = .[1p
1140: 53 54 42 43 5b 31 a0 30 93 5e 5e 2f 03 50 43 49 STBC[1.0.^^/.PCI
1150: 30 4c 50 43 42 45 43 4f 4b 01 70 83 88 53 54 42 0LPCBECOK.p..STB
1160: 43 01 00 5e 5e 2f 04 50 43 49 30 4c 50 43 42 45 C..^^/.PCI0LPCBE
1170: 43 30 5f 53 4b 54 43 08 57 51 42 41 11 43 2b 0b C0_SKTC.WQBA.C+.
1180: ae 02 46 4f 4d 42 01 00 00 00 9e 02 00 00 c0 0b ..FOMB..........
1190: 00 00 44 53 00 01 1a 7d da 54 28 d9 85 00 01 06 ..DS...}.T(.....
11a0: 18 42 10 07 10 0a 4b 61 02 c9 21 52 3c 18 94 05 .B....Ka..!R<...
11b0: 10 43 88 57 04 44 04 84 bc 0a b0 29 c0 24 88 fa .C.W.D.....).$..
11c0: f7 87 28 09 0e 25 04 42 12 05 98 17 a0 5b 80 61 ..(..%.B.....[.a
11d0: 01 b6 05 98 16 e0 18 92 4a 03 a7 04 96 02 21 a1 ........J.....!.
11e0: 02 94 0b f0 2d 40 3b a2 24 0b b0 0c 23 02 8f 82 ....-@;.$...#...
11f0: a1 71 68 ec 30 2c 13 4c 83 38 8c b2 91 45 60 dc .qh.0,.L.8...E`.
1200: 4e 05 c8 15 20 4c 80 78 54 61 34 07 45 e0 42 63 N... L.xTa4.E.Bc
1210: 64 40 c8 a3 00 ab a3 d0 a4 12 d8 bd 00 65 02 2c d@...........e.,
1220: 0a 10 27 c0 9a 00 63 48 32 28 40 9b 00 5b 20 42 ..'...cH2(@..[ B
1230: 0f d4 19 8a 46 70 02 51 6a 46 11 48 ac 1a 01 85 ....Fp.QjF.H....
1240: 12 34 46 b0 10 81 c2 86 37 46 98 03 88 d1 fe 20 .4F.....7F.....
1250: 48 20 05 e3 66 91 46 83 1a 6b 82 63 f7 68 4e b8 H ..f.F..k.c.hN.
1260: 73 01 d2 e7 26 90 a3 3b b8 3a 07 4d 86 c7 b0 1e s...&..;.:.M....
1270: 06 d8 29 00 ef 1a 50 d3 3f 78 26 08 0e 35 44 8f ..)...P.?x&..5D.
1280: 3a dc 09 1c fb 91 30 88 b3 3b 6e ac c3 c9 68 d0 :.....0..;n...h.
1290: a5 0a 30 7b 00 d0 d0 12 9c f6 99 84 7e 0f 38 9f ..0{........~.8.
12a0: 9e 21 89 fc 41 a0 46 e6 ff 3f b4 c7 78 5a 31 43 .!..A.F..?..xZ1C
12b0: 3e 0b 1c 16 13 0b a1 4d 6a 3c 40 40 e1 d1 40 08 >......Mj<@@..@.
12c0: 6f 06 9e af 09 46 86 90 93 f1 a0 06 e0 41 d7 3a o....F.......A.:
12d0: 32 8d 27 a6 21 cf e8 00 22 bf 32 78 0c 41 02 f9 2.'.!...".2x.A..
12e0: c4 60 b8 c7 81 13 78 02 f0 59 40 10 92 00 21 51 .`....x..Y@...!Q
12f0: e3 a7 47 08 7e 7a 78 93 30 28 1f d2 99 f9 90 e1 ..G.~zx.0(......
1300: 11 c2 07 c4 7b 9f 3b 19 c1 29 7b a4 e0 b0 7e 0e ....{.;..){...~.
1310: 20 c0 af 0f 8f 0d 09 7c ae 08 8c 1d aa fd 0a 40 ......|.......@
1320: 08 1e ed 51 e0 54 23 1c 2d 78 08 8a 1c 03 4a cc ...Q.T#.-x....J.
1330: 18 50 03 38 85 d0 e7 73 04 47 14 25 f6 21 19 da .P.8...s.G.%.!..
1340: 08 e1 1f 39 4e c1 f7 8b 23 3d ad 23 78 91 f0 08 ...9N...#=.#x...
1350: 30 e1 ce 28 a8 38 30 f4 ff 7f 4c 01 dc 7a 3b a6 0..(.80...L..z;.
1360: 80 3e c0 31 05 50 fc ff 3f a6 00 87 a8 c7 14 f4 .>.1.P..?.......
1370: 40 0c 7c 2e a1 0d ff 96 c1 8e 03 87 74 6a 8f 28 @.|.........tj.(
1380: 80 29 79 47 14 50 8c 14 d6 f1 04 18 05 3c 9b a0 .)yG.P.......<..
1390: 22 1d 4f 80 ce ff ff 78 02 58 b8 9a bc 92 84 7d ".O....x.X.....}
13a0: 1e 78 1d 89 14 e3 41 e2 b5 e4 c1 24 46 98 08 8f .x....A....$F...
13b0: 27 1e 47 c0 b7 82 28 91 8e 3e c4 83 49 28 63 3e '.G...(..>..I(c>
13c0: a3 84 89 f9 04 70 22 ef 27 46 0a 73 2a 8f 27 2c .....p".'F.s*.',
13d0: c4 f1 04 a0 85 e2 e3 09 3a 2c 84 fe ff c7 13 dc ........:,......
13e0: e1 c1 a7 0c fc 85 0c c6 f9 04 30 24 f0 7c 02 ca ..........0$.|..
13f0: db 18 e6 80 02 8c 14 da f4 a9 d1 a8 55 83 32 35 ............U.25
1400: ca 34 a8 d5 a7 52 63 c6 4c 9c 52 bc 6c 8d df f2 .4...Rc.L.R.l...
1410: 9e 09 02 b1 20 0a 81 38 cc f3 42 20 96 a2 01 84 .... ..8..B ....
1420: 85 06 a1 42 a9 05 e2 98 20 34 92 0a 10 f6 ff 07 ...B.... 4......
1430: 5b 82 1b 4c 49 44 30 08 5f 48 49 44 0c 41 d0 0c [..LID0._HID.A..
1440: 0d 14 0b 5f 4c 49 44 00 a4 4c 50 4f 4c 5b 82 0f ..._LID..LPOL[..
1450: 50 57 52 42 08 5f 48 49 44 0c 41 d0 0c 0c 5b 82 PWRB._HID.A...[.
1460: 84 b9 04 50 43 49 30 14 09 5f 53 33 44 00 a4 0a ...PCI0.._S3D...
1470: 02 14 09 5f 53 34 44 00 a4 0a 02 08 5f 48 49 44 ..._S4D....._HID
1480: 0c 41 d0 0a 08 08 5f 43 49 44 0c 41 d0 0a 03 5b .A...._CID.A...[
1490: 82 43 0e 4d 43 48 43 08 5f 41 44 52 00 5b 80 48 .C.MCHC._ADR.[.H
14a0: 42 55 53 02 0a 40 0a c0 5b 81 4a 0c 48 42 55 53 BUS..@..[.J.HBUS
14b0: 03 45 50 45 4e 01 00 0b 45 50 42 52 14 00 20 4d .EPEN...EPBR.. M
14c0: 48 45 4e 01 00 0d 4d 48 42 52 12 00 40 0a 50 58 HEN...MHBR..@.PX
14d0: 45 4e 01 50 58 53 5a 02 00 17 50 58 42 52 06 00 EN.PXSZ...PXBR..
14e0: 20 44 49 45 4e 01 00 0b 44 49 42 52 14 00 20 49 DIEN...DIBR.. I
14f0: 50 45 4e 01 00 0b 49 50 42 52 14 00 40 0e 00 04 PEN...IPBR..@...
1500: 50 4d 30 48 02 00 02 50 4d 31 4c 02 00 02 50 4d PM0H...PM1L...PM
1510: 31 48 02 00 02 50 4d 32 4c 02 00 02 50 4d 32 48 1H...PM2L...PM2H
1520: 02 00 02 50 4d 33 4c 02 00 02 50 4d 33 48 02 00 ...PM3L...PM3H..
1530: 02 50 4d 34 4c 02 00 02 50 4d 34 48 02 00 02 50 .PM4L...PM4H...P
1540: 4d 35 4c 02 00 02 50 4d 35 48 02 00 02 50 4d 36 M5L...PM5H...PM6
1550: 4c 02 00 02 50 4d 36 48 02 00 02 00 07 48 45 4e L...PM6H.....HEN
1560: 41 01 00 40 05 54 55 55 44 10 00 40 06 00 04 54 A..@.TUUD..@...T
1570: 4c 55 44 0c 08 42 55 46 30 11 4d 20 0b 08 02 88 LUD..BUF0.M ....
1580: 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 01 87 ................
1590: 17 00 01 0c 03 00 00 00 00 00 00 00 00 f7 0c 00 ................
15a0: 00 00 00 00 00 f8 0c 00 00 47 01 f8 0c f8 0c 01 .........G......
15b0: 08 87 17 00 01 0c 03 00 00 00 00 00 0d 00 00 ff ................
15c0: ff 00 00 00 00 00 00 00 f3 00 00 87 17 00 00 0c ................
15d0: 03 00 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 ................
15e0: 00 00 00 02 00 87 17 00 00 0c 03 00 00 00 00 00 ................
15f0: 00 0c 00 ff 3f 0c 00 00 00 00 00 00 40 00 00 87 ....?.......@...
1600: 17 00 00 0c 03 00 00 00 00 00 40 0c 00 ff 7f 0c ..........@.....
1610: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
1620: 00 00 00 00 80 0c 00 ff bf 0c 00 00 00 00 00 00 ................
1630: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0c @...............
1640: 00 ff ff 0c 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1650: 00 0c 03 00 00 00 00 00 00 0d 00 ff 3f 0d 00 00 ............?...
1660: 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 ....@...........
1670: 00 00 40 0d 00 ff 7f 0d 00 00 00 00 00 00 40 00 ..@...........@.
1680: 00 87 17 00 00 0c 03 00 00 00 00 00 80 0d 00 ff ................
1690: bf 0d 00 00 00 00 00 00 40 00 00 87 17 00 00 0c ........@.......
16a0: 03 00 00 00 00 00 c0 0d 00 ff ff 0d 00 00 00 00 ................
16b0: 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 ..@.............
16c0: 00 0e 00 ff 3f 0e 00 00 00 00 00 00 40 00 00 87 ....?.......@...
16d0: 17 00 00 0c 03 00 00 00 00 00 40 0e 00 ff 7f 0e ..........@.....
16e0: 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 ......@.........
16f0: 00 00 00 00 80 0e 00 ff bf 0e 00 00 00 00 00 00 ................
1700: 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 c0 0e @...............
1710: 00 ff ff 0e 00 00 00 00 00 00 40 00 00 87 17 00 ..........@.....
1720: 00 0c 03 00 00 00 00 00 00 0f 00 ff ff 0f 00 00 ................
1730: 00 00 00 00 00 01 00 87 17 00 00 0c 03 00 00 00 ................
1740: 00 00 00 00 00 ff ff ff df 00 00 00 00 00 00 00 ................
1750: 00 87 17 00 00 0c 03 00 00 00 00 00 00 00 f0 ff ................
1760: ff bf fe 00 00 00 00 00 00 c0 0e 87 17 00 00 0c ................
1770: 03 00 00 00 00 00 00 d4 fe ff 4f d4 fe 00 00 00 ..........O.....
1780: 00 00 00 00 00 79 00 14 4b 3d 5f 43 52 53 08 a0 .....y..K=_CRS..
1790: 1c 5e 2e 4d 43 48 43 50 4d 31 4c 8a 42 55 46 30 .^.MCHCPM1L.BUF0
17a0: 0a 7c 43 30 4c 4e 70 00 43 30 4c 4e a0 1f 93 5e .|C0LNp.C0LN...^
17b0: 2e 4d 43 48 43 50 4d 31 4c 01 8d 42 55 46 30 0b .MCHCPM1L..BUF0.
17c0: 58 03 43 30 52 57 70 00 43 30 52 57 a0 1c 5e 2e X.C0RWp.C0RW..^.
17d0: 4d 43 48 43 50 4d 31 48 8a 42 55 46 30 0a 96 43 MCHCPM1H.BUF0..C
17e0: 34 4c 4e 70 00 43 34 4c 4e a0 1f 93 5e 2e 4d 43 4LNp.C4LN...^.MC
17f0: 48 43 50 4d 31 48 01 8d 42 55 46 30 0b 28 04 43 HCPM1H..BUF0.(.C
1800: 34 52 57 70 00 43 34 52 57 a0 1c 5e 2e 4d 43 48 4RWp.C4RW..^.MCH
1810: 43 50 4d 32 4c 8a 42 55 46 30 0a b0 43 38 4c 4e CPM2L.BUF0..C8LN
1820: 70 00 43 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 p.C8LN...^.MCHCP
1830: 4d 32 4c 01 8d 42 55 46 30 0b f8 04 43 38 52 57 M2L..BUF0...C8RW
1840: 70 00 43 38 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d p.C8RW..^.MCHCPM
1850: 32 48 8a 42 55 46 30 0a ca 43 43 4c 4e 70 00 43 2H.BUF0..CCLNp.C
1860: 43 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 32 48 CLN...^.MCHCPM2H
1870: 01 8d 42 55 46 30 0b c8 05 43 43 52 57 70 00 43 ..BUF0...CCRWp.C
1880: 43 52 57 a0 1c 5e 2e 4d 43 48 43 50 4d 33 4c 8a CRW..^.MCHCPM3L.
1890: 42 55 46 30 0a e4 44 30 4c 4e 70 00 44 30 4c 4e BUF0..D0LNp.D0LN
18a0: a0 1f 93 5e 2e 4d 43 48 43 50 4d 33 4c 01 8d 42 ...^.MCHCPM3L..B
18b0: 55 46 30 0b 98 06 44 30 52 57 70 00 44 30 52 57 UF0...D0RWp.D0RW
18c0: a0 1c 5e 2e 4d 43 48 43 50 4d 33 48 8a 42 55 46 ..^.MCHCPM3H.BUF
18d0: 30 0a fe 44 34 4c 4e 70 00 44 34 4c 4e a0 1f 93 0..D4LNp.D4LN...
18e0: 5e 2e 4d 43 48 43 50 4d 33 48 01 8d 42 55 46 30 ^.MCHCPM3H..BUF0
18f0: 0b 68 07 44 34 52 57 70 00 44 34 52 57 a0 1d 5e .h.D4RWp.D4RW..^
1900: 2e 4d 43 48 43 50 4d 34 4c 8a 42 55 46 30 0b 18 .MCHCPM4L.BUF0..
1910: 01 44 38 4c 4e 70 00 44 38 4c 4e a0 1f 93 5e 2e .D8LNp.D8LN...^.
1920: 4d 43 48 43 50 4d 34 4c 01 8d 42 55 46 30 0b 38 MCHCPM4L..BUF0.8
1930: 08 44 38 52 57 70 00 44 38 52 57 a0 1d 5e 2e 4d .D8RWp.D8RW..^.M
1940: 43 48 43 50 4d 34 48 8a 42 55 46 30 0b 32 01 44 CHCPM4H.BUF0.2.D
1950: 43 4c 4e 70 00 44 43 4c 4e a0 1f 93 5e 2e 4d 43 CLNp.DCLN...^.MC
1960: 48 43 50 4d 34 48 01 8d 42 55 46 30 0b 08 09 44 HCPM4H..BUF0...D
1970: 43 52 57 70 00 44 43 52 57 a0 1d 5e 2e 4d 43 48 CRWp.DCRW..^.MCH
1980: 43 50 4d 35 4c 8a 42 55 46 30 0b 4c 01 45 30 4c CPM5L.BUF0.L.E0L
1990: 4e 70 00 45 30 4c 4e a0 1f 93 5e 2e 4d 43 48 43 Np.E0LN...^.MCHC
19a0: 50 4d 35 4c 01 8d 42 55 46 30 0b d8 09 45 30 52 PM5L..BUF0...E0R
19b0: 57 70 00 45 30 52 57 a0 1d 5e 2e 4d 43 48 43 50 Wp.E0RW..^.MCHCP
19c0: 4d 35 48 8a 42 55 46 30 0b 66 01 45 34 4c 4e 70 M5H.BUF0.f.E4LNp
19d0: 00 45 34 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d .E4LN...^.MCHCPM
19e0: 35 48 01 8d 42 55 46 30 0b a8 0a 45 34 52 57 70 5H..BUF0...E4RWp
19f0: 00 45 34 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 .E4RW..^.MCHCPM6
1a00: 4c 8a 42 55 46 30 0b 80 01 45 38 4c 4e 70 00 45 L.BUF0...E8LNp.E
1a10: 38 4c 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 4c 8LN...^.MCHCPM6L
1a20: 01 8d 42 55 46 30 0b 78 0b 45 38 52 57 70 00 45 ..BUF0.x.E8RWp.E
1a30: 38 52 57 a0 1d 5e 2e 4d 43 48 43 50 4d 36 48 8a 8RW..^.MCHCPM6H.
1a40: 42 55 46 30 0b 9a 01 45 43 4c 4e 70 00 45 43 4c BUF0...ECLNp.ECL
1a50: 4e a0 1f 93 5e 2e 4d 43 48 43 50 4d 36 48 01 8d N...^.MCHCPM6H..
1a60: 42 55 46 30 0b 48 0c 45 43 52 57 70 00 45 43 52 BUF0.H.ECRWp.ECR
1a70: 57 a0 1d 5e 2e 4d 43 48 43 50 4d 30 48 8a 42 55 W..^.MCHCPM0H.BU
1a80: 46 30 0b b4 01 46 30 4c 4e 70 00 46 30 4c 4e a0 F0...F0LNp.F0LN.
1a90: 1f 93 5e 2e 4d 43 48 43 50 4d 30 48 01 8d 42 55 ..^.MCHCPM0H..BU
1aa0: 46 30 0b 18 0d 46 30 52 57 70 00 46 30 52 57 8a F0...F0RWp.F0RW.
1ab0: 42 55 46 30 0b c2 01 4d 31 4d 4e 8a 42 55 46 30 BUF0...M1MN.BUF0
1ac0: 0b c6 01 4d 31 4d 58 8a 42 55 46 30 0b ce 01 4d ...M1MX.BUF0...M
1ad0: 31 4c 4e 8a 42 55 46 30 0b dc 01 4d 32 4d 4e 8a 1LN.BUF0...M2MN.
1ae0: 42 55 46 30 0b e0 01 4d 32 4d 58 8a 42 55 46 30 BUF0...M2MX.BUF0
1af0: 0b e8 01 4d 32 4c 4e 79 5e 2e 4d 43 48 43 50 58 ...M2LNy^.MCHCPX
1b00: 42 52 0a 1a 4d 31 4d 58 7a 0c 00 00 00 10 5e 2e BR..M1MXz.....^.
1b10: 4d 43 48 43 50 58 53 5a 60 72 4d 31 4d 58 60 4d MCHCPXSZ`rM1MX`M
1b20: 32 4d 4e 72 74 4d 32 4d 58 4d 32 4d 4e 00 01 4d 2MNrtM2MXM2MN..M
1b30: 32 4c 4e 74 4d 31 4d 58 01 4d 31 4d 58 79 5e 2e 2LNtM1MX.M1MXy^.
1b40: 4d 43 48 43 54 4c 55 44 0a 14 4d 31 4d 4e 72 74 MCHCTLUD..M1MNrt
1b50: 4d 31 4d 58 4d 31 4d 4e 00 01 4d 31 4c 4e a4 42 M1MXM1MN..M1LN.B
1b60: 55 46 30 14 47 28 5f 50 52 54 00 a0 45 0f 47 50 UF0.G(_PRT..E.GP
1b70: 49 43 a4 12 4d 0e 13 12 0b 04 0c ff ff 01 00 00 IC..M...........
1b80: 00 0a 10 12 0b 04 0c ff ff 02 00 00 00 0a 10 12 ................
1b90: 0b 04 0c ff ff 07 00 00 00 0a 10 12 0b 04 0c ff ................
1ba0: ff 19 00 00 00 0a 14 12 0b 04 0c ff ff 1a 00 00 ................
1bb0: 00 0a 10 12 0b 04 0c ff ff 1a 00 01 00 0a 15 12 ................
1bc0: 0c 04 0c ff ff 1a 00 0a 02 00 0a 12 12 0b 04 0c ................
1bd0: ff ff 1b 00 00 00 0a 16 12 0b 04 0c ff ff 1c 00 ................
1be0: 00 00 0a 11 12 0b 04 0c ff ff 1c 00 01 00 0a 10 ................
1bf0: 12 0c 04 0c ff ff 1c 00 0a 02 00 0a 12 12 0c 04 ................
1c00: 0c ff ff 1c 00 0a 03 00 0a 13 12 0b 04 0c ff ff ................
1c10: 1d 00 00 00 0a 17 12 0b 04 0c ff ff 1d 00 01 00 ................
1c20: 0a 13 12 0c 04 0c ff ff 1d 00 0a 02 00 0a 12 12 ................
1c30: 0b 04 0c ff ff 1f 00 00 00 0a 13 12 0b 04 0c ff ................
1c40: ff 1f 00 01 00 0a 13 12 0c 04 0c ff ff 1f 00 0a ................
1c50: 02 00 0a 13 12 0c 04 0c ff ff 1f 00 0a 03 00 0a ................
1c60: 10 a1 49 18 a4 12 45 18 13 12 13 04 0c ff ff 01 ..I...E.........
1c70: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1c80: 0c ff ff 02 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 ......^.LPCBLNKA
1c90: 00 12 13 04 0c ff ff 07 00 00 5e 2e 4c 50 43 42 ..........^.LPCB
1ca0: 4c 4e 4b 41 00 12 13 04 0c ff ff 19 00 00 5e 2e LNKA..........^.
1cb0: 4c 50 43 42 4c 4e 4b 45 00 12 13 04 0c ff ff 1a LPCBLNKE........
1cc0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 ..^.LPCBLNKA....
1cd0: 0c ff ff 1a 00 01 5e 2e 4c 50 43 42 4c 4e 4b 46 ......^.LPCBLNKF
1ce0: 00 12 14 04 0c ff ff 1a 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1cf0: 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1b 00 00 5e BLNKC..........^
1d00: 2e 4c 50 43 42 4c 4e 4b 47 00 12 13 04 0c ff ff .LPCBLNKG.......
1d10: 1c 00 00 5e 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 ...^.LPCBLNKB...
1d20: 04 0c ff ff 1c 00 01 5e 2e 4c 50 43 42 4c 4e 4b .......^.LPCBLNK
1d30: 41 00 12 14 04 0c ff ff 1c 00 0a 02 5e 2e 4c 50 A...........^.LP
1d40: 43 42 4c 4e 4b 43 00 12 14 04 0c ff ff 1c 00 0a CBLNKC..........
1d50: 03 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0c .^.LPCBLNKD.....
1d60: ff ff 1d 00 00 5e 2e 4c 50 43 42 4c 4e 4b 48 00 .....^.LPCBLNKH.
1d70: 12 13 04 0c ff ff 1d 00 01 5e 2e 4c 50 43 42 4c .........^.LPCBL
1d80: 4e 4b 44 00 12 14 04 0c ff ff 1d 00 0a 02 5e 2e NKD...........^.
1d90: 4c 50 43 42 4c 4e 4b 43 00 12 13 04 0c ff ff 1f LPCBLNKC........
1da0: 00 00 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 ..^.LPCBLNKD....
1db0: 0c ff ff 1f 00 01 5e 2e 4c 50 43 42 4c 4e 4b 44 ......^.LPCBLNKD
1dc0: 00 12 14 04 0c ff ff 1f 00 0a 02 5e 2e 4c 50 43 ...........^.LPC
1dd0: 42 4c 4e 4b 44 00 12 14 04 0c ff ff 1f 00 0a 03 BLNKD...........
1de0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 40 14 50 ^.LPCBLNKA.[.@.P
1df0: 44 52 43 08 5f 48 49 44 0c 41 d0 0c 02 08 5f 55 DRC._HID.A...._U
1e00: 49 44 01 08 42 55 46 30 11 46 06 0a 62 86 09 00 ID..BUF0.F..b...
1e10: 01 00 00 00 00 00 40 00 00 86 09 00 01 00 00 00 ......@.........
1e20: 00 00 40 00 00 86 09 00 01 00 00 00 00 00 10 00 ..@.............
1e30: 00 86 09 00 01 00 00 00 00 00 10 00 00 86 09 00 ................
1e40: 01 00 00 00 00 00 00 00 00 86 09 00 01 00 00 d2 ................
1e50: fe 00 00 02 00 86 09 00 01 00 00 d4 fe 00 50 00 ..............P.
1e60: 00 86 09 00 01 00 50 d4 fe 00 b0 04 00 79 00 14 ......P......y..
1e70: 4d 0b 5f 43 52 53 08 8a 42 55 46 30 0a 04 52 42 M._CRS..BUF0..RB
1e80: 52 30 79 5e 5e 2e 4c 50 43 42 52 43 42 41 0a 0e R0y^^.LPCBRCBA..
1e90: 52 42 52 30 8a 42 55 46 30 0a 10 4d 42 52 30 79 RBR0.BUF0..MBR0y
1ea0: 5e 5e 2e 4d 43 48 43 4d 48 42 52 0a 0e 4d 42 52 ^^.MCHCMHBR..MBR
1eb0: 30 8a 42 55 46 30 0a 1c 44 42 52 30 79 5e 5e 2e 0.BUF0..DBR0y^^.
1ec0: 4d 43 48 43 44 49 42 52 0a 0c 44 42 52 30 8a 42 MCHCDIBR..DBR0.B
1ed0: 55 46 30 0a 28 45 42 52 30 79 5e 5e 2e 4d 43 48 UF0.(EBR0y^^.MCH
1ee0: 43 45 50 42 52 0a 0c 45 42 52 30 8a 42 55 46 30 CEPBR..EBR0.BUF0
1ef0: 0a 34 58 42 52 30 79 5e 5e 2e 4d 43 48 43 50 58 .4XBR0y^^.MCHCPX
1f00: 42 52 0a 1a 58 42 52 30 8a 42 55 46 30 0a 38 58 BR..XBR0.BUF0.8X
1f10: 53 5a 30 7a 0c 00 00 00 10 5e 5e 2e 4d 43 48 43 SZ0z.....^^.MCHC
1f20: 50 58 53 5a 58 53 5a 30 a4 42 55 46 30 5b 82 4d PXSZXSZ0.BUF0[.M
1f30: 50 50 45 47 50 08 5f 41 44 52 0c 00 00 01 00 14 PPEGP._ADR......
1f40: 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 2c A._PRT..3GPIC..,
1f50: 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ff ................
1f60: ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a 12 ................
1f70: 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 12 ............E...
1f80: 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 43 A.........^^.LPC
1f90: 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e 2e BLNKA........^^.
1fa0: 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff 0a LPCBLNKB........
1fb0: 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
1fc0: 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
1fd0: 00 5b 82 49 46 56 47 41 5f 08 5f 41 44 52 00 08 .[.IFVGA_._ADR..
1fe0: 53 57 49 54 01 08 43 52 54 41 01 08 4c 43 44 41 SWIT..CRTA..LCDA
1ff0: 01 08 54 56 41 41 01 08 56 4c 44 46 01 5b 80 56 ..TVAA..VLDF.[.V
2000: 49 44 53 02 00 0a c8 5b 81 0b 56 49 44 53 03 56 IDS....[..VIDS.V
2010: 44 49 44 20 14 09 5f 53 54 41 00 a4 0a 0f 08 5f DID .._STA....._
2020: 50 53 43 00 14 0c 5f 50 53 30 00 70 00 5f 50 53 PSC..._PS0.p._PS
2030: 43 14 0c 5f 50 53 31 00 70 01 5f 50 53 43 14 0d C.._PS1.p._PSC..
2040: 5f 50 53 33 00 70 0a 03 5f 50 53 43 14 10 5f 44 _PS3.p.._PSC.._D
2050: 4f 53 01 70 7b 68 0a 03 00 53 57 49 54 14 17 5f OS.p{h...SWIT.._
2060: 44 4f 44 00 a4 12 0f 03 0c 00 01 01 00 0c 10 01 DOD.............
2070: 01 00 0b 00 02 5b 82 4d 08 43 52 54 5f 14 0a 5f .....[.M.CRT_.._
2080: 41 44 52 00 a4 0b 00 01 14 41 06 5f 44 43 53 00 ADR......A._DCS.
2090: 5e 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 ^^^^.LPCBPHSS..p
20a0: 43 41 44 4c 60 70 43 53 54 45 61 7b 60 0a 02 60 CADL`pCSTEa{`..`
20b0: 7b 61 0a 02 61 a0 08 60 70 01 43 52 54 41 a1 07 {a..a..`p.CRTA..
20c0: 70 00 43 52 54 41 a0 13 43 52 54 41 a0 08 93 61 p.CRTA..CRTA...a
20d0: 0a 02 a4 0a 1f a1 04 a4 0a 1d a1 0f a0 08 93 61 ...............a
20e0: 0a 02 a4 0a 0f a1 04 a4 0a 0d 14 12 5f 44 47 53 ............_DGS
20f0: 00 a0 07 43 52 54 41 a4 01 a1 03 a4 00 14 06 5f ...CRTA........_
2100: 44 53 53 01 5b 82 47 0e 4c 43 44 5f 14 0a 5f 41 DSS.[.G.LCD_.._A
2110: 44 52 00 a4 0b 10 01 14 4d 05 5f 44 43 53 00 5e DR......M._DCS.^
2120: 5e 5e 5e 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 ^^^.LPCBPHSS..pC
2130: 41 44 4c 60 70 43 53 54 45 61 7b 60 01 60 7b 61 ADL`pCSTEa{`.`{a
2140: 01 61 a0 08 60 70 01 4c 43 44 41 a1 07 70 00 4c .a..`p.LCDA..p.L
2150: 43 44 41 a0 12 4c 43 44 41 a0 07 93 61 01 a4 0a CDA..LCDA...a...
2160: 1f a1 04 a4 0a 1d a1 0e a0 07 93 61 01 a4 0a 0f ...........a....
2170: a1 04 a4 0a 0d 14 12 5f 44 47 53 00 a0 07 4c 43 ......._DGS...LC
2180: 44 41 a4 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 DA........_DSS..
2190: 1d 5f 42 43 4c 00 a4 12 15 0a 0a 46 0a 28 00 0a ._BCL......F.(..
21a0: 0a 0a 14 0a 1e 0a 28 0a 32 0a 3c 0a 46 14 20 5f ......(.2.<.F. _
21b0: 42 43 4d 01 78 68 0a 0a 60 61 70 61 5e 5e 5e 5e BCM.xh..`apa^^^^
21c0: 2f 03 4c 50 43 42 45 43 30 5f 42 52 54 53 14 1e /.LPCBEC0_BRTS..
21d0: 5f 42 51 43 00 77 5e 5e 5e 5e 2f 03 4c 50 43 42 _BQC.w^^^^/.LPCB
21e0: 45 43 30 5f 42 52 54 53 0a 0a 60 a4 60 5b 82 4d EC0_BRTS..`.`[.M
21f0: 08 54 56 5f 5f 14 0a 5f 41 44 52 00 a4 0b 00 02 .TV__.._ADR.....
2200: 14 41 06 5f 44 43 53 00 5e 5e 5e 5e 2e 4c 50 43 .A._DCS.^^^^.LPC
2210: 42 50 48 53 53 0a 0c 70 43 41 44 4c 60 70 43 53 BPHSS..pCADL`pCS
2220: 54 45 61 7b 60 0a 04 60 7b 61 0a 04 61 a0 08 60 TEa{`..`{a..a..`
2230: 70 01 54 56 41 41 a1 07 70 00 54 56 41 41 a0 13 p.TVAA..p.TVAA..
2240: 54 56 41 41 a0 08 93 61 0a 04 a4 0a 1f a1 04 a4 TVAA...a........
2250: 0a 1d a1 0f a0 08 93 61 0a 04 a4 0a 0f a1 04 a4 .......a........
2260: 0a 0d 14 12 5f 44 47 53 00 a0 07 54 56 41 41 a4 ...._DGS...TVAA.
2270: 01 a1 03 a4 00 14 06 5f 44 53 53 01 14 49 10 44 ......._DSS..I.D
2280: 53 53 57 00 a0 4a 0e 93 53 57 49 54 00 5e 5e 5e SSW..J..SWIT.^^^
2290: 2e 4c 50 43 42 50 48 53 53 0a 0c 70 43 41 44 4c .LPCBPHSS..pCADL
22a0: 60 70 43 53 54 45 61 a0 16 94 61 01 7b 60 61 56 `pCSTEa...a.{`aV
22b0: 4c 44 46 7b 56 4c 44 46 0a fe 56 4c 44 46 a0 43 LDF{VLDF..VLDF.C
22c0: 0a 56 4c 44 46 a0 27 93 60 0a 09 a0 0b 93 61 0a .VLDF.'.`.....a.
22d0: 08 53 54 42 4c 0a 02 a0 0a 93 61 01 53 54 42 4c .STBL.....a.STBL
22e0: 0a 03 a0 0a 93 61 0a 09 53 54 42 4c 01 a0 28 93 .....a..STBL..(.
22f0: 60 0a 0a a0 0b 93 61 0a 08 53 54 42 4c 0a 05 a0 `.....a..STBL...
2300: 0a 93 61 0a 02 53 54 42 4c 01 a0 0b 93 61 0a 0a ..a..STBL....a..
2310: 53 54 42 4c 0a 04 a0 4b 04 93 60 0a 0b a0 0b 93 STBL...K..`.....
2320: 61 0a 08 53 54 42 4c 0a 02 a0 0b 93 61 0a 09 53 a..STBL.....a..S
2330: 54 42 4c 0a 05 a0 0a 93 61 01 53 54 42 4c 0a 03 TBL.....a.STBL..
2340: a0 0b 93 61 0a 0a 53 54 42 4c 0a 04 a0 0a 93 61 ...a..STBL.....a
2350: 0a 02 53 54 42 4c 01 a0 0a 93 61 0a 0b 53 54 42 ..STBL....a..STB
2360: 4c 01 a1 0c 70 01 56 4c 44 46 53 54 42 4c 01 a1 L...p.VLDFSTBL..
2370: 16 a0 14 93 53 57 49 54 01 5e 5e 5e 2e 4c 50 43 ....SWIT.^^^.LPC
2380: 42 50 48 53 53 01 14 45 0b 53 54 42 4c 01 a0 16 BPHSS..E.STBL...
2390: 93 68 01 70 00 43 52 54 41 70 01 4c 43 44 41 70 .h.p.CRTAp.LCDAp
23a0: 00 54 56 41 41 a0 17 93 68 0a 02 70 01 43 52 54 .TVAA...h..p.CRT
23b0: 41 70 00 4c 43 44 41 70 00 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23c0: 68 0a 03 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
23d0: 00 54 56 41 41 a0 17 93 68 0a 04 70 00 43 52 54 .TVAA...h..p.CRT
23e0: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
23f0: 68 0a 05 70 00 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2400: 01 54 56 41 41 a0 17 93 68 0a 06 70 01 43 52 54 .TVAA...h..p.CRT
2410: 41 70 00 4c 43 44 41 70 01 54 56 41 41 a0 17 93 Ap.LCDAp.TVAA...
2420: 68 0a 07 70 01 43 52 54 41 70 01 4c 43 44 41 70 h..p.CRTAp.LCDAp
2430: 01 54 56 41 41 86 56 47 41 5f 0a 80 5b 82 42 f8 .TVAA.VGA_..[.B.
2440: 47 46 58 30 08 5f 41 44 52 0c 00 00 02 00 14 10 GFX0._ADR.......
2450: 5f 44 4f 53 01 70 7b 68 0a 07 00 44 53 45 4e 14 _DOS.p{h...DSEN.
2460: 41 26 5f 44 4f 44 00 70 00 4e 44 49 44 a0 15 92 A&_DOD.p.NDID...
2470: 93 44 49 44 4c 00 70 53 44 44 4c 44 49 44 31 44 .DIDL.pSDDLDID1D
2480: 49 44 31 a0 15 92 93 44 44 4c 32 00 70 53 44 44 ID1....DDL2.pSDD
2490: 4c 44 49 44 32 44 49 44 32 a0 15 92 93 44 44 4c LDID2DID2....DDL
24a0: 33 00 70 53 44 44 4c 44 49 44 33 44 49 44 33 a0 3.pSDDLDID3DID3.
24b0: 15 92 93 44 44 4c 34 00 70 53 44 44 4c 44 49 44 ...DDL4.pSDDLDID
24c0: 34 44 49 44 34 a0 15 92 93 44 44 4c 35 00 70 53 4DID4....DDL5.pS
24d0: 44 44 4c 44 49 44 35 44 49 44 35 a0 2c 93 4e 44 DDLDID5DID5.,.ND
24e0: 49 44 01 08 54 4d 50 31 12 07 01 0c ff ff ff ff ID..TMP1........
24f0: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2500: 31 00 00 a4 54 4d 50 31 a0 46 04 93 4e 44 49 44 1...TMP1.F..NDID
2510: 0a 02 08 54 4d 50 32 12 0c 02 0c ff ff ff ff 0c ...TMP2.........
2520: ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 ....p}.....DID1.
2530: 88 54 4d 50 32 00 00 70 7d 0c 00 00 01 00 44 49 .TMP2..p}.....DI
2540: 44 32 00 88 54 4d 50 32 01 00 a4 54 4d 50 32 a0 D2..TMP2...TMP2.
2550: 4f 05 93 4e 44 49 44 0a 03 08 54 4d 50 33 12 11 O..NDID...TMP3..
2560: 03 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
2570: 70 7d 0c 00 00 01 00 44 49 44 31 00 88 54 4d 50 p}.....DID1..TMP
2580: 33 00 00 70 7d 0c 00 00 01 00 44 49 44 32 00 88 3..p}.....DID2..
2590: 54 4d 50 33 01 00 70 7d 0c 00 00 01 00 44 49 44 TMP3..p}.....DID
25a0: 33 00 88 54 4d 50 33 0a 02 00 a4 54 4d 50 33 a0 3..TMP3....TMP3.
25b0: 48 07 93 4e 44 49 44 0a 04 08 54 4d 50 34 12 16 H..NDID...TMP4..
25c0: 04 0c ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff ................
25d0: 0c ff ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 .....p}.....DID1
25e0: 00 88 54 4d 50 34 00 00 70 7d 0c 00 00 01 00 44 ..TMP4..p}.....D
25f0: 49 44 32 00 88 54 4d 50 34 01 00 70 7d 0c 00 00 ID2..TMP4..p}...
2600: 01 00 44 49 44 33 00 88 54 4d 50 34 0a 02 00 70 ..DID3..TMP4...p
2610: 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d 50 34 }.....DID4..TMP4
2620: 0a 03 00 a4 54 4d 50 34 a0 41 09 94 4e 44 49 44 ....TMP4.A..NDID
2630: 0a 04 08 54 4d 50 35 12 1b 05 0c ff ff ff ff 0c ...TMP5.........
2640: ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 0c ff ................
2650: ff ff ff 70 7d 0c 00 00 01 00 44 49 44 31 00 88 ...p}.....DID1..
2660: 54 4d 50 35 00 00 70 7d 0c 00 00 01 00 44 49 44 TMP5..p}.....DID
2670: 32 00 88 54 4d 50 35 01 00 70 7d 0c 00 00 01 00 2..TMP5..p}.....
2680: 44 49 44 33 00 88 54 4d 50 35 0a 02 00 70 7d 0c DID3..TMP5...p}.
2690: 00 00 01 00 44 49 44 34 00 88 54 4d 50 35 0a 03 ....DID4..TMP5..
26a0: 00 70 7d 0c 00 00 01 00 44 49 44 34 00 88 54 4d .p}.....DID4..TM
26b0: 50 35 0a 04 00 a4 54 4d 50 35 a4 12 05 01 0b 00 P5....TMP5......
26c0: 04 5b 82 43 06 44 44 30 31 14 1c 5f 41 44 52 08 .[.C.DD01.._ADR.
26d0: a0 09 93 44 49 44 31 00 a4 01 a1 0b a4 7b 0b ff ...DID1......{..
26e0: ff 44 49 44 31 00 14 0f 5f 44 43 53 00 a4 43 44 .DID1..._DCS..CD
26f0: 44 53 44 49 44 31 14 0f 5f 44 47 53 00 a4 4e 44 DSDID1.._DGS..ND
2700: 44 53 44 49 44 31 14 1f 5f 44 53 53 01 a0 18 93 DSDID1.._DSS....
2710: 7b 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 {h...........pNS
2720: 54 45 43 53 54 45 5b 82 44 06 44 44 30 32 14 1d TECSTE[.D.DD02..
2730: 5f 41 44 52 08 a0 0a 93 44 49 44 32 00 a4 0a 02 _ADR....DID2....
2740: a1 0b a4 7b 0b ff ff 44 49 44 32 00 14 0f 5f 44 ...{...DID2..._D
2750: 43 53 00 a4 43 44 44 53 44 49 44 32 14 0f 5f 44 CS..CDDSDID2.._D
2760: 47 53 00 a4 4e 44 44 53 44 49 44 32 14 1f 5f 44 GS..NDDSDID2.._D
2770: 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 00 0c 00 SS....{h........
2780: 00 00 c0 70 4e 53 54 45 43 53 54 45 5b 82 41 07 ...pNSTECSTE[.A.
2790: 44 44 30 33 14 1d 5f 41 44 52 08 a0 0a 93 44 49 DD03.._ADR....DI
27a0: 44 33 00 a4 0a 03 a1 0b a4 7b 0b ff ff 44 49 44 D3.......{...DID
27b0: 33 00 14 1c 5f 44 43 53 00 a0 0a 93 44 49 44 33 3..._DCS....DID3
27c0: 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 44 33 14 .......CDDSDID3.
27d0: 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 44 33 14 ._DGS..NDDSDID3.
27e0: 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 00 00 c0 ._DSS....{h.....
27f0: 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 54 45 5b ......pNSTECSTE[
2800: 82 41 07 44 44 30 34 14 1d 5f 41 44 52 08 a0 0a .A.DD04.._ADR...
2810: 93 44 49 44 34 00 a4 0a 04 a1 0b a4 7b 0b ff ff .DID4.......{...
2820: 44 49 44 34 00 14 1c 5f 44 43 53 00 a0 0a 93 44 DID4..._DCS....D
2830: 49 44 34 00 a4 0a 0b a1 0a a4 43 44 44 53 44 49 ID4.......CDDSDI
2840: 44 34 14 0f 5f 44 47 53 00 a4 4e 44 44 53 44 49 D4.._DGS..NDDSDI
2850: 44 34 14 1f 5f 44 53 53 01 a0 18 93 7b 68 0c 00 D4.._DSS....{h..
2860: 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 45 43 53 .........pNSTECS
2870: 54 45 5b 82 41 07 44 44 30 35 14 1d 5f 41 44 52 TE[.A.DD05.._ADR
2880: 08 a0 0a 93 44 49 44 35 00 a4 0a 05 a1 0b a4 7b ....DID5.......{
2890: 0b ff ff 44 49 44 35 00 14 1c 5f 44 43 53 00 a0 ...DID5..._DCS..
28a0: 0a 93 44 49 44 35 00 a4 0a 0b a1 0a a4 43 44 44 ..DID5.......CDD
28b0: 53 44 49 44 35 14 0f 5f 44 47 53 00 a4 4e 44 44 SDID5.._DGS..NDD
28c0: 53 44 49 44 35 14 1f 5f 44 53 53 01 a0 18 93 7b SDID5.._DSS....{
28d0: 68 0c 00 00 00 c0 00 0c 00 00 00 c0 70 4e 53 54 h...........pNST
28e0: 45 43 53 54 45 14 4e 06 53 44 44 4c 01 75 4e 44 ECSTE.N.SDDL.uND
28f0: 49 44 70 7b 68 0b 0f 0f 00 60 7d 0c 00 00 00 80 IDp{h....`}.....
2900: 60 61 a0 09 93 44 49 44 4c 60 a4 61 a0 09 93 44 `a...DIDL`.a...D
2910: 44 4c 32 60 a4 61 a0 09 93 44 44 4c 33 60 a4 61 DL2`.a...DDL3`.a
2920: a0 09 93 44 44 4c 34 60 a4 61 a0 09 93 44 44 4c ...DDL4`.a...DDL
2930: 35 60 a4 61 a0 09 93 44 44 4c 36 60 a4 61 a0 09 5`.a...DDL6`.a..
2940: 93 44 44 4c 37 60 a4 61 a0 09 93 44 44 4c 38 60 .DDL7`.a...DDL8`
2950: a4 61 a4 00 14 4a 08 43 44 44 53 01 a0 0f 93 43 .a...J.CDDS....C
2960: 41 44 4c 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 ADL{h..........C
2970: 41 4c 32 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL2{h..........C
2980: 41 4c 33 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL3{h..........C
2990: 41 4c 34 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL4{h..........C
29a0: 41 4c 35 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL5{h..........C
29b0: 41 4c 36 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL6{h..........C
29c0: 41 4c 37 7b 68 0b 0f 0f 00 a4 0a 1f a0 0f 93 43 AL7{h..........C
29d0: 41 4c 38 7b 68 0b 0f 0f 00 a4 0a 1f a4 0a 1d 14 AL8{h...........
29e0: 41 08 4e 44 44 53 01 a0 0e 93 4e 41 44 4c 7b 68 A.NDDS....NADL{h
29f0: 0b 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 32 7b 68 0b .........NDL2{h.
2a00: 0f 0f 00 a4 01 a0 0e 93 4e 44 4c 33 7b 68 0b 0f ........NDL3{h..
2a10: 0f 00 a4 01 a0 0e 93 4e 44 4c 34 7b 68 0b 0f 0f .......NDL4{h...
2a20: 00 a4 01 a0 0e 93 4e 44 4c 35 7b 68 0b 0f 0f 00 ......NDL5{h....
2a30: a4 01 a0 0e 93 4e 44 4c 36 7b 68 0b 0f 0f 00 a4 .....NDL6{h.....
2a40: 01 a0 0e 93 4e 44 4c 37 7b 68 0b 0f 0f 00 a4 01 ....NDL7{h......
2a50: a0 0e 93 4e 44 4c 38 7b 68 0b 0f 0f 00 a4 01 a4 ...NDL8{h.......
2a60: 00 14 40 07 42 52 54 4e 09 a0 14 93 7b 44 49 44 ..@.BRTN....{DID
2a70: 31 0b 00 0f 00 0b 00 04 86 44 44 30 31 68 a0 14 1........DD01h..
2a80: 93 7b 44 49 44 32 0b 00 0f 00 0b 00 04 86 44 44 .{DID2........DD
2a90: 30 32 68 a0 14 93 7b 44 49 44 33 0b 00 0f 00 0b 02h...{DID3.....
2aa0: 00 04 86 44 44 30 33 68 a0 14 93 7b 44 49 44 34 ...DD03h...{DID4
2ab0: 0b 00 0f 00 0b 00 04 86 44 44 30 34 68 a0 14 93 ........DD04h...
2ac0: 7b 44 49 44 35 0b 00 0f 00 0b 00 04 86 44 44 30 {DID5........DD0
2ad0: 35 68 10 24 5e 5e 50 43 49 30 5b 80 4d 43 48 50 5h.$^^PCI0[.MCHP
2ae0: 02 0a 40 0a c0 5b 81 10 4d 43 48 50 00 00 40 30 ..@..[..MCHP..@0
2af0: 54 41 53 4d 0a 00 06 5b 80 49 47 44 50 02 0a 40 TASM...[.IGDP..@
2b00: 0a c0 5b 81 45 05 49 47 44 50 00 00 40 09 00 01 ..[.E.IGDP..@...
2b10: 47 49 56 44 01 00 02 47 55 4d 41 03 00 09 00 04 GIVD...GUMA.....
2b20: 47 4d 46 4e 01 00 1b 00 40 46 41 53 4c 45 08 00 GMFN....@FASLE..
2b30: 18 47 53 53 45 01 47 53 53 42 0e 47 53 45 53 01 .GSSE.GSSB.GSES.
2b40: 00 30 00 08 43 44 56 4c 05 00 03 00 18 4c 42 50 .0..CDVL.....LBP
2b50: 43 08 00 30 41 53 4c 53 20 5b 80 49 47 44 4d 00 C..0ASLS [.IGDM.
2b60: 41 53 4c 42 0b 00 20 5b 81 4e 16 49 47 44 4d 00 ASLB.. [.N.IGDM.
2b70: 53 49 47 4e 40 08 53 49 5a 45 20 4f 56 45 52 20 SIGN@.SIZE OVER
2b80: 53 56 45 52 40 10 56 56 45 52 40 08 47 56 45 52 SVER@.VVER@.GVER
2b90: 40 08 4d 42 4f 58 20 00 40 52 44 52 44 59 20 43 @.MBOX .@RDRDY C
2ba0: 53 54 53 20 43 45 56 54 20 00 40 0a 44 49 44 4c STS CEVT .@.DIDL
2bb0: 20 44 44 4c 32 20 44 44 4c 33 20 44 44 4c 34 20 DDL2 DDL3 DDL4
2bc0: 44 44 4c 35 20 44 44 4c 36 20 44 44 4c 37 20 44 DDL5 DDL6 DDL7 D
2bd0: 44 4c 38 20 43 50 44 4c 20 43 50 4c 32 20 43 50 DL8 CPDL CPL2 CP
2be0: 4c 33 20 43 50 4c 34 20 43 50 4c 35 20 43 50 4c L3 CPL4 CPL5 CPL
2bf0: 36 20 43 50 4c 37 20 43 50 4c 38 20 43 41 44 4c 6 CPL7 CPL8 CADL
2c00: 20 43 41 4c 32 20 43 41 4c 33 20 43 41 4c 34 20 CAL2 CAL3 CAL4
2c10: 43 41 4c 35 20 43 41 4c 36 20 43 41 4c 37 20 43 CAL5 CAL6 CAL7 C
2c20: 41 4c 38 20 4e 41 44 4c 20 4e 44 4c 32 20 4e 44 AL8 NADL NDL2 ND
2c30: 4c 33 20 4e 44 4c 34 20 4e 44 4c 35 20 4e 44 4c L3 NDL4 NDL5 NDL
2c40: 36 20 4e 44 4c 37 20 4e 44 4c 38 20 41 53 4c 50 6 NDL7 NDL8 ASLP
2c50: 20 54 49 44 58 20 43 48 50 44 20 43 4c 49 44 20 TIDX CHPD CLID
2c60: 43 44 43 4b 20 53 58 53 57 20 45 56 54 53 20 43 CDCK SXSW EVTS C
2c70: 4e 4f 54 20 4e 52 44 59 20 00 40 1e 53 43 49 45 NOT NRDY .@.SCIE
2c80: 01 47 45 46 43 04 47 58 46 43 03 47 45 53 46 08 .GEFC.GXFC.GESF.
2c90: 00 10 50 41 52 4d 20 44 53 4c 50 20 00 40 7a 41 ..PARM DSLP .@zA
2ca0: 52 44 59 20 41 53 4c 43 20 54 43 48 45 20 41 4c RDY ASLC TCHE AL
2cb0: 53 49 20 42 43 4c 50 20 50 46 49 54 20 43 42 4c SI BCLP PFIT CBL
2cc0: 56 20 42 43 4c 4d 40 14 43 50 46 4d 20 00 40 5c V BCLM@.CPFM .@\
2cd0: 47 56 44 31 80 00 0e 08 44 42 54 42 12 32 15 00 GVD1....DBTB.2..
2ce0: 0a 07 0a 38 0b c0 01 0b 00 0e 0a 3f 0b c7 01 0b ...8.......?....
2cf0: 07 0e 0b f8 01 0b 38 0e 0b c0 0f 00 00 00 00 00 ......8.........
2d00: 0b 00 70 0b 07 70 0b 38 70 0b c0 71 0b 00 7e 08 ..p..p.8p..q..~.
2d10: 43 44 43 54 12 23 03 12 0a 03 0a c8 0b 40 01 0b CDCT.#.......@..
2d20: 90 01 12 0a 03 0a c8 0b 4d 01 0b 90 01 12 0a 03 ........M.......
2d30: 0a de 0b 4d 01 0b 7d 01 08 53 55 43 43 01 08 4e ...M..}..SUCC..N
2d40: 56 4c 44 0a 02 08 43 52 49 54 0a 04 08 4e 43 52 VLD...CRIT...NCR
2d50: 54 0a 06 14 4c 4a 47 53 43 49 08 14 44 1e 47 42 T...LJGSCI..D.GB
2d60: 44 41 08 a0 1a 93 47 45 53 46 00 70 0b 79 02 50 DA....GESF.p.y.P
2d70: 41 52 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 1a ARMp.GESF.SUCC..
2d80: 93 47 45 53 46 01 70 0b 40 02 50 41 52 4d 70 00 .GESF.p.@.PARMp.
2d90: 47 45 53 46 a4 53 55 43 43 a0 47 04 93 47 45 53 GESF.SUCC.G..GES
2da0: 46 0a 04 7b 50 41 52 4d 0c 00 00 ff ef 50 41 52 F..{PARM.....PAR
2db0: 4d 7b 50 41 52 4d 79 83 88 44 42 54 42 49 42 54 M{PARMy..DBTBIBT
2dc0: 54 00 0a 10 00 50 41 52 4d 7d 49 42 54 54 50 41 T....PARM}IBTTPA
2dd0: 52 4d 50 41 52 4d 70 00 47 45 53 46 a4 53 55 43 RMPARMp.GESF.SUC
2de0: 43 a0 4a 06 93 47 45 53 46 0a 05 70 49 50 53 43 C.J..GESF..pIPSC
2df0: 50 41 52 4d 7d 50 41 52 4d 79 49 50 41 54 0a 08 PARM}PARMyIPAT..
2e00: 00 50 41 52 4d 72 50 41 52 4d 0b 00 01 50 41 52 .PARMrPARM...PAR
2e10: 4d 7d 50 41 52 4d 79 4c 49 44 53 0a 10 00 50 41 M}PARMyLIDS...PA
2e20: 52 4d 72 50 41 52 4d 0c 00 00 01 00 50 41 52 4d RMrPARM.....PARM
2e30: 7d 50 41 52 4d 79 49 42 49 41 0a 14 00 50 41 52 }PARMyIBIA...PAR
2e40: 4d 70 00 47 45 53 46 a4 53 55 43 43 a0 2d 93 47 Mp.GESF.SUCC.-.G
2e50: 45 53 46 0a 06 70 49 54 56 46 50 41 52 4d 7d 50 ESF..pITVFPARM}P
2e60: 41 52 4d 79 49 54 56 4d 0a 04 00 50 41 52 4d 70 ARMyITVM...PARMp
2e70: 00 47 45 53 46 a4 53 55 43 43 a0 4f 08 93 47 45 .GESF.SUCC.O..GE
2e80: 53 46 0a 07 70 47 49 56 44 50 41 52 4d 7f 50 41 SF..pGIVDPARM.PA
2e90: 52 4d 01 50 41 52 4d 7d 50 41 52 4d 79 47 4d 46 RM.PARM}PARMyGMF
2ea0: 4e 01 00 50 41 52 4d 7d 50 41 52 4d 0b 00 10 50 N..PARM}PARM...P
2eb0: 41 52 4d a0 16 49 44 4d 4d 7d 50 41 52 4d 79 49 ARM..IDMM}PARMyI
2ec0: 44 4d 53 0a 11 00 50 41 52 4d a1 12 7d 50 41 52 DMS...PARM..}PAR
2ed0: 4d 79 49 44 4d 53 0a 0d 00 50 41 52 4d 7d 79 83 MyIDMS...PARM}y.
2ee0: 88 83 88 43 44 43 54 48 56 43 4f 00 74 43 44 56 ...CDCTHVCO.tCDV
2ef0: 4c 01 00 00 0a 15 00 50 41 52 4d 50 41 52 4d 70 L......PARMPARMp
2f00: 01 47 45 53 46 a4 53 55 43 43 a0 2a 93 47 45 53 .GESF.SUCC.*.GES
2f10: 46 0a 0a 70 00 50 41 52 4d a0 10 49 53 53 43 7d F..p.PARM..ISSC}
2f20: 50 41 52 4d 0a 03 50 41 52 4d 70 00 47 45 53 46 PARM..PARMp.GESF
2f30: a4 53 55 43 43 70 00 47 45 53 46 a4 43 52 49 54 .SUCCp.GESF.CRIT
2f40: 14 41 28 53 42 43 42 08 a0 20 93 47 45 53 46 00 .A(SBCB.. .GESF.
2f50: 70 00 50 41 52 4d 70 0b 7d f7 50 41 52 4d 70 00 p.PARMp.}.PARMp.
2f60: 47 45 53 46 a4 53 55 43 43 a0 18 93 47 45 53 46 GESF.SUCC...GESF
2f70: 01 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
2f80: 43 43 a0 19 93 47 45 53 46 0a 03 70 00 47 45 53 CC...GESF..p.GES
2f90: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 47 Fp.PARM.SUCC...G
2fa0: 45 53 46 0a 04 70 00 47 45 53 46 70 00 50 41 52 ESF..p.GESFp.PAR
2fb0: 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a 05 70 M.SUCC...GESF..p
2fc0: 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 43 .GESFp.PARM.SUCC
2fd0: a0 37 93 47 45 53 46 0a 06 70 7b 50 41 52 4d 0a .7.GESF..p{PARM.
2fe0: 0f 00 49 54 56 46 70 7a 7b 50 41 52 4d 0a f0 00 ..ITVFpz{PARM...
2ff0: 0a 04 00 49 54 56 4d 70 00 47 45 53 46 70 00 50 ...ITVMp.GESFp.P
3000: 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 0a ARM.SUCC...GESF.
3010: 07 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 .p.GESFp.PARM.SU
3020: 43 43 a0 19 93 47 45 53 46 0a 08 70 00 47 45 53 CC...GESF..p.GES
3030: 46 70 00 50 41 52 4d a4 53 55 43 43 a0 24 93 47 Fp.PARM.SUCC.$.G
3040: 45 53 46 0a 09 7b 50 41 52 4d 0a ff 49 42 54 54 ESF..{PARM..IBTT
3050: 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 55 43 p.GESFp.PARM.SUC
3060: 43 a0 46 05 93 47 45 53 46 0a 0a 7b 50 41 52 4d C.F..GESF..{PARM
3070: 0a ff 49 50 53 43 a0 21 7b 7a 50 41 52 4d 0a 08 ..IPSC.!{zPARM..
3080: 00 0a ff 00 7b 7a 50 41 52 4d 0a 08 00 0a ff 49 ....{zPARM.....I
3090: 50 41 54 76 49 50 41 54 7b 7a 50 41 52 4d 0a 14 PATvIPAT{zPARM..
30a0: 00 0a 07 49 42 49 41 70 00 47 45 53 46 70 00 50 ...IBIAp.GESFp.P
30b0: 41 52 4d a4 53 55 43 43 a0 40 06 93 47 45 53 46 ARM.SUCC.@..GESF
30c0: 0a 0b 7b 7a 50 41 52 4d 01 00 01 49 46 31 45 a0 ..{zPARM...IF1E.
30d0: 21 7b 50 41 52 4d 0c 00 e0 01 00 00 7b 7a 50 41 !{PARM......{zPA
30e0: 52 4d 0a 0d 00 0a 0f 49 44 4d 53 70 00 49 44 4d RM.....IDMSp.IDM
30f0: 4d a1 16 7b 7a 50 41 52 4d 0a 11 00 0a 0f 49 44 M..{zPARM.....ID
3100: 4d 53 70 01 49 44 4d 4d 70 00 47 45 53 46 70 00 MSp.IDMMp.GESFp.
3110: 50 41 52 4d a4 53 55 43 43 a0 19 93 47 45 53 46 PARM.SUCC...GESF
3120: 0a 10 70 00 47 45 53 46 70 00 50 41 52 4d a4 53 ..p.GESFp.PARM.S
3130: 55 43 43 a0 1f 93 47 45 53 46 0a 11 7d 50 41 52 UCC...GESF..}PAR
3140: 4d 0b 00 01 50 41 52 4d 70 00 47 45 53 46 a4 53 M...PARMp.GESF.S
3150: 55 43 43 a0 49 04 93 47 45 53 46 0a 12 a0 26 7b UCC.I..GESF...&{
3160: 50 41 52 4d 01 00 a0 10 93 7a 50 41 52 4d 01 00 PARM.....zPARM..
3170: 01 70 01 49 53 53 43 a1 0c 70 00 47 45 53 46 a4 .p.ISSC..p.GESF.
3180: 43 52 49 54 a1 07 70 00 49 53 53 43 70 00 47 45 CRIT..p.ISSCp.GE
3190: 53 46 70 00 50 41 52 4d a4 53 55 43 43 a0 19 93 SFp.PARM.SUCC...
31a0: 47 45 53 46 0a 13 70 00 47 45 53 46 70 00 50 41 GESF..p.GESFp.PA
31b0: 52 4d a4 53 55 43 43 70 00 47 45 53 46 a4 53 55 RM.SUCCp.GESF.SU
31c0: 43 43 a0 11 93 47 45 46 43 0a 04 70 47 42 44 41 CC...GEFC..pGBDA
31d0: 47 58 46 43 a0 11 93 47 45 46 43 0a 06 70 53 42 GXFC...GEFC..pSB
31e0: 43 42 47 58 46 43 70 00 47 45 46 43 70 01 53 43 CBGXFCp.GEFCp.SC
31f0: 49 53 70 00 47 53 53 45 70 00 53 43 49 45 a4 00 ISp.GSSEp.SCIE..
3200: 14 19 50 44 52 44 00 a0 0c 92 44 52 44 59 5b 22 ..PDRD....DRDY["
3210: 41 53 4c 50 a4 92 44 52 44 59 14 1d 50 53 54 53 ASLP..DRDY..PSTS
3220: 00 a0 0e 94 43 53 54 53 0a 02 5b 22 41 53 4c 50 ....CSTS..["ASLP
3230: a4 93 43 53 54 53 0a 03 14 47 06 47 4e 4f 54 02 ..CSTS...G.GNOT.
3240: a0 07 50 44 52 44 a4 01 a0 07 50 53 54 53 a4 01 ..PDRD....PSTS..
3250: 70 68 43 45 56 54 70 0a 03 43 53 54 53 a0 2c 90 phCEVTp..CSTS.,.
3260: 93 43 48 50 44 00 93 69 00 a0 18 91 94 4f 53 59 .CHPD..i.....OSY
3270: 53 0b d0 07 95 4f 53 59 53 0b d6 07 86 50 43 49 S....OSYS....PCI
3280: 30 69 a1 07 86 47 46 58 30 69 86 47 46 58 30 0a 0i...GFX0i.GFX0.
3290: 80 a0 0c 92 50 53 54 53 70 00 43 45 56 54 a4 00 ....PSTSp.CEVT..
32a0: 14 13 47 48 44 53 01 70 68 54 49 44 58 a4 47 4e ..GHDS.phTIDX.GN
32b0: 4f 54 01 00 14 14 47 4c 49 44 01 70 68 43 4c 49 OT....GLID.phCLI
32c0: 44 a4 47 4e 4f 54 0a 02 00 14 15 47 44 43 4b 01 D.GNOT.....GDCK.
32d0: 70 68 43 44 43 4b a4 47 4e 4f 54 0a 04 0a 80 14 phCDCK.GNOT.....
32e0: 19 50 41 52 44 00 a0 0c 92 41 52 44 59 5b 22 41 .PARD....ARDY["A
32f0: 53 4c 50 a4 92 41 52 44 59 14 46 0c 41 49 4e 54 SLP..ARDY.F.AINT
3300: 02 a0 0e 92 7b 54 43 48 45 79 01 68 00 00 a4 01 ....{TCHEy.h....
3310: a0 07 50 41 52 44 a4 01 a0 4c 05 93 68 0a 02 a0 ..PARD...L..h...
3320: 33 43 50 46 4d a0 0e 93 43 50 46 4d 01 70 0a 06 3CPFM...CPFM.p..
3330: 50 46 49 54 a0 0f 93 43 50 46 4d 0a 06 70 0a 08 PFIT...CPFM..p..
3340: 50 46 49 54 a0 0e 93 43 50 46 4d 0a 08 70 01 50 PFIT...CPFM..p.P
3350: 46 49 54 a1 0c 7f 50 46 49 54 0a 07 50 46 49 54 FIT...PFIT..PFIT
3360: 7d 50 46 49 54 0c 00 00 00 80 50 46 49 54 70 0a }PFIT.....PFITp.
3370: 04 41 53 4c 43 a1 42 04 a0 28 93 68 01 70 78 77 .ASLC.B..(.h.pxw
3380: 69 0a ff 00 0a 64 00 00 42 43 4c 50 7d 42 43 4c i....d..BCLP}BCL
3390: 50 0c 00 00 00 80 42 43 4c 50 70 0a 02 41 53 4c P.....BCLPp..ASL
33a0: 43 a1 16 a0 10 93 68 00 70 69 41 4c 53 49 70 01 C.....h.piALSIp.
33b0: 41 53 4c 43 a1 03 a4 01 70 00 4c 42 50 43 a4 00 ASLC....p.LBPC..
33c0: 10 41 36 5c 00 5b 80 49 4f 5f 54 01 0b 00 08 0a .A6\.[.IO_T.....
33d0: 10 5b 81 0e 49 4f 5f 54 01 00 40 04 54 52 50 30 .[..IO_T..@.TRP0
33e0: 08 5b 80 50 4d 49 4f 01 0b 00 10 0a 80 5b 81 28 .[.PMIO......[.(
33f0: 50 4d 49 4f 01 00 40 15 00 08 00 02 41 43 50 57 PMIO..@.....ACPW
3400: 01 00 45 0b 00 01 47 50 45 43 01 00 4e 10 00 09 ..E...GPEC..N...
3410: 53 43 49 53 01 00 06 5b 80 47 50 49 4f 01 0b 80 SCIS...[.GPIO...
3420: 11 0a 3c 5b 81 40 0c 47 50 49 4f 01 47 55 30 30 ..<[.@.GPIO.GU00
3430: 08 47 55 30 31 08 47 55 30 32 08 47 55 30 33 08 .GU01.GU02.GU03.
3440: 47 49 4f 30 08 47 49 4f 31 08 47 49 4f 32 08 47 GIO0.GIO1.GIO2.G
3450: 49 4f 33 08 00 20 47 4c 30 30 08 47 4c 30 31 08 IO3.. GL00.GL01.
3460: 47 4c 30 32 08 00 03 47 50 32 37 01 47 50 32 38 GL02...GP27.GP28
3470: 01 00 03 00 40 04 47 42 30 30 08 47 42 30 31 08 ....@.GB00.GB01.
3480: 47 42 30 32 08 47 42 30 33 08 00 40 08 47 49 56 GB02.GB03..@.GIV
3490: 30 08 00 03 4c 50 4f 4c 01 00 04 47 49 56 32 08 0...LPOL...GIV2.
34a0: 47 49 56 33 08 47 55 30 34 08 47 55 30 35 08 47 GIV3.GU04.GU05.G
34b0: 55 30 36 08 47 55 30 37 08 47 49 4f 34 08 47 49 U06.GU07.GIO4.GI
34c0: 4f 35 08 47 49 4f 36 08 47 49 4f 37 08 00 05 47 O5.GIO6.GIO7...G
34d0: 50 33 37 01 00 02 47 4c 30 35 08 47 4c 30 36 08 P37...GL05.GL06.
34e0: 47 4c 30 37 08 5b 80 52 43 52 42 00 0c 00 c0 d1 GL07.[.RCRB.....
34f0: fe 0b 00 40 5b 81 48 05 52 43 52 42 13 00 80 00 ...@[.H.RCRB....
3500: 08 00 80 00 10 00 80 02 02 48 50 41 53 02 00 05 .........HPAS...
3510: 48 50 41 45 01 00 48 09 00 01 50 41 54 44 01 53 HPAE..H...PATD.S
3520: 41 54 44 01 53 4d 42 44 01 48 44 41 44 01 00 0b ATD.SMBD.HDAD...
3530: 52 50 31 44 01 52 50 32 44 01 52 50 33 44 01 52 RP1D.RP2D.RP3D.R
3540: 50 34 44 01 52 50 35 44 01 52 50 36 44 01 08 5f P4D.RP5D.RP6D.._
3550: 53 30 5f 12 05 03 00 00 00 08 5f 53 33 5f 12 07 S0_......._S3_..
3560: 03 0a 05 0a 05 00 08 5f 53 34 5f 12 07 03 0a 06 ......._S4_.....
3570: 0a 06 00 08 5f 53 35 5f 12 07 03 0a 07 0a 07 00 ...._S5_........
3580: 14 45 04 47 45 54 50 09 a0 0e 93 7b 68 0a 09 00 .E.GETP....{h...
3590: 00 a4 0c ff ff ff ff a0 0d 93 7b 68 0a 09 00 0a ..........{h....
35a0: 08 a4 0b 84 03 7a 7b 68 0b 00 03 00 0a 08 60 7a .....z{h......`z
35b0: 7b 68 0b 00 30 00 0a 0c 61 a4 77 0a 1e 74 0a 09 {h..0...a.w..t..
35c0: 72 60 61 00 00 00 14 30 47 44 4d 41 0d a0 23 68 r`a....0GDMA..#h
35d0: a0 07 90 69 6c a4 0a 14 a0 0e 90 6a 6c a4 77 74 ...il......jl.wt
35e0: 0a 04 6b 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a 1e ..k.....wt..k...
35f0: 00 a4 0c ff ff ff ff 14 1f 47 45 54 54 09 a4 77 .........GETT..w
3600: 0a 1e 74 0a 09 72 7b 7a 68 0a 02 00 0a 03 00 7b ..t..r{zh......{
3610: 68 0a 03 00 00 00 00 14 44 06 47 45 54 46 0b 08 h.......D.GETF..
3620: 54 4d 50 46 00 a0 0c 68 7d 54 4d 50 46 01 54 4d TMPF...h}TMPF.TM
3630: 50 46 a0 11 7b 6a 0a 02 00 7d 54 4d 50 46 0a 02 PF..{j...}TMPF..
3640: 54 4d 50 46 a0 0d 69 7d 54 4d 50 46 0a 04 54 4d TMPF..i}TMPF..TM
3650: 50 46 a0 11 7b 6a 0a 20 00 7d 54 4d 50 46 0a 08 PF..{j. .}TMPF..
3660: 54 4d 50 46 a0 12 7b 6a 0b 00 40 00 7d 54 4d 50 TMPF..{j..@.}TMP
3670: 46 0a 10 54 4d 50 46 a4 54 4d 50 46 14 3d 53 45 F..TMPF.TMPF.=SE
3680: 54 50 0b a0 08 94 68 0a f0 a4 0a 08 a1 2d a0 27 TP....h......-.'
3690: 7b 69 0a 02 00 a0 10 90 92 94 68 0a 78 7b 6a 0a {i........h.x{j.
36a0: 02 00 a4 0b 01 23 a0 0f 90 92 94 68 0a b4 7b 6a .....#.....h..{j
36b0: 01 00 a4 0b 01 21 a4 0b 01 10 14 37 53 44 4d 41 .....!.....7SDMA
36c0: 09 a0 08 92 94 68 0a 14 a4 01 a0 09 92 94 68 0a .....h........h.
36d0: 1e a4 0a 02 a0 08 92 94 68 0a 2d a4 01 a0 09 92 ........h.-.....
36e0: 94 68 0a 3c a4 0a 02 a0 08 92 94 68 0a 5a a4 01 .h.<.......h.Z..
36f0: a4 00 14 2f 53 45 54 54 0b a0 25 7b 69 0a 02 00 .../SETT..%{i...
3700: a0 0f 90 92 94 68 0a 78 7b 6a 0a 02 00 a4 0a 0b .....h.x{j......
3710: a0 0e 90 92 94 68 0a b4 7b 6a 01 00 a4 0a 09 a4 .....h..{j......
3720: 0a 04 5b 82 4b 04 48 44 45 46 08 5f 41 44 52 0c ..[.K.HDEF._ADR.
3730: 00 00 1b 00 5b 80 48 44 41 52 02 0a 4c 0a 10 5b ....[.HDAR..L..[
3740: 81 22 48 44 41 52 02 44 43 4b 41 01 00 07 44 43 ."HDAR.DCKA...DC
3750: 4b 4d 01 00 06 44 43 4b 53 01 00 30 00 0f 50 4d KM...DCKS..0..PM
3760: 45 53 01 08 5f 50 52 57 12 06 02 0a 0d 0a 03 5b ES.._PRW.......[
3770: 82 41 10 52 50 30 31 08 5f 41 44 52 0c 00 00 1c .A.RP01._ADR....
3780: 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b 81 45 04 .[.PXCS..@..[.E.
3790: 50 58 43 53 40 00 40 09 00 0d 4c 41 53 58 01 00 PXCS@.@...LASX..
37a0: 32 41 42 50 58 01 00 02 50 44 43 58 01 00 02 50 2ABPX...PDCX...P
37b0: 44 53 58 01 00 01 4c 53 43 58 01 00 27 00 10 50 DSX...LSCX..'..P
37c0: 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 01 50 4d SPX..O<..HPSX.PM
37d0: 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 44 52 00 SX.[..PXSX._ADR.
37e0: 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 a4 12 .A._PRT..3GPIC..
37f0: 2c 04 12 09 04 0b ff ff 00 00 0a 10 12 09 04 0b ,...............
3800: ff ff 01 00 0a 11 12 0a 04 0b ff ff 0a 02 00 0a ................
3810: 12 12 0a 04 0b ff ff 0a 03 00 0a 13 a1 45 05 a4 .............E..
3820: 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e 4c 50 .A.........^^.LP
3830: 43 42 4c 4e 4b 41 00 12 12 04 0b ff ff 01 5e 5e CBLNKA........^^
3840: 2e 4c 50 43 42 4c 4e 4b 42 00 12 13 04 0b ff ff .LPCBLNKB.......
3850: 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 ..^^.LPCBLNKC...
3860: 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c 4e 4b ......^^.LPCBLNK
3870: 44 00 5b 82 41 10 52 50 30 32 08 5f 41 44 52 0c D.[.A.RP02._ADR.
3880: 01 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a c0 5b ....[.PXCS..@..[
3890: 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c 41 53 .E.PXCS@.@...LAS
38a0: 58 01 00 32 41 42 50 58 01 00 02 50 44 43 58 01 X..2ABPX...PDCX.
38b0: 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 00 27 ..PDSX...LSCX..'
38c0: 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 53 58 ..PSPX..O<..HPSX
38d0: 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 08 5f 41 .PMSX.[..PXSX._A
38e0: 44 52 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 DR..A._PRT..3GPI
38f0: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 11 12 C..,............
3900: 09 04 0b ff ff 01 00 0a 12 12 0a 04 0b ff ff 0a ................
3910: 02 00 0a 13 12 0a 04 0b ff ff 0a 03 00 0a 10 a1 ................
3920: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3930: 2e 4c 50 43 42 4c 4e 4b 42 00 12 12 04 0b ff ff .LPCBLNKB.......
3940: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 43 00 12 13 04 .^^.LPCBLNKC....
3950: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 .....^^.LPCBLNKD
3960: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3970: 4c 4e 4b 41 00 5b 82 4d 11 52 50 30 33 08 5f 41 LNKA.[.M.RP03._A
3980: 44 52 0c 02 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3990: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
39a0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
39b0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
39c0: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
39d0: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
39e0: 08 5f 41 44 52 00 08 2e 50 58 53 58 5f 52 4d 56 ._ADR...PXSX_RMV
39f0: 01 08 2e 50 58 53 58 5f 50 52 57 12 06 02 0a 09 ...PXSX_PRW.....
3a00: 0a 03 14 41 09 5f 50 52 54 00 a0 33 47 50 49 43 ...A._PRT..3GPIC
3a10: a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 12 12 09 ..,.............
3a20: 04 0b ff ff 01 00 0a 13 12 0a 04 0b ff ff 0a 02 ................
3a30: 00 0a 10 12 0a 04 0b ff ff 0a 03 00 0a 11 a1 45 ...............E
3a40: 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e 2e ...A.........^^.
3a50: 4c 50 43 42 4c 4e 4b 43 00 12 12 04 0b ff ff 01 LPCBLNKC........
3a60: 5e 5e 2e 4c 50 43 42 4c 4e 4b 44 00 12 13 04 0b ^^.LPCBLNKD.....
3a70: ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 ....^^.LPCBLNKA.
3a80: 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3a90: 4e 4b 42 00 5b 82 4f 11 52 50 30 34 08 5f 41 44 NKB.[.O.RP04._AD
3aa0: 52 0c 03 00 1c 00 5b 80 50 58 43 53 02 0a 40 0a R.....[.PXCS..@.
3ab0: c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d 4c .[.E.PXCS@.@...L
3ac0: 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 43 ASX..2ABPX...PDC
3ad0: 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 01 X...PDSX...LSCX.
3ae0: 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 50 .'..PSPX..O<..HP
3af0: 53 58 01 50 4d 53 58 01 5b 82 29 50 58 53 58 08 SX.PMSX.[.)PXSX.
3b00: 5f 41 44 52 00 14 1d 5f 50 52 57 00 a0 0d 57 4b _ADR..._PRW...WK
3b10: 4c 4e a4 12 06 02 0a 09 0a 03 a1 08 a4 12 05 02 LN..............
3b20: 0a 09 00 14 41 09 5f 50 52 54 00 a0 33 47 50 49 ....A._PRT..3GPI
3b30: 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 0a 13 12 C..,............
3b40: 09 04 0b ff ff 01 00 0a 10 12 0a 04 0b ff ff 0a ................
3b50: 02 00 0a 11 12 0a 04 0b ff ff 0a 03 00 0a 12 a1 ................
3b60: 45 05 a4 12 41 05 04 12 12 04 0b ff ff 00 5e 5e E...A.........^^
3b70: 2e 4c 50 43 42 4c 4e 4b 44 00 12 12 04 0b ff ff .LPCBLNKD.......
3b80: 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 13 04 .^^.LPCBLNKA....
3b90: 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 .....^^.LPCBLNKB
3ba0: 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c 50 43 42 .........^^.LPCB
3bb0: 4c 4e 4b 43 00 5b 82 41 10 52 50 30 35 08 5f 41 LNKC.[.A.RP05._A
3bc0: 44 52 0c 04 00 1c 00 5b 80 50 58 43 53 02 0a 40 DR.....[.PXCS..@
3bd0: 0a c0 5b 81 45 04 50 58 43 53 40 00 40 09 00 0d ..[.E.PXCS@.@...
3be0: 4c 41 53 58 01 00 32 41 42 50 58 01 00 02 50 44 LASX..2ABPX...PD
3bf0: 43 58 01 00 02 50 44 53 58 01 00 01 4c 53 43 58 CX...PDSX...LSCX
3c00: 01 00 27 00 10 50 53 50 58 01 00 4f 3c 00 1e 48 ..'..PSPX..O<..H
3c10: 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 58 53 58 PSX.PMSX.[..PXSX
3c20: 08 5f 41 44 52 00 14 41 09 5f 50 52 54 00 a0 33 ._ADR..A._PRT..3
3c30: 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ff 00 00 GPIC..,.........
3c40: 0a 10 12 09 04 0b ff ff 01 00 0a 11 12 0a 04 0b ................
3c50: ff ff 0a 02 00 0a 12 12 0a 04 0b ff ff 0a 03 00 ................
3c60: 0a 13 a1 45 05 a4 12 41 05 04 12 12 04 0b ff ff ...E...A........
3c70: 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 41 00 12 12 04 .^^.LPCBLNKA....
3c80: 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3c90: 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 43 42 4c ........^^.LPCBL
3ca0: 4e 4b 43 00 12 13 04 0b ff ff 0a 03 5e 5e 2e 4c NKC.........^^.L
3cb0: 50 43 42 4c 4e 4b 44 00 5b 82 41 10 52 50 30 36 PCBLNKD.[.A.RP06
3cc0: 08 5f 41 44 52 0c 05 00 1c 00 5b 80 50 58 43 53 ._ADR.....[.PXCS
3cd0: 02 0a 40 0a c0 5b 81 45 04 50 58 43 53 40 00 40 ..@..[.E.PXCS@.@
3ce0: 09 00 0d 4c 41 53 58 01 00 32 41 42 50 58 01 00 ...LASX..2ABPX..
3cf0: 02 50 44 43 58 01 00 02 50 44 53 58 01 00 01 4c .PDCX...PDSX...L
3d00: 53 43 58 01 00 27 00 10 50 53 50 58 01 00 4f 3c SCX..'..PSPX..O<
3d10: 00 1e 48 50 53 58 01 50 4d 53 58 01 5b 82 0b 50 ..HPSX.PMSX.[..P
3d20: 58 53 58 08 5f 41 44 52 00 14 41 09 5f 50 52 54 XSX._ADR..A._PRT
3d30: 00 a0 33 47 50 49 43 a4 12 2c 04 12 09 04 0b ff ..3GPIC..,......
3d40: ff 00 00 0a 11 12 09 04 0b ff ff 01 00 0a 12 12 ................
3d50: 0a 04 0b ff ff 0a 02 00 0a 13 12 0a 04 0b ff ff ................
3d60: 0a 03 00 0a 10 a1 45 05 a4 12 41 05 04 12 12 04 ......E...A.....
3d70: 0b ff ff 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 42 00 ....^^.LPCBLNKB.
3d80: 12 12 04 0b ff ff 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
3d90: 4b 43 00 12 13 04 0b ff ff 0a 02 5e 5e 2e 4c 50 KC.........^^.LP
3da0: 43 42 4c 4e 4b 44 00 12 13 04 0b ff ff 0a 03 5e CBLNKD.........^
3db0: 5e 2e 4c 50 43 42 4c 4e 4b 41 00 5b 82 4d 06 55 ^.LPCBLNKA.[.M.U
3dc0: 53 42 31 08 5f 41 44 52 0c 00 00 1d 00 5b 80 55 SB1._ADR.....[.U
3dd0: 31 43 53 02 0a c4 0a 04 5b 81 0b 55 31 43 53 03 1CS.....[..U1CS.
3de0: 55 31 45 4e 02 08 5f 50 52 57 12 06 02 0a 03 0a U1EN.._PRW......
3df0: 03 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 ..$_PSW...hp.ACP
3e00: 57 a0 0c 41 43 50 57 70 0a 03 55 31 45 4e a1 07 W..ACPWp..U1EN..
3e10: 70 00 55 31 45 4e 14 09 5f 53 33 44 00 a4 0a 02 p.U1EN.._S3D....
3e20: 14 09 5f 53 34 44 00 a4 0a 02 5b 82 4c 06 55 53 .._S4D....[.L.US
3e30: 42 32 08 5f 41 44 52 0c 01 00 1d 00 5b 80 55 32 B2._ADR.....[.U2
3e40: 43 53 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 CS.....[..U2CS.U
3e50: 32 45 4e 02 08 5f 50 52 57 12 06 02 0a 04 0a 03 2EN.._PRW.......
3e60: 14 23 5f 50 53 57 01 a0 14 68 70 01 41 43 50 57 .#_PSW...hp.ACPW
3e70: a0 0b 41 43 50 57 70 01 55 32 45 4e a1 07 70 00 ..ACPWp.U2EN..p.
3e80: 55 32 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 U2EN.._S3D......
3e90: 5f 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 33 _S4D....[.M.USB3
3ea0: 08 5f 41 44 52 0c 02 00 1d 00 5b 80 55 32 43 53 ._ADR.....[.U2CS
3eb0: 02 0a c4 0a 04 5b 81 0b 55 32 43 53 03 55 33 45 .....[..U2CS.U3E
3ec0: 4e 02 08 5f 50 52 57 12 06 02 0a 0c 0a 03 14 24 N.._PRW........$
3ed0: 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c _PSW...hp.ACPW..
3ee0: 41 43 50 57 70 0a 03 55 33 45 4e a1 07 70 00 55 ACPWp..U3EN..p.U
3ef0: 33 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 3EN.._S3D......_
3f00: 53 34 44 00 a4 0a 02 5b 82 4d 06 55 53 42 34 08 S4D....[.M.USB4.
3f10: 5f 41 44 52 0c 00 00 1a 00 5b 80 55 34 43 53 02 _ADR.....[.U4CS.
3f20: 0a c4 0a 04 5b 81 0b 55 34 43 53 03 55 34 45 4e ....[..U4CS.U4EN
3f30: 02 08 5f 50 52 57 12 06 02 0a 0e 0a 03 14 24 5f .._PRW........$_
3f40: 50 53 57 01 a0 15 68 70 01 41 43 50 57 a0 0c 41 PSW...hp.ACPW..A
3f50: 43 50 57 70 0a 03 55 34 45 4e a1 07 70 00 55 34 CPWp..U4EN..p.U4
3f60: 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 EN.._S3D......_S
3f70: 34 44 00 a4 0a 02 5b 82 41 06 55 53 42 35 08 5f 4D....[.A.USB5._
3f80: 41 44 52 0c 01 00 1a 00 5b 80 55 35 43 53 02 0a ADR.....[.U5CS..
3f90: c4 0a 04 5b 81 0b 55 35 43 53 03 55 35 45 4e 02 ...[..U5CS.U5EN.
3fa0: 14 24 5f 50 53 57 01 a0 15 68 70 01 41 43 50 57 .$_PSW...hp.ACPW
3fb0: a0 0c 41 43 50 57 70 0a 03 55 35 45 4e a1 07 70 ..ACPWp..U5EN..p
3fc0: 00 55 35 45 4e 14 09 5f 53 33 44 00 a4 0a 02 14 .U5EN.._S3D.....
3fd0: 09 5f 53 34 44 00 a4 0a 02 5b 82 4b 0a 45 48 43 ._S4D....[.K.EHC
3fe0: 31 08 5f 41 44 52 0c 07 00 1d 00 5b 80 55 37 43 1._ADR.....[.U7C
3ff0: 53 02 0a 54 0a 04 5b 81 0d 55 37 43 53 03 00 0f S..T..[..U7CS...
4000: 50 4d 45 53 01 5b 82 4f 05 48 55 42 37 08 5f 41 PMES.[.O.HUB7._A
4010: 44 52 00 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 DR.[..PRT1._ADR.
4020: 5b 82 0c 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 [..PRT2._ADR..[.
4030: 0c 50 52 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 .PRT3._ADR..[..P
4040: 52 54 34 08 5f 41 44 52 0a 04 5b 82 0c 50 52 54 RT4._ADR..[..PRT
4050: 35 08 5f 41 44 52 0a 05 5b 82 0c 50 52 54 36 08 5._ADR..[..PRT6.
4060: 5f 41 44 52 0a 06 08 5f 50 52 57 12 06 02 0a 0d _ADR..._PRW.....
4070: 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f 53 ...._S3D......_S
4080: 34 44 00 a4 0a 02 5b 82 4f 08 45 48 43 32 08 5f 4D....[.O.EHC2._
4090: 41 44 52 0c 07 00 1a 00 5b 80 55 46 43 53 02 0a ADR.....[.UFCS..
40a0: 54 0a 04 5b 81 0d 55 46 43 53 03 00 0f 50 4d 45 T..[..UFCS...PME
40b0: 53 01 5b 82 43 04 48 55 42 37 08 5f 41 44 52 00 S.[.C.HUB7._ADR.
40c0: 5b 82 0b 50 52 54 31 08 5f 41 44 52 01 5b 82 0c [..PRT1._ADR.[..
40d0: 50 52 54 32 08 5f 41 44 52 0a 02 5b 82 0c 50 52 PRT2._ADR..[..PR
40e0: 54 33 08 5f 41 44 52 0a 03 5b 82 0c 50 52 54 34 T3._ADR..[..PRT4
40f0: 08 5f 41 44 52 0a 04 08 5f 50 52 57 12 06 02 0a ._ADR..._PRW....
4100: 0d 0a 03 14 09 5f 53 33 44 00 a4 0a 02 14 09 5f ....._S3D......_
4110: 53 34 44 00 a4 0a 02 5b 82 4a 06 50 43 49 42 08 S4D....[.J.PCIB.
4120: 5f 41 44 52 0c 00 00 1e 00 14 49 05 5f 50 52 54 _ADR......I._PRT
4130: 00 a0 21 47 50 49 43 a4 12 1a 02 12 0b 04 0c ff ..!GPIC.........
4140: ff 06 00 00 00 0a 16 12 0b 04 0c ff ff 06 00 01 ................
4150: 00 0a 17 a1 2f a4 12 2c 02 12 14 04 0c ff ff 06 ..../..,........
4160: 00 00 5e 5e 2e 4c 50 43 42 4c 4e 4b 47 00 12 14 ..^^.LPCBLNKG...
4170: 04 0c ff ff 06 00 01 5e 5e 2e 4c 50 43 42 4c 4e .......^^.LPCBLN
4180: 4b 48 00 5b 82 8d 2e 01 4c 50 43 42 08 5f 41 44 KH.[....LPCB._AD
4190: 52 0c 00 00 1f 00 5b 80 4c 50 43 30 02 0a 40 0a R.....[.LPC0..@.
41a0: c0 5b 81 4d 07 4c 50 43 30 00 00 40 10 50 41 52 .[.M.LPC0..@.PAR
41b0: 43 08 50 42 52 43 08 50 43 52 43 08 50 44 52 43 C.PBRC.PCRC.PDRC
41c0: 08 00 20 50 45 52 43 08 50 46 52 43 08 50 47 52 .. PERC.PFRC.PGR
41d0: 43 08 50 48 52 43 08 00 40 0a 43 4d 41 52 03 00 C.PHRC..@.CMAR..
41e0: 01 43 4d 42 52 03 00 01 4c 50 54 52 02 00 06 43 .CMBR...LPTR...C
41f0: 4d 41 44 01 43 4d 42 44 01 4c 50 54 44 01 46 44 MAD.CMBD.LPTD.FD
4200: 44 44 01 00 2c 49 4f 52 32 10 00 02 4c 47 52 4d DD..,IOR2...LGRM
4210: 06 00 48 32 52 41 45 4e 01 00 0d 52 43 42 41 12 ..H2RAEN...RCBA.
4220: 5b 80 53 4d 49 30 01 0c 00 fe 00 00 0c 02 00 00 [.SMI0..........
4230: 00 5b 81 0b 53 4d 49 30 00 53 4d 49 43 08 5b 80 .[..SMI0.SMIC.[.
4240: 53 4d 49 31 00 0c bd 2e 6e bf 0c 90 00 00 00 5b SMI1....n......[
4250: 81 16 53 4d 49 31 00 42 43 4d 44 08 44 49 44 5f ..SMI1.BCMD.DID_
4260: 20 49 4e 46 4f 40 40 5b 81 15 53 4d 49 31 00 01 INFO@@[..SMI1..
4270: 01 00 00 28 49 4e 46 5f 08 49 4e 46 31 20 5b 01 ...(INF_.INF1 [.
4280: 50 53 4d 58 00 14 27 50 48 53 53 01 5b 23 50 53 PSMX..'PHSS.[#PS
4290: 4d 58 ff ff 70 0a 80 42 43 4d 44 70 68 44 49 44 MX..p..BCMDphDID
42a0: 5f 70 00 53 4d 49 43 5b 27 50 53 4d 58 5b 82 41 _p.SMIC['PSMX[.A
42b0: 0a 4c 4e 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 .LNKA._HID.A....
42c0: 5f 55 49 44 01 14 0d 5f 44 49 53 08 70 0a 80 50 _UID..._DIS.p..P
42d0: 41 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ARC._PRS....#...
42e0: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 41 11 09 y..8_CRS..RTLA..
42f0: 0a 06 23 00 00 18 79 00 8b 52 54 4c 41 01 49 52 ..#...y..RTLA.IR
4300: 51 30 70 00 49 52 51 30 79 01 7b 50 41 52 43 0a Q0p.IRQ0y.{PARC.
4310: 0f 00 49 52 51 30 a4 52 54 4c 41 14 1b 5f 53 52 ..IRQ0.RTLA.._SR
4320: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
4330: 60 70 60 50 41 52 43 14 18 5f 53 54 41 08 a0 0c `p`PARC.._STA...
4340: 7b 50 41 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PARC...........
4350: 5b 82 42 0a 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 [.B.LNKB._HID.A.
4360: 0c 0f 08 5f 55 49 44 0a 02 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4370: 70 0a 80 50 42 52 43 08 5f 50 52 53 11 09 0a 06 p..PBRC._PRS....
4380: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4390: 4c 42 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LB....#...y..RTL
43a0: 42 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 B.IRQ0p.IRQ0y.{P
43b0: 42 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 42 14 BRC...IRQ0.RTLB.
43c0: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
43d0: 51 30 60 76 60 70 60 50 42 52 43 14 18 5f 53 54 Q0`v`p`PBRC.._ST
43e0: 41 08 a0 0c 7b 50 42 52 43 0a 80 00 a4 0a 09 a1 A...{PBRC.......
43f0: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 43 08 5f 48 49 ....[.B.LNKC._HI
4400: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 03 14 0d 5f D.A...._UID...._
4410: 44 49 53 08 70 0a 80 50 43 52 43 08 5f 50 52 53 DIS.p..PCRC._PRS
4420: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
4430: 08 08 52 54 4c 43 11 09 0a 06 23 00 00 18 79 00 ..RTLC....#...y.
4440: 8b 52 54 4c 43 01 49 52 51 30 70 00 49 52 51 30 .RTLC.IRQ0p.IRQ0
4450: 79 01 7b 50 43 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PCRC...IRQ0.R
4460: 54 4c 43 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLC.._SRS..h.IRQ
4470: 30 82 49 52 51 30 60 76 60 70 60 50 43 52 43 14 0.IRQ0`v`p`PCRC.
4480: 18 5f 53 54 41 08 a0 0c 7b 50 43 52 43 0a 80 00 ._STA...{PCRC...
4490: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 44 ........[.B.LNKD
44a0: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
44b0: 04 14 0d 5f 44 49 53 08 70 0a 80 50 44 52 43 08 ..._DIS.p..PDRC.
44c0: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
44d0: 5f 43 52 53 08 08 52 54 4c 44 11 09 0a 06 23 00 _CRS..RTLD....#.
44e0: 00 18 79 00 8b 52 54 4c 44 01 49 52 51 30 70 00 ..y..RTLD.IRQ0p.
44f0: 49 52 51 30 79 01 7b 50 44 52 43 0a 0f 00 49 52 IRQ0y.{PDRC...IR
4500: 51 30 a4 52 54 4c 44 14 1b 5f 53 52 53 09 8b 68 Q0.RTLD.._SRS..h
4510: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
4520: 44 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 44 52 DRC.._STA...{PDR
4530: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a C...........[.B.
4540: 4c 4e 4b 45 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f LNKE._HID.A...._
4550: 55 49 44 0a 05 14 0d 5f 44 49 53 08 70 0a 80 50 UID...._DIS.p..P
4560: 45 52 43 08 5f 50 52 53 11 09 0a 06 23 fa d4 18 ERC._PRS....#...
4570: 79 00 14 38 5f 43 52 53 08 08 52 54 4c 45 11 09 y..8_CRS..RTLE..
4580: 0a 06 23 00 00 18 79 00 8b 52 54 4c 45 01 49 52 ..#...y..RTLE.IR
4590: 51 30 70 00 49 52 51 30 79 01 7b 50 45 52 43 0a Q0p.IRQ0y.{PERC.
45a0: 0f 00 49 52 51 30 a4 52 54 4c 45 14 1b 5f 53 52 ..IRQ0.RTLE.._SR
45b0: 53 09 8b 68 01 49 52 51 30 82 49 52 51 30 60 76 S..h.IRQ0.IRQ0`v
45c0: 60 70 60 50 45 52 43 14 18 5f 53 54 41 08 a0 0c `p`PERC.._STA...
45d0: 7b 50 45 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PERC...........
45e0: 5b 82 42 0a 4c 4e 4b 46 08 5f 48 49 44 0c 41 d0 [.B.LNKF._HID.A.
45f0: 0c 0f 08 5f 55 49 44 0a 06 14 0d 5f 44 49 53 08 ..._UID...._DIS.
4600: 70 0a 80 50 46 52 43 08 5f 50 52 53 11 09 0a 06 p..PFRC._PRS....
4610: 23 fa d8 18 79 00 14 38 5f 43 52 53 08 08 52 54 #...y..8_CRS..RT
4620: 4c 46 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c LF....#...y..RTL
4630: 46 01 49 52 51 30 70 00 49 52 51 30 79 01 7b 50 F.IRQ0p.IRQ0y.{P
4640: 46 52 43 0a 0f 00 49 52 51 30 a4 52 54 4c 46 14 FRC...IRQ0.RTLF.
4650: 1b 5f 53 52 53 09 8b 68 01 49 52 51 30 82 49 52 ._SRS..h.IRQ0.IR
4660: 51 30 60 76 60 70 60 50 46 52 43 14 18 5f 53 54 Q0`v`p`PFRC.._ST
4670: 41 08 a0 0c 7b 50 46 52 43 0a 80 00 a4 0a 09 a1 A...{PFRC.......
4680: 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 47 08 5f 48 49 ....[.B.LNKG._HI
4690: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 07 14 0d 5f D.A...._UID...._
46a0: 44 49 53 08 70 0a 80 50 47 52 43 08 5f 50 52 53 DIS.p..PGRC._PRS
46b0: 11 09 0a 06 23 fa d4 18 79 00 14 38 5f 43 52 53 ....#...y..8_CRS
46c0: 08 08 52 54 4c 47 11 09 0a 06 23 00 00 18 79 00 ..RTLG....#...y.
46d0: 8b 52 54 4c 47 01 49 52 51 30 70 00 49 52 51 30 .RTLG.IRQ0p.IRQ0
46e0: 79 01 7b 50 47 52 43 0a 0f 00 49 52 51 30 a4 52 y.{PGRC...IRQ0.R
46f0: 54 4c 47 14 1b 5f 53 52 53 09 8b 68 01 49 52 51 TLG.._SRS..h.IRQ
4700: 30 82 49 52 51 30 60 76 60 70 60 50 47 52 43 14 0.IRQ0`v`p`PGRC.
4710: 18 5f 53 54 41 08 a0 0c 7b 50 47 52 43 0a 80 00 ._STA...{PGRC...
4720: a4 0a 09 a1 04 a4 0a 0b 5b 82 42 0a 4c 4e 4b 48 ........[.B.LNKH
4730: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
4740: 08 14 0d 5f 44 49 53 08 70 0a 80 50 48 52 43 08 ..._DIS.p..PHRC.
4750: 5f 50 52 53 11 09 0a 06 23 fa d8 18 79 00 14 38 _PRS....#...y..8
4760: 5f 43 52 53 08 08 52 54 4c 48 11 09 0a 06 23 00 _CRS..RTLH....#.
4770: 00 18 79 00 8b 52 54 4c 48 01 49 52 51 30 70 00 ..y..RTLH.IRQ0p.
4780: 49 52 51 30 79 01 7b 50 48 52 43 0a 0f 00 49 52 IRQ0y.{PHRC...IR
4790: 51 30 a4 52 54 4c 48 14 1b 5f 53 52 53 09 8b 68 Q0.RTLH.._SRS..h
47a0: 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 .IRQ0.IRQ0`v`p`P
47b0: 48 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 48 52 HRC.._STA...{PHR
47c0: 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 3d 44 C...........[.=D
47d0: 4d 41 43 08 5f 48 49 44 0c 41 d0 02 00 08 5f 43 MAC._HID.A...._C
47e0: 52 53 11 28 0a 25 47 01 00 00 00 00 01 20 47 01 RS.(.%G...... G.
47f0: 81 00 81 00 01 11 47 01 93 00 93 00 01 0d 47 01 ......G.......G.
4800: c0 00 c0 00 01 20 2a 10 01 79 00 5b 82 26 46 57 ..... *..y.[.&FW
4810: 48 44 08 5f 48 49 44 0c 25 d4 08 00 08 5f 43 52 HD._HID.%...._CR
4820: 53 11 11 0a 0e 86 09 00 00 00 00 00 ff 00 00 00 S...............
4830: 01 79 00 5b 82 40 0b 48 50 45 54 08 5f 48 49 44 .y.[.@.HPET._HID
4840: 0c 41 d0 01 03 08 5f 43 49 44 0c 41 d0 0c 01 08 .A...._CID.A....
4850: 42 55 46 30 11 11 0a 0e 86 09 00 00 00 00 d0 fe BUF0............
4860: 00 04 00 00 79 00 14 27 5f 53 54 41 00 a0 13 92 ....y..'_STA....
4870: 95 4f 53 59 53 0b d1 07 a0 08 48 50 41 45 a4 0a .OSYS.....HPAE..
4880: 0f a1 0a a0 08 48 50 41 45 a4 0a 0b a4 00 14 46 .....HPAE......F
4890: 05 5f 43 52 53 08 a0 49 04 48 50 41 45 8a 42 55 ._CRS..I.HPAE.BU
48a0: 46 30 0a 04 48 50 54 30 a0 11 93 48 50 41 53 01 F0..HPT0...HPAS.
48b0: 70 0c 00 10 d0 fe 48 50 54 30 a0 12 93 48 50 41 p.....HPT0...HPA
48c0: 53 0a 02 70 0c 00 20 d0 fe 48 50 54 30 a0 12 93 S..p.. ..HPT0...
48d0: 48 50 41 53 0a 03 70 0c 00 30 d0 fe 48 50 54 30 HPAS..p..0..HPT0
48e0: a4 42 55 46 30 5b 82 45 0a 49 50 49 43 08 5f 48 .BUF0[.E.IPIC._H
48f0: 49 44 0b 41 d0 08 5f 43 52 53 11 41 09 0a 8d 47 ID.A.._CRS.A...G
4900: 01 20 00 20 00 01 02 47 01 24 00 24 00 01 02 47 . . ...G.$.$...G
4910: 01 28 00 28 00 01 02 47 01 2c 00 2c 00 01 02 47 .(.(...G.,.,...G
4920: 01 30 00 30 00 01 02 47 01 34 00 34 00 01 02 47 .0.0...G.4.4...G
4930: 01 38 00 38 00 01 02 47 01 3c 00 3c 00 01 02 47 .8.8...G.<.<...G
4940: 01 a0 00 a0 00 01 02 47 01 a4 00 a4 00 01 02 47 .......G.......G
4950: 01 a8 00 a8 00 01 02 47 01 ac 00 ac 00 01 02 47 .......G.......G
4960: 01 b0 00 b0 00 01 02 47 01 b4 00 b4 00 01 02 47 .......G.......G
4970: 01 b8 00 b8 00 01 02 47 01 bc 00 bc 00 01 02 47 .......G.......G
4980: 01 d0 04 d0 04 01 02 22 04 00 79 00 5b 82 25 4d ......."..y.[.%M
4990: 41 54 48 08 5f 48 49 44 0c 41 d0 0c 04 08 5f 43 ATH._HID.A...._C
49a0: 52 53 11 10 0a 0d 47 01 f0 00 f0 00 01 01 22 00 RS....G.......".
49b0: 20 79 00 5b 82 4b 09 4c 44 52 43 08 5f 48 49 44 y.[.K.LDRC._HID
49c0: 0c 41 d0 0c 02 08 5f 55 49 44 0a 02 08 5f 43 52 .A...._UID..._CR
49d0: 53 11 4e 07 0a 7a 47 01 2e 00 2e 00 01 02 47 01 S.N..zG.......G.
49e0: 4e 00 4e 00 01 02 47 01 61 00 61 00 01 01 47 01 N.N...G.a.a...G.
49f0: 63 00 63 00 01 01 47 01 65 00 65 00 01 01 47 01 c.c...G.e.e...G.
4a00: 67 00 67 00 01 01 47 01 80 00 80 00 01 01 47 01 g.g...G.......G.
4a10: 92 00 92 00 01 01 47 01 b2 00 b2 00 01 02 47 01 ......G.......G.
4a20: 80 06 80 06 01 20 47 01 00 08 00 08 01 10 47 01 ..... G.......G.
4a30: 00 10 00 10 01 80 47 01 80 11 80 11 01 40 47 01 ......G......@G.
4a40: 00 fe 00 fe 01 01 47 01 00 ff 00 ff 01 80 79 00 ......G.......y.
4a50: 5b 82 25 52 54 43 5f 08 5f 48 49 44 0c 41 d0 0b [.%RTC_._HID.A..
4a60: 00 08 5f 43 52 53 11 10 0a 0d 47 01 70 00 70 00 .._CRS....G.p.p.
4a70: 01 08 22 00 01 79 00 5b 82 2d 54 49 4d 52 08 5f .."..y.[.-TIMR._
4a80: 48 49 44 0c 41 d0 01 00 08 5f 43 52 53 11 18 0a HID.A...._CRS...
4a90: 15 47 01 40 00 40 00 01 04 47 01 50 00 50 00 10 .G.@.@...G.P.P..
4aa0: 04 22 01 00 79 00 5b 82 32 41 43 41 44 08 5f 48 ."..y.[.2ACAD._H
4ab0: 49 44 0d 41 43 50 49 30 30 30 33 00 08 5f 50 43 ID.ACPI0003.._PC
4ac0: 4c 12 06 01 5f 53 42 5f 14 11 5f 50 53 52 00 70 L..._SB_.._PSR.p
4ad0: 01 41 43 50 57 a4 41 43 50 57 14 1a 45 43 4f 4b .ACPW.ACPW..ECOK
4ae0: 00 a0 0f 93 5e 2e 45 43 30 5f 5a 30 30 39 01 a4 ....^.EC0_Z009..
4af0: 01 a1 03 a4 00 5b 82 4e 6f 45 43 30 5f 08 5f 48 .....[.NoEC0_._H
4b00: 49 44 0c 41 d0 0c 09 08 5f 47 50 45 0a 1c 08 5a ID.A...._GPE...Z
4b10: 30 30 39 00 08 5f 43 52 53 11 15 0a 12 47 01 62 009.._CRS....G.b
4b20: 00 62 00 01 01 47 01 66 00 66 00 01 01 79 00 14 .b...G.f.f...y..
4b30: 3b 5f 52 45 47 02 a0 34 93 68 0a 03 70 69 5a 30 ;_REG..4.h..piZ0
4b40: 30 39 a0 28 5b 12 5f 4f 53 49 60 70 00 42 54 44 09.([._OSI`p.BTD
4b50: 53 a0 19 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 S.._OSI.Windows
4b60: 32 30 30 36 00 70 01 42 54 44 53 5b 80 45 52 41 2006.p.BTDS[.ERA
4b70: 4d 03 00 0a ff 5b 81 4e 2e 45 52 41 4d 11 00 40 M....[.N.ERAM..@
4b80: 30 53 4d 50 52 08 53 4d 53 54 08 53 4d 41 44 08 0SMPR.SMST.SMAD.
4b90: 53 4d 43 4d 08 53 4d 44 30 40 10 42 43 4e 54 08 SMCM.SMD0@.BCNT.
4ba0: 53 4d 41 41 18 00 40 04 43 48 47 4d 10 43 48 47 SMAA..@.CHGM.CHG
4bb0: 53 10 45 4e 49 44 08 45 4e 49 42 08 45 4e 44 44 S.ENID.ENIB.ENDD
4bc0: 08 43 48 47 56 08 43 48 47 41 10 42 41 4c 30 01 .CHGV.CHGA.BAL0.
4bd0: 42 41 4c 31 01 42 41 4c 32 01 42 41 4c 33 01 42 BAL1.BAL2.BAL3.B
4be0: 42 43 30 01 42 42 43 31 01 42 42 43 32 01 42 42 BC0.BBC1.BBC2.BB
4bf0: 43 33 01 00 08 50 48 44 44 01 49 46 44 44 01 49 C3...PHDD.IFDD.I
4c00: 4f 44 44 01 53 48 44 44 01 53 31 32 30 01 45 46 ODD.SHDD.S120.EF
4c10: 44 44 01 43 52 54 44 01 53 50 57 52 01 53 42 54 DD.CRTD.SPWR.SBT
4c20: 4e 01 56 49 44 4f 01 56 4f 4c 44 01 56 4f 4c 55 N.VIDO.VOLD.VOLU
4c30: 01 4d 55 54 45 01 43 4f 4e 54 01 42 52 47 54 01 .MUTE.CONT.BRGT.
4c40: 48 42 54 4e 01 53 34 53 54 01 53 4b 45 59 01 42 HBTN.S4ST.SKEY.B
4c50: 4b 45 59 01 54 4f 55 50 01 46 4e 42 4e 01 4c 49 KEY.TOUP.FNBN.LI
4c60: 44 46 01 44 49 47 4d 01 55 57 41 4b 01 00 08 44 DF.DIGM.UWAK...D
4c70: 4b 53 50 01 44 4b 49 4e 01 44 4b 49 44 01 44 4b KSP.DKIN.DKID.DK
4c80: 4f 4b 01 00 04 44 4b 50 57 01 00 07 42 54 4e 53 OK...DKPW...BTNS
4c90: 08 53 31 4c 44 01 53 33 4c 44 01 56 47 41 51 01 .S1LD.S3LD.VGAQ.
4ca0: 50 43 4d 51 01 50 43 4d 52 01 41 44 50 54 01 53 PCMQ.PCMR.ADPT.S
4cb0: 4c 4c 53 01 53 59 53 37 01 50 57 41 4b 01 4d 57 LLS.SYS7.PWAK.MW
4cc0: 41 4b 01 4c 57 41 4b 01 00 05 00 28 54 43 4e 4c AK.LWAK....(TCNL
4cd0: 08 54 4d 50 49 08 54 4d 53 44 08 46 41 53 4e 04 .TMPI.TMSD.FASN.
4ce0: 46 41 53 55 04 50 43 56 4c 04 00 02 53 57 54 4f FASU.PCVL...SWTO
4cf0: 01 48 57 54 4f 01 4d 4f 44 45 01 46 41 4e 53 02 .HWTO.MODE.FANS.
4d00: 49 4e 49 54 01 46 41 4e 31 01 46 41 4e 32 01 46 INIT.FAN1.FAN2.F
4d10: 41 4e 54 01 53 4b 4e 4d 01 43 54 4d 50 08 4c 49 ANT.SKNM.CTMP.LI
4d20: 44 45 01 50 4d 45 45 01 50 57 42 45 01 52 4e 47 DE.PMEE.PWBE.RNG
4d30: 45 01 42 54 57 45 01 44 43 4b 45 01 00 02 53 4b E.BTWE.DCKE...SK
4d40: 54 58 08 53 4b 54 42 08 53 4b 54 43 08 53 4b 54 TX.SKTB.SKTC.SKT
4d50: 41 08 00 08 48 41 50 4c 02 48 41 50 52 01 00 05 A...HAPL.HAPR...
4d60: 42 54 44 54 01 42 54 50 57 01 42 54 44 53 01 42 BTDT.BTPW.BTDS.B
4d70: 54 50 53 01 42 54 53 57 01 42 54 57 4b 01 42 54 TPS.BTSW.BTWK.BT
4d80: 4c 44 01 00 01 42 52 54 53 08 43 4e 54 53 08 57 LD...BRTS.CNTS.W
4d90: 4c 41 54 01 42 54 41 54 01 57 4c 45 58 01 42 54 LAT.BTAT.WLEX.BT
4da0: 45 58 01 4b 4c 53 57 01 57 4c 4f 4b 01 00 02 50 EX.KLSW.WLOK...P
4db0: 54 49 44 08 43 50 55 54 08 45 50 4b 54 08 47 48 TID.CPUT.EPKT.GH
4dc0: 49 44 08 00 04 42 4d 46 30 03 42 54 59 30 01 42 ID...BMF0.BTY0.B
4dd0: 53 54 30 08 42 52 43 30 10 42 53 4e 30 10 42 50 ST0.BRC0.BSN0.BP
4de0: 56 30 10 42 44 56 30 10 42 44 43 30 10 42 46 43 V0.BDV0.BDC0.BFC
4df0: 30 10 47 41 55 30 08 43 59 43 30 08 42 50 43 30 0.GAU0.CYC0.BPC0
4e00: 10 42 41 43 30 10 42 41 54 30 08 42 54 57 30 10 .BAC0.BAT0.BTW0.
4e10: 42 44 4e 30 08 00 40 04 00 04 42 4d 46 31 03 42 BDN0..@...BMF1.B
4e20: 54 59 31 01 42 53 54 31 08 42 52 43 31 10 42 53 TY1.BST1.BRC1.BS
4e30: 4e 31 10 42 50 56 31 10 42 44 56 31 10 42 44 43 N1.BPV1.BDV1.BDC
4e40: 31 10 42 46 43 31 10 47 41 55 31 08 43 59 43 31 1.BFC1.GAU1.CYC1
4e50: 08 42 50 43 31 10 42 41 43 31 10 42 41 54 31 08 .BPC1.BAC1.BAT1.
4e60: 42 54 57 31 10 14 37 5f 51 31 31 00 70 0a 87 50 BTW1..7_Q11.p..P
4e70: 38 30 48 a0 13 49 47 44 53 5e 5e 5e 2e 47 46 58 80H..IGDS^^^.GFX
4e80: 30 42 52 54 4e 0a 87 a1 15 86 5e 5e 5e 2f 03 50 0BRTN.....^^^/.P
4e90: 45 47 50 56 47 41 5f 4c 43 44 5f 0a 87 14 37 5f EGPVGA_LCD_...7_
4ea0: 51 31 32 00 70 0a 86 50 38 30 48 a0 13 49 47 44 Q12.p..P80H..IGD
4eb0: 53 5e 5e 5e 2e 47 46 58 30 42 52 54 4e 0a 86 a1 S^^^.GFX0BRTN...
4ec0: 15 86 5e 5e 5e 2f 03 50 45 47 50 56 47 41 5f 4c ..^^^/.PEGPVGA_L
4ed0: 43 44 5f 0a 86 14 40 05 5f 51 31 43 00 70 0d 3d CD_...@._Q1C.p.=
4ee0: 3d 3d 3d 3d 51 55 45 52 59 5f 31 43 3d 3d 3d 3d ====QUERY_1C====
4ef0: 3d 00 5b 31 a0 31 56 49 44 4f a0 12 49 47 44 53 =.[1.1VIDO..IGDS
4f00: 5e 5e 5e 2e 47 46 58 30 47 48 44 53 00 a1 12 5e ^^^.GFX0GHDS...^
4f10: 5e 5e 2f 03 50 45 47 50 56 47 41 5f 44 53 53 57 ^^/.PEGPVGA_DSSW
4f20: 70 00 56 49 44 4f 14 21 5f 51 31 44 00 70 0d 3d p.VIDO.!_Q1D.p.=
4f30: 3d 3d 3d 3d 51 55 45 52 59 5f 31 44 3d 3d 3d 3d ====QUERY_1D====
4f40: 3d 00 5b 31 50 43 4c 4b 14 21 5f 51 31 45 00 70 =.[1PCLK.!_Q1E.p
4f50: 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 31 45 3d 3d .=====QUERY_1E==
4f60: 3d 3d 3d 00 5b 31 50 43 4c 4b 14 39 5f 51 32 35 ===.[1PCLK.9_Q25
4f70: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 35 .p.=====QUERY_25
4f80: 3d 3d 3d 3d 3d 00 5b 31 5b 22 0b e8 03 86 5e 5e =====.[1["....^^
4f90: 42 41 54 31 0a 81 5b 22 0b e8 03 86 5e 5e 42 41 BAT1..["....^^BA
4fa0: 54 31 0a 80 14 2f 5f 51 33 34 00 70 0d 3d 3d 3d T1.../_Q34.p.===
4fb0: 3d 3d 51 55 45 52 59 5f 33 34 3d 3d 3d 3d 3d 00 ==QUERY_34=====.
4fc0: 5b 31 a0 11 42 4b 45 59 50 48 53 53 0a 71 70 00 [1..BKEYPHSS.qp.
4fd0: 42 4b 45 59 14 32 5f 51 33 37 00 70 0d 3d 3d 3d BKEY.2_Q37.p.===
4fe0: 3d 3d 51 55 45 52 59 5f 33 37 3d 3d 3d 3d 3d 00 ==QUERY_37=====.
4ff0: 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 03 86 5e [1.ACAD..["....^
5000: 5e 42 41 54 31 0a 80 14 32 5f 51 33 38 00 70 0d ^BAT1...2_Q38.p.
5010: 3d 3d 3d 3d 3d 51 55 45 52 59 5f 33 38 3d 3d 3d =====QUERY_38===
5020: 3d 3d 00 5b 31 86 41 43 41 44 0a 80 5b 22 0b e8 ==.[1.ACAD..["..
5030: 03 86 5e 5e 42 41 54 31 0a 80 14 29 5f 51 32 44 ..^^BAT1...)_Q2D
5040: 00 70 0d 3d 3d 3d 3d 3d 51 55 45 52 59 5f 32 44 .p.=====QUERY_2D
5050: 3d 3d 3d 3d 3d 00 5b 31 70 00 44 54 53 4d 54 52 =====.[1p.DTSMTR
5060: 41 50 0a 46 14 29 5f 51 32 45 00 70 0d 3d 3d 3d AP.F.)_Q2E.p.===
5070: 3d 3d 51 55 45 52 59 5f 32 45 3d 3d 3d 3d 3d 00 ==QUERY_2E=====.
5080: 5b 31 70 01 44 54 53 4d 54 52 41 50 0a 46 5b 80 [1p.DTSMTRAP.F[.
5090: 43 43 4c 4b 01 0b 10 10 0a 04 5b 81 20 43 43 4c CCLK......[. CCL
50a0: 4b 03 00 01 44 55 54 59 03 54 48 45 4e 01 00 03 K...DUTY.THEN...
50b0: 46 54 54 5f 01 00 08 54 53 54 53 01 5b 80 45 43 FTT_...TSTS.[.EC
50c0: 52 4d 03 00 0a ff 5b 81 44 04 45 43 52 4d 11 00 RM....[.D.ECRM..
50d0: 40 4a 45 52 49 42 10 45 52 42 44 08 00 48 0a 53 @JERIB.ERBD..H.S
50e0: 44 54 4d 08 46 53 53 4e 04 46 41 4e 55 04 50 54 DTM.FSSN.FANU.PT
50f0: 56 4c 03 00 04 54 54 48 52 01 00 48 06 50 4a 49 VL...TTHR..H.PJI
5100: 44 08 00 08 00 48 1d 52 46 52 44 10 5b 01 46 41 D....H.RFRD.[.FA
5110: 4d 58 00 14 22 46 41 4e 47 01 5b 23 46 41 4d 58 MX.."FANG.[#FAMX
5120: ff ff 70 68 45 52 49 42 70 45 52 42 44 60 5b 27 ..phERIBpERBD`['
5130: 46 41 4d 58 a4 60 14 22 46 41 4e 57 02 5b 23 46 FAMX.`."FANW.[#F
5140: 41 4d 58 ff ff 70 68 45 52 49 42 70 69 45 52 42 AMX..phERIBpiERB
5150: 44 5b 27 46 41 4d 58 a4 69 14 09 54 55 56 52 01 D['FAMX.i..TUVR.
5160: a4 0a 03 14 2e 54 48 52 4f 01 a0 09 93 68 00 a4 .....THRO....h..
5170: 54 48 45 4e a1 1d a0 09 93 68 01 a4 44 55 54 59 THEN.....h..DUTY
5180: a1 11 a0 0a 93 68 0a 02 a4 54 54 48 52 a1 04 a4 .....h...TTHR...
5190: 0a ff 14 2a 43 4c 43 4b 01 a0 10 93 68 00 70 00 ...*CLCK....h.p.
51a0: 54 48 45 4e 70 00 46 54 54 5f a1 0d 70 68 44 55 THENp.FTT_..phDU
51b0: 54 59 70 01 54 48 45 4e a4 54 48 45 4e 14 37 50 TYp.THEN.THEN.7P
51c0: 43 4c 4b 00 70 50 54 56 4c 60 a0 10 93 60 00 70 CLK.pPTVL`...`.p
51d0: 00 54 48 45 4e 70 00 46 54 54 5f a1 19 76 60 70 .THENp.FTT_..v`p
51e0: 80 60 00 61 7b 61 0a 07 61 70 61 44 55 54 59 70 .`.a{a..apaDUTYp
51f0: 01 54 48 45 4e 5b 82 4b 22 42 41 54 31 08 5f 48 .THEN[.K"BAT1._H
5200: 49 44 0c 41 d0 0c 0a 08 5f 55 49 44 01 08 5f 50 ID.A...._UID.._P
5210: 43 4c 12 06 01 5f 53 42 5f 14 39 5f 53 54 41 00 CL..._SB_.9_STA.
5220: a0 29 90 45 43 4f 4b 93 45 43 44 59 00 a0 13 5e .).ECOK.ECDY...^
5230: 5e 2e 45 43 30 5f 42 41 4c 30 5b 22 0a 14 a4 0a ^.EC0_BAL0["....
5240: 1f a1 08 5b 22 0a 14 a4 0a 0f a1 08 5b 22 0a 14 ...[".......["..
5250: a4 0a 1f 14 48 10 5f 42 49 46 00 08 53 54 41 54 ....H._BIF..STAT
5260: 12 3a 0d 01 0b a0 0f 0b a0 0f 01 0b 5c 2b 0b a4 .:..........\+..
5270: 01 0a 9c 0b 08 01 0b c4 0e 0d 50 41 33 34 36 35 ..........PA3465
5280: 55 20 00 0d 33 36 35 38 51 00 0d 4c 69 2d 49 6f U ..3658Q..Li-Io
5290: 6e 00 0d 43 4f 4d 50 41 4c 20 00 a0 4b 07 90 45 n..COMPAL ..K..E
52a0: 43 4f 4b 93 45 43 44 59 00 70 5e 5e 2e 45 43 30 COK.ECDY.p^^.EC0
52b0: 5f 42 44 4e 30 60 a0 23 93 60 0a 08 70 0a b4 88 _BDN0`.#.`..p...
52c0: 53 54 41 54 0a 06 00 70 0d 50 41 33 34 35 37 55 STAT...p.PA3457U
52d0: 20 00 88 53 54 41 54 0a 09 00 a0 24 93 60 0a 20 ..STAT....$.`.
52e0: 70 0b 02 01 88 53 54 41 54 0a 06 00 70 0d 50 41 p....STAT...p.PA
52f0: 33 34 35 37 55 20 00 88 53 54 41 54 0a 09 00 5b 3457U ..STAT...[
5300: 22 0a 14 70 5e 5e 2e 45 43 30 5f 42 44 43 30 42 "..p^^.EC0_BDC0B
5310: 46 43 31 5b 22 0a 14 a1 12 70 0d 4c 69 2d 49 6f FC1["....p.Li-Io
5320: 6e 00 88 53 54 41 54 0a 0b 00 a0 2c 42 46 43 31 n..STAT....,BFC1
5330: 78 42 46 43 31 0a 64 60 61 77 61 0a 64 61 70 61 xBFC1.d`awa.dapa
5340: 42 46 43 31 70 61 88 53 54 41 54 01 00 70 61 88 BFC1pa.STAT..pa.
5350: 53 54 41 54 0a 02 00 a4 53 54 41 54 14 45 0c 5f STAT....STAT.E._
5360: 42 53 54 00 08 50 42 53 54 12 10 04 00 0c ff ff BST..PBST.......
5370: ff ff 0c ff ff ff ff 0b 5c 2b 70 0b 5c 2b 63 a0 ........\+p.\+c.
5380: 38 90 45 43 4f 4b 93 45 43 44 59 00 5b 22 0a 14 8.ECOK.ECDY.["..
5390: 70 5e 5e 2e 45 43 30 5f 42 53 54 30 42 53 54 31 p^^.EC0_BST0BST1
53a0: 5b 22 0a 14 70 5e 5e 2e 45 43 30 5f 47 41 55 30 ["..p^^.EC0_GAU0
53b0: 42 47 55 31 5b 22 0a 14 a0 15 42 46 43 31 77 42 BGU1["....BFC1wB
53c0: 47 55 31 42 46 43 31 62 78 62 0a 64 64 62 a1 09 GU1BFC1bxb.ddb..
53d0: 77 42 47 55 31 0a 28 62 70 42 53 54 31 88 50 42 wBGU1.(bpBST1.PB
53e0: 53 54 00 00 70 00 88 50 42 53 54 01 00 70 62 88 ST..p..PBST..pb.
53f0: 50 42 53 54 0a 02 00 70 63 88 50 42 53 54 0a 03 PBST...pc.PBST..
5400: 00 a0 1b 94 45 43 44 59 00 76 45 43 44 59 a0 0e ....ECDY.vECDY..
5410: 93 45 43 44 59 00 86 42 41 54 31 0a 80 a4 50 42 .ECDY..BAT1...PB
5420: 53 54 5b 82 2e 50 53 32 4b 08 5f 48 49 44 0c 41 ST[..PS2K._HID.A
5430: d0 03 03 08 5f 43 52 53 11 19 0a 16 47 01 60 00 ...._CRS....G.`.
5440: 60 00 01 01 47 01 64 00 64 00 01 01 23 02 00 01 `...G.d.d...#...
5450: 79 00 5b 82 1e 50 53 32 4d 08 5f 48 49 44 0c 41 y.[..PS2M._HID.A
5460: d0 0f 13 08 5f 43 52 53 11 09 0a 06 23 00 10 01 ...._CRS....#...
5470: 79 00 5b 82 43 6a 50 41 54 41 08 5f 41 44 52 0c y.[.CjPATA._ADR.
5480: 01 00 1f 00 5b 80 50 41 43 53 02 0a 40 0a c0 5b ....[.PACS..@..[
5490: 81 49 04 50 41 43 53 03 50 52 49 54 10 00 10 50 .I.PACS.PRIT...P
54a0: 53 49 54 04 00 1c 53 59 4e 43 04 00 0c 53 44 54 SIT...SYNC...SDT
54b0: 30 02 00 02 53 44 54 31 02 00 4a 04 49 43 52 30 0...SDT1..J.ICR0
54c0: 04 49 43 52 31 04 49 43 52 32 04 49 43 52 33 04 .ICR1.ICR2.ICR3.
54d0: 49 43 52 34 04 49 43 52 35 04 5b 82 4b 63 50 52 ICR4.ICR5.[.KcPR
54e0: 49 44 08 5f 41 44 52 00 14 40 17 5f 47 54 4d 00 ID._ADR..@._GTM.
54f0: 08 50 42 55 46 11 17 0a 14 00 00 00 00 00 00 00 .PBUF...........
5500: 00 00 00 00 00 00 00 00 00 00 00 00 00 8a 50 42 ..............PB
5510: 55 46 00 50 49 4f 30 8a 50 42 55 46 0a 04 44 4d UF.PIO0.PBUF..DM
5520: 41 30 8a 50 42 55 46 0a 08 50 49 4f 31 8a 50 42 A0.PBUF..PIO1.PB
5530: 55 46 0a 0c 44 4d 41 31 8a 50 42 55 46 0a 10 46 UF..DMA1.PBUF..F
5540: 4c 41 47 70 47 45 54 50 50 52 49 54 50 49 4f 30 LAGpGETPPRITPIO0
5550: 70 47 44 4d 41 7b 53 59 4e 43 01 00 7b 49 43 52 pGDMA{SYNC..{ICR
5560: 33 01 00 7b 49 43 52 30 01 00 53 44 54 30 7b 49 3..{ICR0..SDT0{I
5570: 43 52 31 01 00 44 4d 41 30 a0 14 93 44 4d 41 30 CR1..DMA0...DMA0
5580: 0c ff ff ff ff 70 50 49 4f 30 44 4d 41 30 a0 2e .....pPIO0DMA0..
5590: 7b 50 52 49 54 0b 00 40 00 a0 14 93 7b 50 52 49 {PRIT..@....{PRI
55a0: 54 0a 90 00 0a 80 70 0b 84 03 50 49 4f 31 a1 0e T.....p...PIO1..
55b0: 70 47 45 54 54 50 53 49 54 50 49 4f 31 a1 0b 70 pGETTPSITPIO1..p
55c0: 0c ff ff ff ff 50 49 4f 31 70 47 44 4d 41 7b 53 .....PIO1pGDMA{S
55d0: 59 4e 43 0a 02 00 7b 49 43 52 33 0a 02 00 7b 49 YNC...{ICR3...{I
55e0: 43 52 30 0a 02 00 53 44 54 31 7b 49 43 52 31 0a CR0...SDT1{ICR1.
55f0: 02 00 44 4d 41 31 a0 14 93 44 4d 41 31 0c ff ff ..DMA1...DMA1...
5600: ff ff 70 50 49 4f 31 44 4d 41 31 70 47 45 54 46 ..pPIO1DMA1pGETF
5610: 7b 53 59 4e 43 01 00 7b 53 59 4e 43 0a 02 00 50 {SYNC..{SYNC...P
5620: 52 49 54 46 4c 41 47 a0 2c 7b 93 50 49 4f 30 0c RITFLAG.,{.PIO0.
5630: ff ff ff ff 93 44 4d 41 30 0c ff ff ff ff 00 70 .....DMA0......p
5640: 0a 78 50 49 4f 30 70 0a 14 44 4d 41 30 70 0a 03 .xPIO0p..DMA0p..
5650: 46 4c 41 47 a4 50 42 55 46 14 4c 2a 5f 53 54 4d FLAG.PBUF.L*_STM
5660: 03 8a 68 00 50 49 4f 30 8a 68 0a 04 44 4d 41 30 ..h.PIO0.h..DMA0
5670: 8a 68 0a 08 50 49 4f 31 8a 68 0a 0c 44 4d 41 31 .h..PIO1.h..DMA1
5680: 8a 68 0a 10 46 4c 41 47 a0 41 12 93 87 69 0b 00 .h..FLAG.A...i..
5690: 02 7b 50 52 49 54 0b f0 c0 50 52 49 54 7b 53 59 .{PRIT...PRIT{SY
56a0: 4e 43 0a 02 53 59 4e 43 70 00 53 44 54 30 7b 49 NC..SYNCp.SDT0{I
56b0: 43 52 30 0a 02 49 43 52 30 7b 49 43 52 31 0a 02 CR0..ICR0{ICR1..
56c0: 49 43 52 31 7b 49 43 52 33 0a 02 49 43 52 33 7b ICR1{ICR3..ICR3{
56d0: 49 43 52 35 0a 02 49 43 52 35 8b 69 0a 62 57 34 ICR5..ICR5.i.bW4
56e0: 39 30 8b 69 0a 6a 57 35 33 30 8b 69 0a 7e 57 36 90.i.jW530.i.~W6
56f0: 33 30 8b 69 0a 80 57 36 34 30 8b 69 0a b0 57 38 30.i..W640.i..W8
5700: 38 30 8b 69 0a ba 57 39 33 30 7d 50 52 49 54 0b 80.i..W930}PRIT.
5710: 04 80 50 52 49 54 a0 1e 90 7b 46 4c 41 47 0a 02 ..PRIT...{FLAG..
5720: 00 7b 57 34 39 30 0b 00 08 00 7d 50 52 49 54 0a .{W490....}PRIT.
5730: 02 50 52 49 54 7d 50 52 49 54 53 45 54 50 50 49 .PRIT}PRITSETPPI
5740: 4f 30 57 35 33 30 57 36 34 30 50 52 49 54 a0 4b O0W530W640PRIT.K
5750: 05 7b 46 4c 41 47 01 00 7d 53 59 4e 43 01 53 59 .{FLAG..}SYNC.SY
5760: 4e 43 70 53 44 4d 41 44 4d 41 30 53 44 54 30 a0 NCpSDMADMA0SDT0.
5770: 12 95 44 4d 41 30 0a 1e 7d 49 43 52 33 01 49 43 ..DMA0..}ICR3.IC
5780: 52 33 a0 12 95 44 4d 41 30 0a 3c 7d 49 43 52 30 R3...DMA0.<}ICR0
5790: 01 49 43 52 30 a0 14 7b 57 39 33 30 0b 00 20 00 .ICR0..{W930.. .
57a0: 7d 49 43 52 31 01 49 43 52 31 a0 4b 15 93 87 6a }ICR1.ICR1.K...j
57b0: 0b 00 02 7b 50 52 49 54 0b 0f bf 50 52 49 54 70 ...{PRIT...PRITp
57c0: 00 50 53 49 54 7b 53 59 4e 43 01 53 59 4e 43 70 .PSIT{SYNC.SYNCp
57d0: 00 53 44 54 31 7b 49 43 52 30 01 49 43 52 30 7b .SDT1{ICR0.ICR0{
57e0: 49 43 52 31 01 49 43 52 31 7b 49 43 52 33 01 49 ICR1.ICR1{ICR3.I
57f0: 43 52 33 7b 49 43 52 35 01 49 43 52 35 8b 6a 0a CR3{ICR5.ICR5.j.
5800: 62 57 34 39 31 8b 6a 0a 6a 57 35 33 31 8b 6a 0a bW491.j.jW531.j.
5810: 7e 57 36 33 31 8b 6a 0a 80 57 36 34 31 8b 6a 0a ~W631.j..W641.j.
5820: b0 57 38 38 31 8b 6a 0a ba 57 39 33 31 7d 50 52 .W881.j..W931}PR
5830: 49 54 0b 40 80 50 52 49 54 a0 1e 90 7b 46 4c 41 IT.@.PRIT...{FLA
5840: 47 0a 08 00 7b 57 34 39 31 0b 00 08 00 7d 50 52 G...{W491....}PR
5850: 49 54 0a 20 50 52 49 54 a0 4c 04 7b 46 4c 41 47 IT. PRIT.L.{FLAG
5860: 0a 10 00 7d 50 52 49 54 0b 00 40 50 52 49 54 a0 ...}PRIT..@PRIT.
5870: 13 94 50 49 4f 31 0a f0 7d 50 52 49 54 0a 80 50 ..PIO1..}PRIT..P
5880: 52 49 54 a1 21 7d 50 52 49 54 0a 10 50 52 49 54 RIT.!}PRIT..PRIT
5890: 70 53 45 54 54 50 49 4f 31 57 35 33 31 57 36 34 pSETTPIO1W531W64
58a0: 31 50 53 49 54 a0 40 06 7b 46 4c 41 47 0a 04 00 1PSIT.@.{FLAG...
58b0: 7d 53 59 4e 43 0a 02 53 59 4e 43 70 53 44 4d 41 }SYNC..SYNCpSDMA
58c0: 44 4d 41 31 53 44 54 31 a0 13 95 44 4d 41 31 0a DMA1SDT1...DMA1.
58d0: 1e 7d 49 43 52 33 0a 02 49 43 52 33 a0 13 95 44 .}ICR3..ICR3...D
58e0: 4d 41 31 0a 3c 7d 49 43 52 30 0a 02 49 43 52 30 MA1.<}ICR0..ICR0
58f0: a0 15 7b 57 39 33 31 0b 00 20 00 7d 49 43 52 31 ..{W931.. .}ICR1
5900: 0a 02 49 43 52 31 5b 82 47 10 50 5f 44 30 08 5f ..ICR1[.G.P_D0._
5910: 41 44 52 00 14 4a 0f 5f 47 54 46 00 08 50 49 42 ADR..J._GTF..PIB
5920: 30 11 11 0a 0e 03 00 00 00 00 a0 ef 03 00 00 00 0...............
5930: 00 a0 ef 8c 50 49 42 30 01 50 4d 44 30 8c 50 49 ....PIB0.PMD0.PI
5940: 42 30 0a 08 44 4d 44 30 a0 40 06 7b 50 52 49 54 B0..DMD0.@.{PRIT
5950: 0a 02 00 a0 13 93 7b 50 52 49 54 0a 09 00 0a 08 ......{PRIT.....
5960: 70 0a 08 50 4d 44 30 a1 41 04 70 0a 0a 50 4d 44 p..PMD0.A.p..PMD
5970: 30 7a 7b 50 52 49 54 0b 00 03 00 0a 08 60 7a 7b 0z{PRIT......`z{
5980: 50 52 49 54 0b 00 30 00 0a 0c 61 72 60 61 62 a0 PRIT..0...ar`ab.
5990: 0c 93 0a 03 62 70 0a 0b 50 4d 44 30 a0 0c 93 0a ....bp..PMD0....
59a0: 05 62 70 0a 0c 50 4d 44 30 a1 07 70 01 50 4d 44 .bp..PMD0..p.PMD
59b0: 30 a0 43 04 7b 53 59 4e 43 01 00 70 7d 53 44 54 0.C.{SYNC..p}SDT
59c0: 30 0a 40 00 44 4d 44 30 a0 2c 7b 49 43 52 31 01 0.@.DMD0.,{ICR1.
59d0: 00 a0 13 7b 49 43 52 30 01 00 72 44 4d 44 30 0a ...{ICR0..rDMD0.
59e0: 02 44 4d 44 30 a0 0f 7b 49 43 52 33 01 00 70 0a .DMD0..{ICR3..p.
59f0: 45 44 4d 44 30 a1 14 7d 74 7b 50 4d 44 30 0a 07 EDMD0..}t{PMD0..
5a00: 00 0a 02 00 0a 20 44 4d 44 30 a4 50 49 42 30 5b ..... DMD0.PIB0[
5a10: 82 46 10 50 5f 44 31 08 5f 41 44 52 01 14 49 0f .F.P_D1._ADR..I.
5a20: 5f 47 54 46 00 08 50 49 42 31 11 11 0a 0e 03 00 _GTF..PIB1......
5a30: 00 00 00 b0 ef 03 00 00 00 00 b0 ef 8c 50 49 42 .............PIB
5a40: 31 01 50 4d 44 31 8c 50 49 42 31 0a 08 44 4d 44 1.PMD1.PIB1..DMD
5a50: 31 a0 4b 05 7b 50 52 49 54 0a 20 00 a0 13 93 7b 1.K.{PRIT. ....{
5a60: 50 52 49 54 0a 90 00 0a 80 70 0a 08 50 4d 44 31 PRIT.....p..PMD1
5a70: a1 3c 72 7b 50 53 49 54 0a 03 00 7a 7b 50 53 49 ..
0050: 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a .I.je&r..._/....
0060: 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 ......;)..L....A
0070: 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 w.p.....cZ....^.
0080: 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 ........Mg.-..3
0090: e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 ..y*.jw.. *vB...
00a0: b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 .C@UD..7._A.p...
00b0: 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb ..{.).....H.n>..
00c0: 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f ............LENO
00d0: 56 4f 54 50 2d 36 38 20 20 20 57 49 4e 44 4f 57 VOTP-68 WINDOW
00e0: 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 S ..............
00f0: 00 00 00 00 00 00 8a 6e 2e c9 36 e6 7f 10 8a ea .......n..6.....
0100: 14 ad d2 93 b7 6d 9b 73 ad 83 36 b8 6c a7 a7 ee .....m.s..6.l...
0110: 37 47 16 fe f3 fc cd c7 89 84 06 16 91 0b 1e 81 7G..............
0120: 11 42 b1 35 52 57 f6 6b bb 5f a5 81 e2 ff 89 8a .B.5RW.k._......
0130: 95 c3 4d fc e9 56 4f 4c 34 cc 99 5e 62 e1 90 8a ..M..VOL4..^b...
0140: 54 be 4a 00 5c 9b a0 86 41 46 66 9d e2 f2 e7 36 T.J.\...AFf....6
0150: 9c 33 91 27 e7 8d 5c a1 d8 f9 a4 61 8a 1c 04 07 .3.'..\....a....
0160: e3 2a 1e 14 f1 bd 7f 4c 09 ff 19 11 a9 d4 74 ca .*.....L......t.
0170: 11 9e dc 54 39 bf ...T9.
BOOT @ 0xbf6dffd8
0000: 42 4f 4f 54 28 00 00 00 01 a5 50 54 4c 54 44 20 BOOT(.....PTLTD
0010: 24 53 42 46 54 42 4c 24 00 00 04 06 20 4c 54 50 $SBFTBL$.... LTP
0020: 01 00 00 00 36 00 00 00 ....6...
SSDT @ 0xbf6d98bd
0000: 53 53 44 54 ad 02 00 00 01 59 53 61 74 61 52 65 SSDT.....YSataRe
0010: 53 61 74 61 41 68 63 69 00 10 00 00 49 4e 54 4c SataAhci....INTL
0020: 24 06 05 20 10 48 28 5c 2f 03 5f 53 42 5f 50 43 $.. .H(\/._SB_PC
0030: 49 30 53 41 54 41 5b 82 4f 0c 50 52 54 30 08 5f I0SATA[.O.PRT0._
0040: 41 44 52 0b ff ff 14 44 0b 5f 53 44 44 01 08 47 ADR....D._SDD..G
0050: 42 55 30 11 0a 0a 07 00 00 00 00 00 a0 00 8c 47 BU0............G
0060: 42 55 30 0a 00 47 42 30 30 8c 47 42 55 30 0a 01 BU0..GB00.GBU0..
0070: 47 42 30 31 8c 47 42 55 30 0a 02 47 42 30 32 8c GB01.GBU0..GB02.
0080: 47 42 55 30 0a 03 47 42 30 33 8c 47 42 55 30 0a GBU0..GB03.GBU0.
0090: 04 47 42 30 34 8c 47 42 55 30 0a 05 47 42 30 35 .GB04.GBU0..GB05
00a0: 8c 47 42 55 30 0a 06 47 42 30 36 a0 46 04 93 87 .GBU0..GB06.F...
00b0: 68 0b 00 02 8b 68 0a 9c 57 37 38 30 a0 1e 7b 57 h....h..W780..{W
00c0: 37 38 30 0a 08 00 70 0a 10 47 42 30 30 70 0a 03 780...p..GB00p..
00d0: 47 42 30 31 70 0a ef 47 42 30 36 a1 16 70 0a 90 GB01p..GB06..p..
00e0: 47 42 30 30 70 0a 03 47 42 30 31 70 0a ef 47 42 GB00p..GB01p..GB
00f0: 30 36 70 47 42 55 30 47 54 46 30 14 0b 5f 47 54 06pGBU0GTF0.._GT
0100: 46 00 a4 47 54 46 30 5b 82 41 0d 50 52 54 31 08 F..GTF0[.A.PRT1.
0110: 5f 41 44 52 0c ff ff 01 00 14 44 0b 5f 53 44 44 _ADR......D._SDD
0120: 01 08 47 42 55 31 11 0a 0a 07 00 00 00 00 00 a0 ..GBU1..........
0130: 00 8c 47 42 55 31 0a 00 47 42 31 30 8c 47 42 55 ..GBU1..GB10.GBU
0140: 31 0a 01 47 42 31 31 8c 47 42 55 31 0a 02 47 42 1..GB11.GBU1..GB
0150: 31 32 8c 47 42 55 31 0a 03 47 42 31 33 8c 47 42 12.GBU1..GB13.GB
0160: 55 31 0a 04 47 42 31 34 8c 47 42 55 31 0a 05 47 U1..GB14.GBU1..G
0170: 42 31 35 8c 47 42 55 31 0a 06 47 42 31 36 a0 46 B15.GBU1..GB16.F
0180: 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 38 31 a0 ...h....h..W781.
0190: 1e 7b 57 37 38 31 0a 08 00 70 0a 10 47 42 31 30 .{W781...p..GB10
01a0: 70 0a 03 47 42 31 31 70 0a ef 47 42 31 36 a1 16 p..GB11p..GB16..
01b0: 70 0a 90 47 42 31 30 70 0a 03 47 42 31 31 70 0a p..GB10p..GB11p.
01c0: ef 47 42 31 36 70 47 42 55 31 47 54 46 31 14 0b .GB16pGBU1GTF1..
01d0: 5f 47 54 46 00 a4 47 54 46 31 5b 82 41 0d 50 52 _GTF..GTF1[.A.PR
01e0: 54 32 08 5f 41 44 52 0c ff ff 02 00 14 44 0b 5f T2._ADR......D._
01f0: 53 44 44 01 08 47 42 55 32 11 0a 0a 07 00 00 00 SDD..GBU2.......
0200: 00 00 a0 00 8c 47 42 55 32 0a 00 47 42 32 30 8c .....GBU2..GB20.
0210: 47 42 55 32 0a 01 47 42 32 31 8c 47 42 55 32 0a GBU2..GB21.GBU2.
0220: 02 47 42 32 32 8c 47 42 55 32 0a 03 47 42 32 33 .GB22.GBU2..GB23
0230: 8c 47 42 55 32 0a 04 47 42 32 34 8c 47 42 55 32 .GBU2..GB24.GBU2
0240: 0a 05 47 42 32 35 8c 47 42 55 32 0a 06 47 42 32 ..GB25.GBU2..GB2
0250: 36 a0 46 04 93 87 68 0b 00 02 8b 68 0a 9c 57 37 6.F...h....h..W7
0260: 38 32 a0 1e 7b 57 37 38 32 0a 08 00 70 0a 10 47 82..{W782...p..G
0270: 42 32 30 70 0a 03 47 42 32 31 70 0a ef 47 42 32 B20p..GB21p..GB2
0280: 36 a1 16 70 0a 90 47 42 32 30 70 0a 03 47 42 32 6..p..GB20p..GB2
0290: 31 70 0a ef 47 42 32 36 70 47 42 55 32 47 54 46 1p..GB26pGBU2GTF
02a0: 32 14 0b 5f 47 54 46 00 a4 47 54 46 32 2.._GTF..GTF2
SSDT @ 0xbf6d981a
0000: 53 53 44 54 a3 00 00 00 01 ed 42 72 74 52 65 66 SSDT......BrtRef
0010: 44 44 30 31 42 52 54 00 00 10 00 00 49 4e 54 4c DD01BRT.....INTL
0020: 24 06 05 20 10 4e 07 5c 2f 04 5f 53 42 5f 50 43 $.. .N.\/._SB_PC
0030: 49 30 47 46 58 30 44 44 30 33 14 1e 5f 42 43 4c I0GFX0DD03.._BCL
0040: 00 a4 12 16 0a 0a 46 0a 28 0a 00 0a 0a 0a 14 0a ......F.(.......
0050: 1e 0a 28 0a 32 0a 3c 0a 46 14 25 5f 42 43 4d 01 ..(.2.<.F.%_BCM.
0060: 78 68 0a 0a 60 61 70 61 5c 2f 05 5f 53 42 5f 50 xh..`apa\/._SB_P
0070: 43 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 14 CI0LPCBEC0_BRTS.
0080: 23 5f 42 51 43 00 77 5c 2f 05 5f 53 42 5f 50 43 #_BQC.w\/._SB_PC
0090: 49 30 4c 50 43 42 45 43 30 5f 42 52 54 53 0a 0a I0LPCBEC0_BRTS..
00a0: 60 a4 60 `.`
SSDT @ 0xbf6d8e10
0000: 53 53 44 54 5f 02 00 00 01 c8 50 6d 52 65 66 00 SSDT_.....PmRef.
0010: 43 70 75 30 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu0Tst..0..INTL
0020: 24 06 05 20 10 4a 23 5c 2e 5f 50 52 5f 43 50 55 $.. .J#\._PR_CPU
0030: 30 08 5f 54 50 43 0a 00 14 4d 06 5f 50 54 43 00 0._TPC...M._PTC.
0040: a0 37 7b 50 44 43 30 0a 04 00 a4 12 2c 02 11 14 .7{PDC0.....,...
0050: 0a 11 82 0c 00 7f 00 00 00 00 00 00 00 00 00 00 ................
0060: 00 79 00 11 14 0a 11 82 0c 00 7f 00 00 00 00 00 .y..............
0070: 00 00 00 00 00 00 79 00 a4 12 2c 02 11 14 0a 11 ......y...,.....
0080: 82 0c 00 01 04 01 00 10 10 00 00 00 00 00 00 79 ...............y
0090: 00 11 14 0a 11 82 0c 00 01 04 01 00 10 10 00 00 ................
00a0: 00 00 00 00 79 00 08 54 53 53 49 12 41 07 08 12 ....y..TSSI.A...
00b0: 0d 05 0a 64 0b e8 03 0a 00 0a 00 0a 00 12 0d 05 ...d............
00c0: 0a 58 0b 6b 03 0a 00 0a 0f 0a 00 12 0d 05 0a 4b .X.k...........K
00d0: 0b ee 02 0a 00 0a 0e 0a 00 12 0d 05 0a 3f 0b 71 .............?.q
00e0: 02 0a 00 0a 0d 0a 00 12 0d 05 0a 32 0b f4 01 0a ...........2....
00f0: 00 0a 0c 0a 00 12 0d 05 0a 26 0b 77 01 0a 00 0a .........&.w....
0100: 0b 0a 00 12 0c 05 0a 19 0a fa 0a 00 0a 0a 0a 00 ................
0110: 12 0c 05 0a 0d 0a 7d 0a 00 0a 09 0a 00 08 54 53 ......}.......TS
0120: 53 4d 12 41 07 08 12 0d 05 0a 64 0b e8 03 0a 00 SM.A......d.....
0130: 0a 00 0a 00 12 0d 05 0a 58 0b 6b 03 0a 00 0a 1e ........X.k.....
0140: 0a 00 12 0d 05 0a 4b 0b ee 02 0a 00 0a 1c 0a 00 ......K.........
0150: 12 0d 05 0a 3f 0b 71 02 0a 00 0a 1a 0a 00 12 0d ....?.q.........
0160: 05 0a 32 0b f4 01 0a 00 0a 18 0a 00 12 0d 05 0a ..2.............
0170: 26 0b 77 01 0a 00 0a 16 0a 00 12 0c 05 0a 19 0a &.w.............
0180: fa 0a 00 0a 14 0a 00 12 0c 05 0a 0d 0a 7d 0a 00 .............}..
0190: 0a 12 0a 00 08 54 53 53 46 0a 00 14 43 08 5f 54 .....TSSF...C._T
01a0: 53 53 00 a0 47 06 90 92 54 53 53 46 5b 12 5f 50 SS..G...TSSF[._P
01b0: 53 53 00 70 5f 50 53 53 60 70 87 60 61 76 61 70 SS.p_PSS`p.`avap
01c0: 83 88 83 88 60 61 00 0a 01 00 62 70 0a 00 63 a2 ....`a....bp..c.
01d0: 35 95 63 87 54 53 53 49 70 78 77 62 74 0a 08 63 5.c.TSSIpxwbt..c
01e0: 00 00 0a 08 00 00 64 70 64 88 83 88 54 53 53 49 ......dpd...TSSI
01f0: 63 00 0a 01 00 70 64 88 83 88 54 53 53 4d 63 00 c....pd...TSSMc.
0200: 0a 01 00 75 63 70 ff 54 53 53 46 a0 0e 7b 50 44 ...ucp.TSSF..{PD
0210: 43 30 0a 04 00 a4 54 53 53 4d a4 54 53 53 49 14 C0....TSSM.TSSI.
0220: 3f 5f 54 53 44 00 a0 27 90 7b 43 46 47 44 0c 00 ?_TSD..'.{CFGD..
0230: 00 00 01 00 92 7b 50 44 43 30 0a 04 00 a4 12 0f .....{PDC0......
0240: 01 12 0c 05 0a 05 0a 00 0a 00 0a fd 0a 02 a4 12 ................
0250: 0f 01 12 0c 05 0a 05 0a 00 0a 00 0a fc 0a 01 ...............
SSDT @ 0xbf6d8d6a
0000: 53 53 44 54 a6 00 00 00 01 6d 50 6d 52 65 66 00 SSDT.....mPmRef.
0010: 43 70 75 31 54 73 74 00 00 30 00 00 49 4e 54 4c Cpu1Tst..0..INTL
0020: 24 06 05 20 10 41 08 5c 2e 5f 50 52 5f 43 50 55 $.. .A.\._PR_CPU
0030: 31 08 5f 54 50 43 0a 00 14 16 5f 50 54 43 00 a4 1._TPC...._PTC..
0040: 5c 2f 03 5f 50 52 5f 43 50 55 30 5f 50 54 43 14 \/._PR_CPU0_PTC.
0050: 16 5f 54 53 53 00 a4 5c 2f 03 5f 50 52 5f 43 50 ._TSS..\/._PR_CP
0060: 55 30 5f 54 53 53 14 3f 5f 54 53 44 00 a0 27 90 U0_TSS.?_TSD..'.
0070: 7b 43 46 47 44 0c 00 00 00 01 00 92 7b 50 44 43 {CFGD.......{PDC
0080: 31 0a 04 00 a4 12 0f 01 12 0c 05 0a 05 0a 00 0a 1...............
0090: 00 0a fd 0a 02 a4 12 0f 01 12 0c 05 0a 05 0a 00 ................
00a0: 0a 01 0a fc 0a 01 ......
SSDT @ 0xbf6d8884
0000: 53 53 44 54 e6 04 00 00 01 df 50 6d 52 65 66 00 SSDT......PmRef.
0010: 43 70 75 50 6d 00 00 00 00 30 00 00 49 4e 54 4c CpuPm....0..INTL
0020: 24 06 05 20 10 45 08 5c 00 08 53 53 44 54 12 43 $.. .E.\..SSDT.C
0030: 05 0c 0d 43 50 55 30 49 53 54 20 00 0c 9e 95 6d ...CPU0IST ....m
0040: bf 0c b4 01 00 00 0d 43 50 55 31 49 53 54 20 00 .......CPU1IST .
0050: 0c 52 97 6d bf 0c c8 00 00 00 0d 43 50 55 30 43 .R.m.......CPU0C
0060: 53 54 20 00 0c 6f 90 6d bf 0c aa 04 00 00 0d 43 ST ..o.m.......C
0070: 50 55 31 43 53 54 20 00 0c 19 95 6d bf 0c 85 00 PU1CST ....m....
0080: 00 00 08 43 46 47 44 0c f1 69 3f 11 08 5c 50 44 ...CFGD..i?..\PD
0090: 43 30 0c 00 00 00 80 08 5c 50 44 43 31 0c 00 00 C0......\PDC1...
00a0: 00 80 08 5c 53 44 54 4c 0a 00 10 4d 21 5c 2e 5f ...\SDTL...M!\._
00b0: 50 52 5f 43 50 55 30 08 48 49 30 5f 0a 00 08 48 PR_CPU0.HI0_...H
00c0: 43 30 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a C0_...H._PDC..h.
00d0: 00 52 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 .REVS.h..SIZEp.h
00e0: 60 70 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a `pt`...a[.h.@wa.
00f0: 08 00 54 45 4d 50 08 53 54 53 30 11 07 0a 04 00 ..TEMP.STS0.....
0100: 00 00 00 73 53 54 53 30 54 45 4d 50 62 5f 4f 53 ...sSTS0TEMPb_OS
0110: 43 11 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 C......w@.).G...
0120: 70 58 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 pXq9SREVSSIZEb.I
0130: 19 5f 4f 53 43 04 8a 6b 0a 00 53 54 53 30 8a 6b ._OSC..k..STS0.k
0140: 0a 04 43 41 50 30 8a 68 0a 00 49 49 44 30 8a 68 ..CAP0.h..IID0.h
0150: 0a 04 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 ..IID1.h..IID2.h
0160: 0a 0c 49 49 44 33 08 55 49 44 30 11 13 0a 10 16 ..IID3.UID0.....
0170: a6 77 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a .w@.).G...pXq9S.
0180: 55 49 44 30 0a 00 45 49 44 30 8a 55 49 44 30 0a UID0..EID0.UID0.
0190: 04 45 49 44 31 8a 55 49 44 30 0a 08 45 49 44 32 .EID1.UID0..EID2
01a0: 8a 55 49 44 30 0a 0c 45 49 44 33 a0 32 92 90 90 .UID0..EID3.2...
01b0: 93 49 49 44 30 45 49 44 30 93 49 49 44 31 45 49 .IID0EID0.IID1EI
01c0: 44 31 90 93 49 49 44 32 45 49 44 32 93 49 49 44 D1..IID2EID2.IID
01d0: 33 45 49 44 33 70 0a 06 53 54 53 30 a4 6b a0 0f 3EID3p..STS0.k..
01e0: 92 93 69 0a 01 70 0a 0a 53 54 53 30 a4 6b 7d 7b ..i..p..STS0.k}{
01f0: 50 44 43 30 0c ff ff ff 7f 00 43 41 50 30 50 44 PDC0......CAP0PD
0200: 43 30 70 7b 50 44 43 30 0a ff 00 50 43 50 30 a0 C0p{PDC0...PCP0.
0210: 4c 05 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b L.{CFGD....A...{
0220: 43 46 47 44 0c 00 00 00 01 00 93 7b 50 44 43 30 CFGD.......{PDC0
0230: 0a 09 00 0a 09 92 7b 53 44 54 4c 0a 01 00 7d 53 ......{SDTL...}S
0240: 44 54 4c 0a 01 53 44 54 4c 5b 80 49 53 54 30 00 DTL..SDTL[.IST0.
0250: 83 88 53 53 44 54 0a 01 00 83 88 53 53 44 54 0a ..SSDT.....SSDT.
0260: 02 00 5b 20 49 53 54 30 48 49 30 5f a0 49 05 7b ..[ IST0HI0_.I.{
0270: 43 46 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 CFGD....N...{CFG
0280: 44 0c 00 00 00 01 00 7b 50 44 43 30 0a 18 00 92 D......{PDC0....
0290: 7b 53 44 54 4c 0a 02 00 7d 53 44 54 4c 0a 02 53 {SDTL...}SDTL..S
02a0: 44 54 4c 5b 80 43 53 54 30 00 83 88 53 53 44 54 DTL[.CST0...SSDT
02b0: 0a 07 00 83 88 53 53 44 54 0a 08 00 5b 20 43 53 .....SSDT...[ CS
02c0: 54 30 48 43 30 5f a4 6b 10 4d 21 5c 2e 5f 50 52 T0HC0_.k.M!\._PR
02d0: 5f 43 50 55 31 08 48 49 31 5f 0a 00 08 48 43 31 _CPU1.HI1_...HC1
02e0: 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68 0a 00 52 _...H._PDC..h..R
02f0: 45 56 53 8a 68 0a 04 53 49 5a 45 70 87 68 60 70 EVS.h..SIZEp.h`p
0300: 74 60 0a 08 00 61 5b 13 68 0a 40 77 61 0a 08 00 t`...a[.h.@wa...
0310: 54 45 4d 50 08 53 54 53 31 11 07 0a 04 00 00 00 TEMP.STS1.......
0320: 00 73 53 54 53 31 54 45 4d 50 62 5f 4f 53 43 11 .sSTS1TEMPb_OSC.
0330: 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd d8 70 58 .....w@.).G...pX
0340: 71 39 53 52 45 56 53 53 49 5a 45 62 14 49 19 5f q9SREVSSIZEb.I._
0350: 4f 53 43 04 8a 6b 0a 00 53 54 53 31 8a 6b 0a 04 OSC..k..STS1.k..
0360: 43 41 50 31 8a 68 0a 00 49 49 44 30 8a 68 0a 04 CAP1.h..IID0.h..
0370: 49 49 44 31 8a 68 0a 08 49 49 44 32 8a 68 0a 0c IID1.h..IID2.h..
0380: 49 49 44 33 08 55 49 44 31 11 13 0a 10 16 a6 77 IID3.UID1......w
0390: 40 0c 29 be 47 9e bd d8 70 58 71 39 53 8a 55 49 @.).G...pXq9S.UI
03a0: 44 31 0a 00 45 49 44 30 8a 55 49 44 31 0a 04 45 D1..EID0.UID1..E
03b0: 49 44 31 8a 55 49 44 31 0a 08 45 49 44 32 8a 55 ID1.UID1..EID2.U
03c0: 49 44 31 0a 0c 45 49 44 33 a0 32 92 90 90 93 49 ID1..EID3.2....I
03d0: 49 44 30 45 49 44 30 93 49 49 44 31 45 49 44 31 ID0EID0.IID1EID1
03e0: 90 93 49 49 44 32 45 49 44 32 93 49 49 44 33 45 ..IID2EID2.IID3E
03f0: 49 44 33 70 0a 06 53 54 53 31 a4 6b a0 0f 92 93 ID3p..STS1.k....
0400: 69 0a 01 70 0a 0a 53 54 53 31 a4 6b 7d 7b 50 44 i..p..STS1.k}{PD
0410: 43 31 0c ff ff ff 7f 00 43 41 50 31 50 44 43 31 C1......CAP1PDC1
0420: 70 7b 50 44 43 31 0a ff 00 50 43 50 31 a0 4c 05 p{PDC1...PCP1.L.
0430: 7b 43 46 47 44 0a 01 00 a0 41 05 90 90 7b 43 46 {CFGD....A...{CF
0440: 47 44 0c 00 00 00 01 00 93 7b 50 44 43 31 0a 09 GD.......{PDC1..
0450: 00 0a 09 92 7b 53 44 54 4c 0a 10 00 7d 53 44 54 ....{SDTL...}SDT
0460: 4c 0a 10 53 44 54 4c 5b 80 49 53 54 31 00 83 88 L..SDTL[.IST1...
0470: 53 53 44 54 0a 04 00 83 88 53 53 44 54 0a 05 00 SSDT.....SSDT...
0480: 5b 20 49 53 54 31 48 49 31 5f a0 49 05 7b 43 46 [ IST1HI1_.I.{CF
0490: 47 44 0a f0 00 a0 4e 04 90 90 7b 43 46 47 44 0c GD....N...{CFGD.
04a0: 00 00 00 01 00 7b 50 44 43 31 0a 18 00 92 7b 53 .....{PDC1....{S
04b0: 44 54 4c 0a 20 00 7d 53 44 54 4c 0a 20 53 44 54 DTL. .}SDTL. SDT
04c0: 4c 5b 80 43 53 54 31 00 83 88 53 53 44 54 0a 0a L[.CST1...SSDT..
04d0: 00 83 88 53 53 44 54 0a 0b 00 5b 20 43 53 54 31 ...SSDT...[ CST1
04e0: 48 43 31 5f a4 6b HC1_.k
XSDT @ 0xbf6d87f0
0000: 58 53 44 54 94 00 00 00 01 c2 4c 45 4e 4f 56 4f XSDT......LENOVO
0010: 54 50 2d 36 38 20 20 20 00 00 04 06 20 4c 54 50 TP-68 .... LTP
0020: 00 00 00 00 d2 fb 6d bf 00 00 00 00 c6 fc 6d bf ......m.......m.
0030: 00 00 00 00 2e fd 6d bf 00 00 00 00 66 fd 6d bf ......m.....f.m.
0040: 00 00 00 00 a2 fd 6d bf 00 00 00 00 d4 fd 6d bf ......m.......m.
0050: 00 00 00 00 fa fd 6d bf 00 00 00 00 70 ff 6d bf ......m.....p.m.
0060: 00 00 00 00 d8 ff 6d bf 00 00 00 00 bd 98 6d bf ......m.......m.
0070: 00 00 00 00 1a 98 6d bf 00 00 00 00 10 8e 6d bf ......m.......m.
0080: 00 00 00 00 6a 8d 6d bf 00 00 00 00 84 88 6d bf ....j.m.......m.
0090: 00 00 00 00 ....
RSD PTR @ 0xf7240
0000: 52 53 44 20 50 54 52 20 c5 4c 45 4e 4f 56 4f 02 RSD PTR .LENOVO.
0010: 94 87 6d bf 24 00 00 00 f0 87 6d bf 00 00 00 00 ..m.$.....m.....
0020: 39 00 00 00 9...
fwts-test/apicinstance-0001/apicinstance-0001.log 0000664 0000000 0000000 00000001622 12314704571 0021564 0 ustar 00root root 0000000 0000000 apicinstance apicinstance: Test for single instance of APIC/MADT table.
apicinstance ----------------------------------------------------------
apicinstance Test 1 of 1: Test for single instance of APIC/MADT table.
apicinstance Found APIC/MADT table APIC @ bf6dfcc6, length 0x104
apicinstance Found APIC/MADT table APIC @ bf6dff70, length 0x104
apicinstance (and differs from first APIC/MADT table).
apicinstance FAILED [HIGH] MultipleAPICMADT: Test 1, Found 2 APIC/MADT
apicinstance tables, the kernel expects just one.
apicinstance If you find any APIC issues, perhaps try using
apicinstance acpi_apic_instance=2.
apicinstance
apicinstance ==========================================================
apicinstance 0 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0
apicinstance info only.
apicinstance ==========================================================
fwts-test/apicinstance-0001/apicinstance-0002.log 0000664 0000000 0000000 00000001167 12314704571 0021571 0 ustar 00root root 0000000 0000000 apicinstance apicinstance: Test for single instance of APIC/MADT table.
apicinstance ----------------------------------------------------------
apicinstance Test 1 of 1: Test for single instance of APIC/MADT table.
apicinstance Found APIC/MADT table APIC @ bf6dfcc6, length 0x104
apicinstance PASSED: Test 1, Found 1 APIC/MADT table(s), as expected.
apicinstance
apicinstance ==========================================================
apicinstance 1 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
apicinstance info only.
apicinstance ==========================================================
fwts-test/apicinstance-0001/test-0001.sh 0000775 0000000 0000000 00000001135 12314704571 0017735 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apicinstance against known incorrect ACPI tables"
NAME=test-0001.sh
TMPLOG=$TMP/apicinstance.log.$$
$FWTS --show-tests | grep apicinstance > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/apicinstance-0001/acpidump-0001.log apicinstance - | grep "^[0-9]*[ ]*apicinstance" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/apicinstance-0001/apicinstance-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/apicinstance-0001/test-0002.sh 0000775 0000000 0000000 00000001133 12314704571 0017734 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test apicinstance against known correct ACPI tables"
NAME=test-0002.sh
TMPLOG=$TMP/apicinstance.log.$$
$FWTS --show-tests | grep apicinstance > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
$FWTS --log-format="%line %owner " -w 80 --dumpfile=$FWTSTESTDIR/apicinstance-0001/acpidump-0002.log apicinstance - | grep "^[0-9]*[ ]*apicinstance" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/apicinstance-0001/apicinstance-0002.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-help-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015077 5 ustar 00root root 0000000 0000000 fwts-test/arg-help-0001/arg-help-0001.log 0000664 0000000 0000000 00000023753 12314704571 0017671 0 ustar 00root root 0000000 0000000 --acpica Enable ACPICA run
time options.
--acpica-debug Enable ACPICA debug
/warning messages.
-a, --all Run all tests.
-b, --batch Run non-Interactive
tests.
--batch-experimental Run Batch
Experimental tests.
--disassemble-aml Disassemble AML from
DSDT and SSDT tables.
-d, --dump Dump out dmesg,
dmidecode, lspci,
ACPI tables to logs.
--dumpfile Load ACPI tables
using file generated
by acpidump, e.g.
--dumpfile=acpidump.dat
--filter-error-discard Discard errors that
match any of the
specified labels.
--filter-error-keep Keep errors that
match any of the
specified labels.
-f, --force-clean Force a clean results
log file.
-h, -?, --help Print this help.
-i, --interactive Just run Interactive
tests.
--interactive-experimental Just run Interactive
Experimental tests.
-j, --json-data-path Specify path to fwts
json data files -
default is /usr/share
/fwts.
-k, --klog Specify kernel log
file rather than
reading it from the
kernel, e.g.
--klog=dmesg.log
--log-fields Show available log
filtering fields.
--log-filter Define filters to
dump out specific log
fields:
--log-filter=RES,SUM
- dump out results
and summary,
--log-filter=ALL,~INF
- dump out all fields
except info fields.
--log-format Define output log
format: e.g.
--log-format="%date
%time [%field]
(%owner): ". Fields
are: %time - time,
%field - filter field
, %owner - name of
test, %level -
failure error level,
%line - log line
number.
--log-type Specify log type
(plaintext, json,
html or xml).
-w, --log-width Define the output log
width in characters.
--lspci Specify path to lspci
, e.g. --lspci=path.
-P, --power-states Test S3, S4 power
states.
-q, --quiet Run quietly.
--results-no-separators No horizontal
separators in results
log.
-r, --results-output Output results to a
named file. Filename
can also be stout or
stderr, e.g.
--results-output=myresults.log
, -r stdout.
-R, --rsdp Specify the physical
address of the ACPI
RSDP.
--s3-delay-delta Time to be added to
delay between S3
iterations. Used in
conjunction with
--s3-min-delay and
--s3-max-delay, e.g.
--s3-delay-delta=2.5
--s3-device-check Check differences
between device
configurations over a
S3 cycle. Note we add
a default of 15
seconds to allow wifi
to re-associate.
Cannot be used with
--s3-min-delay,
--s3-max-delay and
--s3-delay-delta.
--s3-device-check-delay Sleep N seconds
before we run a
device check after
waking up from
suspend. Default is
15 seconds, e.g.
--s3-device-check-delay=20
--s3-hybrid Run S3 with hybrid
sleep, i.e. saving
system states as S4
does.
--s3-max-delay Maximum time between
S3 iterations, e.g.
--s3-max-delay=20
--s3-min-delay Minimum time between
S3 iterations, e.g.
--s3-min-delay=10
--s3-multiple Run S3 tests multiple
times, e.g.
--s3-multiple=10.
--s3-quirks Comma separated list
of quirk arguments to
pass to pm-suspend.
--s3-resume-time Maximum expected
resume time in
seconds, e.g.
--s3-resume-time=5.1
--s3-sleep-delay Sleep N seconds
between start of
suspend and wakeup,
e.g.
--s3-sleep-delay=60
--s3-suspend-time Maximum expected
suspend time in
seconds, e.g.
--s3-suspend-time=3.5
--s3power-sleep-delay Sleep N seconds
between start of
suspend and wakeup,
e.g.
--s3power-sleep-delay=60
--s4-delay-delta Time to be added to
delay between S4
iterations. Used in
conjunction with
--s4-min-delay and
--s4-max-delay.
--s4-device-check Check differences
between device
configurations over a
S4 cycle. Note we add
a default of 15
seconds to allow wifi
to re-associate.
Cannot be used with
--s4-min-delay,
--s4-max-delay and
--s4-delay-delta.
--s4-device-check-delay Sleep N seconds
before we run a
device check after
waking up from
hibernate. Default is
15 seconds.
--s4-max-delay Maximum time between
S4 iterations.
--s4-min-delay Minimum time between
S4 iterations.
--s4-multiple Run S4 tests multiple
times, e.g.
--s4-multiple=10.
--s4-quirks Comma separated list
of quirk arguments to
pass to pm-hibernate.
--s4-sleep-delay Sleep N seconds
between start of
hibernate and wakeup.
-p, --show-progress Output test progress
report to stderr.
-D, --show-progress-dialog Output test progress
for use in dialog
tool.
-s, --show-tests Show available tests.
--show-tests-full Show available tests
including all minor
tests.
-S, --skip-test Skip listed tests,
e.g. --skip-test=s3
,nx,method
--stdout-summary Output SUCCESS or
FAILED to stdout at
end of tests.
-t, --table-path Path to ACPI tables
dumped by acpidump
and then acpixtract,
e.g. --table-path=
/some/path/to/acpidumps
--uefi Run UEFI tests.
--uefi-get-var-multiple Run uefirtvariable
get variable test
multiple times.
--uefi-query-var-multiple Run uefirtvariable
query variable test
multiple times.
--uefi-set-var-multiple Run uefirtvariable
set variable test
multiple times.
-U, --unsafe Unsafe tests (tests
that can potentially
cause kernel oopses).
-u, --utils Run Utility 'tests'.
(V14.02.00).
Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
Some of this work - Copyright (c) 2010 - 2014, Canonical.
fwts-test/arg-help-0001/arg-help-0002.log 0000664 0000000 0000000 00000023753 12314704571 0017672 0 ustar 00root root 0000000 0000000 --acpica Enable ACPICA run
time options.
--acpica-debug Enable ACPICA debug
/warning messages.
-a, --all Run all tests.
-b, --batch Run non-Interactive
tests.
--batch-experimental Run Batch
Experimental tests.
--disassemble-aml Disassemble AML from
DSDT and SSDT tables.
-d, --dump Dump out dmesg,
dmidecode, lspci,
ACPI tables to logs.
--dumpfile Load ACPI tables
using file generated
by acpidump, e.g.
--dumpfile=acpidump.dat
--filter-error-discard Discard errors that
match any of the
specified labels.
--filter-error-keep Keep errors that
match any of the
specified labels.
-f, --force-clean Force a clean results
log file.
-h, -?, --help Print this help.
-i, --interactive Just run Interactive
tests.
--interactive-experimental Just run Interactive
Experimental tests.
-j, --json-data-path Specify path to fwts
json data files -
default is /usr/share
/fwts.
-k, --klog Specify kernel log
file rather than
reading it from the
kernel, e.g.
--klog=dmesg.log
--log-fields Show available log
filtering fields.
--log-filter Define filters to
dump out specific log
fields:
--log-filter=RES,SUM
- dump out results
and summary,
--log-filter=ALL,~INF
- dump out all fields
except info fields.
--log-format Define output log
format: e.g.
--log-format="%date
%time [%field]
(%owner): ". Fields
are: %time - time,
%field - filter field
, %owner - name of
test, %level -
failure error level,
%line - log line
number.
--log-type Specify log type
(plaintext, json,
html or xml).
-w, --log-width Define the output log
width in characters.
--lspci Specify path to lspci
, e.g. --lspci=path.
-P, --power-states Test S3, S4 power
states.
-q, --quiet Run quietly.
--results-no-separators No horizontal
separators in results
log.
-r, --results-output Output results to a
named file. Filename
can also be stout or
stderr, e.g.
--results-output=myresults.log
, -r stdout.
-R, --rsdp Specify the physical
address of the ACPI
RSDP.
--s3-delay-delta Time to be added to
delay between S3
iterations. Used in
conjunction with
--s3-min-delay and
--s3-max-delay, e.g.
--s3-delay-delta=2.5
--s3-device-check Check differences
between device
configurations over a
S3 cycle. Note we add
a default of 15
seconds to allow wifi
to re-associate.
Cannot be used with
--s3-min-delay,
--s3-max-delay and
--s3-delay-delta.
--s3-device-check-delay Sleep N seconds
before we run a
device check after
waking up from
suspend. Default is
15 seconds, e.g.
--s3-device-check-delay=20
--s3-hybrid Run S3 with hybrid
sleep, i.e. saving
system states as S4
does.
--s3-max-delay Maximum time between
S3 iterations, e.g.
--s3-max-delay=20
--s3-min-delay Minimum time between
S3 iterations, e.g.
--s3-min-delay=10
--s3-multiple Run S3 tests multiple
times, e.g.
--s3-multiple=10.
--s3-quirks Comma separated list
of quirk arguments to
pass to pm-suspend.
--s3-resume-time Maximum expected
resume time in
seconds, e.g.
--s3-resume-time=5.1
--s3-sleep-delay Sleep N seconds
between start of
suspend and wakeup,
e.g.
--s3-sleep-delay=60
--s3-suspend-time Maximum expected
suspend time in
seconds, e.g.
--s3-suspend-time=3.5
--s3power-sleep-delay Sleep N seconds
between start of
suspend and wakeup,
e.g.
--s3power-sleep-delay=60
--s4-delay-delta Time to be added to
delay between S4
iterations. Used in
conjunction with
--s4-min-delay and
--s4-max-delay.
--s4-device-check Check differences
between device
configurations over a
S4 cycle. Note we add
a default of 15
seconds to allow wifi
to re-associate.
Cannot be used with
--s4-min-delay,
--s4-max-delay and
--s4-delay-delta.
--s4-device-check-delay Sleep N seconds
before we run a
device check after
waking up from
hibernate. Default is
15 seconds.
--s4-max-delay Maximum time between
S4 iterations.
--s4-min-delay Minimum time between
S4 iterations.
--s4-multiple Run S4 tests multiple
times, e.g.
--s4-multiple=10.
--s4-quirks Comma separated list
of quirk arguments to
pass to pm-hibernate.
--s4-sleep-delay Sleep N seconds
between start of
hibernate and wakeup.
-p, --show-progress Output test progress
report to stderr.
-D, --show-progress-dialog Output test progress
for use in dialog
tool.
-s, --show-tests Show available tests.
--show-tests-full Show available tests
including all minor
tests.
-S, --skip-test Skip listed tests,
e.g. --skip-test=s3
,nx,method
--stdout-summary Output SUCCESS or
FAILED to stdout at
end of tests.
-t, --table-path Path to ACPI tables
dumped by acpidump
and then acpixtract,
e.g. --table-path=
/some/path/to/acpidumps
--uefi Run UEFI tests.
--uefi-get-var-multiple Run uefirtvariable
get variable test
multiple times.
--uefi-query-var-multiple Run uefirtvariable
query variable test
multiple times.
--uefi-set-var-multiple Run uefirtvariable
set variable test
multiple times.
-U, --unsafe Unsafe tests (tests
that can potentially
cause kernel oopses).
-u, --utils Run Utility 'tests'.
(V14.02.00).
Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
Some of this work - Copyright (c) 2010 - 2014, Canonical.
fwts-test/arg-help-0001/test-0001.sh 0000775 0000000 0000000 00000001641 12314704571 0016775 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -h option"
NAME=test-0001.sh
TMPLOG=$TMP/help.log.$$
HERE=`pwd`
#
# Non-x86 tests don't have WMI so skip this test
#
$FWTS --show-tests | grep wmi > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
cols=$(stty -a | tr ';' '\n' | grep "columns" | cut -d' ' -f3) 2> /dev/null
#
# If we can't set the tty then we can't test
#
stty cols 50 2> /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
$FWTS -h | grep -v "Show version" | grep -v "Usage" | sed s/\(V[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\)/\(Vxx\.xx\.xx\)/ > $TMPLOG
sed s/\(V[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\)/\(Vxx\.xx\.xx\)/ < $FWTSTESTDIR/arg-help-0001/arg-help-0001.log > $TMP/help.log.$$.orig
diff $TMPLOG $TMP/help.log.$$.orig >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
stty cols 80 2> /dev/null
tset 2> /dev/null
rm $TMPLOG
exit $ret
fwts-test/arg-help-0001/test-0002.sh 0000775 0000000 0000000 00000001731 12314704571 0016776 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --help option"
NAME=test-0002.sh
TMPLOG=$TMP/help.log.$$
HERE=`pwd`
#
# Non-x86 tests don't have WMI so skip this test
#
$FWTS --show-tests | grep wmi > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
cols=$(stty -a | tr ';' '\n' | grep "columns" | cut -d' ' -f3) 2> /dev/null
#
# If we can't set the tty then we can't test
#
stty cols 50 2> /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
$FWTS --help | grep -v "Show version" | grep -v "Usage" | sed s/\(V[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\)/\(Vxx\.xx\.xx\)/ > $TMPLOG
sed s/\(V[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]\)/\(Vxx\.xx\.xx\)/ < $FWTSTESTDIR/arg-help-0001/arg-help-0002.log > $TMP/help.log.$$.orig
diff $TMPLOG $TMP/help.log.$$.orig >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
if [ $cols -ne 0 ]; then
stty cols $cols 2> /dev/null
fi
tset 2> /dev/null
rm $TMPLOG
exit $ret
fwts-test/arg-json-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015120 5 ustar 00root root 0000000 0000000 fwts-test/arg-json-0001/klog-0001.log 0000664 0000000 0000000 00000003070 12314704571 0017135 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog Found 1 unique errors in kernel log.
klog
klog ==========================================================
klog 0 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-json-0001/klog-0002.log 0000664 0000000 0000000 00000003070 12314704571 0017136 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogACPIBIOSBugMultipleAPIC: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog Found 1 unique errors in kernel log.
klog
klog ==========================================================
klog 0 passed, 1 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-json-0001/klog-0003.log 0000664 0000000 0000000 00000001051 12314704571 0017134 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog Cannot read file /xxxx/fooo/klog.json.
klog Error parsing kernel log.
klog
klog ==========================================================
klog 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-json-0001/klog-0004.log 0000664 0000000 0000000 00000001051 12314704571 0017135 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog Cannot read file /xxxx/fooo/klog.json.
klog Error parsing kernel log.
klog
klog ==========================================================
klog 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-json-0001/klog.json 0000664 0000000 0000000 00000137771 12314704571 0016767 0 ustar 00root root 0000000 0000000 {
"common_error_warning_patterns":
[
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS_THERMAL",
"pattern": "Temperature above threshold, cpu clock throttled",
"advice": "Test caused CPU temperature above critical threshold. Insufficient cooling?"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS",
"pattern": "BIOS never enumerated boot CPU",
"advice": "The boot processor is not enumerated!"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_HOTPLUG",
"pattern": "acpi_shpchprm.*_HPP fail",
"advice": "Hotplug _HPP method failed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_HOTPLUG",
"pattern": "shpchp.*acpi_pciehprm.*OSHP fail",
"advice": "ACPI Hotplug OSHP method failed"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_HOTPLUG",
"pattern": "shpchp.*acpi_shpchprm.*evaluate _BBN fail",
"advice": "Hotplug _BBN method is missing"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "Error while parsing _PSD domain information",
"advice": "_PSD domain information is corrupt!"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI",
"pattern": "Wrong _BBN value, reboot and use option 'pci=noacpi'",
"advice": "The BIOS has wrong _BBN value, which will make PCI root bridge have wrong bus number"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_APIC",
"pattern": "ACPI.*apic on CPU.* stops in C2",
"advice": "The local apic timer incorrectly stops during C2 idle state.The ACPI specification forbids this and Linux needs the local APIC timer to work. The most likely cause of this is that the firmware uses a hardware C3 or C4 state that is mapped to the ACPI C2 state."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS_IRQ",
"pattern": "Disabling IRQ",
"advice": "The kernel detected an irq storm. This is most probably an IRQ routing bug."
}
],
"firmware_error_warning_patterns":
[
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "dell_wmi:.*Received unknown WMI event",
"advice": "The Dell WMI driver has received an unknown WMI event. The driver should handle this new event or the firmware is reporting an incorrect and unknown event."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "dell_wmi:.*bad event status 0x",
"advice": "The Dell WMI driver has received a bad event status. This should be investigated further."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "asus_wmi:.*Unknown key.*pressed",
"advice": "The ASUS WMI driver has received an unknown key event. The driver should handle this new key event or the firmware is reporting an incorrect and unknown event."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "hp_wmi:.*bad event status 0x",
"advice": "The HP WMI driver has received a bad event status. This should be investigated further."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "hp_wmi:.*Unknown response received",
"advice": "The HP WMI driver has received a return object that was not of type ACPI_BUFFER. The driver needs to be updated to handle this new return type or there is a bug in the WMI mechanism on this machine."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "hp_wmi:.*Unknown buffer length",
"advice": "The HP WMI driver has received a return buffer that was not the expected size of 8 or 16 bytes. This is probably a bug in the WMI mechanism on this machine."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "hp_wmi:.*Unknown key code - 0x",
"advice": "The HP WMI driver has received a key code that it does not recognise. The driver needs to be updated to handle this new key code."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "hp_wmi:.*Unknown event_id",
"advice": "The HP WMI driver has received an event ID that it does not recognise. The driver needs to be updated to handle this new event ID."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_WMI",
"pattern": "msi_wmi:.*Unknown key pressed",
"advice": "The MSI WMI driver has received a key code that it does not recognise. The driver needs to be updated to handle this new key code."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "ACPI.*Handling Garbled _PRT entry",
"advice": "BIOS has a garbled _PRT entry; source_name and source_index swapped."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI",
"pattern": "Invalid _PCT data",
"advice": "The ACPI _PCT data is invalid."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "ACPI Error.*ACPI path has too many parent prefixes",
"advice": "A path to an ACPI obejct has too many ^ parent prefixes and references passed the top of the root node. Please check AML for all ^ prefixed ACPI path names."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_RSDP",
"pattern": "ACPI Error.*A valid RSDP was not found",
"advice": "An ACPI-compatible system must provide an RSDP (Root System Description Pointer in the system’s low address space. This structure’s only purpose is to provide the physical address of the RSDT and XSDT."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_MUTEX",
"pattern": "ACPI Error.*Cannot release Mutex",
"advice": "Attempted to release of a Mutex that was not previous acquired. This needs fixing as it could lead to race conditions when operating on a resource that needs to be proteced by a Mutex."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_EVENT",
"pattern": "ACPI Error.*Could not disable .* event",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_EVENT",
"pattern": "ACPI Error.*Could not enable .* event",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "ACPI Error.*Current brightness invalid",
"advice": "ACPI video driver has encountered a brightness level that is outside the expected range."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_NAMESPACE_LOOKUP",
"pattern": "ACPI Error.*Namespace lookup failure, AE_ALREADY_EXISTS",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_BUFFER_OVERFLOW",
"pattern": "ACPI Error.*_SB_._OSC.*AE_AML_BUFFER_LIMIT",
"advice": "Section 6.2.10.2 of V4.0a of the ACPI specification states that the _OSC Method should be passed an 8 byte buffer of 2 x 32 DWORDs, however it appears that the method is possibly trying to access data outside this buffer. This is a bug in the _OSC method."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_BUFFER_OVERFLOW",
"pattern": "ACPI Error.*Field.*exceeds Buffer",
"advice": "The field exceeds the allocated buffer size. This can lead to unexpected results when fetching data outside this region."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_IO_PORT",
"pattern": "ACPI Error.*Illegal I\/O port address\/length above 64K",
"advice": "A port address or length has exceeded the maximum allowed 64K address limit. This will lead to unpredicable errors."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Error.*Incorrect return type",
"advice": "An ACPI Method has returned an unexpected and incorrect return type."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Error.*Needed .*\\[Buffer\/String\/Package\\], found \\[Integer\\]",
"advice": "An ACPI Method has returned an Integer type when a Buffer, String or Package was expected."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Error.*Needed .*\\[Reference\\], found \\[Device\\]",
"advice": "An ACPI Method has returned an Device type when a Reference type was expected."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_NO_HANDLER",
"pattern": "ACPI Error.*No handler for Region",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_NO_HANDLER",
"pattern": "ACPI Error.*Region .* has no handler",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Error.*Missing expected return value",
"advice": "The ACPI Method did not return a value and was expected too. This is a bug and needs fixing."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "Package List length.*larger than.*truncated",
"advice": "A Method has returned a Package List that was larger than expected."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Error.*Result stack is empty!",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_AML_OPCODE",
"pattern": "ACPI Error.*Found unknown opcode",
"advice": "An illegal AML opcode has been found and is ignored. This indicates either badly compiled code or opcode corruption in the DSDT or SSDT tables or a bug in the ACPI execution engine. Recommend disassembing using iasl to find any offending code."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_AML_OPCODE",
"pattern": "ACPI Warning.*Detected an unsupported executable opcode",
"advice": "An illegal AML opcode has been found and is ignored. This indicates either badly compiled code or opcode corruption in the DSDT or SSDT tables or a bug in the ACPI execution engine. Recommend disassembing using iasl to find any offending code."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS",
"pattern": "bios32_service.*not present",
"advice": "The BIOS has found a BIOS32 Service Directory but the BIOS has returned error 0x80 on calling the service, which indicates that the requested service has not been implemented in the firmware."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS",
"pattern": "bios32_service.*BIOS bug",
"advice": "The BIOS has found a BIOS32 Service Directory but the BIOS has returned an error on calling the service, which is unexpected and usually means the firmware is broken."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS_IRQ",
"pattern": "PCI: Error.*when fetching IRQ routing table",
"advice": "The BIOS has been interrogated for the PCI IRQ routing table but the BIOS returned an error."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Denied AML access to port",
"advice": "AML code was accessing an I/O port that was banned from accesses. Ports 0x20-0x21 (PIC0), 0xa0-0xa1 (PIC1), 0x4d0-0x4d1 (ELCR) are always banned. For _OSI() greater or equal to 'Windows 2001' (Windows XP) ports 0x00-0x0f (DMA), 0x40-0x43 (PIT1), 0x48-0x4b (PIT2), 0x70-0x71 (RTC), 0x81-0x83 (DMA1), 0x87 (DMA1L), 0x89-0x8b (DMA2), 0x8f (DMA2L), 0x90-0x91 (ARBC), 0x93-0x94 (SETUP), 0x96-0x97 (POS), 0xc0-0xdf (ISA DMA) and 0xcf8-0xcff (PCI config) are banned. Since the AML code has been banned from accessing these ports you will get undefined behaviour and the AML code should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method parse\/execution failed.*AE_AML_NO_RETURN_VALUE",
"advice": "The ACPI Method was expected to return a value and did not."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_ALREADY_EXISTS",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_INVALID_TABLE_LENGTH",
"advice": "The ACPI Method returned a table of the incorrect length. This can lead to unexepected results."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_BUFFER_LIMIT",
"advice": "Method failed: ResourceSourceIndex is present but ResourceSource is not."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_NOT_EXIST",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_NOT_FOUND",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_LIMIT",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_OPERAND_TYPE",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_TIME",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_PACKAGE_LIMIT",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_OWNER_ID_LIMIT",
"advice": "Method failed to allocate owner ID."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.*Method (execution|parse\/execution) failed.*AE_AML_MUTEX_NOT_ACQUIRED",
"advice": "A Mutex acquire failed, which could possibly indicate that it was previously acquired and not released, or a race has occurred. Some AML code fails to miss Mutex acquire failures, so it is a good idea to verify all Mutex Acquires using the syntaxcheck test."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "ACPI Error.*SMBus or IPMI write requires Buffer of",
"advice": "An incorrect SMBus or IPMI write buffer size was used."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "ACPI Error.*Evaluating _BCM failed",
"advice": "The ACPI engine has failed to execute the _BCM Brightness Control Method. This will result in possibly failing to set the display brightness level."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_EVAL",
"pattern": "ACPI (Warning|Error).*Evaluating .* failed",
"advice": "Executing the ACPI Method leaded in an execution failure. This needs investigating."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "ACPI Warning.*Optional field.*has zero address or length",
"advice": "An ACPI table contains Generic Address Structure that has an address that is incorrectly set to zero, or a zero length. This needs to be fixed. "
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "ACPI (Warning|Error).*two DSDT tables",
"advice": "The FADT table contains a mismatch between the 32 bit pointer (DSDT) and 64 bit pointer (X_DSDT) pointer to the FACS table. Section 5.2.9 of version 4.0a of the ACPI specification states that X_DSDT should be zero if DSDT is defined, or DSDT should be zero if X_DSDT is zero. With two different pointers defined, the kernel has to make a choice, and opts for the 32 bit pointer. Because these pointers are different, it suggests either one of them is incorrect, or different 32 bit and 64 bit DSDT tables are present in your system, which is NOT complaint with the ACPI specification. The kernel has to make a choice and opts for the 32 bit DSDT."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "ACPI (Warning|Error).*two FACS tables",
"advice": "The FADT table contains a mismatch between the 32 bit pointer (FIRMWARE_CTRL) and 64 bit pointer (X_FIRMWARE_CTRL) pointer to the FACS table. Section 5.2.9 of version 4.0a of the ACPI specification states that X_FIRMWARE_CTRL should be zero if FIRMWARE_CTRL is defined, or FIRMWARE_CTRL should be zero if X_FIRMWARE_CTRL is zero. With two different pointers defined, the kernel has to make a choice, and opts for the 32 bit pointer. Because these pointers are different, it suggests either one of them is incorrect, or different 32 bit and 64 bit FACS tables are present in your system, which is NOT complaint with the ACPI specification. The kernel has to make a choice and opts for the 32 bit FIRMWARE_CTRL."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "ACPI Error.*32/64X address mismatch in.*, using 32",
"advice": "The FADT table contains a mismatch between a 32 bit pointer and a 64 bit Generic Address pointer. Because these pointers are different, it suggests either one of them is incorrect. If a non-null 32 bit pointer exists, then the kernel will opt for this in preference to the 64 bit pointer even though this is not in accordance to the ACPI specification."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "ACPI (Warning|Error).*32\/64.*(length|address) mismatch in.*tbfadt",
"advice": "The FADT table contains Generic Address Structure that has a mismatch between the 32 bit and 64 bit versions of an address. This should be fixed so there are no mismatches. "
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "ACPI (Warning|Error).*32\/64.*(length|address) mismatch in",
"advice": "A table contains Generic Address Structure that has a mismatch between the 32 bit and 64 bit versions of an address. This should be fixed so there are no mismatches. "
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Warning.*Return Package type mismatch",
"advice": "ACPI AML interpreter executed a Method that returned a package with incorrectly typed data. The offending method needs to be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Warning.*Return Package has no elements",
"advice": "ACPI AML interpreter executed a Method that returned a package with no elements inside it. This is most probably a bug in the Method and needs to be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Warning.*Return Package is too small",
"advice": "ACPI AML interpreter executed a Method that returned a package with too few elements inside it. This is most probably a bug in the Method and needs to be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI_TABLE_CHECKSUM",
"pattern": "ACPI Warning.*Incorrect checksum in table",
"advice": "The ACPI table listed above has an incorrect checksum, this could be a BIOS bug or due to table corruption."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Warning.*_BQC returned an invalid level",
"advice": "Method _BQC (Brightness Query Current) returned an invalid display brightness level."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "ACPI Error.*Found unordered _BCL package",
"advice": "Method _BCL (Query List of Brightness Control Levels Supported) has a maximum brightness value which is not the last value in the returned package. Values returned must be in ascending order."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "ACPI Error.*Too many duplicates in _BCL package",
"advice": "Method _BCL (Query List of Brightness Control Levels Supported) contains too many duplicated brightness levels in the returned package and this is non-standard."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "ACPI Warning.*Could not enable fixed event",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Warning.*Return type mismatch",
"advice": "The ACPI Method returned an incorrect type, this should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARAMETER",
"pattern": "ACPI Warning.*Parameter count mismatch",
"advice": "The ACPI Method was executing with a different number of parameters than the Method expected. This should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARAMETER",
"pattern": "ACPI Warning.*Insufficient arguments",
"advice": "The ACPI Method has not enough arguments as expected. This should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PACKAGE",
"pattern": "ACPI Warning.*Package has no elements",
"advice": "The ACPI Method returned a package with no elements in it, and some were exepected.This should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "ACPI Warning.*Converted Buffer to expected String",
"advice": "Method returned a Buffer type instead of a String type and ACPI driver automatically converted it to a String. It is worth fixing this in the DSDT or SSDT even if the kernel fixes it at run time."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PACKAGE",
"pattern": "ACPI Warning.*Return Package type mistmatch at index",
"advice": "The ACPI Method returned a package that contained data of the incorrect data type. This data type needs fixing."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BAD_LENGTH",
"pattern": "ACPI Warning.*Invalid length for.*fadt",
"advice": "This item in the FADT is the incorrect length. Should be corrected."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_THROTTLING",
"pattern": "ACPI Warning.*Invalid throttling state",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_EMBEDDED_CONTROLLER",
"pattern": "ACPI Exception:.*AE_TIME.*Returned by Handler for.*[EmbeddedControl]",
"advice": "This is most probably caused by when a read or write operation to the EC memory has failed because of a timeout waiting for the Embedded Controller to complete the transaction. Normally, the kernel waits for 500ms for the Embedded Controller status port to indicate that a transaction is complete, but in this case it has not and a AE_TIME error has been returned. "
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "ACPI Warning",
"advice": "ACPI AML intepreter has found some non-conforming AML code. This should be investigated and fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_APIC",
"pattern": "ACPI.*BIOS bug: multiple APIC\/MADT found, using",
"advice": "The kernel has detected more than one ACPI Multiple APIC Description Table (MADT) (these tables have the \"APIC\" signature). There should only be one MADT and the kernel will by default select the first one. However, one can override this and select the Nth MADT using acpi_apic_instance=N."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid physical address in GAR",
"advice": "ACPI Generic Address is invalid"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS_AMD_POWERNOW",
"pattern": "\\[Firmware Bug\\]: powernow-k8.*(No PSB or ACPI _PSS objects|No compatible ACPI _PSS|Your BIOS does not provide ACPI _PSS objects)",
"advice": "The _PSS object (Performance Supported States) is an optional object that indicates the number of supported processor performance states. The powernow-k8 driver source states: If you see this message, complain to BIOS manufacturer. If he tells you \"we do not support Linux\" or some similar nonsense, remember that Windows 2000 uses the same legacy mechanism that the old Linux PSB driver uses. Tell them it is broken with Windows 2000. The reference to the AMD documentation is chapter 9 in the BIOS and Kernel Developer's Guide, which is available on www.amd.com."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS_AMD_POWERNOW",
"pattern": "\\[Firmware Bug\\]: powernow-k8.*Try again with latest",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid bit width in GAR",
"advice": "ACPI Generic Address width must be 8, 16, 32 or 64"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid address space type in GAR",
"advice": "ACPI Generic Address space type must be system memory or system IO space."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI_BAD_ADDRESS",
"pattern": "\\[Firmware Bug\\]: ACPI.*no secondary bus range in _CRS",
"advice": "_CRS Method should return a secondary bus address for the status\/command port. The kernel is having to guess this based on the _BBN or assume it's 0x00-0xff."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]: ACPI.*Invalid BIOS _PSS frequency",
"advice": "_PSS (Performance Supported States) package has an incorrectly define core frequency (first DWORD entry in the _PSS package)."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "\\[Firmware Bug\\]: ACPI.*No _BQC method",
"advice": "_BQC (Brightness Query Current level) seems to be missing. This method returns the current brightness level of a built-in display output device."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "\\[Firmware Bug\\]: ACPI.*brightness control misses _BQC function",
"advice": "_BQC (Brightness Query Current level) seems to be missing. This method returns the current brightness level of a built-in display output device."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]: BIOS needs update for CPU frequency support",
"advice": "Having _PPC but missing frequencies (_PSS, _PCT) is a good hint that the BIOS is older than the CPU and does not know the CPU frequencies."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]: ERST.*ERST table is invalid",
"advice": "The Error Record Serialization Table (ERST) seems to be invalid. This normally indicates that the ERST table header size is too small, or the table size (excluding header) is not a multiple of the ERST entries."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_THERMAL",
"pattern": "\\[Firmware Bug\\]:.*Invalid critical threshold",
"advice": "ACPI _CRT (Critical Trip Point) is returning a threshold lower than zero degrees Celsius which is clearly incorrect."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_THERMAL",
"pattern": "\\[Firmware Bug\\]:.*No valid trip found",
"advice": "No valud ACPI _CRT (Critical Trip Point) was found."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_BRIGHTNESS",
"pattern": "\\[Firmware Bug\\]:.*_BCQ is used instead of _BQC",
"advice": "ACPI Method _BCQ was defined (typo) instead of _BQC - this should be fixed.however the kernel has detected this and is working around this typo."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "MPTABLE: bad signature",
"advice": "The MultiProcessor table has an incorrect signature, it should be PCMP. The kernel cannot trust the table and has disabled SMP support."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "MPTABLE: checksum error",
"advice": "The MultiProcessor table has an incorrect checksum. The kernel cannot trust the table and has disabled SMP support."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "MPTABLE: bad table version",
"advice": "The MultiProcessor table has an incorrect version. It should be 0x01 or 0x04 (for versions 1.1 and 1.4 respectively). The kernel cannot trust the table and has disabled SMP support."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "MPTABLE: null local APIC address",
"advice": "The MultiProcessor table contains a NULL Local APIC address but the Local APIC address must be defined. The kernel has disabled SMP support."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "MPTABLE: no processors registered",
"advice": "The MultiProcessor table contains no Processor Entry Fields, and hence there are no CPUs defined. The kernel has no option but to disable SMP support."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "BIOS bug.*no explicit IRQ entries.*using default mptable",
"advice": "The MultiProcessor table contains no IRQ Entry Fields, and hence there are no IRQs defined. The table is broken and should be fixed. The kernel will set up the low 16 IO-APIC pins to the ISA defaults in the hope the machine may work."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS_IRQ",
"pattern": "BIOS bug.*timer not connected to IO-APIC",
"advice": "The BIOS is reporting the ExtINTA I/O APIC input from the cascaded 8259A as the timer interrupt input. The kernel has detected just one pin, so it has to check the timer directly and through the 8259A because of the broken BIOS reporting."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS_IRQ",
"pattern": "BIOS bug,.*IO-APIC.*ID is.*in the MPC table.*",
"advice": "The IO-APIC id in the MPC table is wrong and the kernel has detected this and attempted to fix it. The MPC table in the firmware needs to be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS_IRQ",
"pattern": "BIOS bug,.*IO-APIC.*ID is already used!",
"advice": "The IO-APIC id has been defined more than once in the MPC table, which is a firmware bug and should be fixed. The kernel has detected this and skopped this duplication to avoid stuck on smp_invalidate_needed IPI wait' messages."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "WARNING.*BIOS bug.*CPU MTRRs don't cover all of memory, losing",
"advice": "The Memory Type Range Registers (MTRRs) which define memory caching policy are misconfigued by the BIOS and don't appear to cover all available physical memory. The kernel has detected this and has reduced the amount of memory available to be safe. Either check that the BIOS memory caching options are set correctly or contact your BIOS vendor to get this fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*your BIOS has configured an incorrect mask, fixing it",
"advice": "The Memory Type Range Registers (MTRRs) which define memory caching policy are misconfigued by the BIOS. In this case, the mask is incorrectly set and the kernel has detected this and worked around the firmware bug."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*your CPUs had inconsistent fixed MTRR settings",
"advice": "The fixed Memory Type Range Registers (MTRRs) which define memory caching policy are not consistent across all CPUs which is a firmware bug. The kernel has worked around this bug, but it may be worth getting the BIOS vendor to fix this."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*your CPUs had inconsistent variable MTRR settings",
"advice": "The variable Memory Type Range Registers (MTRRs) which define memory caching policy are not consistent across all CPUs which is a firmware bug. The kernel has worked around this bug, but it may be worth getting the BIOS vendor to fix this."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*your CPUs had inconsistent MTRRdefType settings",
"advice": "The Memory Type Range Registers (MTRRs) which define memory caching policy do not have a MTRRdefType consistently set across all CPUs which is a firmware bug. The kernel has worked around this bug, but it may be worth getting the BIOS vendor to fix this."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*base.*is not 4 MiB aligned",
"advice": "The Memory Type Range Registers (MTRRs) for Intel PPro CPUs with stepping < 8 must be 4 MiB aligned and not touch 0x70000000 -> 0x7003FFFF. This BIOS misconfiguration and should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITIICAL",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*writable mtrr between 0x70000000 and 0x7003FFFF may hang the CPU",
"advice": "The Memory Type Range Registers (MTRRs) for Intel PPro CPUs with stepping < 8 must not touch region 0x70000000 -> 0x7003FFFF. This BIOS misconfiguration may hang the CPU and should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_BIOS",
"pattern": "mtrr:.*base.*is not aligned on a size.*boundary",
"advice": "The Memory Type Range Registers (MTRRs) must be correctly aligned. This BIOS misconfiguration and should be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": ".*defines _DOD but not _DOS",
"advice": "ACPI Method _DOD (Enumerate all devices attached to display adapter) is defined but we should also have _DOS (Enable\/Disable output switching) defined but it's been omitted. This can cause display switching issues."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "WARNING:.*bogus zero IO-APIC address found in MPTABLE",
"advice": "An IO-APIC address of zero has been found in the MPTABLE and is thus treated as misconfigured or bogus. I/O APIC support has been disabled. This is considered a firmware bug and the MPTABLE needs to be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "WARNING:.*Bogus.*APIC address found in table",
"advice": "An IO-APIC address of zero has been found in the MPTABLE and is thus treated as misconfigured or bogus. I/O APIC support has been disabled. This is considered a firmware bug and the MPTABLE needs to be fixed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]:.*Duplicate ACPI video bus",
"advice": "Try video module parameter video.allow_duplicates=1 if the current driver does't work."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI_PCI_EXPRESS",
"pattern": "\\[Firmware Bug\\]:.*PCI.*MMCONFIG.*not reserved in ACPI motherboard resources",
"advice": "It appears that PCI config space has been configured for a specific device but does not appear to be reserved by the ACPI motherboard resources."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]: PCI.*not reserved in ACPI motherboard resources",
"advice": "PCI firmware bug. Please see the kernel log for more details."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_INFO",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]:.*_OSI.*Linux.*ignored",
"advice": "This is not exactly a failure mode but a warning from the kernel. The _OSI() method has implemented a match to the 'Linux' query in the DSDT and this is redundant because the ACPI driver matches onto the Windows _OSI strings by default."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]: ACPI:",
"advice": "ACPI driver has detected an ACPI bug. This generally points to a bug in an ACPI table. Examine the kernel log for more details."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "\\[Firmware Bug\\]:.*",
"advice": "The kernel has detected a Firmware bug in the BIOS or ACPI which needs investigating and fixing."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_BIOS",
"pattern": "PCI.*BIOS Bug:",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_NAMESPACE_LOOKUP",
"pattern": "ACPI Error.*Namespace lookup failure, AE_NOT_FOUND",
"advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "ACPI Error.+psparse",
"advice": "The ACPI engine has failed to execute some AML. The error message above lists the method that caused this error."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "ACPI Error",
"advice": "The kernel has most probably detected an error while executing ACPI AML. The error lists the ACPI driver module and the line number where the bug has been caught and the method that caused the error."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "\\*\\*\\* Error.*Method execution failed",
"advice": "Execution of an ACPI AML method failed."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "\\*\\*\\* Error.*Method execution failed.*AE_AML_METHOD_LIMIT",
"advice": "ACPI method reached maximum reentrancy limit of 255 - infinite recursion in AML in DSTD or SSDT"
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
"pattern": "\\*\\*\\* Error.*Method reached maximum reentrancy limitACPI method has reached reentrancy limit, this is a recursion bug in the AML",
"advice": ""
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI_METHOD_RETURN",
"pattern": "\\*\\*\\* Error.*Return object type is incorrect",
"advice": "Return object type is not the correct type, this is an AML error in the DSDT or SSDT"
}
],
"pm_error_warning_patterns":
[
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Failed to prepare device",
"advice": "dpm_prepare() failed to prepare all non-sys devices for a system PM transition. The device should be listed in the error message."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Some devices failed to power down",
"advice": "dpm_suspend_noirq failed because some devices did not power down "
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Some system devices failed to power down",
"advice": "sysdev_suspend failed because some system devices did not power down."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Error",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_NONE",
"pattern": "PM: Some devices failed to power down",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Restore failed, recovering",
"advice": "A resume from hibernate failed when calling hibernation_restore()"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Resume from disk failed",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Not enough free memory",
"advice": "There was not enough physical memory to be able to generate a hibernation image before dumping it to disc."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Memory allocation failed",
"advice": "swusp_alloc() failed trying to allocate highmem and failing that non-highmem pages for the suspend image. There is probably just not enough free physcial memory available."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Image mismatch",
"advice": "Mismatch in kernel version, system type, kernel release version or machine id between suspended kernel and resumed kernel."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Some devices failed to power down",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Some devices failed to suspend",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: can't read",
"advice": "Testing suspend cannot read RTC"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: can't set",
"advice": "Testing suspend cannot set RTC"
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: suspend test failed, error",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: can't test ",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: no wakealarm-capable RTC driver is ready",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Adding page to bio failed at",
"advice": "An attempt to write the hibernate image to disk failed because a write BIO operation failed. This is usually a result of some physical hardware problem."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Swap header not found",
"advice": "An attempt to write a hibernate image to disk failed because a valid swap device header could not be found. Make sure there is a formatted swap device on the machine and it is added using swapon -a."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Cannot find swap device",
"advice": "An attempt to write a hibernate image to disk failed because the swap device could not be found. Make sure there is a formatted swap device on the machine and it is added using swapon -a."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_CRITICAL",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Not enough free swap",
"advice": "Hibernate failed because the swap parition was probably too small."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Image device not initialised",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "PM: Please power down manually",
"advice": ""
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "check_for_bios_corruption",
"advice": "The BIOS seems to be corrupting the first 64K of memory when doing suspend\/resume. Setting bios_corruption_check=0 will disable this check."
},
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "WARNING: at.*hpet_next_event",
"advice": "Possibly an Intel I\/O controller hub HPET Write Timing issue: A read transaction that immediately follows a write transaction to the HPET TIMn_COMP Timer 0 (108h), HPET MAIN_CNT (0F0h), or TIMn_CONF.bit 6 (100h) may return an incorrect value. This is known to cause issues when coming out of S3."
},
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_POWER_MANAGEMENT",
"pattern": "BUG: soft lockup.*stuck for 0s",
"advice": "Softlock errors that occur when coming out of S3 may be tripped by TSC warping. It may be worth trying the notsc kernel parameter and repeating S3 tests to see if this solves the problem."
}
]
}
fwts-test/arg-json-0001/klog.txt 0000664 0000000 0000000 00000222571 12314704571 0016626 0 ustar 00root root 0000000 0000000 [ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #19-Ubuntu SMP Fri Sep 23 21:23:39 UTC 2011 (Ubuntu 3.0.0-12.19-generic 3.0.4)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6d0000 - 00000000bf6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf6e3000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO 0769BMG/IEL10, BIOS 68ET27WW 11/14/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BF700000 mask FFFF00000 uncachable
[ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 3063M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [ffff8800000f72c0] f72c0
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000
[ 0.000000] 0000000000 - 00bf600000 page 2M
[ 0.000000] 00bf600000 - 00bf6d0000 page 4k
[ 0.000000] kernel direct mapping tables up to bf6d0000 @ bf6cb000-bf6d0000
[ 0.000000] RAMDISK: 359ec000 - 36cee000
[ 0.000000] Reserving 128MB of memory at 720MB for crashkernel (System RAM: 3062MB)
[ 0.000000] ACPI: RSDP 00000000000f7240 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bf6d87f0 00094 (v01 LENOVO TP-68 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bf6dfbd2 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bf6d9b6a 05FF4 (v02 TOSCPL CRESTLNE 06040000 INTL 20060608)
[ 0.000000] ACPI: FACS 00000000bf6e2fc0 00040
[ 0.000000] ACPI: APIC 00000000bf6dfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: HPET 00000000bf6dfd2e 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bf6dfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 00000000bf6dfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR 00000000bf6dfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: SLIC 00000000bf6dfdfa 00176 (v01 LENOVO TP-68 06040000 TBD 00000001)
[ 0.000000] ACPI: APIC 00000000bf6dff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bf6dffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bf6d98bd 002AD (v01 SataRe SataAhci 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d981a 000A3 (v01 BrtRef DD01BRT 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8e10 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8d6a 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8884 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bf6d0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bf6d0000
[ 0.000000] NODE_DATA [00000000bf6c6000 - 00000000bf6cafff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bbe00000-ffff8800be7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf6d0
[ 0.000000] On node 0 totalpages: 783967
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10664 pages used for memmap
[ 0.000000] DMA32 zone: 769320 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff8800bf400000 s79616 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s79616 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 773242
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 2928536k/3136320k available (6104k kernel code, 452k absent, 207332k reserved, 4880k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 25165824 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1496.217 MHz processor.
[ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2992.43 BogoMIPS (lpj=5984868)
[ 0.004013] pid_max: default: 32768 minimum: 301
[ 0.004056] Security Framework initialized
[ 0.004080] AppArmor: AppArmor initialized
[ 0.004083] Yama: becoming mindful.
[ 0.004759] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010636] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012341] Mount-cache hash table entries: 256
[ 0.012557] Initializing cgroup subsys cpuacct
[ 0.012565] Initializing cgroup subsys memory
[ 0.012580] Initializing cgroup subsys devices
[ 0.012583] Initializing cgroup subsys freezer
[ 0.012586] Initializing cgroup subsys net_cls
[ 0.012589] Initializing cgroup subsys blkio
[ 0.012598] Initializing cgroup subsys perf_event
[ 0.012643] CPU: Physical Processor ID: 0
[ 0.012645] CPU: Processor Core ID: 0
[ 0.012649] mce: CPU supports 6 MCE banks
[ 0.012661] CPU0: Thermal monitoring handled by SMI
[ 0.012667] using mwait in idle threads.
[ 0.016288] ACPI: Core revision 20110413
[ 0.024040] ftrace: allocating 25651 entries in 101 pages
[ 0.028444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071627] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
[ 0.072003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.072003] PEBS disabled due to CPU errata.
[ 0.072003] ... version: 2
[ 0.072003] ... bit width: 40
[ 0.072003] ... generic registers: 2
[ 0.072003] ... value mask: 000000ffffffffff
[ 0.072003] ... max period: 000000007fffffff
[ 0.072003] ... fixed-purpose events: 3
[ 0.072003] ... event mask: 0000000700000003
[ 0.072003] Booting Node 0, Processors #1 Ok.
[ 0.072003] smpboot cpu 1: start_ip = 9a000
[ 0.008000] CPU1: Thermal monitoring handled by SMI
[ 0.160029] Brought up 2 CPUs
[ 0.160033] Total of 2 processors activated (5984.88 BogoMIPS).
[ 0.161224] devtmpfs: initialized
[ 0.161224] PM: Registering ACPI NVS region at bf6d0000 (77824 bytes)
[ 0.162075] print_constraints: dummy:
[ 0.162115] Time: 7:34:42 Date: 10/05/11
[ 0.162171] NET: Registered protocol family 16
[ 0.162209] Trying to unpack rootfs image as initramfs...
[ 0.164047] ACPI: bus type pci registered
[ 0.164133] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.164138] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.220043] PCI: Using configuration type 1 for base access
[ 0.221379] bio: create slab at 0
[ 0.223506] ACPI: EC: Look up EC in DSDT
[ 0.228089] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.229039] ACPI: SSDT 00000000bf6d959e 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229543] ACPI: Dynamic OEM Table Load:
[ 0.229548] ACPI: SSDT (null) 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229696] ACPI: SSDT 00000000bf6d906f 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230165] ACPI: Dynamic OEM Table Load:
[ 0.230169] ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230454] ACPI: SSDT 00000000bf6d9752 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232427] ACPI: Dynamic OEM Table Load:
[ 0.232432] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232541] ACPI: SSDT 00000000bf6d9519 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.233011] ACPI: Dynamic OEM Table Load:
[ 0.233015] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.238295] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.344070] ACPI: Interpreter enabled
[ 0.344078] ACPI: (supports S0 S3 S4 S5)
[ 0.344118] ACPI: Using IOAPIC for interrupt routing
[ 0.389051] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.389294] ACPI: No dock devices found.
[ 0.389298] HEST: Table not found.
[ 0.389303] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.389762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.390623] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.390628] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.390632] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.390636] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.390640] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.390645] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
[ 0.390648] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
[ 0.390665] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.390726] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
[ 0.390746] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfc0fffff 64bit]
[ 0.390758] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.390767] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.390812] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
[ 0.390829] pci 0000:00:02.1: reg 10: [mem 0xfc100000-0xfc1fffff 64bit]
[ 0.390937] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.391013] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
[ 0.391065] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.391126] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
[ 0.391187] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.391216] pci 0000:00:1a.7: reg 10: [mem 0xfc504800-0xfc504bff]
[ 0.391321] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.391328] pci 0000:00:1a.7: PME# disabled
[ 0.391362] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.391386] pci 0000:00:1b.0: reg 10: [mem 0xfc300000-0xfc303fff 64bit]
[ 0.391473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.391479] pci 0000:00:1b.0: PME# disabled
[ 0.391514] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.391605] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.391611] pci 0000:00:1c.0: PME# disabled
[ 0.391647] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.391735] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.391741] pci 0000:00:1c.1: PME# disabled
[ 0.391775] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[ 0.391868] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.391874] pci 0000:00:1c.2: PME# disabled
[ 0.391911] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[ 0.391999] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.392005] pci 0000:00:1c.3: PME# disabled
[ 0.392053] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.392114] pci 0000:00:1d.0: reg 20: [io 0x1860-0x187f]
[ 0.392162] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.392238] pci 0000:00:1d.1: reg 20: [io 0x1880-0x189f]
[ 0.392293] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.392371] pci 0000:00:1d.2: reg 20: [io 0x18a0-0x18bf]
[ 0.392438] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.392466] pci 0000:00:1d.7: reg 10: [mem 0xfc504c00-0xfc504fff]
[ 0.392567] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.392573] pci 0000:00:1d.7: PME# disabled
[ 0.392603] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.392698] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.392816] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.392824] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.392829] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.392835] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.392884] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.392903] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.392918] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.392931] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.392944] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.392958] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
[ 0.393014] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.393042] pci 0000:00:1f.2: reg 10: [io 0x1c00-0x1c07]
[ 0.393056] pci 0000:00:1f.2: reg 14: [io 0x18d4-0x18d7]
[ 0.393069] pci 0000:00:1f.2: reg 18: [io 0x18d8-0x18df]
[ 0.393082] pci 0000:00:1f.2: reg 1c: [io 0x18d0-0x18d3]
[ 0.393095] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 0.393108] pci 0000:00:1f.2: reg 24: [mem 0xfc504000-0xfc5047ff]
[ 0.393157] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.393163] pci 0000:00:1f.2: PME# disabled
[ 0.393188] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.393206] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.393250] pci 0000:00:1f.3: reg 20: [io 0x1c20-0x1c3f]
[ 0.393354] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.393360] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.393367] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.393376] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.393501] pci 0000:04:00.0: [8086:4227] type 0 class 0x000280
[ 0.393557] pci 0000:04:00.0: reg 10: [mem 0xf8000000-0xf8000fff]
[ 0.393895] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.393908] pci 0000:04:00.0: PME# disabled
[ 0.393979] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.394021] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.394027] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.394033] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.394043] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.394110] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.394116] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.394122] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.394132] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.394268] pci 0000:06:00.0: [14e4:1713] type 0 class 0x000200
[ 0.394336] pci 0000:06:00.0: reg 10: [mem 0xc8000000-0xc800ffff 64bit]
[ 0.394639] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.394651] pci 0000:06:00.0: PME# disabled
[ 0.394783] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.394789] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.394796] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.394806] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.394868] pci 0000:08:06.0: [1180:0832] type 0 class 0x000c00
[ 0.394886] pci 0000:08:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.394890] pci 0000:08:06.0: MMC cards are now supported by standard SDHCI controller
[ 0.394909] pci 0000:08:06.0: reg 10: [mem 0xfc200000-0xfc2007ff]
[ 0.395006] pci 0000:08:06.0: supports D1 D2
[ 0.395009] pci 0000:08:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395016] pci 0000:08:06.0: PME# disabled
[ 0.395045] pci 0000:08:06.1: [1180:0822] type 0 class 0x000805
[ 0.395069] pci 0000:08:06.1: reg 10: [mem 0xfc200800-0xfc2008ff]
[ 0.395165] pci 0000:08:06.1: supports D1 D2
[ 0.395168] pci 0000:08:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395174] pci 0000:08:06.1: PME# disabled
[ 0.395199] pci 0000:08:06.2: [1180:0592] type 0 class 0x000880
[ 0.395224] pci 0000:08:06.2: reg 10: [mem 0xfc201000-0xfc2010ff]
[ 0.395317] pci 0000:08:06.2: supports D1 D2
[ 0.395320] pci 0000:08:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395326] pci 0000:08:06.2: PME# disabled
[ 0.395350] pci 0000:08:06.3: [1180:0852] type 0 class 0x000880
[ 0.395376] pci 0000:08:06.3: reg 10: [mem 0xfc201400-0xfc2014ff]
[ 0.395474] pci 0000:08:06.3: supports D1 D2
[ 0.395477] pci 0000:08:06.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395484] pci 0000:08:06.3: PME# disabled
[ 0.395549] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.395556] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.395562] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.395572] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.395576] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.395580] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.395619] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.395828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.395887] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.395944] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.395999] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.396116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.396176] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.396181] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.396184] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.404002] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.404086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404153] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.404217] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404282] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.404353] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404419] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.404484] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.404647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.404670] vgaarb: loaded
[ 0.404672] vgaarb: bridge control possible 0000:00:02.0
[ 0.404971] SCSI subsystem initialized
[ 0.405069] libata version 3.00 loaded.
[ 0.405143] usbcore: registered new interface driver usbfs
[ 0.405158] usbcore: registered new interface driver hub
[ 0.405200] usbcore: registered new device driver usb
[ 0.405322] PCI: Using ACPI for IRQ routing
[ 0.416330] PCI: pci_cache_line_size set to 64 bytes
[ 0.416509] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.416513] reserve RAM buffer: 00000000bf6d0000 - 00000000bfffffff
[ 0.416683] NetLabel: Initializing
[ 0.416686] NetLabel: domain hash size = 128
[ 0.416688] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.416706] NetLabel: unlabeled traffic allowed by default
[ 0.416770] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.416777] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.416784] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.420524] Switching to clocksource hpet
[ 0.423392] Switched to NOHz mode on CPU #0
[ 0.423487] Switched to NOHz mode on CPU #1
[ 0.430603] AppArmor: AppArmor Filesystem Enabled
[ 0.430649] pnp: PnP ACPI init
[ 0.430672] ACPI: bus type pnp registered
[ 0.431166] pnp 00:00: [bus 00-ff]
[ 0.431171] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.431174] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.431177] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.431181] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.431184] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.431187] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.431190] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.431197] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.431201] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.431204] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.431207] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.431210] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.431213] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.431216] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.431219] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.431222] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.431225] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.431229] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 0.431232] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.431235] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.431344] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.431447] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.431450] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.431453] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.431456] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.431458] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.431461] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.431464] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.431467] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.431559] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.431564] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.431568] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.431572] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.431576] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.431580] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.431584] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.431588] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.431593] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.431859] pnp 00:02: [io 0x0000-0x001f]
[ 0.431862] pnp 00:02: [io 0x0081-0x0091]
[ 0.431864] pnp 00:02: [io 0x0093-0x009f]
[ 0.431867] pnp 00:02: [io 0x00c0-0x00df]
[ 0.431870] pnp 00:02: [dma 4]
[ 0.431931] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.431946] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.432030] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.432131] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.432218] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.432223] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.432239] pnp 00:05: [io 0x00f0]
[ 0.432256] pnp 00:05: [irq 13]
[ 0.432321] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.432337] pnp 00:06: [io 0x002e-0x002f]
[ 0.432340] pnp 00:06: [io 0x004e-0x004f]
[ 0.432343] pnp 00:06: [io 0x0061]
[ 0.432345] pnp 00:06: [io 0x0063]
[ 0.432348] pnp 00:06: [io 0x0065]
[ 0.432351] pnp 00:06: [io 0x0067]
[ 0.432353] pnp 00:06: [io 0x0080]
[ 0.432355] pnp 00:06: [io 0x0092]
[ 0.432358] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.432361] pnp 00:06: [io 0x0680-0x069f]
[ 0.432363] pnp 00:06: [io 0x0800-0x080f]
[ 0.432366] pnp 00:06: [io 0x1000-0x107f]
[ 0.432373] pnp 00:06: [io 0x1180-0x11bf]
[ 0.432375] pnp 00:06: [io 0xfe00]
[ 0.432378] pnp 00:06: [io 0xff00-0xff7f]
[ 0.432479] system 00:06: [io 0x0680-0x069f] has been reserved
[ 0.432484] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.432487] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.432491] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.432495] system 00:06: [io 0xfe00] has been reserved
[ 0.432499] system 00:06: [io 0xff00-0xff7f] has been reserved
[ 0.432504] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.432517] pnp 00:07: [io 0x0070-0x0077]
[ 0.432525] pnp 00:07: [irq 8]
[ 0.432587] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.452092] pnp 00:08: [io 0x0060]
[ 0.452096] pnp 00:08: [io 0x0064]
[ 0.452112] pnp 00:08: [irq 1]
[ 0.452226] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.452246] pnp 00:09: [irq 12]
[ 0.452305] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.452340] pnp: PnP ACPI: found 10 devices
[ 0.452343] ACPI: ACPI bus type pnp unregistered
[ 0.459104] PCI: max bus depth: 1 pci_try_num: 2
[ 0.459195] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
[ 0.459204] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0000000-0xc00000ff] (PCI address [0xc0000000-0xc00000ff])
[ 0.459209] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.459214] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.459222] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.459229] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459239] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.459244] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.459252] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.459259] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459268] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.459272] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.459280] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.459287] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459296] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.459301] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.459308] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.459314] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459324] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.459327] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.459334] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.459340] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.459373] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.459380] pci 0000:00:1c.0: setting latency timer to 64
[ 0.459399] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.459405] pci 0000:00:1c.1: setting latency timer to 64
[ 0.459419] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.459425] pci 0000:00:1c.2: setting latency timer to 64
[ 0.459438] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.459444] pci 0000:00:1c.3: setting latency timer to 64
[ 0.459455] pci 0000:00:1e.0: setting latency timer to 64
[ 0.459460] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.459464] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
[ 0.459467] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.459470] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
[ 0.459474] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459478] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.459481] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff]
[ 0.459484] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459488] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.459491] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
[ 0.459495] pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459498] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.459501] pci_bus 0000:06: resource 1 [mem 0xc8000000-0xc9ffffff]
[ 0.459505] pci_bus 0000:06: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459508] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.459512] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
[ 0.459515] pci_bus 0000:08: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.459580] NET: Registered protocol family 2
[ 0.459816] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.461759] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.468207] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.469024] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.469028] TCP reno registered
[ 0.469052] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469120] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469325] NET: Registered protocol family 1
[ 0.469358] pci 0000:00:02.0: Boot video device
[ 0.469577] PCI: CLS 64 bytes, default 64
[ 0.469604] Simple Boot Flag at 0x36 set to 0x1
[ 0.470069] audit: initializing netlink socket (disabled)
[ 0.470088] type=2000 audit(1317800082.464:1): initialized
[ 0.509918] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.531362] VFS: Disk quotas dquot_6.5.2
[ 0.531454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.532343] fuse init (API version 7.16)
[ 0.532465] msgmni has been set to 5719
[ 0.532931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.532975] io scheduler noop registered
[ 0.532978] io scheduler deadline registered
[ 0.533033] io scheduler cfq registered (default)
[ 0.533206] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.533281] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.533378] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.533444] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.533540] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.533607] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.533705] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.533770] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.533898] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.533994] intel_idle: MWAIT substates: 0x22220
[ 0.533997] intel_idle: does not run on family 6 model 15
[ 0.534105] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.534186] ACPI: AC Adapter [ACAD] (on-line)
[ 0.534267] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.534291] ACPI: Lid Switch [LID0]
[ 0.534348] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.534353] ACPI: Power Button [PWRB]
[ 0.534429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.534434] ACPI: Power Button [PWRF]
[ 0.534479] ACPI: acpi_idle registered with cpuidle
[ 0.536970] Monitor-Mwait will be used to enter C-1 state
[ 0.537024] Monitor-Mwait will be used to enter C-2 state
[ 0.537059] Monitor-Mwait will be used to enter C-3 state
[ 0.537066] Marking TSC unstable due to TSC halts in idle
[ 0.576306] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.576339] ERST: Table is not found!
[ 0.576477] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.596514] ACPI: Battery Slot [BAT1] (battery present)
[ 0.756873] Freeing initrd memory: 19464k freed
[ 0.789948] Linux agpgart interface v0.103
[ 0.790084] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.790242] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.791097] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.791250] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.792794] brd: module loaded
[ 0.793486] loop: module loaded
[ 0.793683] ata_piix 0000:00:1f.1: version 2.13
[ 0.793701] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.793746] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.794143] scsi0 : ata_piix
[ 0.794282] scsi1 : ata_piix
[ 0.794784] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 0.794789] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 0.795227] Fixed MDIO Bus: probed
[ 0.795261] PPP generic driver version 2.4.2
[ 0.795315] tun: Universal TUN/TAP device driver, 1.6
[ 0.795318] tun: (C) 1999-2004 Max Krasnyansky
[ 0.795429] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.795451] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.795472] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.795477] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.795524] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.795567] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.799463] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.799485] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc504800
[ 0.812020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.812182] hub 1-0:1.0: USB hub found
[ 0.812189] hub 1-0:1.0: 4 ports detected
[ 0.812291] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.812305] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.812310] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.812363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.812398] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.816279] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.816301] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc504c00
[ 0.832023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.832151] hub 2-0:1.0: USB hub found
[ 0.832157] hub 2-0:1.0: 6 ports detected
[ 0.832258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.832276] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.832305] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.832314] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.832319] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.832366] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.832412] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[ 0.832569] hub 3-0:1.0: USB hub found
[ 0.832575] hub 3-0:1.0: 2 ports detected
[ 0.832668] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.832679] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.832684] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.832731] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.832775] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[ 0.832936] hub 4-0:1.0: USB hub found
[ 0.832941] hub 4-0:1.0: 2 ports detected
[ 0.833028] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.833037] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.833042] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.833099] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.833134] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[ 0.833291] hub 5-0:1.0: USB hub found
[ 0.833296] hub 5-0:1.0: 2 ports detected
[ 0.833384] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.833392] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.833397] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.833448] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.833493] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[ 0.833649] hub 6-0:1.0: USB hub found
[ 0.833655] hub 6-0:1.0: 2 ports detected
[ 0.833737] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.833746] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.833750] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.833797] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.833832] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[ 0.833984] hub 7-0:1.0: USB hub found
[ 0.833990] hub 7-0:1.0: 2 ports detected
[ 0.834133] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.858635] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.858644] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.858792] mousedev: PS/2 mouse device common for all mice
[ 0.860515] rtc_cmos 00:07: RTC can wake from S4
[ 0.860650] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.860686] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.860821] device-mapper: uevent: version 1.0.3
[ 0.860928] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 0.861015] cpuidle: using governor ladder
[ 0.861137] cpuidle: using governor menu
[ 0.861140] EFI Variables Facility v0.08 2004-May-17
[ 0.861497] TCP cubic registered
[ 0.861666] NET: Registered protocol family 10
[ 0.862339] NET: Registered protocol family 17
[ 0.862362] Registering the dns_resolver key type
[ 0.862505] PM: Hibernation image not present or could not be loaded.
[ 0.862521] registered taskstats version 1
[ 0.881709] Magic number: 15:169:571
[ 0.881852] rtc_cmos 00:07: setting system clock to 2011-10-05 07:34:43 UTC (1317800083)
[ 0.882695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.882699] EDD information not available.
[ 0.885384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.964510] ata1.00: ATAPI: MATSHITADVD-RAM UJ-850 z, RB32, max UDMA/33
[ 0.980374] ata1.00: configured for UDMA/33
[ 0.983110] scsi 0:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-850 z RB32 PQ: 0 ANSI: 5
[ 0.985684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 0.985690] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.985886] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.985957] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.988684] Freeing unused kernel memory: 984k freed
[ 0.989019] Write protecting the kernel read-only data: 10240k
[ 0.989354] Freeing unused kernel memory: 20k freed
[ 0.996526] Freeing unused kernel memory: 1400k freed
[ 1.023090] udevd[92]: starting version 173
[ 1.095474] [drm] Initialized drm 1.1.0 20060810
[ 1.111223] tg3.c:v3.119 (May 18, 2011)
[ 1.111255] tg3 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.111275] tg3 0000:06:00.0: setting latency timer to 64
[ 1.123354] wmi: Mapper loaded
[ 1.135292] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.135301] i915 0000:00:02.0: setting latency timer to 64
[ 1.229432] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 1.229442] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.229444] [drm] Driver supports precise vblank timestamp query.
[ 1.229504] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.231431] sdhci: Secure Digital Host Controller Interface driver
[ 1.231435] sdhci: Copyright(c) Pierre Ossman
[ 1.231761] sdhci-pci 0000:08:06.1: SDHCI controller found [1180:0822] (rev 19)
[ 1.231780] sdhci-pci 0000:08:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 1.232804] sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 1.251222] mmc0: no vmmc regulator found
[ 1.252265] Registered led device: mmc0::
[ 1.258216] mmc0: SDHCI controller on PCI [0000:08:06.1] using DMA
[ 1.278826] tg3 0000:06:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1b:38:0c:7f:47
[ 1.278833] tg3 0000:06:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 1.278838] tg3 0000:06:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.278842] tg3 0000:06:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.288114] firewire_ohci 0000:08:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.288352] fixme: max PWM is zero.
[ 1.321105] [drm] initialized overlay support
[ 1.363095] firewire_ohci: Added fw-ohci device 0000:08:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 1.429305] usb 1-4: new high speed USB device number 4 using ehci_hcd
[ 1.510188] fbcon: inteldrmfb (fb0) is primary device
[ 1.510267] Console: switching to colour frame buffer device 160x50
[ 1.510301] fb0: inteldrmfb frame buffer device
[ 1.510304] drm: registered panic notifier
[ 1.596139] acpi device:08: registered as cooling_device2
[ 1.596350] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 1.596428] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.596505] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.596723] ahci 0000:00:1f.2: version 3.0
[ 1.596748] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.596832] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 1.596928] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 1.596934] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 1.596941] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.600697] scsi2 : ahci
[ 1.601002] scsi3 : ahci
[ 1.601154] scsi4 : ahci
[ 1.601328] ata3: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504100 irq 45
[ 1.601335] ata4: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504180 irq 45
[ 1.601340] ata5: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504200 irq 45
[ 1.860262] firewire_core: created device fw0: GUID 00023f7bac4040de, S400
[ 1.920122] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.921792] ata3.00: unexpected _GTF length (8)
[ 1.922070] ata3.00: ATA-8: WDC WD2500BEKT-75PVMT0, 01.01A01, max UDMA/133
[ 1.922077] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.923756] ata3.00: unexpected _GTF length (8)
[ 1.924053] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.924081] ata3.00: configured for UDMA/133
[ 1.924106] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.924318] scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEKT-7 01.0 PQ: 0 ANSI: 5
[ 1.924525] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.924642] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.924823] sd 2:0:0:0: [sda] Write Protect is off
[ 1.924828] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.924898] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.020840] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.021461] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.032059] usb 3-1: new full speed USB device number 2 using uhci_hcd
[ 2.464056] usb 4-1: new full speed USB device number 2 using uhci_hcd
[ 2.872042] usb 6-1: new low speed USB device number 2 using uhci_hcd
[ 3.093235] input: MLK Trust Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input5
[ 3.093727] generic-usb 0003:04FC:05DA.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Trust Mouse] on usb-0000:00:1d.1-1/input0
[ 3.093905] usbcore: registered new interface driver usbhid
[ 3.093909] usbhid: USB HID core driver
[ 3.288960] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.308073] usb 6-2: new full speed USB device number 3 using uhci_hcd
[ 3.720052] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 3.918393] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input6
[ 3.918495] generic-usb 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.2-1/input0
[ 5.565904] Adding 15999996k swap on /dev/sda3. Priority:-1 extents:1 across:15999996k
[ 5.691364] udevd[373]: starting version 173
[ 6.303871] lp: driver loaded but no devices found
[ 7.040655] cfg80211: Calling CRDA to update world regulatory domain
[ 7.159284] r852 0000:08:06.3: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 7.159297] r852 0000:08:06.3: setting latency timer to 64
[ 7.159394] r852: Non dma capable device detected, dma disabled
[ 7.159411] r852: driver loaded successfully
[ 7.169632] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 7.169637] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 7.169734] iwl3945 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 7.169751] iwl3945 0000:04:00.0: setting latency timer to 64
[ 7.225063] iwl3945 0000:04:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 7.225067] iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 7.225225] iwl3945 0000:04:00.0: irq 46 for MSI/MSI-X
[ 7.225470] Registered led device: phy0-led
[ 7.225511] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 7.521071] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.728682] udevd[389]: renamed network interface eth0 to eth1
[ 7.785421] udevd[392]: renamed network interface wlan0 to wlan1
[ 7.839555] device-mapper: multipath: version 1.3.0 loaded
[ 7.920206] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x25c0b1, caps: 0xa04713/0x200000/0x0
[ 8.001393] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 8.103705] Linux video capture interface: v2.00
[ 8.142601] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
[ 8.145395] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input8
[ 8.145503] usbcore: registered new interface driver uvcvideo
[ 8.145506] USB Video Class driver (v1.1.0)
[ 8.268868] gspca: v2.13.0 registered
[ 8.426860] Bluetooth: Core ver 2.16
[ 8.426898] NET: Registered protocol family 31
[ 8.426901] Bluetooth: HCI device and connection manager initialized
[ 8.426905] Bluetooth: HCI socket layer initialized
[ 8.426908] Bluetooth: L2CAP socket layer initialized
[ 8.426983] Bluetooth: SCO socket layer initialized
[ 8.445120] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 8.445873] usbcore: registered new interface driver btusb
[ 8.596127] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 8.596132] cfg80211: World regulatory domain updated:
[ 8.596135] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.596139] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596144] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596147] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596151] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596155] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.713241] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 8.713332] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 8.713375] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 9.214524] type=1400 audit(1317800091.827:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=762 comm="apparmor_parser"
[ 9.214539] type=1400 audit(1317800091.827:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=760 comm="apparmor_parser"
[ 9.214899] type=1400 audit(1317800091.827:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=762 comm="apparmor_parser"
[ 9.214917] type=1400 audit(1317800091.827:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=760 comm="apparmor_parser"
[ 9.215139] type=1400 audit(1317800091.827:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=762 comm="apparmor_parser"
[ 9.215162] type=1400 audit(1317800091.827:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=760 comm="apparmor_parser"
[ 9.215989] type=1400 audit(1317800091.827:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=761 comm="apparmor_parser"
[ 9.216386] type=1400 audit(1317800091.831:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=761 comm="apparmor_parser"
[ 9.216637] type=1400 audit(1317800091.831:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=761 comm="apparmor_parser"
[ 9.565602] input: zc3xx as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/input/input9
[ 9.565840] usbcore: registered new interface driver zc3xx
[ 9.567768] usbcore: registered new interface driver snd-usb-audio
[ 10.957262] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 11.498897] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.610016] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 13.338782] type=1400 audit(1317800095.951:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=1170 comm="apparmor_parser"
[ 14.107842] ppdev: user-space parallel port driver
[ 16.201248] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.241864] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.244584] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[ 16.257389] iwl3945 0000:04:00.0: loaded firmware version 15.32.2.9
[ 16.319712] microcode: CPU0 updated to revision 0xa4, date = 2010-10-02
[ 16.320392] microcode: CPU1 updated to revision 0xa4, date = 2010-10-02
[ 16.327663] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 16.411245] tg3 0000:06:00.0: irq 48 for MSI/MSI-X
[ 16.441602] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.163336] init: failsafe main process (1112) killed by TERM signal
[ 17.369512] init: gdm main process (1340) killed by TERM signal
[ 18.121686] tg3 0000:06:00.0: eth1: Link is up at 100 Mbps, full duplex
[ 18.121691] tg3 0000:06:00.0: eth1: Flow control is on for TX and on for RX
[ 18.122295] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.210518] RPC: Registered named UNIX socket transport module.
[ 21.210523] RPC: Registered udp transport module.
[ 21.210525] RPC: Registered tcp transport module.
[ 21.210528] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 21.445931] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 21.627527] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 21.636586] NFSD: starting 90-second grace period
[ 24.852307] vboxdrv: Found 2 processor cores.
[ 24.852593] vboxdrv: fAsync=0 offMin=0x1c2 offMax=0xae6
[ 24.852666] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 24.852669] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
[ 25.101599] vboxpci: IOMMU not found (not registered)
[ 27.046401] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.046405] Bluetooth: BNEP filters: protocol multicast
[ 27.081903] Bluetooth: RFCOMM TTY layer initialized
[ 27.081919] Bluetooth: RFCOMM socket layer initialized
[ 27.081921] Bluetooth: RFCOMM ver 1.11
[ 28.752057] eth1: no IPv6 routers present
[ 33.139443] init: plymouth-stop pre-start process (2005) terminated with status 1
[ 33.628053] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[ 34.056830] EXT4-fs (sda1): re-mounted. Opts: commit=0
[ 34.217110] EXT4-fs (sda5): re-mounted. Opts: commit=0
[ 45.192742] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 45.196319] wlan1: authenticated
[ 45.199717] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 45.202749] wlan1: RX AssocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 45.202758] wlan1: associated
[ 45.206342] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 45.206456] cfg80211: Calling CRDA for country: GB
[ 45.213483] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213493] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213498] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213505] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213509] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213516] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213520] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213526] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213531] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213537] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213542] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213547] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213552] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213558] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213563] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213569] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213573] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213579] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213584] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213590] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213594] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213600] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213605] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213611] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213615] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213621] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213626] cfg80211: Disabling freq 5170 MHz
[ 45.213630] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213636] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213640] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213646] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213651] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213657] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213662] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213667] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213672] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213678] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213683] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213688] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213693] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213699] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213704] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213710] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213714] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213720] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213725] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213731] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213736] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213742] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213746] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213752] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213757] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213763] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213768] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213774] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213779] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213785] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213789] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213795] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213800] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213806] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213810] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213816] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213821] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213827] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213831] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213837] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213842] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213848] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213852] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213858] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213864] cfg80211: Regulatory domain changed to country: GB
[ 45.213868] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 45.213873] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213879] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213884] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213889] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 52.640123] eth1: no IPv6 routers present
[ 55.208282] wlan1: disassociating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.214021] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 55.214032] cfg80211: Restoring regulatory settings
[ 55.214052] cfg80211: Calling CRDA to update world regulatory domain
[ 55.214778] wlan1: deauthenticating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.221291] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 55.221299] cfg80211: World regulatory domain updated:
[ 55.221303] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 55.221309] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221315] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221321] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221327] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221333] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.392119] wlan1: no IPv6 routers present
[ 58.763822] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 58.765582] wlan1: authenticated
[ 58.766582] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 58.769972] wlan1: RX ReassocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 58.769980] wlan1: associated
[ 58.773587] cfg80211: Calling CRDA for country: GB
[ 58.778304] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778310] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778314] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778318] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778321] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778325] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778328] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778332] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778335] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778340] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778343] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778347] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778350] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778354] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778357] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778361] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778364] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778368] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778371] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778375] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778378] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778382] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778385] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778389] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778392] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778396] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778399] cfg80211: Disabling freq 5170 MHz
[ 58.778402] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778406] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778409] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778413] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778416] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778420] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778423] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778427] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778430] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778434] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778437] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778441] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778444] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778448] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778452] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778456] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778459] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778463] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778466] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778470] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778473] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778477] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778480] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778484] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778487] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778491] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778494] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778498] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778501] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778505] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778508] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778512] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778515] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778519] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778522] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778526] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778529] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778533] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778536] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778540] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778543] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778547] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778550] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778554] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778558] cfg80211: Regulatory domain changed to country: GB
[ 58.778560] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 58.778564] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778568] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778571] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778575] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 70.176124] wlan1: no IPv6 routers present
[ 75.152080] eth1: no IPv6 routers present
[ 98.736094] eth1: no IPv6 routers present
[ 648.357292] ecryptfs_mount: kern_path() failed
[ 648.388155] Reading sb failed; rc = [-2]
[ 670.016019] eth1: no IPv6 routers present
[ 688.176048] eth1: no IPv6 routers present
[ 711.096140] eth1: no IPv6 routers present
fwts-test/arg-json-0001/test-0001.sh 0000775 0000000 0000000 00000000727 12314704571 0017022 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --json-data-path option"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
HERE=$FWTSTESTDIR/arg-json-0001
$FWTS --log-format="%line %owner " -w 80 --json-data-path=$HERE --klog=$FWTSTESTDIR/arg-json-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-json-0001/klog-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-json-0001/test-0002.sh 0000775 0000000 0000000 00000000673 12314704571 0017023 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -j option"
NAME=test-0002.sh
TMPLOG=$TMP/klog.log.$$
HERE=$FWTSTESTDIR/arg-json-0001
$FWTS --log-format="%line %owner " -w 80 -j $HERE --klog=$FWTSTESTDIR/arg-json-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-json-0001/klog-0002.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-json-0001/test-0003.sh 0000775 0000000 0000000 00000000725 12314704571 0017022 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --json-data-path option with bad path"
NAME=test-0003.sh
TMPLOG=$TMP/klog.log.$$
HERE=`pwd`
$FWTS --log-format="%line %owner " -w 80 --json-data-path=/xxxx/fooo --klog=$FWTSTESTDIR/arg-json-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-json-0001/klog-0003.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-json-0001/test-0004.sh 0000775 0000000 0000000 00000000671 12314704571 0017023 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -j option with bad path"
NAME=test-0004.sh
TMPLOG=$TMP/klog.log.$$
HERE=`pwd`
$FWTS --log-format="%line %owner " -w 80 -j /xxxx/fooo --klog=$FWTSTESTDIR/arg-json-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-json-0001/klog-0004.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-klog-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015103 5 ustar 00root root 0000000 0000000 fwts-test/arg-klog-0001/klog-0001.log 0000664 0000000 0000000 00000006121 12314704571 0017120 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
klog CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
klog request failed (AE_NOT_FOUND), returned control mask: 0x1d
klog
klog ADVICE: The _OSC method evaluation failed, which will
klog result in disabling PCIe functionality, for example, the
klog Linux kernel has to disable Active State Power Management
klog (ASPM) which means that PCIe power management is not
klog optimally configured.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.534105] ACPI: Deprecated procfs I
klog /F for AC is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI AC Adapter,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.576306] ACPI: Deprecated procfs I
klog /F for battery is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI battery,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog Found 4 unique errors in kernel log.
klog
klog ==========================================================
klog 0 passed, 4 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-klog-0001/klog.txt 0000664 0000000 0000000 00000222571 12314704571 0016611 0 ustar 00root root 0000000 0000000 [ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #19-Ubuntu SMP Fri Sep 23 21:23:39 UTC 2011 (Ubuntu 3.0.0-12.19-generic 3.0.4)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6d0000 - 00000000bf6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf6e3000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO 0769BMG/IEL10, BIOS 68ET27WW 11/14/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BF700000 mask FFFF00000 uncachable
[ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 3063M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [ffff8800000f72c0] f72c0
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000
[ 0.000000] 0000000000 - 00bf600000 page 2M
[ 0.000000] 00bf600000 - 00bf6d0000 page 4k
[ 0.000000] kernel direct mapping tables up to bf6d0000 @ bf6cb000-bf6d0000
[ 0.000000] RAMDISK: 359ec000 - 36cee000
[ 0.000000] Reserving 128MB of memory at 720MB for crashkernel (System RAM: 3062MB)
[ 0.000000] ACPI: RSDP 00000000000f7240 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bf6d87f0 00094 (v01 LENOVO TP-68 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bf6dfbd2 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bf6d9b6a 05FF4 (v02 TOSCPL CRESTLNE 06040000 INTL 20060608)
[ 0.000000] ACPI: FACS 00000000bf6e2fc0 00040
[ 0.000000] ACPI: APIC 00000000bf6dfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: HPET 00000000bf6dfd2e 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bf6dfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 00000000bf6dfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR 00000000bf6dfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: SLIC 00000000bf6dfdfa 00176 (v01 LENOVO TP-68 06040000 TBD 00000001)
[ 0.000000] ACPI: APIC 00000000bf6dff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bf6dffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bf6d98bd 002AD (v01 SataRe SataAhci 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d981a 000A3 (v01 BrtRef DD01BRT 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8e10 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8d6a 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8884 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bf6d0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bf6d0000
[ 0.000000] NODE_DATA [00000000bf6c6000 - 00000000bf6cafff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bbe00000-ffff8800be7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf6d0
[ 0.000000] On node 0 totalpages: 783967
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10664 pages used for memmap
[ 0.000000] DMA32 zone: 769320 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff8800bf400000 s79616 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s79616 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 773242
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 2928536k/3136320k available (6104k kernel code, 452k absent, 207332k reserved, 4880k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 25165824 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1496.217 MHz processor.
[ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2992.43 BogoMIPS (lpj=5984868)
[ 0.004013] pid_max: default: 32768 minimum: 301
[ 0.004056] Security Framework initialized
[ 0.004080] AppArmor: AppArmor initialized
[ 0.004083] Yama: becoming mindful.
[ 0.004759] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010636] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012341] Mount-cache hash table entries: 256
[ 0.012557] Initializing cgroup subsys cpuacct
[ 0.012565] Initializing cgroup subsys memory
[ 0.012580] Initializing cgroup subsys devices
[ 0.012583] Initializing cgroup subsys freezer
[ 0.012586] Initializing cgroup subsys net_cls
[ 0.012589] Initializing cgroup subsys blkio
[ 0.012598] Initializing cgroup subsys perf_event
[ 0.012643] CPU: Physical Processor ID: 0
[ 0.012645] CPU: Processor Core ID: 0
[ 0.012649] mce: CPU supports 6 MCE banks
[ 0.012661] CPU0: Thermal monitoring handled by SMI
[ 0.012667] using mwait in idle threads.
[ 0.016288] ACPI: Core revision 20110413
[ 0.024040] ftrace: allocating 25651 entries in 101 pages
[ 0.028444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071627] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
[ 0.072003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.072003] PEBS disabled due to CPU errata.
[ 0.072003] ... version: 2
[ 0.072003] ... bit width: 40
[ 0.072003] ... generic registers: 2
[ 0.072003] ... value mask: 000000ffffffffff
[ 0.072003] ... max period: 000000007fffffff
[ 0.072003] ... fixed-purpose events: 3
[ 0.072003] ... event mask: 0000000700000003
[ 0.072003] Booting Node 0, Processors #1 Ok.
[ 0.072003] smpboot cpu 1: start_ip = 9a000
[ 0.008000] CPU1: Thermal monitoring handled by SMI
[ 0.160029] Brought up 2 CPUs
[ 0.160033] Total of 2 processors activated (5984.88 BogoMIPS).
[ 0.161224] devtmpfs: initialized
[ 0.161224] PM: Registering ACPI NVS region at bf6d0000 (77824 bytes)
[ 0.162075] print_constraints: dummy:
[ 0.162115] Time: 7:34:42 Date: 10/05/11
[ 0.162171] NET: Registered protocol family 16
[ 0.162209] Trying to unpack rootfs image as initramfs...
[ 0.164047] ACPI: bus type pci registered
[ 0.164133] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.164138] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.220043] PCI: Using configuration type 1 for base access
[ 0.221379] bio: create slab at 0
[ 0.223506] ACPI: EC: Look up EC in DSDT
[ 0.228089] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.229039] ACPI: SSDT 00000000bf6d959e 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229543] ACPI: Dynamic OEM Table Load:
[ 0.229548] ACPI: SSDT (null) 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229696] ACPI: SSDT 00000000bf6d906f 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230165] ACPI: Dynamic OEM Table Load:
[ 0.230169] ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230454] ACPI: SSDT 00000000bf6d9752 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232427] ACPI: Dynamic OEM Table Load:
[ 0.232432] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232541] ACPI: SSDT 00000000bf6d9519 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.233011] ACPI: Dynamic OEM Table Load:
[ 0.233015] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.238295] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.344070] ACPI: Interpreter enabled
[ 0.344078] ACPI: (supports S0 S3 S4 S5)
[ 0.344118] ACPI: Using IOAPIC for interrupt routing
[ 0.389051] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.389294] ACPI: No dock devices found.
[ 0.389298] HEST: Table not found.
[ 0.389303] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.389762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.390623] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.390628] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.390632] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.390636] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.390640] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.390645] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
[ 0.390648] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
[ 0.390665] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.390726] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
[ 0.390746] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfc0fffff 64bit]
[ 0.390758] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.390767] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.390812] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
[ 0.390829] pci 0000:00:02.1: reg 10: [mem 0xfc100000-0xfc1fffff 64bit]
[ 0.390937] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.391013] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
[ 0.391065] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.391126] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
[ 0.391187] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.391216] pci 0000:00:1a.7: reg 10: [mem 0xfc504800-0xfc504bff]
[ 0.391321] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.391328] pci 0000:00:1a.7: PME# disabled
[ 0.391362] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.391386] pci 0000:00:1b.0: reg 10: [mem 0xfc300000-0xfc303fff 64bit]
[ 0.391473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.391479] pci 0000:00:1b.0: PME# disabled
[ 0.391514] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.391605] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.391611] pci 0000:00:1c.0: PME# disabled
[ 0.391647] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.391735] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.391741] pci 0000:00:1c.1: PME# disabled
[ 0.391775] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[ 0.391868] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.391874] pci 0000:00:1c.2: PME# disabled
[ 0.391911] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[ 0.391999] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.392005] pci 0000:00:1c.3: PME# disabled
[ 0.392053] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.392114] pci 0000:00:1d.0: reg 20: [io 0x1860-0x187f]
[ 0.392162] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.392238] pci 0000:00:1d.1: reg 20: [io 0x1880-0x189f]
[ 0.392293] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.392371] pci 0000:00:1d.2: reg 20: [io 0x18a0-0x18bf]
[ 0.392438] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.392466] pci 0000:00:1d.7: reg 10: [mem 0xfc504c00-0xfc504fff]
[ 0.392567] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.392573] pci 0000:00:1d.7: PME# disabled
[ 0.392603] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.392698] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.392816] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.392824] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.392829] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.392835] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.392884] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.392903] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.392918] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.392931] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.392944] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.392958] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
[ 0.393014] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.393042] pci 0000:00:1f.2: reg 10: [io 0x1c00-0x1c07]
[ 0.393056] pci 0000:00:1f.2: reg 14: [io 0x18d4-0x18d7]
[ 0.393069] pci 0000:00:1f.2: reg 18: [io 0x18d8-0x18df]
[ 0.393082] pci 0000:00:1f.2: reg 1c: [io 0x18d0-0x18d3]
[ 0.393095] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 0.393108] pci 0000:00:1f.2: reg 24: [mem 0xfc504000-0xfc5047ff]
[ 0.393157] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.393163] pci 0000:00:1f.2: PME# disabled
[ 0.393188] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.393206] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.393250] pci 0000:00:1f.3: reg 20: [io 0x1c20-0x1c3f]
[ 0.393354] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.393360] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.393367] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.393376] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.393501] pci 0000:04:00.0: [8086:4227] type 0 class 0x000280
[ 0.393557] pci 0000:04:00.0: reg 10: [mem 0xf8000000-0xf8000fff]
[ 0.393895] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.393908] pci 0000:04:00.0: PME# disabled
[ 0.393979] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.394021] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.394027] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.394033] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.394043] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.394110] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.394116] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.394122] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.394132] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.394268] pci 0000:06:00.0: [14e4:1713] type 0 class 0x000200
[ 0.394336] pci 0000:06:00.0: reg 10: [mem 0xc8000000-0xc800ffff 64bit]
[ 0.394639] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.394651] pci 0000:06:00.0: PME# disabled
[ 0.394783] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.394789] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.394796] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.394806] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.394868] pci 0000:08:06.0: [1180:0832] type 0 class 0x000c00
[ 0.394886] pci 0000:08:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.394890] pci 0000:08:06.0: MMC cards are now supported by standard SDHCI controller
[ 0.394909] pci 0000:08:06.0: reg 10: [mem 0xfc200000-0xfc2007ff]
[ 0.395006] pci 0000:08:06.0: supports D1 D2
[ 0.395009] pci 0000:08:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395016] pci 0000:08:06.0: PME# disabled
[ 0.395045] pci 0000:08:06.1: [1180:0822] type 0 class 0x000805
[ 0.395069] pci 0000:08:06.1: reg 10: [mem 0xfc200800-0xfc2008ff]
[ 0.395165] pci 0000:08:06.1: supports D1 D2
[ 0.395168] pci 0000:08:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395174] pci 0000:08:06.1: PME# disabled
[ 0.395199] pci 0000:08:06.2: [1180:0592] type 0 class 0x000880
[ 0.395224] pci 0000:08:06.2: reg 10: [mem 0xfc201000-0xfc2010ff]
[ 0.395317] pci 0000:08:06.2: supports D1 D2
[ 0.395320] pci 0000:08:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395326] pci 0000:08:06.2: PME# disabled
[ 0.395350] pci 0000:08:06.3: [1180:0852] type 0 class 0x000880
[ 0.395376] pci 0000:08:06.3: reg 10: [mem 0xfc201400-0xfc2014ff]
[ 0.395474] pci 0000:08:06.3: supports D1 D2
[ 0.395477] pci 0000:08:06.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395484] pci 0000:08:06.3: PME# disabled
[ 0.395549] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.395556] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.395562] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.395572] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.395576] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.395580] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.395619] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.395828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.395887] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.395944] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.395999] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.396116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.396176] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.396181] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.396184] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.404002] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.404086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404153] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.404217] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404282] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.404353] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404419] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.404484] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.404647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.404670] vgaarb: loaded
[ 0.404672] vgaarb: bridge control possible 0000:00:02.0
[ 0.404971] SCSI subsystem initialized
[ 0.405069] libata version 3.00 loaded.
[ 0.405143] usbcore: registered new interface driver usbfs
[ 0.405158] usbcore: registered new interface driver hub
[ 0.405200] usbcore: registered new device driver usb
[ 0.405322] PCI: Using ACPI for IRQ routing
[ 0.416330] PCI: pci_cache_line_size set to 64 bytes
[ 0.416509] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.416513] reserve RAM buffer: 00000000bf6d0000 - 00000000bfffffff
[ 0.416683] NetLabel: Initializing
[ 0.416686] NetLabel: domain hash size = 128
[ 0.416688] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.416706] NetLabel: unlabeled traffic allowed by default
[ 0.416770] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.416777] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.416784] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.420524] Switching to clocksource hpet
[ 0.423392] Switched to NOHz mode on CPU #0
[ 0.423487] Switched to NOHz mode on CPU #1
[ 0.430603] AppArmor: AppArmor Filesystem Enabled
[ 0.430649] pnp: PnP ACPI init
[ 0.430672] ACPI: bus type pnp registered
[ 0.431166] pnp 00:00: [bus 00-ff]
[ 0.431171] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.431174] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.431177] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.431181] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.431184] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.431187] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.431190] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.431197] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.431201] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.431204] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.431207] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.431210] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.431213] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.431216] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.431219] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.431222] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.431225] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.431229] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 0.431232] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.431235] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.431344] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.431447] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.431450] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.431453] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.431456] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.431458] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.431461] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.431464] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.431467] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.431559] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.431564] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.431568] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.431572] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.431576] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.431580] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.431584] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.431588] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.431593] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.431859] pnp 00:02: [io 0x0000-0x001f]
[ 0.431862] pnp 00:02: [io 0x0081-0x0091]
[ 0.431864] pnp 00:02: [io 0x0093-0x009f]
[ 0.431867] pnp 00:02: [io 0x00c0-0x00df]
[ 0.431870] pnp 00:02: [dma 4]
[ 0.431931] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.431946] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.432030] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.432131] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.432218] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.432223] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.432239] pnp 00:05: [io 0x00f0]
[ 0.432256] pnp 00:05: [irq 13]
[ 0.432321] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.432337] pnp 00:06: [io 0x002e-0x002f]
[ 0.432340] pnp 00:06: [io 0x004e-0x004f]
[ 0.432343] pnp 00:06: [io 0x0061]
[ 0.432345] pnp 00:06: [io 0x0063]
[ 0.432348] pnp 00:06: [io 0x0065]
[ 0.432351] pnp 00:06: [io 0x0067]
[ 0.432353] pnp 00:06: [io 0x0080]
[ 0.432355] pnp 00:06: [io 0x0092]
[ 0.432358] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.432361] pnp 00:06: [io 0x0680-0x069f]
[ 0.432363] pnp 00:06: [io 0x0800-0x080f]
[ 0.432366] pnp 00:06: [io 0x1000-0x107f]
[ 0.432373] pnp 00:06: [io 0x1180-0x11bf]
[ 0.432375] pnp 00:06: [io 0xfe00]
[ 0.432378] pnp 00:06: [io 0xff00-0xff7f]
[ 0.432479] system 00:06: [io 0x0680-0x069f] has been reserved
[ 0.432484] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.432487] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.432491] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.432495] system 00:06: [io 0xfe00] has been reserved
[ 0.432499] system 00:06: [io 0xff00-0xff7f] has been reserved
[ 0.432504] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.432517] pnp 00:07: [io 0x0070-0x0077]
[ 0.432525] pnp 00:07: [irq 8]
[ 0.432587] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.452092] pnp 00:08: [io 0x0060]
[ 0.452096] pnp 00:08: [io 0x0064]
[ 0.452112] pnp 00:08: [irq 1]
[ 0.452226] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.452246] pnp 00:09: [irq 12]
[ 0.452305] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.452340] pnp: PnP ACPI: found 10 devices
[ 0.452343] ACPI: ACPI bus type pnp unregistered
[ 0.459104] PCI: max bus depth: 1 pci_try_num: 2
[ 0.459195] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
[ 0.459204] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0000000-0xc00000ff] (PCI address [0xc0000000-0xc00000ff])
[ 0.459209] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.459214] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.459222] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.459229] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459239] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.459244] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.459252] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.459259] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459268] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.459272] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.459280] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.459287] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459296] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.459301] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.459308] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.459314] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459324] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.459327] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.459334] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.459340] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.459373] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.459380] pci 0000:00:1c.0: setting latency timer to 64
[ 0.459399] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.459405] pci 0000:00:1c.1: setting latency timer to 64
[ 0.459419] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.459425] pci 0000:00:1c.2: setting latency timer to 64
[ 0.459438] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.459444] pci 0000:00:1c.3: setting latency timer to 64
[ 0.459455] pci 0000:00:1e.0: setting latency timer to 64
[ 0.459460] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.459464] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
[ 0.459467] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.459470] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
[ 0.459474] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459478] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.459481] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff]
[ 0.459484] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459488] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.459491] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
[ 0.459495] pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459498] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.459501] pci_bus 0000:06: resource 1 [mem 0xc8000000-0xc9ffffff]
[ 0.459505] pci_bus 0000:06: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459508] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.459512] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
[ 0.459515] pci_bus 0000:08: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.459580] NET: Registered protocol family 2
[ 0.459816] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.461759] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.468207] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.469024] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.469028] TCP reno registered
[ 0.469052] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469120] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469325] NET: Registered protocol family 1
[ 0.469358] pci 0000:00:02.0: Boot video device
[ 0.469577] PCI: CLS 64 bytes, default 64
[ 0.469604] Simple Boot Flag at 0x36 set to 0x1
[ 0.470069] audit: initializing netlink socket (disabled)
[ 0.470088] type=2000 audit(1317800082.464:1): initialized
[ 0.509918] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.531362] VFS: Disk quotas dquot_6.5.2
[ 0.531454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.532343] fuse init (API version 7.16)
[ 0.532465] msgmni has been set to 5719
[ 0.532931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.532975] io scheduler noop registered
[ 0.532978] io scheduler deadline registered
[ 0.533033] io scheduler cfq registered (default)
[ 0.533206] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.533281] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.533378] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.533444] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.533540] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.533607] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.533705] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.533770] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.533898] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.533994] intel_idle: MWAIT substates: 0x22220
[ 0.533997] intel_idle: does not run on family 6 model 15
[ 0.534105] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.534186] ACPI: AC Adapter [ACAD] (on-line)
[ 0.534267] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.534291] ACPI: Lid Switch [LID0]
[ 0.534348] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.534353] ACPI: Power Button [PWRB]
[ 0.534429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.534434] ACPI: Power Button [PWRF]
[ 0.534479] ACPI: acpi_idle registered with cpuidle
[ 0.536970] Monitor-Mwait will be used to enter C-1 state
[ 0.537024] Monitor-Mwait will be used to enter C-2 state
[ 0.537059] Monitor-Mwait will be used to enter C-3 state
[ 0.537066] Marking TSC unstable due to TSC halts in idle
[ 0.576306] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.576339] ERST: Table is not found!
[ 0.576477] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.596514] ACPI: Battery Slot [BAT1] (battery present)
[ 0.756873] Freeing initrd memory: 19464k freed
[ 0.789948] Linux agpgart interface v0.103
[ 0.790084] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.790242] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.791097] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.791250] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.792794] brd: module loaded
[ 0.793486] loop: module loaded
[ 0.793683] ata_piix 0000:00:1f.1: version 2.13
[ 0.793701] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.793746] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.794143] scsi0 : ata_piix
[ 0.794282] scsi1 : ata_piix
[ 0.794784] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 0.794789] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 0.795227] Fixed MDIO Bus: probed
[ 0.795261] PPP generic driver version 2.4.2
[ 0.795315] tun: Universal TUN/TAP device driver, 1.6
[ 0.795318] tun: (C) 1999-2004 Max Krasnyansky
[ 0.795429] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.795451] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.795472] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.795477] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.795524] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.795567] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.799463] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.799485] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc504800
[ 0.812020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.812182] hub 1-0:1.0: USB hub found
[ 0.812189] hub 1-0:1.0: 4 ports detected
[ 0.812291] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.812305] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.812310] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.812363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.812398] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.816279] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.816301] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc504c00
[ 0.832023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.832151] hub 2-0:1.0: USB hub found
[ 0.832157] hub 2-0:1.0: 6 ports detected
[ 0.832258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.832276] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.832305] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.832314] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.832319] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.832366] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.832412] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[ 0.832569] hub 3-0:1.0: USB hub found
[ 0.832575] hub 3-0:1.0: 2 ports detected
[ 0.832668] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.832679] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.832684] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.832731] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.832775] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[ 0.832936] hub 4-0:1.0: USB hub found
[ 0.832941] hub 4-0:1.0: 2 ports detected
[ 0.833028] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.833037] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.833042] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.833099] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.833134] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[ 0.833291] hub 5-0:1.0: USB hub found
[ 0.833296] hub 5-0:1.0: 2 ports detected
[ 0.833384] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.833392] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.833397] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.833448] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.833493] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[ 0.833649] hub 6-0:1.0: USB hub found
[ 0.833655] hub 6-0:1.0: 2 ports detected
[ 0.833737] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.833746] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.833750] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.833797] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.833832] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[ 0.833984] hub 7-0:1.0: USB hub found
[ 0.833990] hub 7-0:1.0: 2 ports detected
[ 0.834133] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.858635] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.858644] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.858792] mousedev: PS/2 mouse device common for all mice
[ 0.860515] rtc_cmos 00:07: RTC can wake from S4
[ 0.860650] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.860686] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.860821] device-mapper: uevent: version 1.0.3
[ 0.860928] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 0.861015] cpuidle: using governor ladder
[ 0.861137] cpuidle: using governor menu
[ 0.861140] EFI Variables Facility v0.08 2004-May-17
[ 0.861497] TCP cubic registered
[ 0.861666] NET: Registered protocol family 10
[ 0.862339] NET: Registered protocol family 17
[ 0.862362] Registering the dns_resolver key type
[ 0.862505] PM: Hibernation image not present or could not be loaded.
[ 0.862521] registered taskstats version 1
[ 0.881709] Magic number: 15:169:571
[ 0.881852] rtc_cmos 00:07: setting system clock to 2011-10-05 07:34:43 UTC (1317800083)
[ 0.882695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.882699] EDD information not available.
[ 0.885384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.964510] ata1.00: ATAPI: MATSHITADVD-RAM UJ-850 z, RB32, max UDMA/33
[ 0.980374] ata1.00: configured for UDMA/33
[ 0.983110] scsi 0:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-850 z RB32 PQ: 0 ANSI: 5
[ 0.985684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 0.985690] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.985886] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.985957] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.988684] Freeing unused kernel memory: 984k freed
[ 0.989019] Write protecting the kernel read-only data: 10240k
[ 0.989354] Freeing unused kernel memory: 20k freed
[ 0.996526] Freeing unused kernel memory: 1400k freed
[ 1.023090] udevd[92]: starting version 173
[ 1.095474] [drm] Initialized drm 1.1.0 20060810
[ 1.111223] tg3.c:v3.119 (May 18, 2011)
[ 1.111255] tg3 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.111275] tg3 0000:06:00.0: setting latency timer to 64
[ 1.123354] wmi: Mapper loaded
[ 1.135292] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.135301] i915 0000:00:02.0: setting latency timer to 64
[ 1.229432] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 1.229442] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.229444] [drm] Driver supports precise vblank timestamp query.
[ 1.229504] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.231431] sdhci: Secure Digital Host Controller Interface driver
[ 1.231435] sdhci: Copyright(c) Pierre Ossman
[ 1.231761] sdhci-pci 0000:08:06.1: SDHCI controller found [1180:0822] (rev 19)
[ 1.231780] sdhci-pci 0000:08:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 1.232804] sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 1.251222] mmc0: no vmmc regulator found
[ 1.252265] Registered led device: mmc0::
[ 1.258216] mmc0: SDHCI controller on PCI [0000:08:06.1] using DMA
[ 1.278826] tg3 0000:06:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1b:38:0c:7f:47
[ 1.278833] tg3 0000:06:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 1.278838] tg3 0000:06:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.278842] tg3 0000:06:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.288114] firewire_ohci 0000:08:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.288352] fixme: max PWM is zero.
[ 1.321105] [drm] initialized overlay support
[ 1.363095] firewire_ohci: Added fw-ohci device 0000:08:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 1.429305] usb 1-4: new high speed USB device number 4 using ehci_hcd
[ 1.510188] fbcon: inteldrmfb (fb0) is primary device
[ 1.510267] Console: switching to colour frame buffer device 160x50
[ 1.510301] fb0: inteldrmfb frame buffer device
[ 1.510304] drm: registered panic notifier
[ 1.596139] acpi device:08: registered as cooling_device2
[ 1.596350] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 1.596428] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.596505] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.596723] ahci 0000:00:1f.2: version 3.0
[ 1.596748] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.596832] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 1.596928] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 1.596934] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 1.596941] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.600697] scsi2 : ahci
[ 1.601002] scsi3 : ahci
[ 1.601154] scsi4 : ahci
[ 1.601328] ata3: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504100 irq 45
[ 1.601335] ata4: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504180 irq 45
[ 1.601340] ata5: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504200 irq 45
[ 1.860262] firewire_core: created device fw0: GUID 00023f7bac4040de, S400
[ 1.920122] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.921792] ata3.00: unexpected _GTF length (8)
[ 1.922070] ata3.00: ATA-8: WDC WD2500BEKT-75PVMT0, 01.01A01, max UDMA/133
[ 1.922077] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.923756] ata3.00: unexpected _GTF length (8)
[ 1.924053] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.924081] ata3.00: configured for UDMA/133
[ 1.924106] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.924318] scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEKT-7 01.0 PQ: 0 ANSI: 5
[ 1.924525] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.924642] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.924823] sd 2:0:0:0: [sda] Write Protect is off
[ 1.924828] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.924898] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.020840] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.021461] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.032059] usb 3-1: new full speed USB device number 2 using uhci_hcd
[ 2.464056] usb 4-1: new full speed USB device number 2 using uhci_hcd
[ 2.872042] usb 6-1: new low speed USB device number 2 using uhci_hcd
[ 3.093235] input: MLK Trust Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input5
[ 3.093727] generic-usb 0003:04FC:05DA.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Trust Mouse] on usb-0000:00:1d.1-1/input0
[ 3.093905] usbcore: registered new interface driver usbhid
[ 3.093909] usbhid: USB HID core driver
[ 3.288960] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.308073] usb 6-2: new full speed USB device number 3 using uhci_hcd
[ 3.720052] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 3.918393] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input6
[ 3.918495] generic-usb 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.2-1/input0
[ 5.565904] Adding 15999996k swap on /dev/sda3. Priority:-1 extents:1 across:15999996k
[ 5.691364] udevd[373]: starting version 173
[ 6.303871] lp: driver loaded but no devices found
[ 7.040655] cfg80211: Calling CRDA to update world regulatory domain
[ 7.159284] r852 0000:08:06.3: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 7.159297] r852 0000:08:06.3: setting latency timer to 64
[ 7.159394] r852: Non dma capable device detected, dma disabled
[ 7.159411] r852: driver loaded successfully
[ 7.169632] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 7.169637] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 7.169734] iwl3945 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 7.169751] iwl3945 0000:04:00.0: setting latency timer to 64
[ 7.225063] iwl3945 0000:04:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 7.225067] iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 7.225225] iwl3945 0000:04:00.0: irq 46 for MSI/MSI-X
[ 7.225470] Registered led device: phy0-led
[ 7.225511] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 7.521071] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.728682] udevd[389]: renamed network interface eth0 to eth1
[ 7.785421] udevd[392]: renamed network interface wlan0 to wlan1
[ 7.839555] device-mapper: multipath: version 1.3.0 loaded
[ 7.920206] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x25c0b1, caps: 0xa04713/0x200000/0x0
[ 8.001393] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 8.103705] Linux video capture interface: v2.00
[ 8.142601] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
[ 8.145395] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input8
[ 8.145503] usbcore: registered new interface driver uvcvideo
[ 8.145506] USB Video Class driver (v1.1.0)
[ 8.268868] gspca: v2.13.0 registered
[ 8.426860] Bluetooth: Core ver 2.16
[ 8.426898] NET: Registered protocol family 31
[ 8.426901] Bluetooth: HCI device and connection manager initialized
[ 8.426905] Bluetooth: HCI socket layer initialized
[ 8.426908] Bluetooth: L2CAP socket layer initialized
[ 8.426983] Bluetooth: SCO socket layer initialized
[ 8.445120] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 8.445873] usbcore: registered new interface driver btusb
[ 8.596127] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 8.596132] cfg80211: World regulatory domain updated:
[ 8.596135] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.596139] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596144] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596147] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596151] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596155] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.713241] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 8.713332] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 8.713375] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 9.214524] type=1400 audit(1317800091.827:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=762 comm="apparmor_parser"
[ 9.214539] type=1400 audit(1317800091.827:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=760 comm="apparmor_parser"
[ 9.214899] type=1400 audit(1317800091.827:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=762 comm="apparmor_parser"
[ 9.214917] type=1400 audit(1317800091.827:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=760 comm="apparmor_parser"
[ 9.215139] type=1400 audit(1317800091.827:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=762 comm="apparmor_parser"
[ 9.215162] type=1400 audit(1317800091.827:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=760 comm="apparmor_parser"
[ 9.215989] type=1400 audit(1317800091.827:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=761 comm="apparmor_parser"
[ 9.216386] type=1400 audit(1317800091.831:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=761 comm="apparmor_parser"
[ 9.216637] type=1400 audit(1317800091.831:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=761 comm="apparmor_parser"
[ 9.565602] input: zc3xx as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/input/input9
[ 9.565840] usbcore: registered new interface driver zc3xx
[ 9.567768] usbcore: registered new interface driver snd-usb-audio
[ 10.957262] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 11.498897] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.610016] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 13.338782] type=1400 audit(1317800095.951:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=1170 comm="apparmor_parser"
[ 14.107842] ppdev: user-space parallel port driver
[ 16.201248] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.241864] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.244584] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[ 16.257389] iwl3945 0000:04:00.0: loaded firmware version 15.32.2.9
[ 16.319712] microcode: CPU0 updated to revision 0xa4, date = 2010-10-02
[ 16.320392] microcode: CPU1 updated to revision 0xa4, date = 2010-10-02
[ 16.327663] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 16.411245] tg3 0000:06:00.0: irq 48 for MSI/MSI-X
[ 16.441602] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.163336] init: failsafe main process (1112) killed by TERM signal
[ 17.369512] init: gdm main process (1340) killed by TERM signal
[ 18.121686] tg3 0000:06:00.0: eth1: Link is up at 100 Mbps, full duplex
[ 18.121691] tg3 0000:06:00.0: eth1: Flow control is on for TX and on for RX
[ 18.122295] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.210518] RPC: Registered named UNIX socket transport module.
[ 21.210523] RPC: Registered udp transport module.
[ 21.210525] RPC: Registered tcp transport module.
[ 21.210528] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 21.445931] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 21.627527] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 21.636586] NFSD: starting 90-second grace period
[ 24.852307] vboxdrv: Found 2 processor cores.
[ 24.852593] vboxdrv: fAsync=0 offMin=0x1c2 offMax=0xae6
[ 24.852666] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 24.852669] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
[ 25.101599] vboxpci: IOMMU not found (not registered)
[ 27.046401] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.046405] Bluetooth: BNEP filters: protocol multicast
[ 27.081903] Bluetooth: RFCOMM TTY layer initialized
[ 27.081919] Bluetooth: RFCOMM socket layer initialized
[ 27.081921] Bluetooth: RFCOMM ver 1.11
[ 28.752057] eth1: no IPv6 routers present
[ 33.139443] init: plymouth-stop pre-start process (2005) terminated with status 1
[ 33.628053] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[ 34.056830] EXT4-fs (sda1): re-mounted. Opts: commit=0
[ 34.217110] EXT4-fs (sda5): re-mounted. Opts: commit=0
[ 45.192742] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 45.196319] wlan1: authenticated
[ 45.199717] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 45.202749] wlan1: RX AssocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 45.202758] wlan1: associated
[ 45.206342] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 45.206456] cfg80211: Calling CRDA for country: GB
[ 45.213483] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213493] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213498] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213505] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213509] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213516] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213520] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213526] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213531] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213537] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213542] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213547] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213552] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213558] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213563] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213569] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213573] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213579] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213584] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213590] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213594] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213600] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213605] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213611] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213615] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213621] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213626] cfg80211: Disabling freq 5170 MHz
[ 45.213630] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213636] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213640] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213646] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213651] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213657] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213662] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213667] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213672] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213678] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213683] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213688] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213693] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213699] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213704] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213710] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213714] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213720] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213725] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213731] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213736] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213742] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213746] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213752] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213757] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213763] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213768] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213774] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213779] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213785] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213789] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213795] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213800] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213806] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213810] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213816] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213821] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213827] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213831] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213837] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213842] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213848] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213852] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213858] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213864] cfg80211: Regulatory domain changed to country: GB
[ 45.213868] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 45.213873] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213879] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213884] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213889] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 52.640123] eth1: no IPv6 routers present
[ 55.208282] wlan1: disassociating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.214021] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 55.214032] cfg80211: Restoring regulatory settings
[ 55.214052] cfg80211: Calling CRDA to update world regulatory domain
[ 55.214778] wlan1: deauthenticating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.221291] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 55.221299] cfg80211: World regulatory domain updated:
[ 55.221303] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 55.221309] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221315] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221321] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221327] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221333] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.392119] wlan1: no IPv6 routers present
[ 58.763822] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 58.765582] wlan1: authenticated
[ 58.766582] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 58.769972] wlan1: RX ReassocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 58.769980] wlan1: associated
[ 58.773587] cfg80211: Calling CRDA for country: GB
[ 58.778304] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778310] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778314] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778318] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778321] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778325] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778328] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778332] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778335] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778340] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778343] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778347] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778350] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778354] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778357] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778361] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778364] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778368] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778371] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778375] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778378] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778382] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778385] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778389] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778392] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778396] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778399] cfg80211: Disabling freq 5170 MHz
[ 58.778402] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778406] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778409] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778413] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778416] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778420] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778423] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778427] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778430] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778434] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778437] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778441] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778444] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778448] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778452] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778456] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778459] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778463] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778466] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778470] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778473] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778477] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778480] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778484] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778487] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778491] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778494] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778498] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778501] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778505] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778508] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778512] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778515] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778519] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778522] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778526] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778529] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778533] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778536] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778540] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778543] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778547] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778550] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778554] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778558] cfg80211: Regulatory domain changed to country: GB
[ 58.778560] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 58.778564] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778568] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778571] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778575] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 70.176124] wlan1: no IPv6 routers present
[ 75.152080] eth1: no IPv6 routers present
[ 98.736094] eth1: no IPv6 routers present
[ 648.357292] ecryptfs_mount: kern_path() failed
[ 648.388155] Reading sb failed; rc = [-2]
[ 670.016019] eth1: no IPv6 routers present
[ 688.176048] eth1: no IPv6 routers present
[ 711.096140] eth1: no IPv6 routers present
fwts-test/arg-klog-0001/test-0001.sh 0000775 0000000 0000000 00000000656 12314704571 0017006 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --klog option"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-klog-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-klog-0001/klog-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-klog-0001/test-0002.sh 0000775 0000000 0000000 00000000646 12314704571 0017006 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -k option"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data -k $FWTSTESTDIR/arg-klog-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-klog-0001/klog-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-log-fields-0001/ 0000775 0000000 0000000 00000000000 12314704571 0016174 5 ustar 00root root 0000000 0000000 fwts-test/arg-log-fields-0001/logfields-0001.log 0000664 0000000 0000000 00000000116 12314704571 0021223 0 ustar 00root root 0000000 0000000 Available fields: RES,ERR,WRN,DBG,INF,SUM,SEP,NLN,ADV,HED,PAS,FAL,SKP,ABT,INO
fwts-test/arg-log-fields-0001/test-0001.sh 0000775 0000000 0000000 00000000471 12314704571 0020072 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --log-fields"
NAME=test-0001.sh
TMPLOG=$TMP/logfields.log.$$
$FWTS --log-fields > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-log-fields-0001/logfields-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-log-format-0001/ 0000775 0000000 0000000 00000000000 12314704571 0016216 5 ustar 00root root 0000000 0000000 fwts-test/arg-log-format-0001/.klog-0001.log.swp 0000664 0000000 0000000 00000040000 12314704571 0021113 0 ustar 00root root 0000000 0000000 b0VIM 7.3 ” —Rs †IW lexical keelung ~lexical/git2/fwts-test/arg-log-format-0001/klog-0001.log
3210 #"! U tp 6 ÿÿÿÿÿÿÿÿ5 7 þÿÿÿÿÿÿÿ6 l ýÿÿÿÿÿÿÿ6 ¢ üÿÿÿÿÿÿÿ6 Ø ad 6 ± } , Ý ¥ T µ
ƒ
X
à r & Õ … 8 ô
´
‰
Q
» l " Ò › p $ Ô ˆ 8 ì ¢ S ³ c 8 ü ¯ ` Í ¢ Q
» l Ï d klog (00072) <16/05/12> FAL H: FAILED [HIGH] KlogAcpiTwoFacs: Test 1, klog (00071) <16/05/12> NLN : klog (00070) <16/05/12> ADV : disable ACPI support. klog (00069) <16/05/12> ADV : found, the ACPI driver has had to klog (00068) <16/05/12> ADV : RSDT and XSDT. Since this could not be klog (00067) <16/05/12> ADV : provides the physical address of the klog (00066) <16/05/12> ADV : Description Pointer). This structure klog (00065) <16/05/12> ADV : provide an RSDP (Root System klog (00064) <16/05/12> ADV : ADVICE: An ACPI compatible system must klog (00063) <16/05/12> NLN : klog (00062) <16/05/12> FAL C: (20090903/tbxfroot-219) klog (00061) <16/05/12> FAL C: ACPI Error: A valid RSDP was not found klog (00060) <16/05/12> FAL C: CRITICAL Kernel message: [ 0.000000] klog (00059) <16/05/12> FAL C: KlogAcpiValidRsdpNotFound: Test 1, klog (00058) <16/05/12> FAL C: FAILED [CRITICAL] klog (00057) <16/05/12> NLN : klog (00056) <16/05/12> ADV : accordance to the ACPI specification. klog (00055) <16/05/12> ADV : bit pointer even though this is not in klog (00054) <16/05/12> ADV : opt for this in preference to the 64 klog (00053) <16/05/12> ADV : pointer exists, then the kernel will klog (00052) <16/05/12> ADV : incorrect. If a non-null 32 bit klog (00051) <16/05/12> ADV : it suggests either one of them is klog (00050) <16/05/12> ADV : Because these pointers are different, klog (00049) <16/05/12> ADV : a 64 bit Generic Address pointer. klog (00048) <16/05/12> ADV : mismatch between a 32 bit pointer and klog (00047) <16/05/12> ADV : ADVICE: The FADT table contains a klog (00046) <16/05/12> NLN : klog (00045) <16/05/12> FAL H: /tbfadt-427) klog (00044) <16/05/12> FAL H: /0000000000008028, using 32 (20090903 klog (00043) <16/05/12> FAL H: mismatch in Gpe0Block: 00008018 klog (00042) <16/05/12> FAL H: 0.000000] ACPI Error: 32/64X address klog (00041) <16/05/12> FAL H: Test 1, HIGH Kernel message: [ klog (00040) <16/05/12> FAL H: KlogAcpi32Bit64BitAddressMismatch: klog (00039) <16/05/12> FAL H: FAILED [HIGH] klog (00038) <16/05/12> NLN : klog (00037) <16/05/12> ADV : acpi_apic_instance=N. klog (00036) <16/05/12> ADV : select the Nth MADT using klog (00035) <16/05/12> ADV : However, one can override this and klog (00034) <16/05/12> ADV : will by default select the first one. klog (00033) <16/05/12> ADV : should only be one MADT and the kernel klog (00032) <16/05/12> ADV : have the "APIC" signature). There klog (00031) <16/05/12> ADV : Description Table (MADT) (these tables klog (00030) <16/05/12> ADV : than one ACPI Multiple APIC klog (00029) <16/05/12> ADV : ADVICE: The kernel has detected more klog (00028) <16/05/12> NLN : klog (00027) <16/05/12> FAL H: using 0 klog (00026) <16/05/12> FAL H: BIOS bug: multiple APIC/MADT found, klog (00025) <16/05/12> FAL H: HIGH Kernel message: [ 0.000000] ACPI: klog (00024) <16/05/12> FAL H: KlogAcpiMultipleApicMadtFound: Test 1, klog (00023) <16/05/12> FAL H: FAILED [HIGH] klog (00022) <16/05/12> INF : Test 1 of 1: Kernel log error check. klog (00021) <16/05/12> SEP : -------------------------------------- klog (00020) <16/05/12> HED : warnings. klog (00019) <16/05/12> HED : klog: Scan kernel log for errors and ad L ° … 4 è L K klog (00293) <16/05/12> SEP : ====================================== klog (00292) <16/05/12> SUM : aborted, 0 skipped, 0 info only. klog (00291) <16/05/12> SUM : 0 passed, 18 failed, 0 warning, 0 klog (00290) <16/05/12> SEP : ====================================== klog (00289) <16/05/12> NLN : klog (00288) <16/05/12> INF : Found 18 unique errors in kernel log. fwts-test/arg-log-format-0001/klog-0001.log 0000664 0000000 0000000 00000046002 12314704571 0020235 0 ustar 00root root 0000000 0000000 klog (00021) <10/02/14> HED : klog: Scan kernel log for errors and
klog (00022) <10/02/14> HED : warnings.
klog (00023) <10/02/14> SEP : --------------------------------------
klog (00024) <10/02/14> INF : Test 1 of 1: Kernel log error check.
klog (00025) <10/02/14> FAL H: FAILED [HIGH]
klog (00026) <10/02/14> FAL H: KlogAcpiMultipleApicMadtFound: Test 1,
klog (00027) <10/02/14> FAL H: HIGH Kernel message: [ 0.000000] ACPI:
klog (00028) <10/02/14> FAL H: BIOS bug: multiple APIC/MADT found,
klog (00029) <10/02/14> FAL H: using 0
klog (00030) <10/02/14> NLN :
klog (00031) <10/02/14> ADV : ADVICE: The kernel has detected more
klog (00032) <10/02/14> ADV : than one ACPI Multiple APIC
klog (00033) <10/02/14> ADV : Description Table (MADT) (these tables
klog (00034) <10/02/14> ADV : have the "APIC" signature). There
klog (00035) <10/02/14> ADV : should only be one MADT and the kernel
klog (00036) <10/02/14> ADV : will by default select the first one.
klog (00037) <10/02/14> ADV : However, one can override this and
klog (00038) <10/02/14> ADV : select the Nth MADT using
klog (00039) <10/02/14> ADV : acpi_apic_instance=N.
klog (00040) <10/02/14> NLN :
klog (00041) <10/02/14> FAL H: FAILED [HIGH]
klog (00042) <10/02/14> FAL H: KlogAcpi32Bit64BitAddressMismatch:
klog (00043) <10/02/14> FAL H: Test 1, HIGH Kernel message: [
klog (00044) <10/02/14> FAL H: 0.000000] ACPI Error: 32/64X address
klog (00045) <10/02/14> FAL H: mismatch in Gpe0Block: 00008018
klog (00046) <10/02/14> FAL H: /0000000000008028, using 32 (20090903
klog (00047) <10/02/14> FAL H: /tbfadt-427)
klog (00048) <10/02/14> NLN :
klog (00049) <10/02/14> ADV : ADVICE: The FADT table contains a
klog (00050) <10/02/14> ADV : mismatch between a 32 bit pointer and
klog (00051) <10/02/14> ADV : a 64 bit Generic Address pointer.
klog (00052) <10/02/14> ADV : Because these pointers are different,
klog (00053) <10/02/14> ADV : it suggests either one of them is
klog (00054) <10/02/14> ADV : incorrect. If a non-null 32 bit
klog (00055) <10/02/14> ADV : pointer exists, then the kernel will
klog (00056) <10/02/14> ADV : opt for this in preference to the 64
klog (00057) <10/02/14> ADV : bit pointer even though this is not in
klog (00058) <10/02/14> ADV : accordance to the ACPI specification.
klog (00059) <10/02/14> NLN :
klog (00060) <10/02/14> FAL C: FAILED [CRITICAL]
klog (00061) <10/02/14> FAL C: KlogAcpiValidRsdpNotFound: Test 1,
klog (00062) <10/02/14> FAL C: CRITICAL Kernel message: [ 0.000000]
klog (00063) <10/02/14> FAL C: ACPI Error: A valid RSDP was not found
klog (00064) <10/02/14> FAL C: (20090903/tbxfroot-219)
klog (00065) <10/02/14> NLN :
klog (00066) <10/02/14> ADV : ADVICE: An ACPI compatible system must
klog (00067) <10/02/14> ADV : provide an RSDP (Root System
klog (00068) <10/02/14> ADV : Description Pointer). This structure
klog (00069) <10/02/14> ADV : provides the physical address of the
klog (00070) <10/02/14> ADV : RSDT and XSDT. Since this could not be
klog (00071) <10/02/14> ADV : found, the ACPI driver has had to
klog (00072) <10/02/14> ADV : disable ACPI support.
klog (00073) <10/02/14> NLN :
klog (00074) <10/02/14> FAL H: FAILED [HIGH] KlogAcpiTwoFacs: Test 1,
klog (00075) <10/02/14> FAL H: HIGH Kernel message: [ 0.000000] ACPI
klog (00076) <10/02/14> FAL H: Warning: 32/64 FACS address mismatch
klog (00077) <10/02/14> FAL H: in FADT - two FACS tables! (20090903
klog (00078) <10/02/14> FAL H: /tbfadt-369)
klog (00079) <10/02/14> NLN :
klog (00080) <10/02/14> ADV : ADVICE: The FADT table contains a
klog (00081) <10/02/14> ADV : mismatch between the 32 bit pointer
klog (00082) <10/02/14> ADV : (FIRMWARE_CTRL) and 64 bit pointer
klog (00083) <10/02/14> ADV : (X_FIRMWARE_CTRL) pointer to the FACS
klog (00084) <10/02/14> ADV : table. Section 5.2.9 of version 4.0a
klog (00085) <10/02/14> ADV : of the ACPI specification states that
klog (00086) <10/02/14> ADV : X_FIRMWARE_CTRL should be zero if
klog (00087) <10/02/14> ADV : FIRMWARE_CTRL is defined, or
klog (00088) <10/02/14> ADV : FIRMWARE_CTRL should be zero if
klog (00089) <10/02/14> ADV : X_FIRMWARE_CTRL is zero. With two
klog (00090) <10/02/14> ADV : different pointers defined, the kernel
klog (00091) <10/02/14> ADV : has to make a choice, and opts for the
klog (00092) <10/02/14> ADV : 32 bit pointer. Because these pointers
klog (00093) <10/02/14> ADV : are different, it suggests either one
klog (00094) <10/02/14> ADV : of them is incorrect, or different 32
klog (00095) <10/02/14> ADV : bit and 64 bit FACS tables are present
klog (00096) <10/02/14> ADV : in your system, which is NOT complaint
klog (00097) <10/02/14> ADV : with the ACPI specification. The
klog (00098) <10/02/14> ADV : kernel has to make a choice and opts
klog (00099) <10/02/14> ADV : for the 32 bit FIRMWARE_CTRL.
klog (00100) <10/02/14> NLN :
klog (00101) <10/02/14> FAL H: FAILED [HIGH]
klog (00102) <10/02/14> FAL H: KlogAcpi32Bit64BitAddressMismatchInFadt
klog (00103) <10/02/14> FAL H: : Test 1, HIGH Kernel message: [
klog (00104) <10/02/14> FAL H: 0.000000] ACPI Warning: 32/64X FACS
klog (00105) <10/02/14> FAL H: address mismatch in FADT - DEF2DF40
klog (00106) <10/02/14> FAL H: /00000000DEF30D40, using 32 (20090903
klog (00107) <10/02/14> FAL H: /tbfadt-486)
klog (00108) <10/02/14> NLN :
klog (00109) <10/02/14> ADV : ADVICE: The FADT table contains
klog (00110) <10/02/14> ADV : Generic Address Structure that has a
klog (00111) <10/02/14> ADV : mismatch between the 32 bit and 64 bit
klog (00112) <10/02/14> ADV : versions of an address. This should be
klog (00113) <10/02/14> ADV : fixed so there are no mismatches.
klog (00114) <10/02/14> NLN :
klog (00115) <10/02/14> FAL H: FAILED [HIGH]
klog (00116) <10/02/14> FAL H: KlogAcpi32Bit64BitAddressMismatchInFadt
klog (00117) <10/02/14> FAL H: : Test 1, HIGH Kernel message: [
klog (00118) <10/02/14> FAL H: 0.000000] ACPI Warning: 32/64X length
klog (00119) <10/02/14> FAL H: mismatch in Gpe1Block: 0/32 20090521
klog (00120) <10/02/14> FAL H: tbfadt-527
klog (00121) <10/02/14> NLN :
klog (00122) <10/02/14> ADV : ADVICE: The FADT table contains
klog (00123) <10/02/14> ADV : Generic Address Structure that has a
klog (00124) <10/02/14> ADV : mismatch between the 32 bit and 64 bit
klog (00125) <10/02/14> ADV : versions of an address. This should be
klog (00126) <10/02/14> ADV : fixed so there are no mismatches.
klog (00127) <10/02/14> NLN :
klog (00128) <10/02/14> FAL H: FAILED [HIGH] KlogAcpiBadAmlCode: Test
klog (00129) <10/02/14> FAL H: 1, HIGH Kernel message: [ 0.000000]
klog (00130) <10/02/14> FAL H: ACPI Warning: BIOS XSDT has NULL entry
klog (00131) <10/02/14> FAL H: , using RSDT (20110112/tbutils-663)
klog (00132) <10/02/14> NLN :
klog (00133) <10/02/14> ADV : ADVICE: ACPI AML intepreter has found
klog (00134) <10/02/14> ADV : some non-conforming AML code. This
klog (00135) <10/02/14> ADV : should be investigated and fixed.
klog (00136) <10/02/14> NLN :
klog (00137) <10/02/14> FAL H: FAILED [HIGH]
klog (00138) <10/02/14> FAL H: KlogAcpiFadtInvalidLength: Test 1,
klog (00139) <10/02/14> FAL H: HIGH Kernel message: [ 0.000000] ACPI
klog (00140) <10/02/14> FAL H: Warning: Invalid length for
klog (00141) <10/02/14> FAL H: Pm1aControlBlock: 32, using default 16
klog (00142) <10/02/14> FAL H: (20090903/tbfadt-607)
klog (00143) <10/02/14> NLN :
klog (00144) <10/02/14> ADV : ADVICE: This item in the FADT is the
klog (00145) <10/02/14> ADV : incorrect length. Should be corrected.
klog (00146) <10/02/14> NLN :
klog (00147) <10/02/14> FAL H: FAILED [HIGH]
klog (00148) <10/02/14> FAL H: KlogAcpiOptionalFieldZeroAddressOrLength
klog (00149) <10/02/14> FAL H: : Test 1, HIGH Kernel message: [
klog (00150) <10/02/14> FAL H: 0.000000] ACPI Warning: Optional field
klog (00151) <10/02/14> FAL H: Gpe1Block has zero address or length:
klog (00152) <10/02/14> FAL H: 000000000000102C/0 20090521 tbfadt-558
klog (00153) <10/02/14> NLN :
klog (00154) <10/02/14> ADV : ADVICE: An ACPI table contains Generic
klog (00155) <10/02/14> ADV : Address Structure that has an address
klog (00156) <10/02/14> ADV : that is incorrectly set to zero, or a
klog (00157) <10/02/14> ADV : zero length. This needs to be fixed.
klog (00158) <10/02/14> NLN :
klog (00159) <10/02/14> FAL H: FAILED [HIGH]
klog (00160) <10/02/14> FAL H: KlogAcpiOptionalFieldZeroAddressOrLength
klog (00161) <10/02/14> FAL H: : Test 1, HIGH Kernel message: [
klog (00162) <10/02/14> FAL H: 0.000000] ACPI Warning: Optional field
klog (00163) <10/02/14> FAL H: Pm2ControlBlock has zero address or
klog (00164) <10/02/14> FAL H: length: 0000000000000000/1 20090521
klog (00165) <10/02/14> FAL H: tbfadt-558
klog (00166) <10/02/14> NLN :
klog (00167) <10/02/14> ADV : ADVICE: An ACPI table contains Generic
klog (00168) <10/02/14> ADV : Address Structure that has an address
klog (00169) <10/02/14> ADV : that is incorrectly set to zero, or a
klog (00170) <10/02/14> ADV : zero length. This needs to be fixed.
klog (00171) <10/02/14> NLN :
klog (00172) <10/02/14> FAL H: FAILED [HIGH]
klog (00173) <10/02/14> FAL H: KlogAcpiOptionalFieldZeroAddressOrLength
klog (00174) <10/02/14> FAL H: : Test 1, HIGH Kernel message: [
klog (00175) <10/02/14> FAL H: 0.000000] ACPI Warning (tbfadt-0460):
klog (00176) <10/02/14> FAL H: Optional field "Gpe1Block" has zero
klog (00177) <10/02/14> FAL H: address or length: 000000000000102C/0
klog (00178) <10/02/14> FAL H: [20080926]
klog (00179) <10/02/14> NLN :
klog (00180) <10/02/14> ADV : ADVICE: An ACPI table contains Generic
klog (00181) <10/02/14> ADV : Address Structure that has an address
klog (00182) <10/02/14> ADV : that is incorrectly set to zero, or a
klog (00183) <10/02/14> ADV : zero length. This needs to be fixed.
klog (00184) <10/02/14> NLN :
klog (00185) <10/02/14> FAL M: FAILED [MEDIUM]
klog (00186) <10/02/14> FAL M: KlogBiosMtrrIncorrectMask: Test 1,
klog (00187) <10/02/14> FAL M: MEDIUM Kernel message: [ 0.000000]
klog (00188) <10/02/14> FAL M: mtrr: your BIOS has configured an
klog (00189) <10/02/14> FAL M: incorrect mask, fixing it.
klog (00190) <10/02/14> NLN :
klog (00191) <10/02/14> ADV : ADVICE: The Memory Type Range
klog (00192) <10/02/14> ADV : Registers (MTRRs) which define memory
klog (00193) <10/02/14> ADV : caching policy are misconfigued by the
klog (00194) <10/02/14> ADV : BIOS. In this case, the mask is
klog (00195) <10/02/14> ADV : incorrectly set and the kernel has
klog (00196) <10/02/14> ADV : detected this and worked around the
klog (00197) <10/02/14> ADV : firmware bug.
klog (00198) <10/02/14> NLN :
klog (00199) <10/02/14> FAL C: FAILED [CRITICAL]
klog (00200) <10/02/14> FAL C: KlogBiosCpuMtrrMisconfigured: Test 1,
klog (00201) <10/02/14> FAL C: CRITICAL Kernel message: [ 0.000000]
klog (00202) <10/02/14> FAL C: WARNING: BIOS bug: CPU MTRRs don't
klog (00203) <10/02/14> FAL C: cover all of memory, losing 1408MB of
klog (00204) <10/02/14> FAL C: RAM.
klog (00205) <10/02/14> NLN :
klog (00206) <10/02/14> ADV : ADVICE: The Memory Type Range
klog (00207) <10/02/14> ADV : Registers (MTRRs) which define memory
klog (00208) <10/02/14> ADV : caching policy are misconfigued by the
klog (00209) <10/02/14> ADV : BIOS and don't appear to cover all
klog (00210) <10/02/14> ADV : available physical memory. The kernel
klog (00211) <10/02/14> ADV : has detected this and has reduced the
klog (00212) <10/02/14> ADV : amount of memory available to be safe.
klog (00213) <10/02/14> ADV : Either check that the BIOS memory
klog (00214) <10/02/14> ADV : caching options are set correctly or
klog (00215) <10/02/14> ADV : contact your BIOS vendor to get this
klog (00216) <10/02/14> ADV : fixed.
klog (00217) <10/02/14> NLN :
klog (00218) <10/02/14> FAL H: FAILED [HIGH] KlogAcpiUnknownAmlOpcode
klog (00219) <10/02/14> FAL H: : Test 1, HIGH Kernel message: [
klog (00220) <10/02/14> FAL H: 0.022719] ACPI Error: Found unknown
klog (00221) <10/02/14> FAL H: opcode 0xFD at AML address f7ffe14c
klog (00222) <10/02/14> FAL H: offset 0xE8, ignoring (20110112
klog (00223) <10/02/14> FAL H: /psloop-141)
klog (00224) <10/02/14> NLN :
klog (00225) <10/02/14> ADV : ADVICE: ACPI execution run time error:
klog (00226) <10/02/14> ADV : The ACPI interpreter has reached an
klog (00227) <10/02/14> ADV : opcode that is unknown, this normally
klog (00228) <10/02/14> ADV : is a bug in the underlying AML code
klog (00229) <10/02/14> ADV : either because of badly written AML
klog (00230) <10/02/14> ADV : code or the compiler has produced code
klog (00231) <10/02/14> ADV : that is incorrect or the ACPI
klog (00232) <10/02/14> ADV : interpreter does not support this
klog (00233) <10/02/14> ADV : valid opcode.
klog (00234) <10/02/14> NLN :
klog (00235) <10/02/14> FAL C: FAILED [CRITICAL]
klog (00236) <10/02/14> FAL C: KlogAcpiDetectedUnsupportedOpCode:
klog (00237) <10/02/14> FAL C: Test 1, CRITICAL Kernel message: [
klog (00238) <10/02/14> FAL C: 0.025463] ACPI Warning: Detected an
klog (00239) <10/02/14> FAL C: unsupported executable opcode at
klog (00240) <10/02/14> FAL C: module-level: [0x007B] at table offset
klog (00241) <10/02/14> FAL C: 0x00C3 (20110112/psloop-526)
klog (00242) <10/02/14> NLN :
klog (00243) <10/02/14> ADV : ADVICE: An illegal AML opcode has been
klog (00244) <10/02/14> ADV : found and is ignored. This indicates
klog (00245) <10/02/14> ADV : either badly compiled code or opcode
klog (00246) <10/02/14> ADV : corruption in the DSDT or SSDT tables
klog (00247) <10/02/14> ADV : or a bug in the ACPI execution engine.
klog (00248) <10/02/14> ADV : Recommend disassembing using iasl to
klog (00249) <10/02/14> ADV : find any offending code.
klog (00250) <10/02/14> NLN :
klog (00251) <10/02/14> FAL H: FAILED [HIGH]
klog (00252) <10/02/14> FAL H: KlogAcpiObjectAlreadyExists: Test 1,
klog (00253) <10/02/14> FAL H: HIGH Kernel message: [ 0.034090] ACPI
klog (00254) <10/02/14> FAL H: Error: Method parse/execution failed
klog (00255) <10/02/14> FAL H: [_SB_.PCI0._OSC] (Node ee025630),
klog (00256) <10/02/14> FAL H: AE_ALREADY_EXISTS (20110112
klog (00257) <10/02/14> FAL H: /psparse-536)
klog (00258) <10/02/14> NLN :
klog (00259) <10/02/14> ADV : ADVICE: This is a bug picked up by the
klog (00260) <10/02/14> ADV : kernel, but as yet, the firmware test
klog (00261) <10/02/14> ADV : suite has no diagnostic advice for
klog (00262) <10/02/14> ADV : this particular problem.
klog (00263) <10/02/14> NLN :
klog (00264) <10/02/14> FAL H: FAILED [HIGH] KlogAcpiFirmwareError:
klog (00265) <10/02/14> FAL H: Test 1, HIGH Kernel message: [
klog (00266) <10/02/14> FAL H: 0.040119] [Firmware Bug]: the BIOS has
klog (00267) <10/02/14> FAL H: corrupted hw-PMU resources (MSR 186 is
klog (00268) <10/02/14> FAL H: 400000)
klog (00269) <10/02/14> NLN :
klog (00270) <10/02/14> ADV : ADVICE: The kernel has detected a
klog (00271) <10/02/14> ADV : Firmware bug in the BIOS or ACPI which
klog (00272) <10/02/14> ADV : needs investigating and fixing.
klog (00273) <10/02/14> NLN :
klog (00274) <10/02/14> FAL C: FAILED [CRITICAL]
klog (00275) <10/02/14> FAL C: KlogAcpiDetectedUnsupportedOpCode:
klog (00276) <10/02/14> FAL C: Test 1, CRITICAL Kernel message: [
klog (00277) <10/02/14> FAL C: 0.042222] ACPI Warning: Detected an
klog (00278) <10/02/14> FAL C: unsupported executable opcode at
klog (00279) <10/02/14> FAL C: module-level: [0x0070] at table offset
klog (00280) <10/02/14> FAL C: 0x2366 (20100121/psloop-526)
klog (00281) <10/02/14> NLN :
klog (00282) <10/02/14> ADV : ADVICE: An illegal AML opcode has been
klog (00283) <10/02/14> ADV : found and is ignored. This indicates
klog (00284) <10/02/14> ADV : either badly compiled code or opcode
klog (00285) <10/02/14> ADV : corruption in the DSDT or SSDT tables
klog (00286) <10/02/14> ADV : or a bug in the ACPI execution engine.
klog (00287) <10/02/14> ADV : Recommend disassembing using iasl to
klog (00288) <10/02/14> ADV : find any offending code.
klog (00289) <10/02/14> NLN :
klog (00290) <10/02/14> INF : Found 18 unique errors in kernel log.
klog (00291) <10/02/14> NLN :
klog (00292) <10/02/14> SEP : ======================================
klog (00293) <10/02/14> SUM : 0 passed, 18 failed, 0 warning, 0
klog (00294) <10/02/14> SUM : aborted, 0 skipped, 0 info only.
klog (00295) <10/02/14> SEP : ======================================
fwts-test/arg-log-format-0001/klog-0002.log 0000664 0000000 0000000 00000025534 12314704571 0020245 0 ustar 00root root 0000000 0000000 klog : klog: Scan kernel log for errors and warnings.
klog : ---------------------------------------------------------------
klog : Test 1 of 1: Kernel log error check.
klog : FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog : Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC/MADT
klog : found, using 0
klog :
klog : ADVICE: The kernel has detected more than one ACPI Multiple
klog : APIC Description Table (MADT) (these tables have the "APIC"
klog : signature). There should only be one MADT and the kernel will
klog : by default select the first one. However, one can override this
klog : and select the Nth MADT using acpi_apic_instance=N.
klog :
klog : FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatch: Test 1, HIGH
klog : Kernel message: [ 0.000000] ACPI Error: 32/64X address mismatch
klog : in Gpe0Block: 00008018/0000000000008028, using 32 (20090903
klog : /tbfadt-427)
klog :
klog : ADVICE: The FADT table contains a mismatch between a 32 bit
klog : pointer and a 64 bit Generic Address pointer. Because these
klog : pointers are different, it suggests either one of them is
klog : incorrect. If a non-null 32 bit pointer exists, then the kernel
klog : will opt for this in preference to the 64 bit pointer even
klog : though this is not in accordance to the ACPI specification.
klog :
klog : FAILED [CRITICAL] KlogAcpiValidRsdpNotFound: Test 1, CRITICAL
klog : Kernel message: [ 0.000000] ACPI Error: A valid RSDP was not
klog : found (20090903/tbxfroot-219)
klog :
klog : ADVICE: An ACPI compatible system must provide an RSDP (Root
klog : System Description Pointer). This structure provides the
klog : physical address of the RSDT and XSDT. Since this could not be
klog : found, the ACPI driver has had to disable ACPI support.
klog :
klog : FAILED [HIGH] KlogAcpiTwoFacs: Test 1, HIGH Kernel message: [
klog : 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT -
klog : two FACS tables! (20090903/tbfadt-369)
klog :
klog : ADVICE: The FADT table contains a mismatch between the 32 bit
klog : pointer (FIRMWARE_CTRL) and 64 bit pointer (X_FIRMWARE_CTRL)
klog : pointer to the FACS table. Section 5.2.9 of version 4.0a of the
klog : ACPI specification states that X_FIRMWARE_CTRL should be zero
klog : if FIRMWARE_CTRL is defined, or FIRMWARE_CTRL should be zero if
klog : X_FIRMWARE_CTRL is zero. With two different pointers defined,
klog : the kernel has to make a choice, and opts for the 32 bit
klog : pointer. Because these pointers are different, it suggests
klog : either one of them is incorrect, or different 32 bit and 64 bit
klog : FACS tables are present in your system, which is NOT complaint
klog : with the ACPI specification. The kernel has to make a choice
klog : and opts for the 32 bit FIRMWARE_CTRL.
klog :
klog : FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatchInFadt: Test 1,
klog : HIGH Kernel message: [ 0.000000] ACPI Warning: 32/64X FACS
klog : address mismatch in FADT - DEF2DF40/00000000DEF30D40, using 32
klog : (20090903/tbfadt-486)
klog :
klog : ADVICE: The FADT table contains Generic Address Structure that
klog : has a mismatch between the 32 bit and 64 bit versions of an
klog : address. This should be fixed so there are no mismatches.
klog :
klog : FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatchInFadt: Test 1,
klog : HIGH Kernel message: [ 0.000000] ACPI Warning: 32/64X length
klog : mismatch in Gpe1Block: 0/32 20090521 tbfadt-527
klog :
klog : ADVICE: The FADT table contains Generic Address Structure that
klog : has a mismatch between the 32 bit and 64 bit versions of an
klog : address. This should be fixed so there are no mismatches.
klog :
klog : FAILED [HIGH] KlogAcpiBadAmlCode: Test 1, HIGH Kernel message:
klog : [ 0.000000] ACPI Warning: BIOS XSDT has NULL entry, using RSDT
klog : (20110112/tbutils-663)
klog :
klog : ADVICE: ACPI AML intepreter has found some non-conforming AML
klog : code. This should be investigated and fixed.
klog :
klog : FAILED [HIGH] KlogAcpiFadtInvalidLength: Test 1, HIGH Kernel
klog : message: [ 0.000000] ACPI Warning: Invalid length for
klog : Pm1aControlBlock: 32, using default 16 (20090903/tbfadt-607)
klog :
klog : ADVICE: This item in the FADT is the incorrect length. Should
klog : be corrected.
klog :
klog : FAILED [HIGH] KlogAcpiOptionalFieldZeroAddressOrLength: Test 1,
klog : HIGH Kernel message: [ 0.000000] ACPI Warning: Optional field
klog : Gpe1Block has zero address or length: 000000000000102C/0
klog : 20090521 tbfadt-558
klog :
klog : ADVICE: An ACPI table contains Generic Address Structure that
klog : has an address that is incorrectly set to zero, or a zero
klog : length. This needs to be fixed.
klog :
klog : FAILED [HIGH] KlogAcpiOptionalFieldZeroAddressOrLength: Test 1,
klog : HIGH Kernel message: [ 0.000000] ACPI Warning: Optional field
klog : Pm2ControlBlock has zero address or length: 0000000000000000/1
klog : 20090521 tbfadt-558
klog :
klog : ADVICE: An ACPI table contains Generic Address Structure that
klog : has an address that is incorrectly set to zero, or a zero
klog : length. This needs to be fixed.
klog :
klog : FAILED [HIGH] KlogAcpiOptionalFieldZeroAddressOrLength: Test 1,
klog : HIGH Kernel message: [ 0.000000] ACPI Warning (tbfadt-0460):
klog : Optional field "Gpe1Block" has zero address or length:
klog : 000000000000102C/0 [20080926]
klog :
klog : ADVICE: An ACPI table contains Generic Address Structure that
klog : has an address that is incorrectly set to zero, or a zero
klog : length. This needs to be fixed.
klog :
klog : FAILED [MEDIUM] KlogBiosMtrrIncorrectMask: Test 1, MEDIUM
klog : Kernel message: [ 0.000000] mtrr: your BIOS has configured an
klog : incorrect mask, fixing it.
klog :
klog : ADVICE: The Memory Type Range Registers (MTRRs) which define
klog : memory caching policy are misconfigued by the BIOS. In this
klog : case, the mask is incorrectly set and the kernel has detected
klog : this and worked around the firmware bug.
klog :
klog : FAILED [CRITICAL] KlogBiosCpuMtrrMisconfigured: Test 1,
klog : CRITICAL Kernel message: [ 0.000000] WARNING: BIOS bug: CPU
klog : MTRRs don't cover all of memory, losing 1408MB of RAM.
klog :
klog : ADVICE: The Memory Type Range Registers (MTRRs) which define
klog : memory caching policy are misconfigued by the BIOS and don't
klog : appear to cover all available physical memory. The kernel has
klog : detected this and has reduced the amount of memory available to
klog : be safe. Either check that the BIOS memory caching options are
klog : set correctly or contact your BIOS vendor to get this fixed.
klog :
klog : FAILED [HIGH] KlogAcpiUnknownAmlOpcode: Test 1, HIGH Kernel
klog : message: [ 0.022719] ACPI Error: Found unknown opcode 0xFD at
klog : AML address f7ffe14c offset 0xE8, ignoring (20110112
klog : /psloop-141)
klog :
klog : ADVICE: ACPI execution run time error: The ACPI interpreter has
klog : reached an opcode that is unknown, this normally is a bug in
klog : the underlying AML code either because of badly written AML
klog : code or the compiler has produced code that is incorrect or the
klog : ACPI interpreter does not support this valid opcode.
klog :
klog : FAILED [CRITICAL] KlogAcpiDetectedUnsupportedOpCode: Test 1,
klog : CRITICAL Kernel message: [ 0.025463] ACPI Warning: Detected an
klog : unsupported executable opcode at module-level: [0x007B] at
klog : table offset 0x00C3 (20110112/psloop-526)
klog :
klog : ADVICE: An illegal AML opcode has been found and is ignored.
klog : This indicates either badly compiled code or opcode corruption
klog : in the DSDT or SSDT tables or a bug in the ACPI execution
klog : engine. Recommend disassembing using iasl to find any offending
klog : code.
klog :
klog : FAILED [HIGH] KlogAcpiObjectAlreadyExists: Test 1, HIGH Kernel
klog : message: [ 0.034090] ACPI Error: Method parse/execution failed
klog : [_SB_.PCI0._OSC] (Node ee025630), AE_ALREADY_EXISTS (20110112
klog : /psparse-536)
klog :
klog : ADVICE: This is a bug picked up by the kernel, but as yet, the
klog : firmware test suite has no diagnostic advice for this
klog : particular problem.
klog :
klog : FAILED [HIGH] KlogAcpiFirmwareError: Test 1, HIGH Kernel
klog : message: [ 0.040119] [Firmware Bug]: the BIOS has corrupted
klog : hw-PMU resources (MSR 186 is 400000)
klog :
klog : ADVICE: The kernel has detected a Firmware bug in the BIOS or
klog : ACPI which needs investigating and fixing.
klog :
klog : FAILED [CRITICAL] KlogAcpiDetectedUnsupportedOpCode: Test 1,
klog : CRITICAL Kernel message: [ 0.042222] ACPI Warning: Detected an
klog : unsupported executable opcode at module-level: [0x0070] at
klog : table offset 0x2366 (20100121/psloop-526)
klog :
klog : ADVICE: An illegal AML opcode has been found and is ignored.
klog : This indicates either badly compiled code or opcode corruption
klog : in the DSDT or SSDT tables or a bug in the ACPI execution
klog : engine. Recommend disassembing using iasl to find any offending
klog : code.
klog :
klog : Found 18 unique errors in kernel log.
klog :
klog : ===============================================================
klog : 0 passed, 18 failed, 0 warning, 0 aborted, 0 skipped, 0 info
klog : only.
klog : ===============================================================
fwts-test/arg-log-format-0001/klog-0003.log 0000664 0000000 0000000 00000030314 12314704571 0020236 0 ustar 00root root 0000000 0000000 klog 00016: klog: Scan kernel log for errors and warnings.
klog 00017: ---------------------------------------------------------
klog 00018: Test 1 of 1: Kernel log error check.
klog 00019: FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog 00020: Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog 00021: /MADT found, using 0
klog 00022:
klog 00023: ADVICE: The kernel has detected more than one ACPI
klog 00024: Multiple APIC Description Table (MADT) (these tables have
klog 00025: the "APIC" signature). There should only be one MADT and
klog 00026: the kernel will by default select the first one. However,
klog 00027: one can override this and select the Nth MADT using
klog 00028: acpi_apic_instance=N.
klog 00029:
klog 00030: FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatch: Test 1,
klog 00031: HIGH Kernel message: [ 0.000000] ACPI Error: 32/64X
klog 00032: address mismatch in Gpe0Block: 00008018/0000000000008028,
klog 00033: using 32 (20090903/tbfadt-427)
klog 00034:
klog 00035: ADVICE: The FADT table contains a mismatch between a 32
klog 00036: bit pointer and a 64 bit Generic Address pointer. Because
klog 00037: these pointers are different, it suggests either one of
klog 00038: them is incorrect. If a non-null 32 bit pointer exists,
klog 00039: then the kernel will opt for this in preference to the 64
klog 00040: bit pointer even though this is not in accordance to the
klog 00041: ACPI specification.
klog 00042:
klog 00043: FAILED [CRITICAL] KlogAcpiValidRsdpNotFound: Test 1,
klog 00044: CRITICAL Kernel message: [ 0.000000] ACPI Error: A valid
klog 00045: RSDP was not found (20090903/tbxfroot-219)
klog 00046:
klog 00047: ADVICE: An ACPI compatible system must provide an RSDP
klog 00048: (Root System Description Pointer). This structure
klog 00049: provides the physical address of the RSDT and XSDT. Since
klog 00050: this could not be found, the ACPI driver has had to
klog 00051: disable ACPI support.
klog 00052:
klog 00053: FAILED [HIGH] KlogAcpiTwoFacs: Test 1, HIGH Kernel
klog 00054: message: [ 0.000000] ACPI Warning: 32/64 FACS address
klog 00055: mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
klog 00056:
klog 00057: ADVICE: The FADT table contains a mismatch between the 32
klog 00058: bit pointer (FIRMWARE_CTRL) and 64 bit pointer
klog 00059: (X_FIRMWARE_CTRL) pointer to the FACS table. Section
klog 00060: 5.2.9 of version 4.0a of the ACPI specification states
klog 00061: that X_FIRMWARE_CTRL should be zero if FIRMWARE_CTRL is
klog 00062: defined, or FIRMWARE_CTRL should be zero if
klog 00063: X_FIRMWARE_CTRL is zero. With two different pointers
klog 00064: defined, the kernel has to make a choice, and opts for
klog 00065: the 32 bit pointer. Because these pointers are different,
klog 00066: it suggests either one of them is incorrect, or different
klog 00067: 32 bit and 64 bit FACS tables are present in your system,
klog 00068: which is NOT complaint with the ACPI specification. The
klog 00069: kernel has to make a choice and opts for the 32 bit
klog 00070: FIRMWARE_CTRL.
klog 00071:
klog 00072: FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatchInFadt:
klog 00073: Test 1, HIGH Kernel message: [ 0.000000] ACPI Warning: 32
klog 00074: /64X FACS address mismatch in FADT - DEF2DF40
klog 00075: /00000000DEF30D40, using 32 (20090903/tbfadt-486)
klog 00076:
klog 00077: ADVICE: The FADT table contains Generic Address Structure
klog 00078: that has a mismatch between the 32 bit and 64 bit
klog 00079: versions of an address. This should be fixed so there are
klog 00080: no mismatches.
klog 00081:
klog 00082: FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatchInFadt:
klog 00083: Test 1, HIGH Kernel message: [ 0.000000] ACPI Warning: 32
klog 00084: /64X length mismatch in Gpe1Block: 0/32 20090521
klog 00085: tbfadt-527
klog 00086:
klog 00087: ADVICE: The FADT table contains Generic Address Structure
klog 00088: that has a mismatch between the 32 bit and 64 bit
klog 00089: versions of an address. This should be fixed so there are
klog 00090: no mismatches.
klog 00091:
klog 00092: FAILED [HIGH] KlogAcpiBadAmlCode: Test 1, HIGH Kernel
klog 00093: message: [ 0.000000] ACPI Warning: BIOS XSDT has NULL
klog 00094: entry, using RSDT (20110112/tbutils-663)
klog 00095:
klog 00096: ADVICE: ACPI AML intepreter has found some non-conforming
klog 00097: AML code. This should be investigated and fixed.
klog 00098:
klog 00099: FAILED [HIGH] KlogAcpiFadtInvalidLength: Test 1, HIGH
klog 00100: Kernel message: [ 0.000000] ACPI Warning: Invalid length
klog 00101: for Pm1aControlBlock: 32, using default 16 (20090903
klog 00102: /tbfadt-607)
klog 00103:
klog 00104: ADVICE: This item in the FADT is the incorrect length.
klog 00105: Should be corrected.
klog 00106:
klog 00107: FAILED [HIGH] KlogAcpiOptionalFieldZeroAddressOrLength:
klog 00108: Test 1, HIGH Kernel message: [ 0.000000] ACPI Warning:
klog 00109: Optional field Gpe1Block has zero address or length:
klog 00110: 000000000000102C/0 20090521 tbfadt-558
klog 00111:
klog 00112: ADVICE: An ACPI table contains Generic Address Structure
klog 00113: that has an address that is incorrectly set to zero, or a
klog 00114: zero length. This needs to be fixed.
klog 00115:
klog 00116: FAILED [HIGH] KlogAcpiOptionalFieldZeroAddressOrLength:
klog 00117: Test 1, HIGH Kernel message: [ 0.000000] ACPI Warning:
klog 00118: Optional field Pm2ControlBlock has zero address or length
klog 00119: : 0000000000000000/1 20090521 tbfadt-558
klog 00120:
klog 00121: ADVICE: An ACPI table contains Generic Address Structure
klog 00122: that has an address that is incorrectly set to zero, or a
klog 00123: zero length. This needs to be fixed.
klog 00124:
klog 00125: FAILED [HIGH] KlogAcpiOptionalFieldZeroAddressOrLength:
klog 00126: Test 1, HIGH Kernel message: [ 0.000000] ACPI Warning
klog 00127: (tbfadt-0460): Optional field "Gpe1Block" has zero
klog 00128: address or length: 000000000000102C/0 [20080926]
klog 00129:
klog 00130: ADVICE: An ACPI table contains Generic Address Structure
klog 00131: that has an address that is incorrectly set to zero, or a
klog 00132: zero length. This needs to be fixed.
klog 00133:
klog 00134: FAILED [MEDIUM] KlogBiosMtrrIncorrectMask: Test 1, MEDIUM
klog 00135: Kernel message: [ 0.000000] mtrr: your BIOS has
klog 00136: configured an incorrect mask, fixing it.
klog 00137:
klog 00138: ADVICE: The Memory Type Range Registers (MTRRs) which
klog 00139: define memory caching policy are misconfigued by the
klog 00140: BIOS. In this case, the mask is incorrectly set and the
klog 00141: kernel has detected this and worked around the firmware
klog 00142: bug.
klog 00143:
klog 00144: FAILED [CRITICAL] KlogBiosCpuMtrrMisconfigured: Test 1,
klog 00145: CRITICAL Kernel message: [ 0.000000] WARNING: BIOS bug:
klog 00146: CPU MTRRs don't cover all of memory, losing 1408MB of
klog 00147: RAM.
klog 00148:
klog 00149: ADVICE: The Memory Type Range Registers (MTRRs) which
klog 00150: define memory caching policy are misconfigued by the BIOS
klog 00151: and don't appear to cover all available physical memory.
klog 00152: The kernel has detected this and has reduced the amount
klog 00153: of memory available to be safe. Either check that the
klog 00154: BIOS memory caching options are set correctly or contact
klog 00155: your BIOS vendor to get this fixed.
klog 00156:
klog 00157: FAILED [HIGH] KlogAcpiUnknownAmlOpcode: Test 1, HIGH
klog 00158: Kernel message: [ 0.022719] ACPI Error: Found unknown
klog 00159: opcode 0xFD at AML address f7ffe14c offset 0xE8, ignoring
klog 00160: (20110112/psloop-141)
klog 00161:
klog 00162: ADVICE: ACPI execution run time error: The ACPI
klog 00163: interpreter has reached an opcode that is unknown, this
klog 00164: normally is a bug in the underlying AML code either
klog 00165: because of badly written AML code or the compiler has
klog 00166: produced code that is incorrect or the ACPI interpreter
klog 00167: does not support this valid opcode.
klog 00168:
klog 00169: FAILED [CRITICAL] KlogAcpiDetectedUnsupportedOpCode: Test
klog 00170: 1, CRITICAL Kernel message: [ 0.025463] ACPI Warning:
klog 00171: Detected an unsupported executable opcode at module-level
klog 00172: : [0x007B] at table offset 0x00C3 (20110112/psloop-526)
klog 00173:
klog 00174: ADVICE: An illegal AML opcode has been found and is
klog 00175: ignored. This indicates either badly compiled code or
klog 00176: opcode corruption in the DSDT or SSDT tables or a bug in
klog 00177: the ACPI execution engine. Recommend disassembing using
klog 00178: iasl to find any offending code.
klog 00179:
klog 00180: FAILED [HIGH] KlogAcpiObjectAlreadyExists: Test 1, HIGH
klog 00181: Kernel message: [ 0.034090] ACPI Error: Method parse
klog 00182: /execution failed [_SB_.PCI0._OSC] (Node ee025630),
klog 00183: AE_ALREADY_EXISTS (20110112/psparse-536)
klog 00184:
klog 00185: ADVICE: This is a bug picked up by the kernel, but as yet
klog 00186: , the firmware test suite has no diagnostic advice for
klog 00187: this particular problem.
klog 00188:
klog 00189: FAILED [HIGH] KlogAcpiFirmwareError: Test 1, HIGH Kernel
klog 00190: message: [ 0.040119] [Firmware Bug]: the BIOS has
klog 00191: corrupted hw-PMU resources (MSR 186 is 400000)
klog 00192:
klog 00193: ADVICE: The kernel has detected a Firmware bug in the
klog 00194: BIOS or ACPI which needs investigating and fixing.
klog 00195:
klog 00196: FAILED [CRITICAL] KlogAcpiDetectedUnsupportedOpCode: Test
klog 00197: 1, CRITICAL Kernel message: [ 0.042222] ACPI Warning:
klog 00198: Detected an unsupported executable opcode at module-level
klog 00199: : [0x0070] at table offset 0x2366 (20100121/psloop-526)
klog 00200:
klog 00201: ADVICE: An illegal AML opcode has been found and is
klog 00202: ignored. This indicates either badly compiled code or
klog 00203: opcode corruption in the DSDT or SSDT tables or a bug in
klog 00204: the ACPI execution engine. Recommend disassembing using
klog 00205: iasl to find any offending code.
klog 00206:
klog 00207: Found 18 unique errors in kernel log.
klog 00208:
klog 00209: =========================================================
klog 00210: 0 passed, 18 failed, 0 warning, 0 aborted, 0 skipped, 0
klog 00211: info only.
klog 00212: =========================================================
fwts-test/arg-log-format-0001/klog-0004.log 0000664 0000000 0000000 00000033121 12314704571 0020236 0 ustar 00root root 0000000 0000000 klog 10/10/11 : klog: Scan kernel log for errors and warnings.
klog 10/10/11 : ----------------------------------------------------
klog 10/10/11 : Test 1 of 1: Kernel log error check.
klog 10/10/11 H: FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI: BIOS bug:
klog 10/10/11 H: multiple APIC/MADT found, using 0
klog 10/10/11 :
klog 10/10/11 : ADVICE: The kernel has detected more than one ACPI
klog 10/10/11 : Multiple APIC Description Table (MADT) (these tables
klog 10/10/11 : have the "APIC" signature). There should only be one
klog 10/10/11 : MADT and the kernel will by default select the first
klog 10/10/11 : one. However, one can override this and select the
klog 10/10/11 : Nth MADT using acpi_apic_instance=N.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpi32Bit64BitAddressMismatch:
klog 10/10/11 H: Test 1, HIGH Kernel message: [ 0.000000] ACPI Error:
klog 10/10/11 H: 32/64X address mismatch in Gpe0Block: 00008018
klog 10/10/11 H: /0000000000008028, using 32 (20090903/tbfadt-427)
klog 10/10/11 :
klog 10/10/11 : ADVICE: The FADT table contains a mismatch between a
klog 10/10/11 : 32 bit pointer and a 64 bit Generic Address pointer.
klog 10/10/11 : Because these pointers are different, it suggests
klog 10/10/11 : either one of them is incorrect. If a non-null 32
klog 10/10/11 : bit pointer exists, then the kernel will opt for
klog 10/10/11 : this in preference to the 64 bit pointer even though
klog 10/10/11 : this is not in accordance to the ACPI specification.
klog 10/10/11 :
klog 10/10/11 C: FAILED [CRITICAL] KlogAcpiValidRsdpNotFound: Test 1,
klog 10/10/11 C: CRITICAL Kernel message: [ 0.000000] ACPI Error: A
klog 10/10/11 C: valid RSDP was not found (20090903/tbxfroot-219)
klog 10/10/11 :
klog 10/10/11 : ADVICE: An ACPI compatible system must provide an
klog 10/10/11 : RSDP (Root System Description Pointer). This
klog 10/10/11 : structure provides the physical address of the RSDT
klog 10/10/11 : and XSDT. Since this could not be found, the ACPI
klog 10/10/11 : driver has had to disable ACPI support.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpiTwoFacs: Test 1, HIGH Kernel
klog 10/10/11 H: message: [ 0.000000] ACPI Warning: 32/64 FACS
klog 10/10/11 H: address mismatch in FADT - two FACS tables!
klog 10/10/11 H: (20090903/tbfadt-369)
klog 10/10/11 :
klog 10/10/11 : ADVICE: The FADT table contains a mismatch between
klog 10/10/11 : the 32 bit pointer (FIRMWARE_CTRL) and 64 bit
klog 10/10/11 : pointer (X_FIRMWARE_CTRL) pointer to the FACS table.
klog 10/10/11 : Section 5.2.9 of version 4.0a of the ACPI
klog 10/10/11 : specification states that X_FIRMWARE_CTRL should be
klog 10/10/11 : zero if FIRMWARE_CTRL is defined, or FIRMWARE_CTRL
klog 10/10/11 : should be zero if X_FIRMWARE_CTRL is zero. With two
klog 10/10/11 : different pointers defined, the kernel has to make a
klog 10/10/11 : choice, and opts for the 32 bit pointer. Because
klog 10/10/11 : these pointers are different, it suggests either one
klog 10/10/11 : of them is incorrect, or different 32 bit and 64 bit
klog 10/10/11 : FACS tables are present in your system, which is NOT
klog 10/10/11 : complaint with the ACPI specification. The kernel
klog 10/10/11 : has to make a choice and opts for the 32 bit
klog 10/10/11 : FIRMWARE_CTRL.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH]
klog 10/10/11 H: KlogAcpi32Bit64BitAddressMismatchInFadt: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI Warning: 32
klog 10/10/11 H: /64X FACS address mismatch in FADT - DEF2DF40
klog 10/10/11 H: /00000000DEF30D40, using 32 (20090903/tbfadt-486)
klog 10/10/11 :
klog 10/10/11 : ADVICE: The FADT table contains Generic Address
klog 10/10/11 : Structure that has a mismatch between the 32 bit and
klog 10/10/11 : 64 bit versions of an address. This should be fixed
klog 10/10/11 : so there are no mismatches.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH]
klog 10/10/11 H: KlogAcpi32Bit64BitAddressMismatchInFadt: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI Warning: 32
klog 10/10/11 H: /64X length mismatch in Gpe1Block: 0/32 20090521
klog 10/10/11 H: tbfadt-527
klog 10/10/11 :
klog 10/10/11 : ADVICE: The FADT table contains Generic Address
klog 10/10/11 : Structure that has a mismatch between the 32 bit and
klog 10/10/11 : 64 bit versions of an address. This should be fixed
klog 10/10/11 : so there are no mismatches.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpiBadAmlCode: Test 1, HIGH
klog 10/10/11 H: Kernel message: [ 0.000000] ACPI Warning: BIOS XSDT
klog 10/10/11 H: has NULL entry, using RSDT (20110112/tbutils-663)
klog 10/10/11 :
klog 10/10/11 : ADVICE: ACPI AML intepreter has found some
klog 10/10/11 : non-conforming AML code. This should be investigated
klog 10/10/11 : and fixed.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpiFadtInvalidLength: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI Warning:
klog 10/10/11 H: Invalid length for Pm1aControlBlock: 32, using
klog 10/10/11 H: default 16 (20090903/tbfadt-607)
klog 10/10/11 :
klog 10/10/11 : ADVICE: This item in the FADT is the incorrect
klog 10/10/11 : length. Should be corrected.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH]
klog 10/10/11 H: KlogAcpiOptionalFieldZeroAddressOrLength: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI Warning:
klog 10/10/11 H: Optional field Gpe1Block has zero address or length:
klog 10/10/11 H: 000000000000102C/0 20090521 tbfadt-558
klog 10/10/11 :
klog 10/10/11 : ADVICE: An ACPI table contains Generic Address
klog 10/10/11 : Structure that has an address that is incorrectly
klog 10/10/11 : set to zero, or a zero length. This needs to be
klog 10/10/11 : fixed.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH]
klog 10/10/11 H: KlogAcpiOptionalFieldZeroAddressOrLength: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI Warning:
klog 10/10/11 H: Optional field Pm2ControlBlock has zero address or
klog 10/10/11 H: length: 0000000000000000/1 20090521 tbfadt-558
klog 10/10/11 :
klog 10/10/11 : ADVICE: An ACPI table contains Generic Address
klog 10/10/11 : Structure that has an address that is incorrectly
klog 10/10/11 : set to zero, or a zero length. This needs to be
klog 10/10/11 : fixed.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH]
klog 10/10/11 H: KlogAcpiOptionalFieldZeroAddressOrLength: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.000000] ACPI Warning
klog 10/10/11 H: (tbfadt-0460): Optional field "Gpe1Block" has zero
klog 10/10/11 H: address or length: 000000000000102C/0 [20080926]
klog 10/10/11 :
klog 10/10/11 : ADVICE: An ACPI table contains Generic Address
klog 10/10/11 : Structure that has an address that is incorrectly
klog 10/10/11 : set to zero, or a zero length. This needs to be
klog 10/10/11 : fixed.
klog 10/10/11 :
klog 10/10/11 M: FAILED [MEDIUM] KlogBiosMtrrIncorrectMask: Test 1,
klog 10/10/11 M: MEDIUM Kernel message: [ 0.000000] mtrr: your BIOS
klog 10/10/11 M: has configured an incorrect mask, fixing it.
klog 10/10/11 :
klog 10/10/11 : ADVICE: The Memory Type Range Registers (MTRRs)
klog 10/10/11 : which define memory caching policy are misconfigued
klog 10/10/11 : by the BIOS. In this case, the mask is incorrectly
klog 10/10/11 : set and the kernel has detected this and worked
klog 10/10/11 : around the firmware bug.
klog 10/10/11 :
klog 10/10/11 C: FAILED [CRITICAL] KlogBiosCpuMtrrMisconfigured: Test
klog 10/10/11 C: 1, CRITICAL Kernel message: [ 0.000000] WARNING:
klog 10/10/11 C: BIOS bug: CPU MTRRs don't cover all of memory,
klog 10/10/11 C: losing 1408MB of RAM.
klog 10/10/11 :
klog 10/10/11 : ADVICE: The Memory Type Range Registers (MTRRs)
klog 10/10/11 : which define memory caching policy are misconfigued
klog 10/10/11 : by the BIOS and don't appear to cover all available
klog 10/10/11 : physical memory. The kernel has detected this and
klog 10/10/11 : has reduced the amount of memory available to be
klog 10/10/11 : safe. Either check that the BIOS memory caching
klog 10/10/11 : options are set correctly or contact your BIOS
klog 10/10/11 : vendor to get this fixed.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpiUnknownAmlOpcode: Test 1, HIGH
klog 10/10/11 H: Kernel message: [ 0.022719] ACPI Error: Found
klog 10/10/11 H: unknown opcode 0xFD at AML address f7ffe14c offset
klog 10/10/11 H: 0xE8, ignoring (20110112/psloop-141)
klog 10/10/11 :
klog 10/10/11 : ADVICE: ACPI execution run time error: The ACPI
klog 10/10/11 : interpreter has reached an opcode that is unknown,
klog 10/10/11 : this normally is a bug in the underlying AML code
klog 10/10/11 : either because of badly written AML code or the
klog 10/10/11 : compiler has produced code that is incorrect or the
klog 10/10/11 : ACPI interpreter does not support this valid opcode.
klog 10/10/11 :
klog 10/10/11 :
klog 10/10/11 C: FAILED [CRITICAL] KlogAcpiDetectedUnsupportedOpCode:
klog 10/10/11 C: Test 1, CRITICAL Kernel message: [ 0.025463] ACPI
klog 10/10/11 C: Warning: Detected an unsupported executable opcode
klog 10/10/11 C: at module-level: [0x007B] at table offset 0x00C3
klog 10/10/11 C: (20110112/psloop-526)
klog 10/10/11 :
klog 10/10/11 : ADVICE: An illegal AML opcode has been found and is
klog 10/10/11 : ignored. This indicates either badly compiled code
klog 10/10/11 : or opcode corruption in the DSDT or SSDT tables or a
klog 10/10/11 : bug in the ACPI execution engine. Recommend
klog 10/10/11 : disassembing using iasl to find any offending code.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpiObjectAlreadyExists: Test 1,
klog 10/10/11 H: HIGH Kernel message: [ 0.034090] ACPI Error: Method
klog 10/10/11 H: parse/execution failed [_SB_.PCI0._OSC] (Node
klog 10/10/11 H: ee025630), AE_ALREADY_EXISTS (20110112/psparse-536)
klog 10/10/11 :
klog 10/10/11 : ADVICE: This is a bug picked up by the kernel, but
klog 10/10/11 : as yet, the firmware test suite has no diagnostic
klog 10/10/11 : advice for this particular problem.
klog 10/10/11 :
klog 10/10/11 H: FAILED [HIGH] KlogAcpiFirmwareError: Test 1, HIGH
klog 10/10/11 H: Kernel message: [ 0.040119] [Firmware Bug]: the BIOS
klog 10/10/11 H: has corrupted hw-PMU resources (MSR 186 is 400000)
klog 10/10/11 :
klog 10/10/11 : ADVICE: The kernel has detected a Firmware bug in
klog 10/10/11 : the BIOS or ACPI which needs investigating and
klog 10/10/11 : fixing.
klog 10/10/11 :
klog 10/10/11 C: FAILED [CRITICAL] KlogAcpiDetectedUnsupportedOpCode:
klog 10/10/11 C: Test 1, CRITICAL Kernel message: [ 0.042222] ACPI
klog 10/10/11 C: Warning: Detected an unsupported executable opcode
klog 10/10/11 C: at module-level: [0x0070] at table offset 0x2366
klog 10/10/11 C: (20100121/psloop-526)
klog 10/10/11 :
klog 10/10/11 : ADVICE: An illegal AML opcode has been found and is
klog 10/10/11 : ignored. This indicates either badly compiled code
klog 10/10/11 : or opcode corruption in the DSDT or SSDT tables or a
klog 10/10/11 : bug in the ACPI execution engine. Recommend
klog 10/10/11 : disassembing using iasl to find any offending code.
klog 10/10/11 :
klog 10/10/11 : Found 18 unique errors in kernel log.
klog 10/10/11 :
klog 10/10/11 : ====================================================
klog 10/10/11 : 0 passed, 18 failed, 0 warning, 0 aborted, 0 skipped
klog 10/10/11 : , 0 info only.
klog 10/10/11 : ====================================================
fwts-test/arg-log-format-0001/klog.txt 0000664 0000000 0000000 00000003562 12314704571 0017721 0 ustar 00root root 0000000 0000000 [ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI Error: 32/64X address mismatch in Gpe0Block: 00008018/0000000000008028, using 32 (20090903/tbfadt-427)
[ 0.000000] ACPI Error: A valid RSDP was not found (20090903/tbxfroot-219)
[ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20090903/tbfadt-369)
[ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - DEF2DF40/00000000DEF30D40, using 32 (20090903/tbfadt-486)
[ 0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 20090521 tbfadt-527
[ 0.000000] ACPI Warning: BIOS XSDT has NULL entry, using RSDT (20110112/tbutils-663)
[ 0.000000] ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20090903/tbfadt-607)
[ 0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 20090521 tbfadt-558
[ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000000/1 20090521 tbfadt-558
[ 0.000000] ACPI Warning (tbfadt-0460): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080926]
[ 0.000000] mtrr: your BIOS has configured an incorrect mask, fixing it.
[ 0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 1408MB of RAM.
[ 0.022719] ACPI Error: Found unknown opcode 0xFD at AML address f7ffe14c offset 0xE8, ignoring (20110112/psloop-141)
[ 0.025463] ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x00C3 (20110112/psloop-526)
[ 0.034090] ACPI Error: Method parse/execution failed [_SB_.PCI0._OSC] (Node ee025630), AE_ALREADY_EXISTS (20110112/psparse-536)
[ 0.040119] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 186 is 400000)
[ 0.042222] ACPI Warning: Detected an unsupported executable opcode at module-level: [0x0070] at table offset 0x2366 (20100121/psloop-526)
fwts-test/arg-log-format-0001/test-0001.sh 0000775 0000000 0000000 00000001405 12314704571 0020112 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --log-format, all field operators"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
TMPLOG_ORIG=$TMP/klog-0001.log.$$
TODAY=`date +%d/%m/%y`
$FWTS -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-log-format-0001/klog.txt --log-format="%owner (%line) <%date> %field %level: " klog - | grep "^klog" | sed "sx([0-9][0-9][0-9][0-9][0-9])x(XXXXX)x" > $TMPLOG
#
# Need to adjust reference log to today's date
#
cat $FWTSTESTDIR/arg-log-format-0001/klog-0001.log | sed "sx<[0-9][0-9]\/[0-9][0-9]\/[0-9][0-9]>x<${TODAY}>x" | sed "sx([0-9][0-9][0-9][0-9][0-9])x(XXXXX)x" > $TMPLOG_ORIG
diff $TMPLOG $TMPLOG_ORIG >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG $TMPLOG_ORIG
exit $ret
fwts-test/arg-log-format-0001/test-0002.sh 0000775 0000000 0000000 00000000655 12314704571 0020121 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --log-format, %owner field"
NAME=test-0002.sh
TMPLOG=$TMP/klog.log.$$
$FWTS -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-log-format-0001/klog.txt --log-format="%owner: " klog - | grep "^klog" > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-log-format-0001/klog-0002.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-log-format-0001/test-0003.sh 0000775 0000000 0000000 00000001235 12314704571 0020115 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --log-format, %line field"
NAME=test-0003.sh
TMPLOG=$TMP/klog.log.$$
TMPLOG_ORIG=$TMP/klog-0003.log.$$
TODAY=`date +%d/%m/%y`
$FWTS -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-log-format-0001/klog.txt --log-format="%owner %line: " klog - | grep "^klog" | sed sx12\/10\/11x${TODAY}x | sed "sx[0-9][0-9][0-9][0-9][0-9]:xXXXXX:x" > $TMPLOG
sed "sx[0-9][0-9][0-9][0-9][0-9]:xXXXXX:x" < $FWTSTESTDIR/arg-log-format-0001/klog-0003.log > $TMPLOG_ORIG
diff $TMPLOG $TMPLOG_ORIG >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
cat $FAILURE_LOG
fi
rm $TMPLOG $TMPLOG_ORIG
exit $ret
fwts-test/arg-log-format-0001/test-0004.sh 0000775 0000000 0000000 00000001257 12314704571 0020122 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --log-format, %date %level field operators"
NAME=test-0004.sh
TMPLOG=$TMP/klog.log.$$
TODAY=`date +%d/%m/%y`
TMPLOG_ORIG=$TMP/klog-0004.log.$$
TODAY=`date +%d/%m/%y`
#
# Need to adjust reference log to today's date
#
$FWTS -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-log-format-0001/klog.txt --log-format="%owner %date %%level: " klog - | grep "^klog" > $TMPLOG
sed "sx[0-9][0-9]\/[0-9][0-9]\/[0-9][0-9]x${TODAY}x" < $FWTSTESTDIR/arg-log-format-0001/klog-0004.log > $TMPLOG_ORIG
diff $TMPLOG $TMPLOG_ORIG >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG $TMPLOG_ORIG
exit $ret
fwts-test/arg-log-format-0001/testcase.txt 0000664 0000000 0000000 00000000037 12314704571 0020572 0 ustar 00root root 0000000 0000000 Test fwts --log-format options
fwts-test/arg-quiet-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015276 5 ustar 00root root 0000000 0000000 fwts-test/arg-quiet-0001/klog.txt 0000664 0000000 0000000 00000002131 12314704571 0016770 0 ustar 00root root 0000000 0000000 [ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI Error: 32/64X address mismatch in Gpe0Block: 00008018/0000000000008028, using 32 (20090903/tbfadt-427)
[ 0.000000] ACPI Error: A valid RSDP was not found (20110112/tbxfroot-219)
[ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0x3776BF40/0x000000003776ED40, using 32 (20100428/tbfadt-486)
[ 30.140475] ACPI Error (psparse-0537): Method parse/execution failed [_SB_.AC__._PSR] (Node ffff880217052420), AE_TIME
[ 42.490181] ACPI Error: [_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20110112/psargs-359)
[ 42.490202] ACPI Error: Method parse/execution failed [_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d9b1e60), AE_NOT_FOUND (20110112/psparse-536)
[ 44.661543] ACPI Warning for _SB_.PCI0.GFX0.DD01._BCL: Return type mismatch - found Integer, expected Package (20090903/nspredef-1006)
[ 50.737630] ACPI Warning for _SB_.PCI0.AGP_.VID_.MXMI: Excess arguments - needs 1, found 2 (20090903/nspredef-303)
[ 50.737686] ACPI Warning for _SB_.PCI0.AGP_.VID_.MXMS: Excess arguments - needs 1, found 2 (20090903/nspredef-303)
fwts-test/arg-quiet-0001/test-0001.sh 0000775 0000000 0000000 00000000543 12314704571 0017174 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --quiet option"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
$FWTS --quiet -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-quiet-0001/klog.txt klog -r /dev/null > $TMPLOG
diff $TMPLOG /dev/null >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-quiet-0001/test-0002.sh 0000775 0000000 0000000 00000000531 12314704571 0017172 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -q option"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
$FWTS -q -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-quiet-0001/klog.txt klog -r /dev/null > $TMPLOG
diff $TMPLOG /dev/null >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-quiet-0001/testcase.txt 0000664 0000000 0000000 00000000041 12314704571 0017645 0 ustar 00root root 0000000 0000000 Test fwts -q and --quiet options
fwts-test/arg-results-0001/ 0000775 0000000 0000000 00000000000 12314704571 0015650 5 ustar 00root root 0000000 0000000 fwts-test/arg-results-0001/klog.txt 0000664 0000000 0000000 00000222571 12314704571 0017356 0 ustar 00root root 0000000 0000000 [ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #19-Ubuntu SMP Fri Sep 23 21:23:39 UTC 2011 (Ubuntu 3.0.0-12.19-generic 3.0.4)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6d0000 - 00000000bf6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf6e3000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO 0769BMG/IEL10, BIOS 68ET27WW 11/14/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BF700000 mask FFFF00000 uncachable
[ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 3063M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [ffff8800000f72c0] f72c0
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000
[ 0.000000] 0000000000 - 00bf600000 page 2M
[ 0.000000] 00bf600000 - 00bf6d0000 page 4k
[ 0.000000] kernel direct mapping tables up to bf6d0000 @ bf6cb000-bf6d0000
[ 0.000000] RAMDISK: 359ec000 - 36cee000
[ 0.000000] Reserving 128MB of memory at 720MB for crashkernel (System RAM: 3062MB)
[ 0.000000] ACPI: RSDP 00000000000f7240 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bf6d87f0 00094 (v01 LENOVO TP-68 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bf6dfbd2 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bf6d9b6a 05FF4 (v02 TOSCPL CRESTLNE 06040000 INTL 20060608)
[ 0.000000] ACPI: FACS 00000000bf6e2fc0 00040
[ 0.000000] ACPI: APIC 00000000bf6dfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: HPET 00000000bf6dfd2e 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bf6dfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 00000000bf6dfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR 00000000bf6dfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: SLIC 00000000bf6dfdfa 00176 (v01 LENOVO TP-68 06040000 TBD 00000001)
[ 0.000000] ACPI: APIC 00000000bf6dff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bf6dffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bf6d98bd 002AD (v01 SataRe SataAhci 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d981a 000A3 (v01 BrtRef DD01BRT 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8e10 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8d6a 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8884 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bf6d0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bf6d0000
[ 0.000000] NODE_DATA [00000000bf6c6000 - 00000000bf6cafff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bbe00000-ffff8800be7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf6d0
[ 0.000000] On node 0 totalpages: 783967
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10664 pages used for memmap
[ 0.000000] DMA32 zone: 769320 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff8800bf400000 s79616 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s79616 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 773242
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 2928536k/3136320k available (6104k kernel code, 452k absent, 207332k reserved, 4880k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 25165824 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1496.217 MHz processor.
[ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2992.43 BogoMIPS (lpj=5984868)
[ 0.004013] pid_max: default: 32768 minimum: 301
[ 0.004056] Security Framework initialized
[ 0.004080] AppArmor: AppArmor initialized
[ 0.004083] Yama: becoming mindful.
[ 0.004759] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010636] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012341] Mount-cache hash table entries: 256
[ 0.012557] Initializing cgroup subsys cpuacct
[ 0.012565] Initializing cgroup subsys memory
[ 0.012580] Initializing cgroup subsys devices
[ 0.012583] Initializing cgroup subsys freezer
[ 0.012586] Initializing cgroup subsys net_cls
[ 0.012589] Initializing cgroup subsys blkio
[ 0.012598] Initializing cgroup subsys perf_event
[ 0.012643] CPU: Physical Processor ID: 0
[ 0.012645] CPU: Processor Core ID: 0
[ 0.012649] mce: CPU supports 6 MCE banks
[ 0.012661] CPU0: Thermal monitoring handled by SMI
[ 0.012667] using mwait in idle threads.
[ 0.016288] ACPI: Core revision 20110413
[ 0.024040] ftrace: allocating 25651 entries in 101 pages
[ 0.028444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071627] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
[ 0.072003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.072003] PEBS disabled due to CPU errata.
[ 0.072003] ... version: 2
[ 0.072003] ... bit width: 40
[ 0.072003] ... generic registers: 2
[ 0.072003] ... value mask: 000000ffffffffff
[ 0.072003] ... max period: 000000007fffffff
[ 0.072003] ... fixed-purpose events: 3
[ 0.072003] ... event mask: 0000000700000003
[ 0.072003] Booting Node 0, Processors #1 Ok.
[ 0.072003] smpboot cpu 1: start_ip = 9a000
[ 0.008000] CPU1: Thermal monitoring handled by SMI
[ 0.160029] Brought up 2 CPUs
[ 0.160033] Total of 2 processors activated (5984.88 BogoMIPS).
[ 0.161224] devtmpfs: initialized
[ 0.161224] PM: Registering ACPI NVS region at bf6d0000 (77824 bytes)
[ 0.162075] print_constraints: dummy:
[ 0.162115] Time: 7:34:42 Date: 10/05/11
[ 0.162171] NET: Registered protocol family 16
[ 0.162209] Trying to unpack rootfs image as initramfs...
[ 0.164047] ACPI: bus type pci registered
[ 0.164133] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.164138] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.220043] PCI: Using configuration type 1 for base access
[ 0.221379] bio: create slab at 0
[ 0.223506] ACPI: EC: Look up EC in DSDT
[ 0.228089] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.229039] ACPI: SSDT 00000000bf6d959e 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229543] ACPI: Dynamic OEM Table Load:
[ 0.229548] ACPI: SSDT (null) 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229696] ACPI: SSDT 00000000bf6d906f 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230165] ACPI: Dynamic OEM Table Load:
[ 0.230169] ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230454] ACPI: SSDT 00000000bf6d9752 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232427] ACPI: Dynamic OEM Table Load:
[ 0.232432] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232541] ACPI: SSDT 00000000bf6d9519 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.233011] ACPI: Dynamic OEM Table Load:
[ 0.233015] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.238295] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.344070] ACPI: Interpreter enabled
[ 0.344078] ACPI: (supports S0 S3 S4 S5)
[ 0.344118] ACPI: Using IOAPIC for interrupt routing
[ 0.389051] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.389294] ACPI: No dock devices found.
[ 0.389298] HEST: Table not found.
[ 0.389303] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.389762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.390623] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.390628] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.390632] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.390636] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.390640] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.390645] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
[ 0.390648] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
[ 0.390665] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.390726] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
[ 0.390746] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfc0fffff 64bit]
[ 0.390758] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.390767] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.390812] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
[ 0.390829] pci 0000:00:02.1: reg 10: [mem 0xfc100000-0xfc1fffff 64bit]
[ 0.390937] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.391013] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
[ 0.391065] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.391126] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
[ 0.391187] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.391216] pci 0000:00:1a.7: reg 10: [mem 0xfc504800-0xfc504bff]
[ 0.391321] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.391328] pci 0000:00:1a.7: PME# disabled
[ 0.391362] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.391386] pci 0000:00:1b.0: reg 10: [mem 0xfc300000-0xfc303fff 64bit]
[ 0.391473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.391479] pci 0000:00:1b.0: PME# disabled
[ 0.391514] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.391605] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.391611] pci 0000:00:1c.0: PME# disabled
[ 0.391647] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.391735] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.391741] pci 0000:00:1c.1: PME# disabled
[ 0.391775] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[ 0.391868] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.391874] pci 0000:00:1c.2: PME# disabled
[ 0.391911] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[ 0.391999] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.392005] pci 0000:00:1c.3: PME# disabled
[ 0.392053] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.392114] pci 0000:00:1d.0: reg 20: [io 0x1860-0x187f]
[ 0.392162] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.392238] pci 0000:00:1d.1: reg 20: [io 0x1880-0x189f]
[ 0.392293] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.392371] pci 0000:00:1d.2: reg 20: [io 0x18a0-0x18bf]
[ 0.392438] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.392466] pci 0000:00:1d.7: reg 10: [mem 0xfc504c00-0xfc504fff]
[ 0.392567] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.392573] pci 0000:00:1d.7: PME# disabled
[ 0.392603] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.392698] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.392816] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.392824] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.392829] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.392835] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.392884] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.392903] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.392918] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.392931] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.392944] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.392958] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
[ 0.393014] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.393042] pci 0000:00:1f.2: reg 10: [io 0x1c00-0x1c07]
[ 0.393056] pci 0000:00:1f.2: reg 14: [io 0x18d4-0x18d7]
[ 0.393069] pci 0000:00:1f.2: reg 18: [io 0x18d8-0x18df]
[ 0.393082] pci 0000:00:1f.2: reg 1c: [io 0x18d0-0x18d3]
[ 0.393095] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 0.393108] pci 0000:00:1f.2: reg 24: [mem 0xfc504000-0xfc5047ff]
[ 0.393157] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.393163] pci 0000:00:1f.2: PME# disabled
[ 0.393188] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.393206] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.393250] pci 0000:00:1f.3: reg 20: [io 0x1c20-0x1c3f]
[ 0.393354] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.393360] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.393367] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.393376] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.393501] pci 0000:04:00.0: [8086:4227] type 0 class 0x000280
[ 0.393557] pci 0000:04:00.0: reg 10: [mem 0xf8000000-0xf8000fff]
[ 0.393895] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.393908] pci 0000:04:00.0: PME# disabled
[ 0.393979] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.394021] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.394027] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.394033] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.394043] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.394110] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.394116] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.394122] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.394132] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.394268] pci 0000:06:00.0: [14e4:1713] type 0 class 0x000200
[ 0.394336] pci 0000:06:00.0: reg 10: [mem 0xc8000000-0xc800ffff 64bit]
[ 0.394639] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.394651] pci 0000:06:00.0: PME# disabled
[ 0.394783] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.394789] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.394796] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.394806] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.394868] pci 0000:08:06.0: [1180:0832] type 0 class 0x000c00
[ 0.394886] pci 0000:08:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.394890] pci 0000:08:06.0: MMC cards are now supported by standard SDHCI controller
[ 0.394909] pci 0000:08:06.0: reg 10: [mem 0xfc200000-0xfc2007ff]
[ 0.395006] pci 0000:08:06.0: supports D1 D2
[ 0.395009] pci 0000:08:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395016] pci 0000:08:06.0: PME# disabled
[ 0.395045] pci 0000:08:06.1: [1180:0822] type 0 class 0x000805
[ 0.395069] pci 0000:08:06.1: reg 10: [mem 0xfc200800-0xfc2008ff]
[ 0.395165] pci 0000:08:06.1: supports D1 D2
[ 0.395168] pci 0000:08:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395174] pci 0000:08:06.1: PME# disabled
[ 0.395199] pci 0000:08:06.2: [1180:0592] type 0 class 0x000880
[ 0.395224] pci 0000:08:06.2: reg 10: [mem 0xfc201000-0xfc2010ff]
[ 0.395317] pci 0000:08:06.2: supports D1 D2
[ 0.395320] pci 0000:08:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395326] pci 0000:08:06.2: PME# disabled
[ 0.395350] pci 0000:08:06.3: [1180:0852] type 0 class 0x000880
[ 0.395376] pci 0000:08:06.3: reg 10: [mem 0xfc201400-0xfc2014ff]
[ 0.395474] pci 0000:08:06.3: supports D1 D2
[ 0.395477] pci 0000:08:06.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395484] pci 0000:08:06.3: PME# disabled
[ 0.395549] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.395556] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.395562] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.395572] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.395576] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.395580] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.395619] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.395828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.395887] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.395944] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.395999] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.396116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.396176] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.396181] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.396184] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.404002] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.404086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404153] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.404217] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404282] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.404353] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404419] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.404484] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.404647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.404670] vgaarb: loaded
[ 0.404672] vgaarb: bridge control possible 0000:00:02.0
[ 0.404971] SCSI subsystem initialized
[ 0.405069] libata version 3.00 loaded.
[ 0.405143] usbcore: registered new interface driver usbfs
[ 0.405158] usbcore: registered new interface driver hub
[ 0.405200] usbcore: registered new device driver usb
[ 0.405322] PCI: Using ACPI for IRQ routing
[ 0.416330] PCI: pci_cache_line_size set to 64 bytes
[ 0.416509] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.416513] reserve RAM buffer: 00000000bf6d0000 - 00000000bfffffff
[ 0.416683] NetLabel: Initializing
[ 0.416686] NetLabel: domain hash size = 128
[ 0.416688] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.416706] NetLabel: unlabeled traffic allowed by default
[ 0.416770] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.416777] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.416784] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.420524] Switching to clocksource hpet
[ 0.423392] Switched to NOHz mode on CPU #0
[ 0.423487] Switched to NOHz mode on CPU #1
[ 0.430603] AppArmor: AppArmor Filesystem Enabled
[ 0.430649] pnp: PnP ACPI init
[ 0.430672] ACPI: bus type pnp registered
[ 0.431166] pnp 00:00: [bus 00-ff]
[ 0.431171] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.431174] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.431177] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.431181] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.431184] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.431187] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.431190] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.431197] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.431201] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.431204] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.431207] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.431210] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.431213] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.431216] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.431219] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.431222] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.431225] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.431229] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 0.431232] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.431235] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.431344] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.431447] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.431450] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.431453] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.431456] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.431458] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.431461] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.431464] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.431467] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.431559] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.431564] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.431568] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.431572] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.431576] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.431580] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.431584] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.431588] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.431593] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.431859] pnp 00:02: [io 0x0000-0x001f]
[ 0.431862] pnp 00:02: [io 0x0081-0x0091]
[ 0.431864] pnp 00:02: [io 0x0093-0x009f]
[ 0.431867] pnp 00:02: [io 0x00c0-0x00df]
[ 0.431870] pnp 00:02: [dma 4]
[ 0.431931] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.431946] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.432030] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.432131] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.432218] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.432223] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.432239] pnp 00:05: [io 0x00f0]
[ 0.432256] pnp 00:05: [irq 13]
[ 0.432321] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.432337] pnp 00:06: [io 0x002e-0x002f]
[ 0.432340] pnp 00:06: [io 0x004e-0x004f]
[ 0.432343] pnp 00:06: [io 0x0061]
[ 0.432345] pnp 00:06: [io 0x0063]
[ 0.432348] pnp 00:06: [io 0x0065]
[ 0.432351] pnp 00:06: [io 0x0067]
[ 0.432353] pnp 00:06: [io 0x0080]
[ 0.432355] pnp 00:06: [io 0x0092]
[ 0.432358] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.432361] pnp 00:06: [io 0x0680-0x069f]
[ 0.432363] pnp 00:06: [io 0x0800-0x080f]
[ 0.432366] pnp 00:06: [io 0x1000-0x107f]
[ 0.432373] pnp 00:06: [io 0x1180-0x11bf]
[ 0.432375] pnp 00:06: [io 0xfe00]
[ 0.432378] pnp 00:06: [io 0xff00-0xff7f]
[ 0.432479] system 00:06: [io 0x0680-0x069f] has been reserved
[ 0.432484] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.432487] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.432491] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.432495] system 00:06: [io 0xfe00] has been reserved
[ 0.432499] system 00:06: [io 0xff00-0xff7f] has been reserved
[ 0.432504] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.432517] pnp 00:07: [io 0x0070-0x0077]
[ 0.432525] pnp 00:07: [irq 8]
[ 0.432587] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.452092] pnp 00:08: [io 0x0060]
[ 0.452096] pnp 00:08: [io 0x0064]
[ 0.452112] pnp 00:08: [irq 1]
[ 0.452226] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.452246] pnp 00:09: [irq 12]
[ 0.452305] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.452340] pnp: PnP ACPI: found 10 devices
[ 0.452343] ACPI: ACPI bus type pnp unregistered
[ 0.459104] PCI: max bus depth: 1 pci_try_num: 2
[ 0.459195] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
[ 0.459204] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0000000-0xc00000ff] (PCI address [0xc0000000-0xc00000ff])
[ 0.459209] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.459214] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.459222] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.459229] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459239] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.459244] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.459252] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.459259] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459268] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.459272] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.459280] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.459287] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459296] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.459301] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.459308] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.459314] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459324] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.459327] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.459334] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.459340] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.459373] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.459380] pci 0000:00:1c.0: setting latency timer to 64
[ 0.459399] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.459405] pci 0000:00:1c.1: setting latency timer to 64
[ 0.459419] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.459425] pci 0000:00:1c.2: setting latency timer to 64
[ 0.459438] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.459444] pci 0000:00:1c.3: setting latency timer to 64
[ 0.459455] pci 0000:00:1e.0: setting latency timer to 64
[ 0.459460] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.459464] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
[ 0.459467] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.459470] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
[ 0.459474] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459478] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.459481] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff]
[ 0.459484] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459488] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.459491] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
[ 0.459495] pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459498] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.459501] pci_bus 0000:06: resource 1 [mem 0xc8000000-0xc9ffffff]
[ 0.459505] pci_bus 0000:06: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459508] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.459512] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
[ 0.459515] pci_bus 0000:08: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.459580] NET: Registered protocol family 2
[ 0.459816] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.461759] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.468207] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.469024] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.469028] TCP reno registered
[ 0.469052] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469120] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469325] NET: Registered protocol family 1
[ 0.469358] pci 0000:00:02.0: Boot video device
[ 0.469577] PCI: CLS 64 bytes, default 64
[ 0.469604] Simple Boot Flag at 0x36 set to 0x1
[ 0.470069] audit: initializing netlink socket (disabled)
[ 0.470088] type=2000 audit(1317800082.464:1): initialized
[ 0.509918] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.531362] VFS: Disk quotas dquot_6.5.2
[ 0.531454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.532343] fuse init (API version 7.16)
[ 0.532465] msgmni has been set to 5719
[ 0.532931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.532975] io scheduler noop registered
[ 0.532978] io scheduler deadline registered
[ 0.533033] io scheduler cfq registered (default)
[ 0.533206] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.533281] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.533378] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.533444] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.533540] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.533607] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.533705] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.533770] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.533898] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.533994] intel_idle: MWAIT substates: 0x22220
[ 0.533997] intel_idle: does not run on family 6 model 15
[ 0.534105] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.534186] ACPI: AC Adapter [ACAD] (on-line)
[ 0.534267] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.534291] ACPI: Lid Switch [LID0]
[ 0.534348] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.534353] ACPI: Power Button [PWRB]
[ 0.534429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.534434] ACPI: Power Button [PWRF]
[ 0.534479] ACPI: acpi_idle registered with cpuidle
[ 0.536970] Monitor-Mwait will be used to enter C-1 state
[ 0.537024] Monitor-Mwait will be used to enter C-2 state
[ 0.537059] Monitor-Mwait will be used to enter C-3 state
[ 0.537066] Marking TSC unstable due to TSC halts in idle
[ 0.576306] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.576339] ERST: Table is not found!
[ 0.576477] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.596514] ACPI: Battery Slot [BAT1] (battery present)
[ 0.756873] Freeing initrd memory: 19464k freed
[ 0.789948] Linux agpgart interface v0.103
[ 0.790084] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.790242] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.791097] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.791250] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.792794] brd: module loaded
[ 0.793486] loop: module loaded
[ 0.793683] ata_piix 0000:00:1f.1: version 2.13
[ 0.793701] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.793746] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.794143] scsi0 : ata_piix
[ 0.794282] scsi1 : ata_piix
[ 0.794784] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 0.794789] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 0.795227] Fixed MDIO Bus: probed
[ 0.795261] PPP generic driver version 2.4.2
[ 0.795315] tun: Universal TUN/TAP device driver, 1.6
[ 0.795318] tun: (C) 1999-2004 Max Krasnyansky
[ 0.795429] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.795451] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.795472] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.795477] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.795524] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.795567] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.799463] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.799485] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc504800
[ 0.812020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.812182] hub 1-0:1.0: USB hub found
[ 0.812189] hub 1-0:1.0: 4 ports detected
[ 0.812291] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.812305] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.812310] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.812363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.812398] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.816279] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.816301] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc504c00
[ 0.832023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.832151] hub 2-0:1.0: USB hub found
[ 0.832157] hub 2-0:1.0: 6 ports detected
[ 0.832258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.832276] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.832305] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.832314] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.832319] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.832366] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.832412] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[ 0.832569] hub 3-0:1.0: USB hub found
[ 0.832575] hub 3-0:1.0: 2 ports detected
[ 0.832668] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.832679] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.832684] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.832731] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.832775] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[ 0.832936] hub 4-0:1.0: USB hub found
[ 0.832941] hub 4-0:1.0: 2 ports detected
[ 0.833028] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.833037] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.833042] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.833099] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.833134] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[ 0.833291] hub 5-0:1.0: USB hub found
[ 0.833296] hub 5-0:1.0: 2 ports detected
[ 0.833384] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.833392] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.833397] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.833448] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.833493] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[ 0.833649] hub 6-0:1.0: USB hub found
[ 0.833655] hub 6-0:1.0: 2 ports detected
[ 0.833737] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.833746] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.833750] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.833797] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.833832] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[ 0.833984] hub 7-0:1.0: USB hub found
[ 0.833990] hub 7-0:1.0: 2 ports detected
[ 0.834133] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.858635] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.858644] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.858792] mousedev: PS/2 mouse device common for all mice
[ 0.860515] rtc_cmos 00:07: RTC can wake from S4
[ 0.860650] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.860686] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.860821] device-mapper: uevent: version 1.0.3
[ 0.860928] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 0.861015] cpuidle: using governor ladder
[ 0.861137] cpuidle: using governor menu
[ 0.861140] EFI Variables Facility v0.08 2004-May-17
[ 0.861497] TCP cubic registered
[ 0.861666] NET: Registered protocol family 10
[ 0.862339] NET: Registered protocol family 17
[ 0.862362] Registering the dns_resolver key type
[ 0.862505] PM: Hibernation image not present or could not be loaded.
[ 0.862521] registered taskstats version 1
[ 0.881709] Magic number: 15:169:571
[ 0.881852] rtc_cmos 00:07: setting system clock to 2011-10-05 07:34:43 UTC (1317800083)
[ 0.882695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.882699] EDD information not available.
[ 0.885384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.964510] ata1.00: ATAPI: MATSHITADVD-RAM UJ-850 z, RB32, max UDMA/33
[ 0.980374] ata1.00: configured for UDMA/33
[ 0.983110] scsi 0:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-850 z RB32 PQ: 0 ANSI: 5
[ 0.985684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 0.985690] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.985886] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.985957] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.988684] Freeing unused kernel memory: 984k freed
[ 0.989019] Write protecting the kernel read-only data: 10240k
[ 0.989354] Freeing unused kernel memory: 20k freed
[ 0.996526] Freeing unused kernel memory: 1400k freed
[ 1.023090] udevd[92]: starting version 173
[ 1.095474] [drm] Initialized drm 1.1.0 20060810
[ 1.111223] tg3.c:v3.119 (May 18, 2011)
[ 1.111255] tg3 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.111275] tg3 0000:06:00.0: setting latency timer to 64
[ 1.123354] wmi: Mapper loaded
[ 1.135292] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.135301] i915 0000:00:02.0: setting latency timer to 64
[ 1.229432] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 1.229442] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.229444] [drm] Driver supports precise vblank timestamp query.
[ 1.229504] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.231431] sdhci: Secure Digital Host Controller Interface driver
[ 1.231435] sdhci: Copyright(c) Pierre Ossman
[ 1.231761] sdhci-pci 0000:08:06.1: SDHCI controller found [1180:0822] (rev 19)
[ 1.231780] sdhci-pci 0000:08:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 1.232804] sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 1.251222] mmc0: no vmmc regulator found
[ 1.252265] Registered led device: mmc0::
[ 1.258216] mmc0: SDHCI controller on PCI [0000:08:06.1] using DMA
[ 1.278826] tg3 0000:06:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1b:38:0c:7f:47
[ 1.278833] tg3 0000:06:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 1.278838] tg3 0000:06:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.278842] tg3 0000:06:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.288114] firewire_ohci 0000:08:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.288352] fixme: max PWM is zero.
[ 1.321105] [drm] initialized overlay support
[ 1.363095] firewire_ohci: Added fw-ohci device 0000:08:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 1.429305] usb 1-4: new high speed USB device number 4 using ehci_hcd
[ 1.510188] fbcon: inteldrmfb (fb0) is primary device
[ 1.510267] Console: switching to colour frame buffer device 160x50
[ 1.510301] fb0: inteldrmfb frame buffer device
[ 1.510304] drm: registered panic notifier
[ 1.596139] acpi device:08: registered as cooling_device2
[ 1.596350] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 1.596428] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.596505] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.596723] ahci 0000:00:1f.2: version 3.0
[ 1.596748] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.596832] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 1.596928] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 1.596934] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 1.596941] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.600697] scsi2 : ahci
[ 1.601002] scsi3 : ahci
[ 1.601154] scsi4 : ahci
[ 1.601328] ata3: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504100 irq 45
[ 1.601335] ata4: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504180 irq 45
[ 1.601340] ata5: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504200 irq 45
[ 1.860262] firewire_core: created device fw0: GUID 00023f7bac4040de, S400
[ 1.920122] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.921792] ata3.00: unexpected _GTF length (8)
[ 1.922070] ata3.00: ATA-8: WDC WD2500BEKT-75PVMT0, 01.01A01, max UDMA/133
[ 1.922077] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.923756] ata3.00: unexpected _GTF length (8)
[ 1.924053] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.924081] ata3.00: configured for UDMA/133
[ 1.924106] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.924318] scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEKT-7 01.0 PQ: 0 ANSI: 5
[ 1.924525] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.924642] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.924823] sd 2:0:0:0: [sda] Write Protect is off
[ 1.924828] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.924898] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.020840] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.021461] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.032059] usb 3-1: new full speed USB device number 2 using uhci_hcd
[ 2.464056] usb 4-1: new full speed USB device number 2 using uhci_hcd
[ 2.872042] usb 6-1: new low speed USB device number 2 using uhci_hcd
[ 3.093235] input: MLK Trust Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input5
[ 3.093727] generic-usb 0003:04FC:05DA.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Trust Mouse] on usb-0000:00:1d.1-1/input0
[ 3.093905] usbcore: registered new interface driver usbhid
[ 3.093909] usbhid: USB HID core driver
[ 3.288960] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.308073] usb 6-2: new full speed USB device number 3 using uhci_hcd
[ 3.720052] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 3.918393] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input6
[ 3.918495] generic-usb 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.2-1/input0
[ 5.565904] Adding 15999996k swap on /dev/sda3. Priority:-1 extents:1 across:15999996k
[ 5.691364] udevd[373]: starting version 173
[ 6.303871] lp: driver loaded but no devices found
[ 7.040655] cfg80211: Calling CRDA to update world regulatory domain
[ 7.159284] r852 0000:08:06.3: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 7.159297] r852 0000:08:06.3: setting latency timer to 64
[ 7.159394] r852: Non dma capable device detected, dma disabled
[ 7.159411] r852: driver loaded successfully
[ 7.169632] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 7.169637] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 7.169734] iwl3945 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 7.169751] iwl3945 0000:04:00.0: setting latency timer to 64
[ 7.225063] iwl3945 0000:04:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 7.225067] iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 7.225225] iwl3945 0000:04:00.0: irq 46 for MSI/MSI-X
[ 7.225470] Registered led device: phy0-led
[ 7.225511] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 7.521071] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.728682] udevd[389]: renamed network interface eth0 to eth1
[ 7.785421] udevd[392]: renamed network interface wlan0 to wlan1
[ 7.839555] device-mapper: multipath: version 1.3.0 loaded
[ 7.920206] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x25c0b1, caps: 0xa04713/0x200000/0x0
[ 8.001393] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 8.103705] Linux video capture interface: v2.00
[ 8.142601] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
[ 8.145395] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input8
[ 8.145503] usbcore: registered new interface driver uvcvideo
[ 8.145506] USB Video Class driver (v1.1.0)
[ 8.268868] gspca: v2.13.0 registered
[ 8.426860] Bluetooth: Core ver 2.16
[ 8.426898] NET: Registered protocol family 31
[ 8.426901] Bluetooth: HCI device and connection manager initialized
[ 8.426905] Bluetooth: HCI socket layer initialized
[ 8.426908] Bluetooth: L2CAP socket layer initialized
[ 8.426983] Bluetooth: SCO socket layer initialized
[ 8.445120] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 8.445873] usbcore: registered new interface driver btusb
[ 8.596127] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 8.596132] cfg80211: World regulatory domain updated:
[ 8.596135] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.596139] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596144] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596147] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596151] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596155] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.713241] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 8.713332] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 8.713375] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 9.214524] type=1400 audit(1317800091.827:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=762 comm="apparmor_parser"
[ 9.214539] type=1400 audit(1317800091.827:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=760 comm="apparmor_parser"
[ 9.214899] type=1400 audit(1317800091.827:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=762 comm="apparmor_parser"
[ 9.214917] type=1400 audit(1317800091.827:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=760 comm="apparmor_parser"
[ 9.215139] type=1400 audit(1317800091.827:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=762 comm="apparmor_parser"
[ 9.215162] type=1400 audit(1317800091.827:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=760 comm="apparmor_parser"
[ 9.215989] type=1400 audit(1317800091.827:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=761 comm="apparmor_parser"
[ 9.216386] type=1400 audit(1317800091.831:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=761 comm="apparmor_parser"
[ 9.216637] type=1400 audit(1317800091.831:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=761 comm="apparmor_parser"
[ 9.565602] input: zc3xx as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/input/input9
[ 9.565840] usbcore: registered new interface driver zc3xx
[ 9.567768] usbcore: registered new interface driver snd-usb-audio
[ 10.957262] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 11.498897] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.610016] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 13.338782] type=1400 audit(1317800095.951:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=1170 comm="apparmor_parser"
[ 14.107842] ppdev: user-space parallel port driver
[ 16.201248] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.241864] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.244584] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[ 16.257389] iwl3945 0000:04:00.0: loaded firmware version 15.32.2.9
[ 16.319712] microcode: CPU0 updated to revision 0xa4, date = 2010-10-02
[ 16.320392] microcode: CPU1 updated to revision 0xa4, date = 2010-10-02
[ 16.327663] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 16.411245] tg3 0000:06:00.0: irq 48 for MSI/MSI-X
[ 16.441602] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.163336] init: failsafe main process (1112) killed by TERM signal
[ 17.369512] init: gdm main process (1340) killed by TERM signal
[ 18.121686] tg3 0000:06:00.0: eth1: Link is up at 100 Mbps, full duplex
[ 18.121691] tg3 0000:06:00.0: eth1: Flow control is on for TX and on for RX
[ 18.122295] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.210518] RPC: Registered named UNIX socket transport module.
[ 21.210523] RPC: Registered udp transport module.
[ 21.210525] RPC: Registered tcp transport module.
[ 21.210528] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 21.445931] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 21.627527] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 21.636586] NFSD: starting 90-second grace period
[ 24.852307] vboxdrv: Found 2 processor cores.
[ 24.852593] vboxdrv: fAsync=0 offMin=0x1c2 offMax=0xae6
[ 24.852666] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 24.852669] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
[ 25.101599] vboxpci: IOMMU not found (not registered)
[ 27.046401] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.046405] Bluetooth: BNEP filters: protocol multicast
[ 27.081903] Bluetooth: RFCOMM TTY layer initialized
[ 27.081919] Bluetooth: RFCOMM socket layer initialized
[ 27.081921] Bluetooth: RFCOMM ver 1.11
[ 28.752057] eth1: no IPv6 routers present
[ 33.139443] init: plymouth-stop pre-start process (2005) terminated with status 1
[ 33.628053] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[ 34.056830] EXT4-fs (sda1): re-mounted. Opts: commit=0
[ 34.217110] EXT4-fs (sda5): re-mounted. Opts: commit=0
[ 45.192742] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 45.196319] wlan1: authenticated
[ 45.199717] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 45.202749] wlan1: RX AssocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 45.202758] wlan1: associated
[ 45.206342] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 45.206456] cfg80211: Calling CRDA for country: GB
[ 45.213483] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213493] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213498] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213505] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213509] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213516] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213520] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213526] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213531] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213537] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213542] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213547] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213552] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213558] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213563] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213569] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213573] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213579] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213584] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213590] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213594] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213600] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213605] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213611] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213615] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213621] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213626] cfg80211: Disabling freq 5170 MHz
[ 45.213630] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213636] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213640] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213646] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213651] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213657] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213662] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213667] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213672] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213678] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213683] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213688] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213693] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213699] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213704] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213710] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213714] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213720] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213725] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213731] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213736] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213742] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213746] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213752] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213757] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213763] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213768] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213774] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213779] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213785] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213789] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213795] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213800] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213806] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213810] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213816] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213821] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213827] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213831] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213837] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213842] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213848] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213852] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213858] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213864] cfg80211: Regulatory domain changed to country: GB
[ 45.213868] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 45.213873] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213879] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213884] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213889] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 52.640123] eth1: no IPv6 routers present
[ 55.208282] wlan1: disassociating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.214021] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 55.214032] cfg80211: Restoring regulatory settings
[ 55.214052] cfg80211: Calling CRDA to update world regulatory domain
[ 55.214778] wlan1: deauthenticating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.221291] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 55.221299] cfg80211: World regulatory domain updated:
[ 55.221303] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 55.221309] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221315] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221321] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221327] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221333] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.392119] wlan1: no IPv6 routers present
[ 58.763822] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 58.765582] wlan1: authenticated
[ 58.766582] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 58.769972] wlan1: RX ReassocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 58.769980] wlan1: associated
[ 58.773587] cfg80211: Calling CRDA for country: GB
[ 58.778304] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778310] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778314] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778318] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778321] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778325] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778328] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778332] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778335] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778340] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778343] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778347] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778350] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778354] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778357] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778361] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778364] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778368] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778371] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778375] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778378] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778382] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778385] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778389] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778392] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778396] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778399] cfg80211: Disabling freq 5170 MHz
[ 58.778402] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778406] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778409] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778413] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778416] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778420] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778423] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778427] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778430] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778434] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778437] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778441] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778444] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778448] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778452] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778456] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778459] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778463] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778466] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778470] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778473] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778477] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778480] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778484] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778487] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778491] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778494] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778498] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778501] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778505] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778508] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778512] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778515] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778519] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778522] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778526] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778529] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778533] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778536] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778540] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778543] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778547] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778550] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778554] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778558] cfg80211: Regulatory domain changed to country: GB
[ 58.778560] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 58.778564] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778568] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778571] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778575] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 70.176124] wlan1: no IPv6 routers present
[ 75.152080] eth1: no IPv6 routers present
[ 98.736094] eth1: no IPv6 routers present
[ 648.357292] ecryptfs_mount: kern_path() failed
[ 648.388155] Reading sb failed; rc = [-2]
[ 670.016019] eth1: no IPv6 routers present
[ 688.176048] eth1: no IPv6 routers present
[ 711.096140] eth1: no IPv6 routers present
fwts-test/arg-results-0001/results-0005.log 0000664 0000000 0000000 00000014242 12314704571 0020441 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
klog CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
klog request failed (AE_NOT_FOUND), returned control mask: 0x1d
klog
klog ADVICE: The _OSC method evaluation failed, which will
klog result in disabling PCIe functionality, for example, the
klog Linux kernel has to disable Active State Power Management
klog (ASPM) which means that PCIe power management is not
klog optimally configured.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.534105] ACPI: Deprecated procfs I
klog /F for AC is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI AC Adapter,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.576306] ACPI: Deprecated procfs I
klog /F for battery is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI battery,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog Found 4 unique errors in kernel log.
klog
klog ==========================================================
klog 0 passed, 4 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
klog CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
klog request failed (AE_NOT_FOUND), returned control mask: 0x1d
klog
klog ADVICE: The _OSC method evaluation failed, which will
klog result in disabling PCIe functionality, for example, the
klog Linux kernel has to disable Active State Power Management
klog (ASPM) which means that PCIe power management is not
klog optimally configured.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.534105] ACPI: Deprecated procfs I
klog /F for AC is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI AC Adapter,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.576306] ACPI: Deprecated procfs I
klog /F for battery is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI battery,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog Found 4 unique errors in kernel log.
klog
klog ==========================================================
klog 0 passed, 4 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-results-0001/results.log 0000664 0000000 0000000 00000006121 12314704571 0020054 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog ----------------------------------------------------------
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
klog CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
klog request failed (AE_NOT_FOUND), returned control mask: 0x1d
klog
klog ADVICE: The _OSC method evaluation failed, which will
klog result in disabling PCIe functionality, for example, the
klog Linux kernel has to disable Active State Power Management
klog (ASPM) which means that PCIe power management is not
klog optimally configured.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.534105] ACPI: Deprecated procfs I
klog /F for AC is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI AC Adapter,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.576306] ACPI: Deprecated procfs I
klog /F for battery is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI battery,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog Found 4 unique errors in kernel log.
klog
klog ==========================================================
klog 0 passed, 4 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
klog ==========================================================
fwts-test/arg-results-0001/test-0001.sh 0000775 0000000 0000000 00000001014 12314704571 0017540 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --results-output option"
NAME=test-0001.sh
TMPLOG=$TMP/results_$$.log
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog --results-output=$TMPLOG >& /dev/null
grep "^[0-9]*[ ]*klog" $TMPLOG | cut -c7- > $TMPLOG.filtered
diff $TMPLOG.filtered $FWTSTESTDIR/arg-results-0001/results.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG $TMPLOG.filtered
exit $ret
fwts-test/arg-results-0001/test-0002.sh 0000775 0000000 0000000 00000000760 12314704571 0017550 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -r option"
NAME=test-0002.sh
TMPLOG=$TMP/results_$$.log
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog -r $TMPLOG >& /dev/null
grep "^[0-9]*[ ]*klog" $TMPLOG | cut -c7- > $TMPLOG.filtered
diff $TMPLOG.filtered $FWTSTESTDIR/arg-results-0001/results.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG $TMPLOG.filtered
exit $ret
fwts-test/arg-results-0001/test-0003.sh 0000775 0000000 0000000 00000000754 12314704571 0017554 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --results-output stdout option"
NAME=test-0003.sh
TMPLOG=$TMP/results_$$.log
($FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog --results-output=stdout | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG ) >& /dev/null
diff $TMPLOG $FWTSTESTDIR/arg-results-0001/results.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-results-0001/test-0004.sh 0000775 0000000 0000000 00000000720 12314704571 0017546 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -r stdout option"
NAME=test-0004.sh
TMPLOG=$TMP/results_$$.log
($FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog -r stdout | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG ) >& /dev/null
diff $TMPLOG $FWTSTESTDIR/arg-results-0001/results.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-results-0001/test-0005.sh 0000775 0000000 0000000 00000001264 12314704571 0017553 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --results-output option (append)"
NAME=test-0005.sh
TMPLOG=$TMP/results_$$.log
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog --results-output=$TMPLOG >& /dev/null
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog --results-output=$TMPLOG >& /dev/null
grep "^[0-9]*[ ]*klog" $TMPLOG | cut -c7- > $TMPLOG.filtered
diff $TMPLOG.filtered $FWTSTESTDIR/arg-results-0001/results-0005.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG $TMPLOG.filtered
exit $ret
fwts-test/arg-results-0001/test-0006.sh 0000775 0000000 0000000 00000001212 12314704571 0017545 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -r option (append)"
NAME=test-0006.sh
TMPLOG=$TMP/results_$$.log
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog -r $TMPLOG >& /dev/null
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-results-0001/klog.txt klog -r $TMPLOG >& /dev/null
grep "^[0-9]*[ ]*klog" $TMPLOG | cut -c7- > $TMPLOG.filtered
diff $TMPLOG.filtered $FWTSTESTDIR/arg-results-0001/results-0005.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG $TMPLOG.filtered
exit $ret
fwts-test/arg-results-no-separators-0001/ 0000775 0000000 0000000 00000000000 12314704571 0020443 5 ustar 00root root 0000000 0000000 fwts-test/arg-results-no-separators-0001/klog-0001.log 0000664 0000000 0000000 00000005560 12314704571 0022466 0 ustar 00root root 0000000 0000000 klog klog: Scan kernel log for errors and warnings.
klog Test 1 of 1: Kernel log error check.
klog FAILED [HIGH] KlogAcpiMultipleApicMadtFound: Test 1, HIGH
klog Kernel message: [ 0.000000] ACPI: BIOS bug: multiple APIC
klog /MADT found, using 0
klog
klog ADVICE: The kernel has detected more than one ACPI
klog Multiple APIC Description Table (MADT) (these tables have
klog the "APIC" signature). There should only be one MADT and
klog the kernel will by default select the first one. However,
klog one can override this and select the Nth MADT using
klog acpi_apic_instance=N.
klog
klog Kernel message: [ 0.228089] [Firmware Bug]: ACPI: BIOS
klog _OSI(Linux) query ignored
klog
klog ADVICE: This is not exactly a failure mode but a warning
klog from the kernel. The _OSI() method has implemented a match
klog to the 'Linux' query in the DSDT and this is redundant
klog because the ACPI driver matches onto the Windows _OSI
klog strings by default.
klog
klog FAILED [CRITICAL] KlogPciAcpiOscRequestFailed: Test 1,
klog CRITICAL Kernel message: [ 0.396181] pci0000:00: ACPI _OSC
klog request failed (AE_NOT_FOUND), returned control mask: 0x1d
klog
klog ADVICE: The _OSC method evaluation failed, which will
klog result in disabling PCIe functionality, for example, the
klog Linux kernel has to disable Active State Power Management
klog (ASPM) which means that PCIe power management is not
klog optimally configured.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.534105] ACPI: Deprecated procfs I
klog /F for AC is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI AC Adapter,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog FAILED [LOW] KlogAcpiDeprecatedProcfsInterface: Test 1,
klog LOW Kernel message: [ 0.576306] ACPI: Deprecated procfs I
klog /F for battery is loaded, please retry with
klog CONFIG_ACPI_PROCFS_POWER cleared
klog
klog ADVICE: Using an old procfs interface for ACPI battery,
klog this occurs if CONFIG_ACPI_PROCFS_POWER is enabled. This
klog should be disabled for kernels > 2.6.37.
klog
klog Found 4 unique errors in kernel log.
klog
klog 0 passed, 4 failed, 0 warning, 0 aborted, 0 skipped, 0
klog info only.
fwts-test/arg-results-no-separators-0001/klog.txt 0000664 0000000 0000000 00000222571 12314704571 0022151 0 ustar 00root root 0000000 0000000 [ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #19-Ubuntu SMP Fri Sep 23 21:23:39 UTC 2011 (Ubuntu 3.0.0-12.19-generic 3.0.4)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6d0000 - 00000000bf6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf6e3000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO 0769BMG/IEL10, BIOS 68ET27WW 11/14/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BF700000 mask FFFF00000 uncachable
[ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 3063M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [ffff8800000f72c0] f72c0
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000
[ 0.000000] 0000000000 - 00bf600000 page 2M
[ 0.000000] 00bf600000 - 00bf6d0000 page 4k
[ 0.000000] kernel direct mapping tables up to bf6d0000 @ bf6cb000-bf6d0000
[ 0.000000] RAMDISK: 359ec000 - 36cee000
[ 0.000000] Reserving 128MB of memory at 720MB for crashkernel (System RAM: 3062MB)
[ 0.000000] ACPI: RSDP 00000000000f7240 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bf6d87f0 00094 (v01 LENOVO TP-68 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bf6dfbd2 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bf6d9b6a 05FF4 (v02 TOSCPL CRESTLNE 06040000 INTL 20060608)
[ 0.000000] ACPI: FACS 00000000bf6e2fc0 00040
[ 0.000000] ACPI: APIC 00000000bf6dfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: HPET 00000000bf6dfd2e 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bf6dfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 00000000bf6dfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR 00000000bf6dfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: SLIC 00000000bf6dfdfa 00176 (v01 LENOVO TP-68 06040000 TBD 00000001)
[ 0.000000] ACPI: APIC 00000000bf6dff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bf6dffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bf6d98bd 002AD (v01 SataRe SataAhci 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d981a 000A3 (v01 BrtRef DD01BRT 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8e10 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8d6a 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8884 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bf6d0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bf6d0000
[ 0.000000] NODE_DATA [00000000bf6c6000 - 00000000bf6cafff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bbe00000-ffff8800be7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf6d0
[ 0.000000] On node 0 totalpages: 783967
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10664 pages used for memmap
[ 0.000000] DMA32 zone: 769320 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff8800bf400000 s79616 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s79616 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 773242
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 2928536k/3136320k available (6104k kernel code, 452k absent, 207332k reserved, 4880k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 25165824 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1496.217 MHz processor.
[ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2992.43 BogoMIPS (lpj=5984868)
[ 0.004013] pid_max: default: 32768 minimum: 301
[ 0.004056] Security Framework initialized
[ 0.004080] AppArmor: AppArmor initialized
[ 0.004083] Yama: becoming mindful.
[ 0.004759] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010636] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012341] Mount-cache hash table entries: 256
[ 0.012557] Initializing cgroup subsys cpuacct
[ 0.012565] Initializing cgroup subsys memory
[ 0.012580] Initializing cgroup subsys devices
[ 0.012583] Initializing cgroup subsys freezer
[ 0.012586] Initializing cgroup subsys net_cls
[ 0.012589] Initializing cgroup subsys blkio
[ 0.012598] Initializing cgroup subsys perf_event
[ 0.012643] CPU: Physical Processor ID: 0
[ 0.012645] CPU: Processor Core ID: 0
[ 0.012649] mce: CPU supports 6 MCE banks
[ 0.012661] CPU0: Thermal monitoring handled by SMI
[ 0.012667] using mwait in idle threads.
[ 0.016288] ACPI: Core revision 20110413
[ 0.024040] ftrace: allocating 25651 entries in 101 pages
[ 0.028444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071627] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
[ 0.072003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.072003] PEBS disabled due to CPU errata.
[ 0.072003] ... version: 2
[ 0.072003] ... bit width: 40
[ 0.072003] ... generic registers: 2
[ 0.072003] ... value mask: 000000ffffffffff
[ 0.072003] ... max period: 000000007fffffff
[ 0.072003] ... fixed-purpose events: 3
[ 0.072003] ... event mask: 0000000700000003
[ 0.072003] Booting Node 0, Processors #1 Ok.
[ 0.072003] smpboot cpu 1: start_ip = 9a000
[ 0.008000] CPU1: Thermal monitoring handled by SMI
[ 0.160029] Brought up 2 CPUs
[ 0.160033] Total of 2 processors activated (5984.88 BogoMIPS).
[ 0.161224] devtmpfs: initialized
[ 0.161224] PM: Registering ACPI NVS region at bf6d0000 (77824 bytes)
[ 0.162075] print_constraints: dummy:
[ 0.162115] Time: 7:34:42 Date: 10/05/11
[ 0.162171] NET: Registered protocol family 16
[ 0.162209] Trying to unpack rootfs image as initramfs...
[ 0.164047] ACPI: bus type pci registered
[ 0.164133] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.164138] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.220043] PCI: Using configuration type 1 for base access
[ 0.221379] bio: create slab at 0
[ 0.223506] ACPI: EC: Look up EC in DSDT
[ 0.228089] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.229039] ACPI: SSDT 00000000bf6d959e 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229543] ACPI: Dynamic OEM Table Load:
[ 0.229548] ACPI: SSDT (null) 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229696] ACPI: SSDT 00000000bf6d906f 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230165] ACPI: Dynamic OEM Table Load:
[ 0.230169] ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230454] ACPI: SSDT 00000000bf6d9752 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232427] ACPI: Dynamic OEM Table Load:
[ 0.232432] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232541] ACPI: SSDT 00000000bf6d9519 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.233011] ACPI: Dynamic OEM Table Load:
[ 0.233015] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.238295] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.344070] ACPI: Interpreter enabled
[ 0.344078] ACPI: (supports S0 S3 S4 S5)
[ 0.344118] ACPI: Using IOAPIC for interrupt routing
[ 0.389051] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.389294] ACPI: No dock devices found.
[ 0.389298] HEST: Table not found.
[ 0.389303] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.389762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.390623] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.390628] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.390632] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.390636] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.390640] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.390645] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
[ 0.390648] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
[ 0.390665] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.390726] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
[ 0.390746] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfc0fffff 64bit]
[ 0.390758] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.390767] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.390812] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
[ 0.390829] pci 0000:00:02.1: reg 10: [mem 0xfc100000-0xfc1fffff 64bit]
[ 0.390937] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.391013] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
[ 0.391065] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.391126] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
[ 0.391187] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.391216] pci 0000:00:1a.7: reg 10: [mem 0xfc504800-0xfc504bff]
[ 0.391321] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.391328] pci 0000:00:1a.7: PME# disabled
[ 0.391362] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.391386] pci 0000:00:1b.0: reg 10: [mem 0xfc300000-0xfc303fff 64bit]
[ 0.391473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.391479] pci 0000:00:1b.0: PME# disabled
[ 0.391514] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.391605] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.391611] pci 0000:00:1c.0: PME# disabled
[ 0.391647] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.391735] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.391741] pci 0000:00:1c.1: PME# disabled
[ 0.391775] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[ 0.391868] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.391874] pci 0000:00:1c.2: PME# disabled
[ 0.391911] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[ 0.391999] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.392005] pci 0000:00:1c.3: PME# disabled
[ 0.392053] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.392114] pci 0000:00:1d.0: reg 20: [io 0x1860-0x187f]
[ 0.392162] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.392238] pci 0000:00:1d.1: reg 20: [io 0x1880-0x189f]
[ 0.392293] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.392371] pci 0000:00:1d.2: reg 20: [io 0x18a0-0x18bf]
[ 0.392438] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.392466] pci 0000:00:1d.7: reg 10: [mem 0xfc504c00-0xfc504fff]
[ 0.392567] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.392573] pci 0000:00:1d.7: PME# disabled
[ 0.392603] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.392698] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.392816] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.392824] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.392829] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.392835] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.392884] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.392903] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.392918] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.392931] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.392944] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.392958] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
[ 0.393014] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.393042] pci 0000:00:1f.2: reg 10: [io 0x1c00-0x1c07]
[ 0.393056] pci 0000:00:1f.2: reg 14: [io 0x18d4-0x18d7]
[ 0.393069] pci 0000:00:1f.2: reg 18: [io 0x18d8-0x18df]
[ 0.393082] pci 0000:00:1f.2: reg 1c: [io 0x18d0-0x18d3]
[ 0.393095] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 0.393108] pci 0000:00:1f.2: reg 24: [mem 0xfc504000-0xfc5047ff]
[ 0.393157] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.393163] pci 0000:00:1f.2: PME# disabled
[ 0.393188] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.393206] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.393250] pci 0000:00:1f.3: reg 20: [io 0x1c20-0x1c3f]
[ 0.393354] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.393360] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.393367] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.393376] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.393501] pci 0000:04:00.0: [8086:4227] type 0 class 0x000280
[ 0.393557] pci 0000:04:00.0: reg 10: [mem 0xf8000000-0xf8000fff]
[ 0.393895] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.393908] pci 0000:04:00.0: PME# disabled
[ 0.393979] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.394021] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.394027] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.394033] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.394043] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.394110] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.394116] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.394122] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.394132] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.394268] pci 0000:06:00.0: [14e4:1713] type 0 class 0x000200
[ 0.394336] pci 0000:06:00.0: reg 10: [mem 0xc8000000-0xc800ffff 64bit]
[ 0.394639] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.394651] pci 0000:06:00.0: PME# disabled
[ 0.394783] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.394789] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.394796] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.394806] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.394868] pci 0000:08:06.0: [1180:0832] type 0 class 0x000c00
[ 0.394886] pci 0000:08:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.394890] pci 0000:08:06.0: MMC cards are now supported by standard SDHCI controller
[ 0.394909] pci 0000:08:06.0: reg 10: [mem 0xfc200000-0xfc2007ff]
[ 0.395006] pci 0000:08:06.0: supports D1 D2
[ 0.395009] pci 0000:08:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395016] pci 0000:08:06.0: PME# disabled
[ 0.395045] pci 0000:08:06.1: [1180:0822] type 0 class 0x000805
[ 0.395069] pci 0000:08:06.1: reg 10: [mem 0xfc200800-0xfc2008ff]
[ 0.395165] pci 0000:08:06.1: supports D1 D2
[ 0.395168] pci 0000:08:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395174] pci 0000:08:06.1: PME# disabled
[ 0.395199] pci 0000:08:06.2: [1180:0592] type 0 class 0x000880
[ 0.395224] pci 0000:08:06.2: reg 10: [mem 0xfc201000-0xfc2010ff]
[ 0.395317] pci 0000:08:06.2: supports D1 D2
[ 0.395320] pci 0000:08:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395326] pci 0000:08:06.2: PME# disabled
[ 0.395350] pci 0000:08:06.3: [1180:0852] type 0 class 0x000880
[ 0.395376] pci 0000:08:06.3: reg 10: [mem 0xfc201400-0xfc2014ff]
[ 0.395474] pci 0000:08:06.3: supports D1 D2
[ 0.395477] pci 0000:08:06.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395484] pci 0000:08:06.3: PME# disabled
[ 0.395549] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.395556] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.395562] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.395572] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.395576] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.395580] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.395619] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.395828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.395887] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.395944] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.395999] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.396116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.396176] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.396181] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.396184] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.404002] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.404086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404153] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.404217] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404282] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.404353] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404419] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.404484] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.404647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.404670] vgaarb: loaded
[ 0.404672] vgaarb: bridge control possible 0000:00:02.0
[ 0.404971] SCSI subsystem initialized
[ 0.405069] libata version 3.00 loaded.
[ 0.405143] usbcore: registered new interface driver usbfs
[ 0.405158] usbcore: registered new interface driver hub
[ 0.405200] usbcore: registered new device driver usb
[ 0.405322] PCI: Using ACPI for IRQ routing
[ 0.416330] PCI: pci_cache_line_size set to 64 bytes
[ 0.416509] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.416513] reserve RAM buffer: 00000000bf6d0000 - 00000000bfffffff
[ 0.416683] NetLabel: Initializing
[ 0.416686] NetLabel: domain hash size = 128
[ 0.416688] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.416706] NetLabel: unlabeled traffic allowed by default
[ 0.416770] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.416777] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.416784] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.420524] Switching to clocksource hpet
[ 0.423392] Switched to NOHz mode on CPU #0
[ 0.423487] Switched to NOHz mode on CPU #1
[ 0.430603] AppArmor: AppArmor Filesystem Enabled
[ 0.430649] pnp: PnP ACPI init
[ 0.430672] ACPI: bus type pnp registered
[ 0.431166] pnp 00:00: [bus 00-ff]
[ 0.431171] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.431174] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.431177] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.431181] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.431184] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.431187] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.431190] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.431197] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.431201] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.431204] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.431207] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.431210] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.431213] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.431216] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.431219] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.431222] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.431225] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.431229] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 0.431232] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.431235] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.431344] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.431447] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.431450] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.431453] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.431456] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.431458] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.431461] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.431464] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.431467] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.431559] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.431564] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.431568] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.431572] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.431576] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.431580] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.431584] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.431588] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.431593] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.431859] pnp 00:02: [io 0x0000-0x001f]
[ 0.431862] pnp 00:02: [io 0x0081-0x0091]
[ 0.431864] pnp 00:02: [io 0x0093-0x009f]
[ 0.431867] pnp 00:02: [io 0x00c0-0x00df]
[ 0.431870] pnp 00:02: [dma 4]
[ 0.431931] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.431946] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.432030] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.432131] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.432218] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.432223] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.432239] pnp 00:05: [io 0x00f0]
[ 0.432256] pnp 00:05: [irq 13]
[ 0.432321] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.432337] pnp 00:06: [io 0x002e-0x002f]
[ 0.432340] pnp 00:06: [io 0x004e-0x004f]
[ 0.432343] pnp 00:06: [io 0x0061]
[ 0.432345] pnp 00:06: [io 0x0063]
[ 0.432348] pnp 00:06: [io 0x0065]
[ 0.432351] pnp 00:06: [io 0x0067]
[ 0.432353] pnp 00:06: [io 0x0080]
[ 0.432355] pnp 00:06: [io 0x0092]
[ 0.432358] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.432361] pnp 00:06: [io 0x0680-0x069f]
[ 0.432363] pnp 00:06: [io 0x0800-0x080f]
[ 0.432366] pnp 00:06: [io 0x1000-0x107f]
[ 0.432373] pnp 00:06: [io 0x1180-0x11bf]
[ 0.432375] pnp 00:06: [io 0xfe00]
[ 0.432378] pnp 00:06: [io 0xff00-0xff7f]
[ 0.432479] system 00:06: [io 0x0680-0x069f] has been reserved
[ 0.432484] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.432487] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.432491] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.432495] system 00:06: [io 0xfe00] has been reserved
[ 0.432499] system 00:06: [io 0xff00-0xff7f] has been reserved
[ 0.432504] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.432517] pnp 00:07: [io 0x0070-0x0077]
[ 0.432525] pnp 00:07: [irq 8]
[ 0.432587] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.452092] pnp 00:08: [io 0x0060]
[ 0.452096] pnp 00:08: [io 0x0064]
[ 0.452112] pnp 00:08: [irq 1]
[ 0.452226] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.452246] pnp 00:09: [irq 12]
[ 0.452305] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.452340] pnp: PnP ACPI: found 10 devices
[ 0.452343] ACPI: ACPI bus type pnp unregistered
[ 0.459104] PCI: max bus depth: 1 pci_try_num: 2
[ 0.459195] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
[ 0.459204] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0000000-0xc00000ff] (PCI address [0xc0000000-0xc00000ff])
[ 0.459209] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.459214] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.459222] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.459229] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459239] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.459244] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.459252] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.459259] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459268] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.459272] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.459280] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.459287] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459296] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.459301] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.459308] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.459314] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459324] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.459327] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.459334] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.459340] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.459373] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.459380] pci 0000:00:1c.0: setting latency timer to 64
[ 0.459399] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.459405] pci 0000:00:1c.1: setting latency timer to 64
[ 0.459419] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.459425] pci 0000:00:1c.2: setting latency timer to 64
[ 0.459438] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.459444] pci 0000:00:1c.3: setting latency timer to 64
[ 0.459455] pci 0000:00:1e.0: setting latency timer to 64
[ 0.459460] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.459464] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
[ 0.459467] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.459470] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
[ 0.459474] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459478] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.459481] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff]
[ 0.459484] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459488] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.459491] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
[ 0.459495] pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459498] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.459501] pci_bus 0000:06: resource 1 [mem 0xc8000000-0xc9ffffff]
[ 0.459505] pci_bus 0000:06: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459508] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.459512] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
[ 0.459515] pci_bus 0000:08: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.459580] NET: Registered protocol family 2
[ 0.459816] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.461759] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.468207] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.469024] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.469028] TCP reno registered
[ 0.469052] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469120] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469325] NET: Registered protocol family 1
[ 0.469358] pci 0000:00:02.0: Boot video device
[ 0.469577] PCI: CLS 64 bytes, default 64
[ 0.469604] Simple Boot Flag at 0x36 set to 0x1
[ 0.470069] audit: initializing netlink socket (disabled)
[ 0.470088] type=2000 audit(1317800082.464:1): initialized
[ 0.509918] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.531362] VFS: Disk quotas dquot_6.5.2
[ 0.531454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.532343] fuse init (API version 7.16)
[ 0.532465] msgmni has been set to 5719
[ 0.532931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.532975] io scheduler noop registered
[ 0.532978] io scheduler deadline registered
[ 0.533033] io scheduler cfq registered (default)
[ 0.533206] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.533281] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.533378] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.533444] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.533540] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.533607] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.533705] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.533770] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.533898] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.533994] intel_idle: MWAIT substates: 0x22220
[ 0.533997] intel_idle: does not run on family 6 model 15
[ 0.534105] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.534186] ACPI: AC Adapter [ACAD] (on-line)
[ 0.534267] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.534291] ACPI: Lid Switch [LID0]
[ 0.534348] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.534353] ACPI: Power Button [PWRB]
[ 0.534429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.534434] ACPI: Power Button [PWRF]
[ 0.534479] ACPI: acpi_idle registered with cpuidle
[ 0.536970] Monitor-Mwait will be used to enter C-1 state
[ 0.537024] Monitor-Mwait will be used to enter C-2 state
[ 0.537059] Monitor-Mwait will be used to enter C-3 state
[ 0.537066] Marking TSC unstable due to TSC halts in idle
[ 0.576306] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.576339] ERST: Table is not found!
[ 0.576477] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.596514] ACPI: Battery Slot [BAT1] (battery present)
[ 0.756873] Freeing initrd memory: 19464k freed
[ 0.789948] Linux agpgart interface v0.103
[ 0.790084] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.790242] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.791097] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.791250] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.792794] brd: module loaded
[ 0.793486] loop: module loaded
[ 0.793683] ata_piix 0000:00:1f.1: version 2.13
[ 0.793701] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.793746] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.794143] scsi0 : ata_piix
[ 0.794282] scsi1 : ata_piix
[ 0.794784] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 0.794789] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 0.795227] Fixed MDIO Bus: probed
[ 0.795261] PPP generic driver version 2.4.2
[ 0.795315] tun: Universal TUN/TAP device driver, 1.6
[ 0.795318] tun: (C) 1999-2004 Max Krasnyansky
[ 0.795429] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.795451] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.795472] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.795477] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.795524] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.795567] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.799463] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.799485] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc504800
[ 0.812020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.812182] hub 1-0:1.0: USB hub found
[ 0.812189] hub 1-0:1.0: 4 ports detected
[ 0.812291] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.812305] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.812310] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.812363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.812398] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.816279] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.816301] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc504c00
[ 0.832023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.832151] hub 2-0:1.0: USB hub found
[ 0.832157] hub 2-0:1.0: 6 ports detected
[ 0.832258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.832276] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.832305] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.832314] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.832319] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.832366] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.832412] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[ 0.832569] hub 3-0:1.0: USB hub found
[ 0.832575] hub 3-0:1.0: 2 ports detected
[ 0.832668] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.832679] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.832684] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.832731] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.832775] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[ 0.832936] hub 4-0:1.0: USB hub found
[ 0.832941] hub 4-0:1.0: 2 ports detected
[ 0.833028] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.833037] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.833042] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.833099] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.833134] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[ 0.833291] hub 5-0:1.0: USB hub found
[ 0.833296] hub 5-0:1.0: 2 ports detected
[ 0.833384] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.833392] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.833397] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.833448] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.833493] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[ 0.833649] hub 6-0:1.0: USB hub found
[ 0.833655] hub 6-0:1.0: 2 ports detected
[ 0.833737] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.833746] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.833750] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.833797] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.833832] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[ 0.833984] hub 7-0:1.0: USB hub found
[ 0.833990] hub 7-0:1.0: 2 ports detected
[ 0.834133] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.858635] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.858644] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.858792] mousedev: PS/2 mouse device common for all mice
[ 0.860515] rtc_cmos 00:07: RTC can wake from S4
[ 0.860650] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.860686] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.860821] device-mapper: uevent: version 1.0.3
[ 0.860928] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 0.861015] cpuidle: using governor ladder
[ 0.861137] cpuidle: using governor menu
[ 0.861140] EFI Variables Facility v0.08 2004-May-17
[ 0.861497] TCP cubic registered
[ 0.861666] NET: Registered protocol family 10
[ 0.862339] NET: Registered protocol family 17
[ 0.862362] Registering the dns_resolver key type
[ 0.862505] PM: Hibernation image not present or could not be loaded.
[ 0.862521] registered taskstats version 1
[ 0.881709] Magic number: 15:169:571
[ 0.881852] rtc_cmos 00:07: setting system clock to 2011-10-05 07:34:43 UTC (1317800083)
[ 0.882695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.882699] EDD information not available.
[ 0.885384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.964510] ata1.00: ATAPI: MATSHITADVD-RAM UJ-850 z, RB32, max UDMA/33
[ 0.980374] ata1.00: configured for UDMA/33
[ 0.983110] scsi 0:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-850 z RB32 PQ: 0 ANSI: 5
[ 0.985684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 0.985690] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.985886] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.985957] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.988684] Freeing unused kernel memory: 984k freed
[ 0.989019] Write protecting the kernel read-only data: 10240k
[ 0.989354] Freeing unused kernel memory: 20k freed
[ 0.996526] Freeing unused kernel memory: 1400k freed
[ 1.023090] udevd[92]: starting version 173
[ 1.095474] [drm] Initialized drm 1.1.0 20060810
[ 1.111223] tg3.c:v3.119 (May 18, 2011)
[ 1.111255] tg3 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.111275] tg3 0000:06:00.0: setting latency timer to 64
[ 1.123354] wmi: Mapper loaded
[ 1.135292] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.135301] i915 0000:00:02.0: setting latency timer to 64
[ 1.229432] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 1.229442] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.229444] [drm] Driver supports precise vblank timestamp query.
[ 1.229504] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.231431] sdhci: Secure Digital Host Controller Interface driver
[ 1.231435] sdhci: Copyright(c) Pierre Ossman
[ 1.231761] sdhci-pci 0000:08:06.1: SDHCI controller found [1180:0822] (rev 19)
[ 1.231780] sdhci-pci 0000:08:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 1.232804] sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 1.251222] mmc0: no vmmc regulator found
[ 1.252265] Registered led device: mmc0::
[ 1.258216] mmc0: SDHCI controller on PCI [0000:08:06.1] using DMA
[ 1.278826] tg3 0000:06:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1b:38:0c:7f:47
[ 1.278833] tg3 0000:06:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 1.278838] tg3 0000:06:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.278842] tg3 0000:06:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.288114] firewire_ohci 0000:08:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.288352] fixme: max PWM is zero.
[ 1.321105] [drm] initialized overlay support
[ 1.363095] firewire_ohci: Added fw-ohci device 0000:08:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 1.429305] usb 1-4: new high speed USB device number 4 using ehci_hcd
[ 1.510188] fbcon: inteldrmfb (fb0) is primary device
[ 1.510267] Console: switching to colour frame buffer device 160x50
[ 1.510301] fb0: inteldrmfb frame buffer device
[ 1.510304] drm: registered panic notifier
[ 1.596139] acpi device:08: registered as cooling_device2
[ 1.596350] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 1.596428] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.596505] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.596723] ahci 0000:00:1f.2: version 3.0
[ 1.596748] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.596832] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 1.596928] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 1.596934] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 1.596941] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.600697] scsi2 : ahci
[ 1.601002] scsi3 : ahci
[ 1.601154] scsi4 : ahci
[ 1.601328] ata3: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504100 irq 45
[ 1.601335] ata4: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504180 irq 45
[ 1.601340] ata5: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504200 irq 45
[ 1.860262] firewire_core: created device fw0: GUID 00023f7bac4040de, S400
[ 1.920122] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.921792] ata3.00: unexpected _GTF length (8)
[ 1.922070] ata3.00: ATA-8: WDC WD2500BEKT-75PVMT0, 01.01A01, max UDMA/133
[ 1.922077] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.923756] ata3.00: unexpected _GTF length (8)
[ 1.924053] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.924081] ata3.00: configured for UDMA/133
[ 1.924106] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.924318] scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEKT-7 01.0 PQ: 0 ANSI: 5
[ 1.924525] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.924642] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.924823] sd 2:0:0:0: [sda] Write Protect is off
[ 1.924828] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.924898] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.020840] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.021461] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.032059] usb 3-1: new full speed USB device number 2 using uhci_hcd
[ 2.464056] usb 4-1: new full speed USB device number 2 using uhci_hcd
[ 2.872042] usb 6-1: new low speed USB device number 2 using uhci_hcd
[ 3.093235] input: MLK Trust Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input5
[ 3.093727] generic-usb 0003:04FC:05DA.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Trust Mouse] on usb-0000:00:1d.1-1/input0
[ 3.093905] usbcore: registered new interface driver usbhid
[ 3.093909] usbhid: USB HID core driver
[ 3.288960] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.308073] usb 6-2: new full speed USB device number 3 using uhci_hcd
[ 3.720052] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 3.918393] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input6
[ 3.918495] generic-usb 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.2-1/input0
[ 5.565904] Adding 15999996k swap on /dev/sda3. Priority:-1 extents:1 across:15999996k
[ 5.691364] udevd[373]: starting version 173
[ 6.303871] lp: driver loaded but no devices found
[ 7.040655] cfg80211: Calling CRDA to update world regulatory domain
[ 7.159284] r852 0000:08:06.3: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 7.159297] r852 0000:08:06.3: setting latency timer to 64
[ 7.159394] r852: Non dma capable device detected, dma disabled
[ 7.159411] r852: driver loaded successfully
[ 7.169632] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 7.169637] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 7.169734] iwl3945 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 7.169751] iwl3945 0000:04:00.0: setting latency timer to 64
[ 7.225063] iwl3945 0000:04:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 7.225067] iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 7.225225] iwl3945 0000:04:00.0: irq 46 for MSI/MSI-X
[ 7.225470] Registered led device: phy0-led
[ 7.225511] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 7.521071] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.728682] udevd[389]: renamed network interface eth0 to eth1
[ 7.785421] udevd[392]: renamed network interface wlan0 to wlan1
[ 7.839555] device-mapper: multipath: version 1.3.0 loaded
[ 7.920206] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x25c0b1, caps: 0xa04713/0x200000/0x0
[ 8.001393] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 8.103705] Linux video capture interface: v2.00
[ 8.142601] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
[ 8.145395] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input8
[ 8.145503] usbcore: registered new interface driver uvcvideo
[ 8.145506] USB Video Class driver (v1.1.0)
[ 8.268868] gspca: v2.13.0 registered
[ 8.426860] Bluetooth: Core ver 2.16
[ 8.426898] NET: Registered protocol family 31
[ 8.426901] Bluetooth: HCI device and connection manager initialized
[ 8.426905] Bluetooth: HCI socket layer initialized
[ 8.426908] Bluetooth: L2CAP socket layer initialized
[ 8.426983] Bluetooth: SCO socket layer initialized
[ 8.445120] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 8.445873] usbcore: registered new interface driver btusb
[ 8.596127] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 8.596132] cfg80211: World regulatory domain updated:
[ 8.596135] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.596139] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596144] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596147] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596151] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596155] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.713241] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 8.713332] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 8.713375] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 9.214524] type=1400 audit(1317800091.827:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=762 comm="apparmor_parser"
[ 9.214539] type=1400 audit(1317800091.827:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=760 comm="apparmor_parser"
[ 9.214899] type=1400 audit(1317800091.827:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=762 comm="apparmor_parser"
[ 9.214917] type=1400 audit(1317800091.827:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=760 comm="apparmor_parser"
[ 9.215139] type=1400 audit(1317800091.827:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=762 comm="apparmor_parser"
[ 9.215162] type=1400 audit(1317800091.827:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=760 comm="apparmor_parser"
[ 9.215989] type=1400 audit(1317800091.827:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=761 comm="apparmor_parser"
[ 9.216386] type=1400 audit(1317800091.831:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=761 comm="apparmor_parser"
[ 9.216637] type=1400 audit(1317800091.831:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=761 comm="apparmor_parser"
[ 9.565602] input: zc3xx as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/input/input9
[ 9.565840] usbcore: registered new interface driver zc3xx
[ 9.567768] usbcore: registered new interface driver snd-usb-audio
[ 10.957262] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 11.498897] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.610016] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 13.338782] type=1400 audit(1317800095.951:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=1170 comm="apparmor_parser"
[ 14.107842] ppdev: user-space parallel port driver
[ 16.201248] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.241864] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.244584] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[ 16.257389] iwl3945 0000:04:00.0: loaded firmware version 15.32.2.9
[ 16.319712] microcode: CPU0 updated to revision 0xa4, date = 2010-10-02
[ 16.320392] microcode: CPU1 updated to revision 0xa4, date = 2010-10-02
[ 16.327663] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 16.411245] tg3 0000:06:00.0: irq 48 for MSI/MSI-X
[ 16.441602] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.163336] init: failsafe main process (1112) killed by TERM signal
[ 17.369512] init: gdm main process (1340) killed by TERM signal
[ 18.121686] tg3 0000:06:00.0: eth1: Link is up at 100 Mbps, full duplex
[ 18.121691] tg3 0000:06:00.0: eth1: Flow control is on for TX and on for RX
[ 18.122295] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.210518] RPC: Registered named UNIX socket transport module.
[ 21.210523] RPC: Registered udp transport module.
[ 21.210525] RPC: Registered tcp transport module.
[ 21.210528] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 21.445931] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 21.627527] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 21.636586] NFSD: starting 90-second grace period
[ 24.852307] vboxdrv: Found 2 processor cores.
[ 24.852593] vboxdrv: fAsync=0 offMin=0x1c2 offMax=0xae6
[ 24.852666] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 24.852669] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
[ 25.101599] vboxpci: IOMMU not found (not registered)
[ 27.046401] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.046405] Bluetooth: BNEP filters: protocol multicast
[ 27.081903] Bluetooth: RFCOMM TTY layer initialized
[ 27.081919] Bluetooth: RFCOMM socket layer initialized
[ 27.081921] Bluetooth: RFCOMM ver 1.11
[ 28.752057] eth1: no IPv6 routers present
[ 33.139443] init: plymouth-stop pre-start process (2005) terminated with status 1
[ 33.628053] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[ 34.056830] EXT4-fs (sda1): re-mounted. Opts: commit=0
[ 34.217110] EXT4-fs (sda5): re-mounted. Opts: commit=0
[ 45.192742] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 45.196319] wlan1: authenticated
[ 45.199717] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 45.202749] wlan1: RX AssocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 45.202758] wlan1: associated
[ 45.206342] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 45.206456] cfg80211: Calling CRDA for country: GB
[ 45.213483] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213493] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213498] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213505] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213509] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213516] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213520] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213526] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213531] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213537] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213542] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213547] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213552] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213558] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213563] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213569] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213573] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213579] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213584] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213590] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213594] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213600] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213605] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213611] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213615] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213621] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213626] cfg80211: Disabling freq 5170 MHz
[ 45.213630] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213636] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213640] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213646] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213651] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213657] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213662] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213667] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213672] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213678] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213683] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213688] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213693] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213699] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213704] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213710] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213714] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213720] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213725] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213731] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213736] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213742] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213746] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213752] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213757] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213763] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213768] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213774] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213779] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213785] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213789] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213795] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213800] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213806] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213810] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213816] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213821] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213827] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213831] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213837] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213842] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213848] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213852] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213858] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213864] cfg80211: Regulatory domain changed to country: GB
[ 45.213868] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 45.213873] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213879] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213884] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213889] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 52.640123] eth1: no IPv6 routers present
[ 55.208282] wlan1: disassociating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.214021] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 55.214032] cfg80211: Restoring regulatory settings
[ 55.214052] cfg80211: Calling CRDA to update world regulatory domain
[ 55.214778] wlan1: deauthenticating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.221291] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 55.221299] cfg80211: World regulatory domain updated:
[ 55.221303] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 55.221309] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221315] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221321] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221327] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221333] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.392119] wlan1: no IPv6 routers present
[ 58.763822] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 58.765582] wlan1: authenticated
[ 58.766582] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 58.769972] wlan1: RX ReassocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 58.769980] wlan1: associated
[ 58.773587] cfg80211: Calling CRDA for country: GB
[ 58.778304] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778310] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778314] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778318] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778321] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778325] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778328] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778332] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778335] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778340] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778343] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778347] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778350] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778354] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778357] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778361] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778364] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778368] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778371] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778375] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778378] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778382] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778385] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778389] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778392] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778396] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778399] cfg80211: Disabling freq 5170 MHz
[ 58.778402] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778406] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778409] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778413] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778416] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778420] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778423] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778427] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778430] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778434] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778437] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778441] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778444] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778448] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778452] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778456] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778459] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778463] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778466] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778470] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778473] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778477] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778480] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778484] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778487] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778491] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778494] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778498] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778501] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778505] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778508] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778512] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778515] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778519] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778522] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778526] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778529] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778533] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778536] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778540] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778543] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778547] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778550] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778554] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778558] cfg80211: Regulatory domain changed to country: GB
[ 58.778560] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 58.778564] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778568] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778571] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778575] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 70.176124] wlan1: no IPv6 routers present
[ 75.152080] eth1: no IPv6 routers present
[ 98.736094] eth1: no IPv6 routers present
[ 648.357292] ecryptfs_mount: kern_path() failed
[ 648.388155] Reading sb failed; rc = [-2]
[ 670.016019] eth1: no IPv6 routers present
[ 688.176048] eth1: no IPv6 routers present
[ 711.096140] eth1: no IPv6 routers present
fwts-test/arg-results-no-separators-0001/test-0001.sh 0000775 0000000 0000000 00000000771 12314704571 0022344 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --results-no-separators option"
NAME=test-0001.sh
TMPLOG=$TMP/klog.log.$$
$FWTS --log-format="%line %owner " -w 80 -j $FWTSTESTDIR/../data --results-no-separators --klog=$FWTSTESTDIR/arg-results-no-separators-0001/klog.txt klog - | grep "^[0-9]*[ ]*klog" | cut -c7- > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-results-no-separators-0001/klog-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-show-progress-dialog-0001/ 0000775 0000000 0000000 00000000000 12314704571 0020226 5 ustar 00root root 0000000 0000000 fwts-test/arg-show-progress-dialog-0001/klog.txt 0000664 0000000 0000000 00000222571 12314704571 0021734 0 ustar 00root root 0000000 0000000 [ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #19-Ubuntu SMP Fri Sep 23 21:23:39 UTC 2011 (Ubuntu 3.0.0-12.19-generic 3.0.4)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable)
[ 0.000000] BIOS-e820: 00000000bf6d0000 - 00000000bf6e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf6e3000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: LENOVO 0769BMG/IEL10, BIOS 68ET27WW 11/14/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BF700000 mask FFFF00000 uncachable
[ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 3063M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] found SMP MP-table at [ffff8800000f72c0] f72c0
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000
[ 0.000000] 0000000000 - 00bf600000 page 2M
[ 0.000000] 00bf600000 - 00bf6d0000 page 4k
[ 0.000000] kernel direct mapping tables up to bf6d0000 @ bf6cb000-bf6d0000
[ 0.000000] RAMDISK: 359ec000 - 36cee000
[ 0.000000] Reserving 128MB of memory at 720MB for crashkernel (System RAM: 3062MB)
[ 0.000000] ACPI: RSDP 00000000000f7240 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bf6d87f0 00094 (v01 LENOVO TP-68 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000bf6dfbd2 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bf6d9b6a 05FF4 (v02 TOSCPL CRESTLNE 06040000 INTL 20060608)
[ 0.000000] ACPI: FACS 00000000bf6e2fc0 00040
[ 0.000000] ACPI: APIC 00000000bf6dfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: HPET 00000000bf6dfd2e 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bf6dfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TCPA 00000000bf6dfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR 00000000bf6dfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: SLIC 00000000bf6dfdfa 00176 (v01 LENOVO TP-68 06040000 TBD 00000001)
[ 0.000000] ACPI: APIC 00000000bf6dff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bf6dffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bf6d98bd 002AD (v01 SataRe SataAhci 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d981a 000A3 (v01 BrtRef DD01BRT 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8e10 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8d6a 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bf6d8884 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bf6d0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bf6d0000
[ 0.000000] NODE_DATA [00000000bf6c6000 - 00000000bf6cafff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bbe00000-ffff8800be7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf6d0
[ 0.000000] On node 0 totalpages: 783967
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10664 pages used for memmap
[ 0.000000] DMA32 zone: 769320 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff8800bf400000 s79616 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s79616 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 773242
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic root=UUID=08ed6ce0-0907-4d06-b1e1-b9c3ec647fe2 ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 2928536k/3136320k available (6104k kernel code, 452k absent, 207332k reserved, 4880k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:512 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 25165824 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1496.217 MHz processor.
[ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2992.43 BogoMIPS (lpj=5984868)
[ 0.004013] pid_max: default: 32768 minimum: 301
[ 0.004056] Security Framework initialized
[ 0.004080] AppArmor: AppArmor initialized
[ 0.004083] Yama: becoming mindful.
[ 0.004759] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010636] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012341] Mount-cache hash table entries: 256
[ 0.012557] Initializing cgroup subsys cpuacct
[ 0.012565] Initializing cgroup subsys memory
[ 0.012580] Initializing cgroup subsys devices
[ 0.012583] Initializing cgroup subsys freezer
[ 0.012586] Initializing cgroup subsys net_cls
[ 0.012589] Initializing cgroup subsys blkio
[ 0.012598] Initializing cgroup subsys perf_event
[ 0.012643] CPU: Physical Processor ID: 0
[ 0.012645] CPU: Processor Core ID: 0
[ 0.012649] mce: CPU supports 6 MCE banks
[ 0.012661] CPU0: Thermal monitoring handled by SMI
[ 0.012667] using mwait in idle threads.
[ 0.016288] ACPI: Core revision 20110413
[ 0.024040] ftrace: allocating 25651 entries in 101 pages
[ 0.028444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071627] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
[ 0.072003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.072003] PEBS disabled due to CPU errata.
[ 0.072003] ... version: 2
[ 0.072003] ... bit width: 40
[ 0.072003] ... generic registers: 2
[ 0.072003] ... value mask: 000000ffffffffff
[ 0.072003] ... max period: 000000007fffffff
[ 0.072003] ... fixed-purpose events: 3
[ 0.072003] ... event mask: 0000000700000003
[ 0.072003] Booting Node 0, Processors #1 Ok.
[ 0.072003] smpboot cpu 1: start_ip = 9a000
[ 0.008000] CPU1: Thermal monitoring handled by SMI
[ 0.160029] Brought up 2 CPUs
[ 0.160033] Total of 2 processors activated (5984.88 BogoMIPS).
[ 0.161224] devtmpfs: initialized
[ 0.161224] PM: Registering ACPI NVS region at bf6d0000 (77824 bytes)
[ 0.162075] print_constraints: dummy:
[ 0.162115] Time: 7:34:42 Date: 10/05/11
[ 0.162171] NET: Registered protocol family 16
[ 0.162209] Trying to unpack rootfs image as initramfs...
[ 0.164047] ACPI: bus type pci registered
[ 0.164133] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.164138] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.220043] PCI: Using configuration type 1 for base access
[ 0.221379] bio: create slab at 0
[ 0.223506] ACPI: EC: Look up EC in DSDT
[ 0.228089] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.229039] ACPI: SSDT 00000000bf6d959e 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229543] ACPI: Dynamic OEM Table Load:
[ 0.229548] ACPI: SSDT (null) 001B4 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.229696] ACPI: SSDT 00000000bf6d906f 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230165] ACPI: Dynamic OEM Table Load:
[ 0.230169] ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.230454] ACPI: SSDT 00000000bf6d9752 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232427] ACPI: Dynamic OEM Table Load:
[ 0.232432] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.232541] ACPI: SSDT 00000000bf6d9519 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.233011] ACPI: Dynamic OEM Table Load:
[ 0.233015] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.238295] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 0.344070] ACPI: Interpreter enabled
[ 0.344078] ACPI: (supports S0 S3 S4 S5)
[ 0.344118] ACPI: Using IOAPIC for interrupt routing
[ 0.389051] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.389294] ACPI: No dock devices found.
[ 0.389298] HEST: Table not found.
[ 0.389303] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.389762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.390623] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.390628] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.390632] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.390636] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[ 0.390640] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[ 0.390645] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
[ 0.390648] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
[ 0.390665] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[ 0.390726] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
[ 0.390746] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfc0fffff 64bit]
[ 0.390758] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.390767] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 0.390812] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
[ 0.390829] pci 0000:00:02.1: reg 10: [mem 0xfc100000-0xfc1fffff 64bit]
[ 0.390937] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[ 0.391013] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
[ 0.391065] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[ 0.391126] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
[ 0.391187] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[ 0.391216] pci 0000:00:1a.7: reg 10: [mem 0xfc504800-0xfc504bff]
[ 0.391321] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.391328] pci 0000:00:1a.7: PME# disabled
[ 0.391362] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[ 0.391386] pci 0000:00:1b.0: reg 10: [mem 0xfc300000-0xfc303fff 64bit]
[ 0.391473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.391479] pci 0000:00:1b.0: PME# disabled
[ 0.391514] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[ 0.391605] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.391611] pci 0000:00:1c.0: PME# disabled
[ 0.391647] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[ 0.391735] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.391741] pci 0000:00:1c.1: PME# disabled
[ 0.391775] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[ 0.391868] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.391874] pci 0000:00:1c.2: PME# disabled
[ 0.391911] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[ 0.391999] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.392005] pci 0000:00:1c.3: PME# disabled
[ 0.392053] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[ 0.392114] pci 0000:00:1d.0: reg 20: [io 0x1860-0x187f]
[ 0.392162] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[ 0.392238] pci 0000:00:1d.1: reg 20: [io 0x1880-0x189f]
[ 0.392293] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[ 0.392371] pci 0000:00:1d.2: reg 20: [io 0x18a0-0x18bf]
[ 0.392438] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[ 0.392466] pci 0000:00:1d.7: reg 10: [mem 0xfc504c00-0xfc504fff]
[ 0.392567] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.392573] pci 0000:00:1d.7: PME# disabled
[ 0.392603] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.392698] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[ 0.392816] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.392824] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
[ 0.392829] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
[ 0.392835] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.392884] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[ 0.392903] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
[ 0.392918] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
[ 0.392931] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
[ 0.392944] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
[ 0.392958] pci 0000:00:1f.1: reg 20: [io 0x1810-0x181f]
[ 0.393014] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[ 0.393042] pci 0000:00:1f.2: reg 10: [io 0x1c00-0x1c07]
[ 0.393056] pci 0000:00:1f.2: reg 14: [io 0x18d4-0x18d7]
[ 0.393069] pci 0000:00:1f.2: reg 18: [io 0x18d8-0x18df]
[ 0.393082] pci 0000:00:1f.2: reg 1c: [io 0x18d0-0x18d3]
[ 0.393095] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 0.393108] pci 0000:00:1f.2: reg 24: [mem 0xfc504000-0xfc5047ff]
[ 0.393157] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.393163] pci 0000:00:1f.2: PME# disabled
[ 0.393188] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[ 0.393206] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[ 0.393250] pci 0000:00:1f.3: reg 20: [io 0x1c20-0x1c3f]
[ 0.393354] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.393360] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.393367] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.393376] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.393501] pci 0000:04:00.0: [8086:4227] type 0 class 0x000280
[ 0.393557] pci 0000:04:00.0: reg 10: [mem 0xf8000000-0xf8000fff]
[ 0.393895] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.393908] pci 0000:04:00.0: PME# disabled
[ 0.393979] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.394021] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.394027] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.394033] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.394043] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.394110] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.394116] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.394122] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.394132] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.394268] pci 0000:06:00.0: [14e4:1713] type 0 class 0x000200
[ 0.394336] pci 0000:06:00.0: reg 10: [mem 0xc8000000-0xc800ffff 64bit]
[ 0.394639] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.394651] pci 0000:06:00.0: PME# disabled
[ 0.394783] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.394789] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.394796] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.394806] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.394868] pci 0000:08:06.0: [1180:0832] type 0 class 0x000c00
[ 0.394886] pci 0000:08:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.394890] pci 0000:08:06.0: MMC cards are now supported by standard SDHCI controller
[ 0.394909] pci 0000:08:06.0: reg 10: [mem 0xfc200000-0xfc2007ff]
[ 0.395006] pci 0000:08:06.0: supports D1 D2
[ 0.395009] pci 0000:08:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395016] pci 0000:08:06.0: PME# disabled
[ 0.395045] pci 0000:08:06.1: [1180:0822] type 0 class 0x000805
[ 0.395069] pci 0000:08:06.1: reg 10: [mem 0xfc200800-0xfc2008ff]
[ 0.395165] pci 0000:08:06.1: supports D1 D2
[ 0.395168] pci 0000:08:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395174] pci 0000:08:06.1: PME# disabled
[ 0.395199] pci 0000:08:06.2: [1180:0592] type 0 class 0x000880
[ 0.395224] pci 0000:08:06.2: reg 10: [mem 0xfc201000-0xfc2010ff]
[ 0.395317] pci 0000:08:06.2: supports D1 D2
[ 0.395320] pci 0000:08:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395326] pci 0000:08:06.2: PME# disabled
[ 0.395350] pci 0000:08:06.3: [1180:0852] type 0 class 0x000880
[ 0.395376] pci 0000:08:06.3: reg 10: [mem 0xfc201400-0xfc2014ff]
[ 0.395474] pci 0000:08:06.3: supports D1 D2
[ 0.395477] pci 0000:08:06.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.395484] pci 0000:08:06.3: PME# disabled
[ 0.395549] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.395556] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.395562] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.395572] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.395576] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.395580] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[ 0.395619] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.395828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.395887] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.395944] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.395999] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.396116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.396176] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.396181] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 0.396184] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.404002] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.404086] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404153] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.404217] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404282] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.404353] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.404419] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.404484] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.404647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.404670] vgaarb: loaded
[ 0.404672] vgaarb: bridge control possible 0000:00:02.0
[ 0.404971] SCSI subsystem initialized
[ 0.405069] libata version 3.00 loaded.
[ 0.405143] usbcore: registered new interface driver usbfs
[ 0.405158] usbcore: registered new interface driver hub
[ 0.405200] usbcore: registered new device driver usb
[ 0.405322] PCI: Using ACPI for IRQ routing
[ 0.416330] PCI: pci_cache_line_size set to 64 bytes
[ 0.416509] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.416513] reserve RAM buffer: 00000000bf6d0000 - 00000000bfffffff
[ 0.416683] NetLabel: Initializing
[ 0.416686] NetLabel: domain hash size = 128
[ 0.416688] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.416706] NetLabel: unlabeled traffic allowed by default
[ 0.416770] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.416777] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.416784] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.420524] Switching to clocksource hpet
[ 0.423392] Switched to NOHz mode on CPU #0
[ 0.423487] Switched to NOHz mode on CPU #1
[ 0.430603] AppArmor: AppArmor Filesystem Enabled
[ 0.430649] pnp: PnP ACPI init
[ 0.430672] ACPI: bus type pnp registered
[ 0.431166] pnp 00:00: [bus 00-ff]
[ 0.431171] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.431174] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.431177] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.431181] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.431184] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.431187] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.431190] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.431197] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.431201] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.431204] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.431207] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.431210] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.431213] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.431216] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.431219] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.431222] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.431225] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.431229] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 0.431232] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.431235] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.431344] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.431447] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.431450] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.431453] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.431456] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.431458] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.431461] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.431464] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.431467] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.431559] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.431564] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.431568] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.431572] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.431576] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.431580] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.431584] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.431588] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.431593] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.431859] pnp 00:02: [io 0x0000-0x001f]
[ 0.431862] pnp 00:02: [io 0x0081-0x0091]
[ 0.431864] pnp 00:02: [io 0x0093-0x009f]
[ 0.431867] pnp 00:02: [io 0x00c0-0x00df]
[ 0.431870] pnp 00:02: [dma 4]
[ 0.431931] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.431946] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.432030] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.432131] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.432218] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.432223] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.432239] pnp 00:05: [io 0x00f0]
[ 0.432256] pnp 00:05: [irq 13]
[ 0.432321] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.432337] pnp 00:06: [io 0x002e-0x002f]
[ 0.432340] pnp 00:06: [io 0x004e-0x004f]
[ 0.432343] pnp 00:06: [io 0x0061]
[ 0.432345] pnp 00:06: [io 0x0063]
[ 0.432348] pnp 00:06: [io 0x0065]
[ 0.432351] pnp 00:06: [io 0x0067]
[ 0.432353] pnp 00:06: [io 0x0080]
[ 0.432355] pnp 00:06: [io 0x0092]
[ 0.432358] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.432361] pnp 00:06: [io 0x0680-0x069f]
[ 0.432363] pnp 00:06: [io 0x0800-0x080f]
[ 0.432366] pnp 00:06: [io 0x1000-0x107f]
[ 0.432373] pnp 00:06: [io 0x1180-0x11bf]
[ 0.432375] pnp 00:06: [io 0xfe00]
[ 0.432378] pnp 00:06: [io 0xff00-0xff7f]
[ 0.432479] system 00:06: [io 0x0680-0x069f] has been reserved
[ 0.432484] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.432487] system 00:06: [io 0x1000-0x107f] has been reserved
[ 0.432491] system 00:06: [io 0x1180-0x11bf] has been reserved
[ 0.432495] system 00:06: [io 0xfe00] has been reserved
[ 0.432499] system 00:06: [io 0xff00-0xff7f] has been reserved
[ 0.432504] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.432517] pnp 00:07: [io 0x0070-0x0077]
[ 0.432525] pnp 00:07: [irq 8]
[ 0.432587] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.452092] pnp 00:08: [io 0x0060]
[ 0.452096] pnp 00:08: [io 0x0064]
[ 0.452112] pnp 00:08: [irq 1]
[ 0.452226] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.452246] pnp 00:09: [irq 12]
[ 0.452305] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.452340] pnp: PnP ACPI: found 10 devices
[ 0.452343] ACPI: ACPI bus type pnp unregistered
[ 0.459104] PCI: max bus depth: 1 pci_try_num: 2
[ 0.459195] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
[ 0.459204] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0000000-0xc00000ff] (PCI address [0xc0000000-0xc00000ff])
[ 0.459209] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.459214] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.459222] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff]
[ 0.459229] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459239] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
[ 0.459244] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.459252] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff]
[ 0.459259] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459268] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
[ 0.459272] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.459280] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff]
[ 0.459287] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459296] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
[ 0.459301] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.459308] pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff]
[ 0.459314] pci 0000:00:1c.3: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459324] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.459327] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.459334] pci 0000:00:1e.0: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.459340] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.459373] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.459380] pci 0000:00:1c.0: setting latency timer to 64
[ 0.459399] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.459405] pci 0000:00:1c.1: setting latency timer to 64
[ 0.459419] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.459425] pci 0000:00:1c.2: setting latency timer to 64
[ 0.459438] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.459444] pci 0000:00:1c.3: setting latency timer to 64
[ 0.459455] pci 0000:00:1e.0: setting latency timer to 64
[ 0.459460] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.459464] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
[ 0.459467] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.459470] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
[ 0.459474] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.459478] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.459481] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff]
[ 0.459484] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[ 0.459488] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.459491] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
[ 0.459495] pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[ 0.459498] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
[ 0.459501] pci_bus 0000:06: resource 1 [mem 0xc8000000-0xc9ffffff]
[ 0.459505] pci_bus 0000:06: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[ 0.459508] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.459512] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
[ 0.459515] pci_bus 0000:08: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.459580] NET: Registered protocol family 2
[ 0.459816] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.461759] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.468207] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.469024] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.469028] TCP reno registered
[ 0.469052] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469120] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.469325] NET: Registered protocol family 1
[ 0.469358] pci 0000:00:02.0: Boot video device
[ 0.469577] PCI: CLS 64 bytes, default 64
[ 0.469604] Simple Boot Flag at 0x36 set to 0x1
[ 0.470069] audit: initializing netlink socket (disabled)
[ 0.470088] type=2000 audit(1317800082.464:1): initialized
[ 0.509918] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.531362] VFS: Disk quotas dquot_6.5.2
[ 0.531454] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.532343] fuse init (API version 7.16)
[ 0.532465] msgmni has been set to 5719
[ 0.532931] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.532975] io scheduler noop registered
[ 0.532978] io scheduler deadline registered
[ 0.533033] io scheduler cfq registered (default)
[ 0.533206] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.533281] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.533378] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.533444] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.533540] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.533607] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.533705] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.533770] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[ 0.533898] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.533934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.533994] intel_idle: MWAIT substates: 0x22220
[ 0.533997] intel_idle: does not run on family 6 model 15
[ 0.534105] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.534186] ACPI: AC Adapter [ACAD] (on-line)
[ 0.534267] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.534291] ACPI: Lid Switch [LID0]
[ 0.534348] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.534353] ACPI: Power Button [PWRB]
[ 0.534429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.534434] ACPI: Power Button [PWRF]
[ 0.534479] ACPI: acpi_idle registered with cpuidle
[ 0.536970] Monitor-Mwait will be used to enter C-1 state
[ 0.537024] Monitor-Mwait will be used to enter C-2 state
[ 0.537059] Monitor-Mwait will be used to enter C-3 state
[ 0.537066] Marking TSC unstable due to TSC halts in idle
[ 0.576306] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.576339] ERST: Table is not found!
[ 0.576477] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.596514] ACPI: Battery Slot [BAT1] (battery present)
[ 0.756873] Freeing initrd memory: 19464k freed
[ 0.789948] Linux agpgart interface v0.103
[ 0.790084] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.790242] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.791097] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.791250] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.792794] brd: module loaded
[ 0.793486] loop: module loaded
[ 0.793683] ata_piix 0000:00:1f.1: version 2.13
[ 0.793701] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.793746] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.794143] scsi0 : ata_piix
[ 0.794282] scsi1 : ata_piix
[ 0.794784] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 0.794789] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 0.795227] Fixed MDIO Bus: probed
[ 0.795261] PPP generic driver version 2.4.2
[ 0.795315] tun: Universal TUN/TAP device driver, 1.6
[ 0.795318] tun: (C) 1999-2004 Max Krasnyansky
[ 0.795429] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.795451] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.795472] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.795477] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.795524] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.795567] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.799463] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.799485] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfc504800
[ 0.812020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.812182] hub 1-0:1.0: USB hub found
[ 0.812189] hub 1-0:1.0: 4 ports detected
[ 0.812291] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.812305] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.812310] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.812363] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.812398] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.816279] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.816301] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc504c00
[ 0.832023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.832151] hub 2-0:1.0: USB hub found
[ 0.832157] hub 2-0:1.0: 6 ports detected
[ 0.832258] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.832276] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.832305] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.832314] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.832319] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.832366] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.832412] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[ 0.832569] hub 3-0:1.0: USB hub found
[ 0.832575] hub 3-0:1.0: 2 ports detected
[ 0.832668] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.832679] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.832684] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.832731] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.832775] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[ 0.832936] hub 4-0:1.0: USB hub found
[ 0.832941] hub 4-0:1.0: 2 ports detected
[ 0.833028] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.833037] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.833042] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.833099] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.833134] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860
[ 0.833291] hub 5-0:1.0: USB hub found
[ 0.833296] hub 5-0:1.0: 2 ports detected
[ 0.833384] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.833392] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.833397] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.833448] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.833493] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001880
[ 0.833649] hub 6-0:1.0: USB hub found
[ 0.833655] hub 6-0:1.0: 2 ports detected
[ 0.833737] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.833746] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.833750] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.833797] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.833832] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[ 0.833984] hub 7-0:1.0: USB hub found
[ 0.833990] hub 7-0:1.0: 2 ports detected
[ 0.834133] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.858635] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.858644] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.858792] mousedev: PS/2 mouse device common for all mice
[ 0.860515] rtc_cmos 00:07: RTC can wake from S4
[ 0.860650] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.860686] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.860821] device-mapper: uevent: version 1.0.3
[ 0.860928] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[ 0.861015] cpuidle: using governor ladder
[ 0.861137] cpuidle: using governor menu
[ 0.861140] EFI Variables Facility v0.08 2004-May-17
[ 0.861497] TCP cubic registered
[ 0.861666] NET: Registered protocol family 10
[ 0.862339] NET: Registered protocol family 17
[ 0.862362] Registering the dns_resolver key type
[ 0.862505] PM: Hibernation image not present or could not be loaded.
[ 0.862521] registered taskstats version 1
[ 0.881709] Magic number: 15:169:571
[ 0.881852] rtc_cmos 00:07: setting system clock to 2011-10-05 07:34:43 UTC (1317800083)
[ 0.882695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.882699] EDD information not available.
[ 0.885384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.964510] ata1.00: ATAPI: MATSHITADVD-RAM UJ-850 z, RB32, max UDMA/33
[ 0.980374] ata1.00: configured for UDMA/33
[ 0.983110] scsi 0:0:0:0: CD-ROM MATSHITA DVD-RAM UJ-850 z RB32 PQ: 0 ANSI: 5
[ 0.985684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 0.985690] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.985886] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.985957] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.988684] Freeing unused kernel memory: 984k freed
[ 0.989019] Write protecting the kernel read-only data: 10240k
[ 0.989354] Freeing unused kernel memory: 20k freed
[ 0.996526] Freeing unused kernel memory: 1400k freed
[ 1.023090] udevd[92]: starting version 173
[ 1.095474] [drm] Initialized drm 1.1.0 20060810
[ 1.111223] tg3.c:v3.119 (May 18, 2011)
[ 1.111255] tg3 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.111275] tg3 0000:06:00.0: setting latency timer to 64
[ 1.123354] wmi: Mapper loaded
[ 1.135292] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.135301] i915 0000:00:02.0: setting latency timer to 64
[ 1.229432] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 1.229442] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 1.229444] [drm] Driver supports precise vblank timestamp query.
[ 1.229504] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.231431] sdhci: Secure Digital Host Controller Interface driver
[ 1.231435] sdhci: Copyright(c) Pierre Ossman
[ 1.231761] sdhci-pci 0000:08:06.1: SDHCI controller found [1180:0822] (rev 19)
[ 1.231780] sdhci-pci 0000:08:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 1.232804] sdhci-pci 0000:08:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 1.251222] mmc0: no vmmc regulator found
[ 1.252265] Registered led device: mmc0::
[ 1.258216] mmc0: SDHCI controller on PCI [0000:08:06.1] using DMA
[ 1.278826] tg3 0000:06:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1b:38:0c:7f:47
[ 1.278833] tg3 0000:06:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 1.278838] tg3 0000:06:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.278842] tg3 0000:06:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.288114] firewire_ohci 0000:08:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.288352] fixme: max PWM is zero.
[ 1.321105] [drm] initialized overlay support
[ 1.363095] firewire_ohci: Added fw-ohci device 0000:08:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 1.429305] usb 1-4: new high speed USB device number 4 using ehci_hcd
[ 1.510188] fbcon: inteldrmfb (fb0) is primary device
[ 1.510267] Console: switching to colour frame buffer device 160x50
[ 1.510301] fb0: inteldrmfb frame buffer device
[ 1.510304] drm: registered panic notifier
[ 1.596139] acpi device:08: registered as cooling_device2
[ 1.596350] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[ 1.596428] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.596505] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.596723] ahci 0000:00:1f.2: version 3.0
[ 1.596748] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.596832] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 1.596928] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 1.596934] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 1.596941] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.600697] scsi2 : ahci
[ 1.601002] scsi3 : ahci
[ 1.601154] scsi4 : ahci
[ 1.601328] ata3: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504100 irq 45
[ 1.601335] ata4: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504180 irq 45
[ 1.601340] ata5: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504200 irq 45
[ 1.860262] firewire_core: created device fw0: GUID 00023f7bac4040de, S400
[ 1.920122] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.921792] ata3.00: unexpected _GTF length (8)
[ 1.922070] ata3.00: ATA-8: WDC WD2500BEKT-75PVMT0, 01.01A01, max UDMA/133
[ 1.922077] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.923756] ata3.00: unexpected _GTF length (8)
[ 1.924053] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.924081] ata3.00: configured for UDMA/133
[ 1.924106] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.924318] scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEKT-7 01.0 PQ: 0 ANSI: 5
[ 1.924525] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.924642] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.924823] sd 2:0:0:0: [sda] Write Protect is off
[ 1.924828] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.924898] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.020840] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 2.021461] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.032059] usb 3-1: new full speed USB device number 2 using uhci_hcd
[ 2.464056] usb 4-1: new full speed USB device number 2 using uhci_hcd
[ 2.872042] usb 6-1: new low speed USB device number 2 using uhci_hcd
[ 3.093235] input: MLK Trust Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input5
[ 3.093727] generic-usb 0003:04FC:05DA.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Trust Mouse] on usb-0000:00:1d.1-1/input0
[ 3.093905] usbcore: registered new interface driver usbhid
[ 3.093909] usbhid: USB HID core driver
[ 3.288960] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.308073] usb 6-2: new full speed USB device number 3 using uhci_hcd
[ 3.720052] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 3.918393] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input6
[ 3.918495] generic-usb 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.2-1/input0
[ 5.565904] Adding 15999996k swap on /dev/sda3. Priority:-1 extents:1 across:15999996k
[ 5.691364] udevd[373]: starting version 173
[ 6.303871] lp: driver loaded but no devices found
[ 7.040655] cfg80211: Calling CRDA to update world regulatory domain
[ 7.159284] r852 0000:08:06.3: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 7.159297] r852 0000:08:06.3: setting latency timer to 64
[ 7.159394] r852: Non dma capable device detected, dma disabled
[ 7.159411] r852: driver loaded successfully
[ 7.169632] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 7.169637] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 7.169734] iwl3945 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 7.169751] iwl3945 0000:04:00.0: setting latency timer to 64
[ 7.225063] iwl3945 0000:04:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 7.225067] iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 7.225225] iwl3945 0000:04:00.0: irq 46 for MSI/MSI-X
[ 7.225470] Registered led device: phy0-led
[ 7.225511] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 7.521071] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.728682] udevd[389]: renamed network interface eth0 to eth1
[ 7.785421] udevd[392]: renamed network interface wlan0 to wlan1
[ 7.839555] device-mapper: multipath: version 1.3.0 loaded
[ 7.920206] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x25c0b1, caps: 0xa04713/0x200000/0x0
[ 8.001393] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 8.103705] Linux video capture interface: v2.00
[ 8.142601] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
[ 8.145395] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/input/input8
[ 8.145503] usbcore: registered new interface driver uvcvideo
[ 8.145506] USB Video Class driver (v1.1.0)
[ 8.268868] gspca: v2.13.0 registered
[ 8.426860] Bluetooth: Core ver 2.16
[ 8.426898] NET: Registered protocol family 31
[ 8.426901] Bluetooth: HCI device and connection manager initialized
[ 8.426905] Bluetooth: HCI socket layer initialized
[ 8.426908] Bluetooth: L2CAP socket layer initialized
[ 8.426983] Bluetooth: SCO socket layer initialized
[ 8.445120] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 8.445873] usbcore: registered new interface driver btusb
[ 8.596127] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 8.596132] cfg80211: World regulatory domain updated:
[ 8.596135] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.596139] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596144] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596147] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.596151] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.596155] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.713241] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 8.713332] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 8.713375] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 9.214524] type=1400 audit(1317800091.827:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=762 comm="apparmor_parser"
[ 9.214539] type=1400 audit(1317800091.827:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=760 comm="apparmor_parser"
[ 9.214899] type=1400 audit(1317800091.827:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=762 comm="apparmor_parser"
[ 9.214917] type=1400 audit(1317800091.827:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=760 comm="apparmor_parser"
[ 9.215139] type=1400 audit(1317800091.827:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=762 comm="apparmor_parser"
[ 9.215162] type=1400 audit(1317800091.827:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=760 comm="apparmor_parser"
[ 9.215989] type=1400 audit(1317800091.827:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=761 comm="apparmor_parser"
[ 9.216386] type=1400 audit(1317800091.831:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=761 comm="apparmor_parser"
[ 9.216637] type=1400 audit(1317800091.831:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=761 comm="apparmor_parser"
[ 9.565602] input: zc3xx as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/input/input9
[ 9.565840] usbcore: registered new interface driver zc3xx
[ 9.567768] usbcore: registered new interface driver snd-usb-audio
[ 10.957262] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 11.498897] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.610016] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 13.338782] type=1400 audit(1317800095.951:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=1170 comm="apparmor_parser"
[ 14.107842] ppdev: user-space parallel port driver
[ 16.201248] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.241864] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
[ 16.244584] microcode: Microcode Update Driver: v2.00 , Peter Oruba
[ 16.257389] iwl3945 0000:04:00.0: loaded firmware version 15.32.2.9
[ 16.319712] microcode: CPU0 updated to revision 0xa4, date = 2010-10-02
[ 16.320392] microcode: CPU1 updated to revision 0xa4, date = 2010-10-02
[ 16.327663] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 16.411245] tg3 0000:06:00.0: irq 48 for MSI/MSI-X
[ 16.441602] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.163336] init: failsafe main process (1112) killed by TERM signal
[ 17.369512] init: gdm main process (1340) killed by TERM signal
[ 18.121686] tg3 0000:06:00.0: eth1: Link is up at 100 Mbps, full duplex
[ 18.121691] tg3 0000:06:00.0: eth1: Flow control is on for TX and on for RX
[ 18.122295] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 21.210518] RPC: Registered named UNIX socket transport module.
[ 21.210523] RPC: Registered udp transport module.
[ 21.210525] RPC: Registered tcp transport module.
[ 21.210528] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 21.445931] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 21.627527] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 21.636586] NFSD: starting 90-second grace period
[ 24.852307] vboxdrv: Found 2 processor cores.
[ 24.852593] vboxdrv: fAsync=0 offMin=0x1c2 offMax=0xae6
[ 24.852666] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 24.852669] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
[ 25.101599] vboxpci: IOMMU not found (not registered)
[ 27.046401] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.046405] Bluetooth: BNEP filters: protocol multicast
[ 27.081903] Bluetooth: RFCOMM TTY layer initialized
[ 27.081919] Bluetooth: RFCOMM socket layer initialized
[ 27.081921] Bluetooth: RFCOMM ver 1.11
[ 28.752057] eth1: no IPv6 routers present
[ 33.139443] init: plymouth-stop pre-start process (2005) terminated with status 1
[ 33.628053] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[ 34.056830] EXT4-fs (sda1): re-mounted. Opts: commit=0
[ 34.217110] EXT4-fs (sda5): re-mounted. Opts: commit=0
[ 45.192742] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 45.196319] wlan1: authenticated
[ 45.199717] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 45.202749] wlan1: RX AssocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 45.202758] wlan1: associated
[ 45.206342] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 45.206456] cfg80211: Calling CRDA for country: GB
[ 45.213483] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213493] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213498] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213505] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213509] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213516] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213520] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213526] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213531] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213537] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213542] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213547] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213552] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213558] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213563] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213569] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213573] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213579] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213584] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213590] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213594] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213600] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213605] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213611] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213615] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213621] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213626] cfg80211: Disabling freq 5170 MHz
[ 45.213630] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213636] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213640] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213646] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213651] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213657] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213662] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213667] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213672] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213678] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213683] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213688] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213693] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213699] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213704] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213710] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213714] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213720] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213725] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213731] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213736] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213742] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 45.213746] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213752] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213757] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213763] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213768] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213774] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213779] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213785] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213789] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213795] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213800] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213806] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213810] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213816] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213821] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213827] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213831] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213837] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213842] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213848] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213852] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 45.213858] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 45.213864] cfg80211: Regulatory domain changed to country: GB
[ 45.213868] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 45.213873] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213879] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213884] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 45.213889] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 52.640123] eth1: no IPv6 routers present
[ 55.208282] wlan1: disassociating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.214021] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 55.214032] cfg80211: Restoring regulatory settings
[ 55.214052] cfg80211: Calling CRDA to update world regulatory domain
[ 55.214778] wlan1: deauthenticating from 00:1a:c1:38:47:d4 by local choice (reason=3)
[ 55.221291] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 55.221299] cfg80211: World regulatory domain updated:
[ 55.221303] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 55.221309] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221315] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221321] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 55.221327] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.221333] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 55.392119] wlan1: no IPv6 routers present
[ 58.763822] wlan1: authenticate with 00:1a:c1:38:47:d4 (try 1)
[ 58.765582] wlan1: authenticated
[ 58.766582] wlan1: associate with 00:1a:c1:38:47:d4 (try 1)
[ 58.769972] wlan1: RX ReassocResp from 00:1a:c1:38:47:d4 (capab=0x431 status=0 aid=2)
[ 58.769980] wlan1: associated
[ 58.773587] cfg80211: Calling CRDA for country: GB
[ 58.778304] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778310] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778314] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778318] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778321] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778325] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778328] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778332] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778335] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778340] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778343] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778347] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778350] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778354] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778357] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778361] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778364] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778368] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778371] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778375] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778378] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778382] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778385] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778389] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778392] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778396] cfg80211: 2402000 KHz - 2482000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778399] cfg80211: Disabling freq 5170 MHz
[ 58.778402] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778406] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778409] cfg80211: Updating information on frequency 5190 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778413] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778416] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778420] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778423] cfg80211: Updating information on frequency 5210 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778427] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778430] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778434] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778437] cfg80211: Updating information on frequency 5230 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778441] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778444] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778448] cfg80211: 5170000 KHz - 5250000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778452] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778456] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778459] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778463] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778466] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778470] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778473] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778477] cfg80211: 5250000 KHz - 5330000 KHz @ KHz), (N/A mBi, 2000 mBm)
[ 58.778480] cfg80211: Updating information on frequency 5500 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778484] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778487] cfg80211: Updating information on frequency 5520 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778491] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778494] cfg80211: Updating information on frequency 5540 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778498] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778501] cfg80211: Updating information on frequency 5560 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778505] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778508] cfg80211: Updating information on frequency 5580 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778512] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778515] cfg80211: Updating information on frequency 5600 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778519] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778522] cfg80211: Updating information on frequency 5620 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778526] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778529] cfg80211: Updating information on frequency 5640 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778533] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778536] cfg80211: Updating information on frequency 5660 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778540] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778543] cfg80211: Updating information on frequency 5680 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778547] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778550] cfg80211: Updating information on frequency 5700 MHz for a 20 MHz width channel with regulatory rule:
[ 58.778554] cfg80211: 5490000 KHz - 5710000 KHz @ KHz), (N/A mBi, 2700 mBm)
[ 58.778558] cfg80211: Regulatory domain changed to country: GB
[ 58.778560] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 58.778564] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778568] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778571] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 58.778575] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 70.176124] wlan1: no IPv6 routers present
[ 75.152080] eth1: no IPv6 routers present
[ 98.736094] eth1: no IPv6 routers present
[ 648.357292] ecryptfs_mount: kern_path() failed
[ 648.388155] Reading sb failed; rc = [-2]
[ 670.016019] eth1: no IPv6 routers present
[ 688.176048] eth1: no IPv6 routers present
[ 711.096140] eth1: no IPv6 routers present
fwts-test/arg-show-progress-dialog-0001/progress-0001.log 0000664 0000000 0000000 00000034362 12314704571 0023163 0 ustar 00root root 0000000 0000000 Running 2 tests, results appended to results.log
XXX
0
So far: 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for Oopses.
Running test #1:
XXX
XXX
0
So far: 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for Oopses.
Running test #1: Kernel log oops check.
XXX
XXX
50
So far: 0 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for Oopses.
Running test #1: Kernel log oops check.
XXX
XXX
50
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2:
XXX
XXX
50
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
50
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
50
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
51
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
51
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
52
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
52
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
53
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
54
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
54
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
55
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
55
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
56
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
57
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
57
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
58
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
58
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
59
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
59
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
60
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
61
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
61
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
62
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
62
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
63
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
64
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
64
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
65
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
65
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
66
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
67
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
67
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
68
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
68
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
69
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
69
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
70
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
71
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
71
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
72
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
72
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
73
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
74
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
74
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
50
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
50
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
51
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
52
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
52
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
53
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
54
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
54
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
55
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
56
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
56
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
57
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
58
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
59
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
59
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
60
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
61
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
61
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
62
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
63
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
63
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
64
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
65
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
65
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
66
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
67
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
67
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
68
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
69
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
70
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
70
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
71
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
72
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
72
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
73
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
74
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
74
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
100
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
XXX
100
So far: 2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only
Scan kernel log for errors and warnings.
Running test #2: Kernel log error check.
XXX
fwts-test/arg-show-progress-dialog-0001/test-0001.sh 0000775 0000000 0000000 00000000677 12314704571 0022134 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --show-progress-dialog option"
NAME=test-0001.sh
TMPLOG=$TMP/progress.log.$$
$FWTS -w 80 --show-progress-dialog -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-show-progress-dialog-0001/klog.txt oops klog > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-show-progress-dialog-0001/progress-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-show-progress-dialog-0001/test-0002.sh 0000775 0000000 0000000 00000000627 12314704571 0022130 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -D option"
NAME=test-0001.sh
TMPLOG=$TMP/progress.log.$$
$FWTS -w 80 -D -j $FWTSTESTDIR/../data --klog=$FWTSTESTDIR/arg-show-progress-dialog-0001/klog.txt oops klog > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-show-progress-dialog-0001/progress-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-show-tests-0001/ 0000775 0000000 0000000 00000000000 12314704571 0016267 5 ustar 00root root 0000000 0000000 fwts-test/arg-show-tests-0001/arg-show-tests-0001.log 0000664 0000000 0000000 00000007164 12314704571 0022247 0 ustar 00root root 0000000 0000000 Batch tests:
acpiinfo General ACPI information test.
acpitables ACPI table settings sanity tests.
apicedge APIC edge/level test.
apicinstance Test for single instance of APIC/MADT table.
aspm PCIe ASPM test.
autobrightness Automated LCD brightness test.
bios32 BIOS32 Service Directory test.
bios_info Gather BIOS DMI information.
checksum ACPI table checksum test.
cpufreq CPU frequency scaling tests.
crs Test PCI host bridge configuration using _CRS.
csm UEFI Compatibility Support Module test.
cstates Processor C state support test.
dmar DMA Remapping (VT-d) test.
dmicheck DMI/SMBIOS table tests.
ebda Test EBDA region is mapped and reserved in memory map table.
fadt FADT SCI_EN enabled tests.
fan Simple fan tests.
hda_audio HDA Audio Pin Configuration test.
hpet_check HPET configuration tests.
klog Scan kernel log for errors and warnings.
maxfreq Test max CPU frequencies against max scaling frequency.
maxreadreq Test firmware has set PCI Express MaxReadReq to a higher value on non-motherboard devices.
mcfg MCFG PCI Express* memory mapped config space test.
method ACPI DSDT Method Semantic tests.
microcode Test if system is using latest microcode.
mpcheck MultiProcessor Tables tests.
msr MSR register tests.
mtrr MTRR tests.
nx Test if CPU NX is disabled by the BIOS.
oops Scan kernel log for Oopses.
os2gap OS/2 memory hole test.
osilinux Disassemble DSDT to check for _OSI("Linux").
pcc Processor Clocking Control (PCC) test.
pciirq PCI IRQ Routing Table test.
pnp BIOS Support Installation structure test.
securebootcert UEFI secure boot test.
syntaxcheck Re-assemble DSDT and find syntax errors and warnings.
version Gather kernel system information.
virt CPU Virtualisation Configuration test.
wakealarm ACPI Wakealarm tests.
wmi Extract and analyse Windows Management Instrumentation (WMI).
Interactive tests:
ac_adapter Interactive ac_adapter power test.
battery Battery tests.
brightness Interactive LCD brightness test.
hotkey Hotkey scan code tests.
lid Interactive lid button test.
power_button Interactive power_button button test.
Power States tests:
s3 S3 suspend/resume test.
s3power S3 power loss during suspend test (takes minimum of 10 minutes to run).
s4 S4 hibernate/resume test.
Utilities:
acpidump Dump ACPI tables.
cmosdump Dump CMOS Memory.
crsdump Dump ACPI _CRS resources.
ebdadump Dump EBDA region.
gpedump Dump GPEs.
memmapdump Dump system memory map.
mpdump Dump MultiProcessor Data.
plddump Dump ACPI _PLD (Physical Device Location).
prsdump Dump ACPI _PRS resources.
romdump Dump ROM data.
uefidump Dump UEFI variables.
uefivarinfo UEFI variable info query.
Unsafe tests:
uefirtmisc UEFI miscellaneous runtime service interface tests.
uefirttime UEFI Runtime service time interface tests.
uefirtvariable UEFI Runtime service variable interface tests.
UEFI tests:
csm UEFI Compatibility Support Module test.
securebootcert UEFI secure boot test.
uefirtmisc UEFI miscellaneous runtime service interface tests.
uefirttime UEFI Runtime service time interface tests.
uefirtvariable UEFI Runtime service variable interface tests.
fwts-test/arg-show-tests-0001/test-0001.sh 0000775 0000000 0000000 00000000737 12314704571 0020172 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test -s option"
NAME=test-0001.sh
TMPLOG=$TMP/arg-show-tests.log.$$
#
# Non-x86 tests don't have WMI so skip this test
#
$FWTS --show-tests | grep wmi > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
stty cols 80
$FWTS -s > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-show-tests-0001/arg-show-tests-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-show-tests-0001/test-0002.sh 0000775 0000000 0000000 00000000751 12314704571 0020167 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --show-tests option"
NAME=test-0002.sh
TMPLOG=$TMP/arg-show-tests.log.$$
#
# Non-x86 tests don't have WMI so skip this test
#
$FWTS --show-tests | grep wmi > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
stty cols 80
$FWTS -s > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-show-tests-0001/arg-show-tests-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-show-tests-full-0001/ 0000775 0000000 0000000 00000000000 12314704571 0017227 5 ustar 00root root 0000000 0000000 fwts-test/arg-show-tests-full-0001/arg-show-tests-full-0001.log 0000664 0000000 0000000 00000030031 12314704571 0024134 0 ustar 00root root 0000000 0000000 Batch tests:
acpiinfo (3 tests):
Determine Kernel ACPI version.
Determine machine's ACPI version.
Determine AML compiler.
acpitables (1 test):
Test ACPI tables.
apicedge (1 test):
Legacy and PCI Interrupt Edge/Level trigger tests.
apicinstance (1 test):
Test for single instance of APIC/MADT table.
aspm (2 tests):
PCIe ASPM ACPI test.
PCIe ASPM registers test.
autobrightness (2 tests):
Test for maximum and actual brightness.
Change actual brightness.
bios32 (1 test):
BIOS32 Service Directory test.
bios_info (1 test):
Gather BIOS DMI information
checksum (1 test):
ACPI table checksum test.
cpufreq (1 test):
CPU P-State tests.
crs (1 test):
Test PCI host bridge configuration using _CRS.
csm (1 test):
UEFI Compatibility Support Module test.
cstates (1 test):
Test all CPUs C-states.
dmar (1 test):
DMA Remapping test.
dmicheck (2 tests):
Find and test SMBIOS Table Entry Point.
Test DMI/SMBIOS tables for errors.
ebda (1 test):
Test EBDA is reserved in E820 table.
fadt (2 tests):
Test FADT SCI_EN bit is enabled.
Test FADT reset register.
fan (2 tests):
Test fan status.
Load system, check CPU fan status.
hda_audio (1 test):
HDA Audio Pin Configuration test.
hpet_check (4 tests):
Test HPET base in kernel log.
Test HPET base in HPET table.
Test HPET base in DSDT and/or SSDT.
Test HPET configuration.
klog (1 test):
Kernel log error check.
maxfreq (1 test):
Maximum CPU frequency test.
maxreadreq (1 test):
Test firmware settings MaxReadReq for PCI Express devices.
mcfg (2 tests):
Validate MCFG table.
Validate MCFG PCI config space.
method (155 tests):
Test Method Names.
Test _AEI.
Test _PIC (Inform AML of Interrupt Model).
Test _CID (Compatible ID).
Test _DDN (DOS Device Name).
Test _HID (Hardware ID).
Test _HRV (Hardware Revision Number).
Test _PLD (Physical Device Location).
Test _SUB (Subsystem ID).
Test _SUN (Slot User Number).
Test _STR (String).
Test _UID (Unique ID).
Test _CDM (Clock Domain).
Test _CRS (Current Resource Settings).
Test _DIS (Disable).
Test _DMA (Direct Memory Access).
Test _FIX (Fixed Register Resource Provider).
Test _GSB (Global System Interrupt Base).
Test _HPP (Hot Plug Parameters).
Test _PRS (Possible Resource Settings).
Test _PXM (Proximity).
Test _EDL (Eject Device List).
Test _EJD (Ejection Dependent Device).
Test _EJ0 (Eject).
Test _EJ1 (Eject).
Test _EJ2 (Eject).
Test _EJ3 (Eject).
Test _EJ4 (Eject).
Test _LCK (Lock).
Test _RMV (Remove).
Test _STA (Status).
Test _BDN (BIOS Dock Name).
Test _BBN (Base Bus Number).
Test _DCK (Dock).
Test _INI (Initialize).
Test _SEG (Segment).
Test _OFF (Set resource off).
Test _ON (Set resource on).
Test _DSW (Device Sleep Wake).
Test _IRC (In Rush Current).
Test _PRE (Power Resources for Enumeration).
Test _PR0 (Power Resources for D0).
Test _PR1 (Power Resources for D1).
Test _PR2 (Power Resources for D2).
Test _PR3 (Power Resources for D3).
Test _PS0 (Power State 0).
Test _PS1 (Power State 1).
Test _PS2 (Power State 2).
Test _PS3 (Power State 3).
Test _PSC (Power State Current).
Test _PSE (Power State for Enumeration).
Test _PSW (Power State Wake).
Test _S1D (S1 Device State).
Test _S2D (S2 Device State).
Test _S3D (S3 Device State).
Test _S4D (S4 Device State).
Test _S0W (S0 Device Wake State).
Test _S1W (S1 Device Wake State).
Test _S2W (S2 Device Wake State).
Test _S3W (S3 Device Wake State).
Test _S4W (S4 Device Wake State).
Test _S0_ (S0 System State).
Test _S1_ (S1 System State).
Test _S2_ (S2 System State).
Test _S3_ (S3 System State).
Test _S4_ (S4 System State).
Test _S5_ (S5 System State).
Test _SWS (System Wake Source).
Test _PSS (Performance Supported States).
Test _CPC (Continuous Performance Control).
Test _CSD (C State Dependencies).
Test _CST (C States).
Test _PCT (Performance Control).
Test _PDL (P-State Depth Limit).
Test _PPC (Performance Present Capabilities).
Test _PPE (Polling for Platform Error).
Test _TDL (T-State Depth Limit).
Test _TPC (Throttling Present Capabilities).
Test _TSD (Throttling State Dependencies).
Test _TSS (Throttling Supported States).
Test _MSG (Message).
Test _ALC (Ambient Light Colour Chromaticity).
Test _ALI (Ambient Light Illuminance).
Test _ALT (Ambient Light Temperature).
Test _ALP (Ambient Light Polling).
Test _LID (Lid Status).
Test _UPD (User Presence Detect).
Test _UPP (User Presence Polling).
Test _GCP (Get Capabilities).
Test _GRT (Get Real Time).
Test _GWS (Get Wake Status).
Test _STP (Set Expired Timer Wake Policy).
Test _STV (Set Timer Value).
Test _TIP (Expired Timer Wake Policy).
Test _TIV (Timer Values).
Test _SBS (Smart Battery Subsystem).
Test _BCT (Battery Charge Time).
Test _BIF (Battery Information).
Test _BIX (Battery Information Extended).
Test _BMA (Battery Measurement Averaging).
Test _BMC (Battery Maintenance Control).
Test _BMD (Battery Maintenance Data).
Test _BMS (Battery Measurement Sampling Time).
Test _BST (Battery Status).
Test _BTP (Battery Trip Point).
Test _BTM (Battery Time).
Test _PCL (Power Consumer List).
Test _PIF (Power Source Information).
Test _PSR (Power Source).
Test _GAI (Get Averaging Level).
Test _PMM (Power Meter Measurement).
Test _FIF (Fan Information).
Test _FSL (Fan Set Level).
Test _FST (Fan Status).
Test _ACx (Active Cooling).
Test _CRT (Critical Trip Point).
Test _DTI (Device Temperature Indication).
Test _HOT (Hot Temperature).
Test _NTT (Notification Temp Threshold).
Test _PSV (Passive Temp).
Test _RTV (Relative Temp Values).
Test _SCP (Set Cooling Policy).
Test _TC1 (Thermal Constant 1).
Test _TC2 (Thermal Constant 2).
Test _TMP (Thermal Zone Current Temp).
Test _TPT (Trip Point Temperature).
Test _TSP (Thermal Sampling Period).
Test _TST (Temperature Sensor Threshold).
Test _TZP (Thermal Zone Polling).
Test _PTS (Prepare to Sleep).
Test _TTS (Transition to State).
Test _S0 (System S0 State).
Test _S1 (System S1 State).
Test _S2 (System S2 State).
Test _S3 (System S3 State).
Test _S4 (System S4 State).
Test _S5 (System S5 State).
Test _WAK (System Wake).
Test _ADR (Return Unique ID for Device).
Test _BCL (Query List of Brightness Control Levels Supported).
Test _BCM (Set Brightness Level).
Test _BQC (Brightness Query Current Level).
Test _DCS (Return the Status of Output Device).
Test _DDC (Return the EDID for this Device).
Test _DSS (Device Set State).
Test _DGS (Query Graphics State).
Test _DOD (Enumerate All Devices Attached to Display Adapter).
Test _DOS (Enable/Disable Output Switching).
Test _GPD (Get POST Device).
Test _ROM (Get ROM Data).
Test _SPD (Set POST Device).
Test _VPO (Video POST Options).
Test _CBA (Configuration Base Address).
Test _IFT (IPMI Interface Type).
Test _SRV (IPMI Interface Revision).
microcode (1 test):
Test for most recent microcode being loaded.
mpcheck (9 tests):
Test MP header.
Test MP CPU entries.
Test MP Bus entries.
Test MP IO APIC entries.
Test MP IO Interrupt entries.
Test MP Local Interrupt entries.
Test MP System Address entries.
Test MP Bus Hierarchy entries.
Test MP Compatible Bus Address Space entries.
msr (5 tests):
Test CPU generic MSRs.
Test CPU specific model MSRs.
Test all P State Ratios.
Test C1 and C3 autodemotion.
Test SMRR MSR registers.
mtrr (3 tests):
Validate the kernel MTRR IOMEM setup.
Validate the MTRR setup across all processors.
Test for AMD MtrrFixDramModEn being cleared by the BIOS.
nx (3 tests):
Test CPU NX capability.
Test all CPUs have same BIOS set NX flag.
Test all CPUs have same msr setting in MSR 0x1a0.
oops (1 test):
Kernel log oops check.
os2gap (1 test):
Test the OS/2 15Mb memory hole is absent.
osilinux (1 test):
Disassemble DSDT to check for _OSI("Linux").
pcc (1 test):
Processor Clocking Control (PCC) test.
pciirq (1 test):
PCI IRQ Routing Table test.
pnp (1 test):
PnP BIOS Support Installation structure test.
securebootcert (1 test):
UEFI secure boot test.
syntaxcheck (2 tests):
Disassemble and reassemble DSDT
Disassemble and reassemble SSDT
version (4 tests):
Gather kernel signature.
Gather kernel system information.
Gather kernel boot command line.
Gather ACPI driver version.
virt (1 test):
CPU Virtualisation Configuration test.
wakealarm (4 tests):
Test existence of RTC with alarm interface.
Trigger wakealarm for 1 seconds in the future.
Test if wakealarm is fired.
Multiple wakealarm firing tests.
wmi (1 test):
Windows Management Instrumentation test.
Interactive tests:
ac_adapter (3 tests):
Test ACPI ac_adapter state.
Test ac_adapter initial on-line state.
Test ac_adapter state changes.
battery (1 test):
Battery test.
brightness (3 tests):
Observe all brightness changes.
Observe min, max brightness changes.
Test brightness hotkeys.
hotkey (1 test):
Hotkey keypress checks.
lid (3 tests):
Test LID buttons report open correctly.
Test LID buttons on a single open/close.
Test LID buttons on multiple open/close events.
power_button (1 test):
Test press of power button and ACPI event.
Power States tests:
s3 (1 test):
S3 suspend/resume test.
s3power (1 test):
S3 power loss during suspend test.
s4 (1 test):
S4 hibernate/resume test.
Utilities:
acpidump (1 test):
Dump ACPI tables.
cmosdump (1 test):
Dump CMOS Memory.
crsdump (1 test):
Dump ACPI _CRS (Current Resource Settings).
ebdadump (1 test):
Dump EBDA region.
gpedump (1 test):
Dump GPEs.
memmapdump (1 test):
Dump system memory map.
mpdump (1 test):
Dump Multi Processor Data.
plddump (1 test):
Dump ACPI _PLD (Physical Device Location).
prsdump (1 test):
Dump ACPI _PRS (Possible Resource Settings).
romdump (1 test):
Dump ROM data.
uefidump (1 test):
Dump UEFI Variables.
uefivarinfo (1 test):
UEFI variable info query.
Unsafe tests:
uefirtmisc (2 tests):
Test for UEFI miscellaneous runtime service interfaces.
Stress test for UEFI miscellaneous runtime service interfaces.
uefirttime (4 tests):
Test UEFI RT service get time interface.
Test UEFI RT service set time interface.
Test UEFI RT service get wakeup time interface.
Test UEFI RT service set wakeup time interface.
uefirtvariable (7 tests):
Test UEFI RT service get variable interface.
Test UEFI RT service get next variable name interface.
Test UEFI RT service set variable interface.
Test UEFI RT service query variable info interface.
Test UEFI RT service variable interface stress test.
Test UEFI RT service set variable interface stress test.
Test UEFI RT service query variable info interface stress test.
UEFI tests:
csm (1 test):
UEFI Compatibility Support Module test.
securebootcert (1 test):
UEFI secure boot test.
uefirtmisc (2 tests):
Test for UEFI miscellaneous runtime service interfaces.
Stress test for UEFI miscellaneous runtime service interfaces.
uefirttime (4 tests):
Test UEFI RT service get time interface.
Test UEFI RT service set time interface.
Test UEFI RT service get wakeup time interface.
Test UEFI RT service set wakeup time interface.
uefirtvariable (7 tests):
Test UEFI RT service get variable interface.
Test UEFI RT service get next variable name interface.
Test UEFI RT service set variable interface.
Test UEFI RT service query variable info interface.
Test UEFI RT service variable interface stress test.
Test UEFI RT service set variable interface stress test.
Test UEFI RT service query variable info interface stress test.
Total of 285 tests
fwts-test/arg-show-tests-full-0001/test-0001.sh 0000775 0000000 0000000 00000001014 12314704571 0021117 0 ustar 00root root 0000000 0000000 #!/bin/bash
#
TEST="Test --show-tests-full option"
NAME=test-0001.sh
TMPLOG=$TMP/arg-show-tests-full.log.$$
#
# Non-x86 tests don't have WMI so skip this test
#
$FWTS --show-tests | grep wmi > /dev/null
if [ $? -eq 1 ]; then
echo SKIP: $TEST, $NAME
exit 77
fi
stty cols 80
$FWTS --show-tests-full > $TMPLOG
diff $TMPLOG $FWTSTESTDIR/arg-show-tests-full-0001/arg-show-tests-full-0001.log >> $FAILURE_LOG
ret=$?
if [ $ret -eq 0 ]; then
echo PASSED: $TEST, $NAME
else
echo FAILED: $TEST, $NAME
fi
rm $TMPLOG
exit $ret
fwts-test/arg-table-path-0001/ 0000775 0000000 0000000 00000000000 12314704571 0016170 5 ustar 00root root 0000000 0000000 fwts-test/arg-table-path-0001/APIC1.dat 0000664 0000000 0000000 00000000150 12314704571 0017453 0 ustar 00root root 0000000 0000000 APICh ÌINTEL CRESTLNE LOHRZ àþ Àþ
fwts-test/arg-table-path-0001/APIC2.dat 0000664 0000000 0000000 00000000150 12314704571 0017454 0 ustar 00root root 0000000 0000000 APICh PTLTD APIC LTP àþ Àþ
fwts-test/arg-table-path-0001/BOOT.dat 0000664 0000000 0000000 00000000050 12314704571 0017420 0 ustar 00root root 0000000 0000000 BOOT( ¥PTLTD $SBFTBL$ LTP 6 fwts-test/arg-table-path-0001/DSDT.dat 0000664 0000000 0000000 00000057764 12314704571 0017443 0 ustar 00root root 0000000 0000000 DSDTô_ TOSCPLCRESTLNE INTL Z000Z001
Z002
Z003
Z004 Z005
Z006
Z007
Z008
ECDY
[MUTX [€PRT0
€
[PRT0P80H NP8XH
“h p}{P80D ÿÿÿ i P80D “hp}{P80Dÿ ÿÿ yi
P80D “h
p}{P80Dÿÿ ÿ yi
P80D “h
p}{P80Dÿÿÿ yi
P80DpP80DP80H_PICphGPICF_PTSp P80DP8XH h “h
p\/_SB_PCI0LPCBEC0_S3LD 3“h
p\/_SB_PCI0LPCBEC0_S3LD\/_SB_PCI0LPCBPHSS
L_WAKP8XH
« 0‘“h
“h
%{CFGD {CFGD
ð “OSYSÑTRAP
= “RP1D †\/_SB_PCI0RP01 “RP2D †\/_SB_PCI0RP02 “RP3D †\/_SB_PCI0RP03 “RP4D †\/_SB_PCI0RP04 “RP5D †\/_SB_PCI0RP05 “RP6D †\/_SB_PCI0RP06 “h
P8XH
0TRAP
F C
“h
P8XH
@\/_SB_PCI0LPCBPHSS
pWAKF`p WAKF{`
` “`P8XH
A†\._SB_PWRB
FDTSETRAP
G B\/_SB_PCI0LPCBECOK“ECDY '’•DTS1DTS2pDTS1\/_SB_PCI0LPCBEC0_SKTA¡pDTS2\/_SB_PCI0LPCBEC0_SKTA¡\/_SB_PCI0LPCBPHSS
\._PR_RPPC¤ GETBwh
`wi
a[j`aTBF3¤TBF3B PNOT JMPEN 1{PDC0
†\._PR_CPU0
€ {PDC0
["
d†\._PR_CPU0
1{PDC1
†\._PR_CPU1
€ {PDC1
["
d†\._PR_CPU1
¡†\._PR_CPU0
€["
d†\._PR_CPU0
TRAP phSMIFp TRP0¤SMIFA_SB_J_INI p™™MARK DTSETRAP
G^/PCI0LPCBPHSS
pÐOSYS J [_OSI` _OSI
Linux pLINXp ECDY _OSI
Windows 2001 pÑOSYS _OSI
Windows 2001 SP1 pÑOSYS _OSI
Windows 2001 SP2 pÒOSYS _OSI
Windows 2006 pÖOSYS MPEN“OSYSÑTRAP
=TRAP
+[€GNVS ¼-n¿ [E$GNVSOSYSSMIFPRM0PRM1SCIFPRM2PRM3LCKFPRM4PRM5P80D LIDSPWRSDBGSLINX ACT1ACTTPSVTTC1VTC2VTSPVCRTTDTSEDTS1DTS2 @APICMPENPCP0PCP1PPCM (CMAPCMBPLPTPFDCP 0IGDSTLSTCADLPADLCSTENSTESSTENDIDDID1 DID2 DID3 DID4 DID5 @BLCSBRTLALSEALAFLLOWLHIH EMAEEMAPEMAL MEFE TPMPTPME @GTF08GTF28IDEMGTF18 @ ASLB IBTTIPATITVFITVMIPSCIBLCIBIAISSCI409I509I609I709IDMMIDMSIF1EHVCONXD1 NXD2 MARKBRADBTENVVENBGTLTMEE SCU0SCU1SCU2SCU3 XKSPXKINXKIDXKOK BGU1BST1BFC1WKLNWAKFDSMDBAYSHAPE DTSM ODT1ODT2DTSWDSENECON GPIC CTYP L01C VFN0 VFN1 J|_GPEF5_L01 rL01CL01CP8XH P8XHL01C H“RP1D \/_SB_PCI0RP01HPSX["
d @\/_SB_PCI0RP01PDCXp\/_SB_PCI0RP01PDCXp\/_SB_PCI0RP01HPSX†\/_SB_PCI0RP01 ¡p\/_SB_PCI0RP01HPSX H“RP2D \/_SB_PCI0RP02HPSX["
d @\/_SB_PCI0RP02PDCXp\/_SB_PCI0RP02PDCXp\/_SB_PCI0RP02HPSX†\/_SB_PCI0RP02 ¡p\/_SB_PCI0RP02HPSX H“RP3D \/_SB_PCI0RP03HPSX["
d @\/_SB_PCI0RP03PDCXp\/_SB_PCI0RP03PDCXp\/_SB_PCI0RP03HPSX†\/_SB_PCI0RP03 ¡p\/_SB_PCI0RP03HPSX H“RP4D \/_SB_PCI0RP04HPSX["
d @\/_SB_PCI0RP04PDCXp\/_SB_PCI0RP04PDCXp\/_SB_PCI0RP04HPSX†\/_SB_PCI0RP04 ¡p\/_SB_PCI0RP04HPSX H“RP5D \/_SB_PCI0RP05HPSX["
d @\/_SB_PCI0RP05PDCXp\/_SB_PCI0RP05PDCXp\/_SB_PCI0RP05HPSX†\/_SB_PCI0RP05 ¡p\/_SB_PCI0RP05HPSX H“RP6D \/_SB_PCI0RP06HPSX["
d @\/_SB_PCI0RP06PDCXp\/_SB_PCI0RP06PDCXp\/_SB_PCI0RP06HPSX†\/_SB_PCI0RP06 ¡p\/_SB_PCI0RP06HPSXB
_L02 p GPEC M
\/_SB_PCI0LPCBECOK N“DTSW '’•DTS1DTS2pDTS1\/_SB_PCI0LPCBEC0_SKTA¡pDTS2\/_SB_PCI0LPCBEC0_SKTA¡H '’•ODT1ODT2pODT1\/_SB_PCI0LPCBEC0_SKTA¡pODT2\/_SB_PCI0LPCBEC0_SKTA¡\/_SB_PCI0LPCBPHSS
_L03 †\/_SB_PCI0USB1
_L04 †\/_SB_PCI0USB2
_L05 †\/_SB_PCI0USB5
6_L06 '\/_SB_PCI0GFX0GSSE\/_SB_PCI0GFX0GSCI¡pSCISC_L09 A\/_SB_PCI0RP01PSPXp\/_SB_PCI0RP01PSPXp\/_SB_PCI0RP01PMSX†\/_SB_PCI0RP01
A\/_SB_PCI0RP02PSPXp\/_SB_PCI0RP02PSPXp\/_SB_PCI0RP02PMSX†\/_SB_PCI0RP02
A\/_SB_PCI0RP03PSPXp\/_SB_PCI0RP03PSPXp\/_SB_PCI0RP03PMSX†\/_SB_PCI0RP03
A\/_SB_PCI0RP04PSPXp\/_SB_PCI0RP04PSPXp\/_SB_PCI0RP04PMSX†\/_SB_PCI0RP04
A\/_SB_PCI0RP05PSPXp\/_SB_PCI0RP05PSPXp\/_SB_PCI0RP05PMSX†\/_SB_PCI0RP05
A\/_SB_PCI0RP06PSPXp\/_SB_PCI0RP06PSPXp\/_SB_PCI0RP06PMSX†\/_SB_PCI0RP06
_L0B †\/_SB_PCI0PCIB
_L0C †\/_SB_PCI0USB3
K_L0D ;\/_SB_PCI0EHC1PMESp\/_SB_PCI0EHC1PMES†\/_SB_PCI0EHC1
;\/_SB_PCI0EHC2PMESp\/_SB_PCI0EHC2PMES†\/_SB_PCI0EHC2
;\/_SB_PCI0HDEFPMESp\/_SB_PCI0HDEFPMES†\/_SB_PCI0HDEF
_L0E †\/_SB_PCI0USB4
_L1B €LPOLLPOL†\._SB_LID0
€F_PR_[ƒCPU0 [ƒCPU1 E RPPC M“OSYSÒ B{CFGD B”^.CPU0_PPC t^.CPU0_PPC^.CPU0_PPCPNOTr^.CPU0_PPC^.CPU0_PPCPNOT¡5r^.CPU0_PPC^.CPU0_PPCPNOTt^.CPU0_PPC^.CPU0_PPCPNOTFWSO
FWSO _PSC _PS0 p_PSC`p _PSC
_PS3 p
_PSCŒû_SB_[‚O>AMW0_HID
pnp0c14 _UID _WDG?
<§….SÐ_IúJÖ.j†AC ;mCqÝûrL¼¸C[þ
dùBC !fÕѲð É)BA STAC
WQACp
MXMTCConfigData [1¤STACSTBC
4WQBCp
Get MXMTCControlData: STBC = [1pSTBC[1¤STBCGWSBCpiSTBCp
Set MXMTCControlData: STBC = [1pSTBC[1 0“^^/PCI0LPCBECOKpƒˆSTBC ^^/PCI0LPCBEC0_SKTCWQBAC+®FOMB ž À DS }ÚT(Ù… B
KaÉ!R<”CˆWD„¼
°)À$ˆú÷‡( %B˜ [€a¶˜à’J§–!¡”ð-@;¢$°#‚¡qhì0,Lƒ8Œ²‘E`ÜNÈ L€xTa4EàBcd@È£ «£Ð¤Ø½ e,
'Àš cH2(@› [ BÔŠFpQjFH¬…4F°Â†7F˜ˆÑþ H ãf‘Fƒk‚c÷hN¸sÒç&£;¸:M†Ç°Ø) ïPÓ?x&5D:Ü û‘0ˆ³;n¬ÃÉhÐ¥
0{ ÐМö™„~8Ÿž!‰üA Fæÿ?´ÇxZ1C>¡Mj<@@áÑ@ož¯ F†“ñ àA×:2'¦!Ïè "¿2xAùÄ`¸ÇxðY@’ !Qã§G~zx“0(Ò™ùáÂÄ{Ÿ;Á){¤à°~ À¯
|®Œªý
@íQàT#-xŠJÌP8…ÐçsG%ö!Úá9NÁ÷‹#=#x‘ð0áÎ(¨80ôÿLÜz;¦€>À1Püÿ?¦ ‡¨Çô@|.¡
ÿ–Áއtj(€)yGPŒÖñ<› "O€ÎÿÿxX¸š¼’„}x‰ãAâµäÁ$F˜'GÀ·‚(‘Ž>ăI(c>£„‰ùp"ï'F
s*',Äñ …âã :,„þÿÇÜáÁ§ü…Æù0$ð|ÊÛæ€ŒÚô©Ñ¨Uƒ25Ê4¨Õ§RcÆLœR¼lßòž ±
8ÌóB –¢„…¡B©â˜ 4’
öÿ[‚LID0_HIDAÐ
_LID ¤LPOL[‚PWRB_HIDAÐ[‚„¹PCI0 _S3D ¤
_S4D ¤
_HIDAÐ
_CIDAÐ
[‚CMCHC_ADR [€HBUS
@
À[JHBUSEPEN EPBR MHEN
MHBR @
PXENPXSZ PXBR DIEN DIBR IPEN IPBR @ PM0H PM1L PM1H PM2L PM2H PM3L PM3H PM4L PM4H PM5L PM5H PM6L PM6H HENA @TUUD @ TLUDBUF0M ˆ
ÿ ‡ ÷ ø Gøø‡
ÿÿ ó ‡
ÿÿ ‡ ÿ? @ ‡ @ ÿ @ ‡ € ÿ¿ @ ‡ À ÿÿ @ ‡
ÿ?
@ ‡ @
ÿ
@ ‡ €
ÿ¿
@ ‡ À
ÿÿ
@ ‡ ÿ? @ ‡ @ ÿ @ ‡ € ÿ¿ @ ‡ À ÿÿ @ ‡ ÿÿ ‡ ÿÿÿß ‡ ðÿÿ¿þ À‡ ÔþÿOÔþ y K=_CRS ^.MCHCPM1LŠBUF0
|C0LNp C0LN “^.MCHCPM1LBUF0XC0RWp C0RW ^.MCHCPM1HŠBUF0
–C4LNp C4LN “^.MCHCPM1HBUF0(C4RWp C4RW ^.MCHCPM2LŠBUF0
°C8LNp C8LN “^.MCHCPM2LBUF0øC8RWp C8RW ^.MCHCPM2HŠBUF0
ÊCCLNp CCLN “^.MCHCPM2HBUF0ÈCCRWp CCRW ^.MCHCPM3LŠBUF0
äD0LNp D0LN “^.MCHCPM3LBUF0˜D0RWp D0RW ^.MCHCPM3HŠBUF0
þD4LNp D4LN “^.MCHCPM3HBUF0hD4RWp D4RW ^.MCHCPM4LŠBUF0D8LNp D8LN “^.MCHCPM4LBUF08D8RWp D8RW ^.MCHCPM4HŠBUF02DCLNp DCLN “^.MCHCPM4HBUF0 DCRWp DCRW ^.MCHCPM5LŠBUF0LE0LNp E0LN “^.MCHCPM5LBUF0Ø E0RWp E0RW ^.MCHCPM5HŠBUF0fE4LNp E4LN “^.MCHCPM5HBUF0¨
E4RWp E4RW ^.MCHCPM6LŠBUF0€E8LNp E8LN “^.MCHCPM6LBUF0xE8RWp E8RW ^.MCHCPM6HŠBUF0šECLNp ECLN “^.MCHCPM6HBUF0HECRWp ECRW ^.MCHCPM0HŠBUF0´F0LNp F0LN “^.MCHCPM0HBUF0
F0RWp F0RWŠBUF0ÂM1MNŠBUF0ÆM1MXŠBUF0ÎM1LNŠBUF0ÜM2MNŠBUF0àM2MXŠBUF0èM2LNy^.MCHCPXBR
M1MXz ^.MCHCPXSZ`rM1MX`M2MNrtM2MXM2MN M2LNtM1MXM1MXy^.MCHCTLUD
M1MNrtM1MXM1MN M1LN¤BUF0G(_PRT EGPIC¤Mÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
ÿÿ
¡I¤Eÿÿ ^.LPCBLNKA ÿÿ ^.LPCBLNKA ÿÿ ^.LPCBLNKA ÿÿ ^.LPCBLNKE ÿÿ ^.LPCBLNKA ÿÿ ^.LPCBLNKF ÿÿ
^.LPCBLNKC ÿÿ ^.LPCBLNKG ÿÿ ^.LPCBLNKB ÿÿ ^.LPCBLNKA ÿÿ
^.LPCBLNKC ÿÿ
^.LPCBLNKD ÿÿ ^.LPCBLNKH ÿÿ ^.LPCBLNKD ÿÿ
^.LPCBLNKC ÿÿ ^.LPCBLNKD ÿÿ ^.LPCBLNKD ÿÿ
^.LPCBLNKD ÿÿ
^.LPCBLNKA [‚@PDRC_HIDAÐ_UIDBUF0F
b† @ † @ † † † † Òþ † Ôþ P † PÔþ ° y M_CRSŠBUF0
RBR0y^^.LPCBRCBA
RBR0ŠBUF0
MBR0y^^.MCHCMHBR
MBR0ŠBUF0
DBR0y^^.MCHCDIBR
DBR0ŠBUF0
(EBR0y^^.MCHCEPBR
EBR0ŠBUF0
4XBR0y^^.MCHCPXBR
XBR0ŠBUF0
8XSZ0z ^^.MCHCPXSZXSZ0¤BUF0[‚MPPEGP_ADR A _PRT 3GPIC¤, ÿÿ
ÿÿ
ÿÿ
ÿÿ
¡E¤Aÿÿ ^^.LPCBLNKA ÿÿ^^.LPCBLNKB ÿÿ
^^.LPCBLNKC ÿÿ
^^.LPCBLNKD [‚IFVGA__ADR SWITCRTALCDATVAAVLDF[€VIDS
È[VIDSVDID _STA ¤
_PSC _PS0 p _PSC_PS1 p_PSC
_PS3 p
_PSC_DOSp{h
SWIT_DOD ¤ [‚MCRT_
_ADR ¤ A_DCS ^^^^.LPCBPHSS
pCADL`pCSTEa{`
`{a
a `pCRTA¡p CRTA CRTA “a
¤
¡¤
¡ “a
¤
¡¤
_DGS CRTA¤¡¤ _DSS[‚GLCD_
_ADR ¤M_DCS ^^^^.LPCBPHSS
pCADL`pCSTEa{``{aa `pLCDA¡p LCDA LCDA “a¤
¡¤
¡ “a¤
¡¤
_DGS LCDA¤¡¤ _DSS_BCL ¤
F
(
(
2
<
F _BCMxh
`apa^^^^/LPCBEC0_BRTS_BQC w^^^^/LPCBEC0_BRTS
`¤`[‚MTV__
_ADR ¤ A_DCS ^^^^.LPCBPHSS
pCADL`pCSTEa{`
`{a
a `pTVAA¡p TVAA TVAA “a
¤
¡¤
¡ “a
¤
¡¤
_DGS TVAA¤¡¤ _DSSIDSSW J“SWIT ^^^.LPCBPHSS
pCADL`pCSTEa ”a{`aVLDF{VLDF
þVLDF C
VLDF '“`
“a
STBL
“aSTBL
“a
STBL (“`
“a
STBL
“a
STBL “a
STBL
K“`
“a
STBL
“a
STBL
“aSTBL
“a
STBL
“a
STBL
“a
STBL¡pVLDFSTBL¡ “SWIT^^^.LPCBPHSSESTBL “hp CRTApLCDAp TVAA “h
pCRTAp LCDAp TVAA “h
pCRTApLCDAp TVAA “h
p CRTAp LCDApTVAA “h
p CRTApLCDApTVAA “h
pCRTAp LCDApTVAA “h
pCRTApLCDApTVAA†VGA_
€[‚BøGFX0_ADR _DOSp{h
DSENA&_DOD