linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
@ 2008-02-25 19:19 Michael S. Tsirkin
  2008-02-25 19:42 ` Alexey Starikovskiy
  2008-02-25 19:46 ` Andrew Morton
  0 siblings, 2 replies; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 19:19 UTC (permalink / raw)
  To: Andrew Morton, LKML, Rafael J. Wysocki, Alexey Starikovskiy,
	Len Brown, linux-acpi

On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
such as Fn-F4 and lid open/close, prints them in /var/log/acpid
and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).

This no longer happens in 2.6.25-rc3: I see nothing in /var/log/acpid
after power on:
[Mon Feb 25 20:47:28 2008] completed event "button/power PWRF 00000080 00000001"
[Mon Feb 25 20:48:44 2008] starting up
[Mon Feb 25 20:48:44 2008] 57 rules loaded
[Mon Feb 25 20:48:48 2008] client connected from 5927[0:0]
[Mon Feb 25 20:48:48 2008] 1 client rule loaded

and pressing buttons or closing lid produces no output in
/var/log/acpid and seems to have no effect.

git bisect pointed at commit 208c70a45624400fafd7511b96bc426bf01f8f5e :
ACPI: EC: Use proper handle for boot EC

If I do git revert 208c70a45624400fafd7511b96bc426bf01f8f5e on top
of 2.6.25-rc3, I start getting keyboard acpi events, again.


Thanks,
MST

PS: I see a different problem on resume, it seems to be unrelated to ACPI
and I will bisect and report separately.

PPS: Pls Cc me directly, I am not on the list.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 19:19 new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Michael S. Tsirkin
@ 2008-02-25 19:42 ` Alexey Starikovskiy
  2008-02-25 20:39   ` Michael S. Tsirkin
  2008-02-25 19:46 ` Andrew Morton
  1 sibling, 1 reply; 47+ messages in thread
From: Alexey Starikovskiy @ 2008-02-25 19:42 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Andrew Morton, LKML, Rafael J. Wysocki, Len Brown, linux-acpi

Michael S. Tsirkin wrote:
> On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
> such as Fn-F4 and lid open/close, prints them in /var/log/acpid
> and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
> 
> This no longer happens in 2.6.25-rc3: I see nothing in /var/log/acpid
> after power on:
> [Mon Feb 25 20:47:28 2008] completed event "button/power PWRF 00000080 00000001"
> [Mon Feb 25 20:48:44 2008] starting up
> [Mon Feb 25 20:48:44 2008] 57 rules loaded
> [Mon Feb 25 20:48:48 2008] client connected from 5927[0:0]
> [Mon Feb 25 20:48:48 2008] 1 client rule loaded
> 
> and pressing buttons or closing lid produces no output in
> /var/log/acpid and seems to have no effect.
> 
> git bisect pointed at commit 208c70a45624400fafd7511b96bc426bf01f8f5e :
> ACPI: EC: Use proper handle for boot EC
> 
> If I do git revert 208c70a45624400fafd7511b96bc426bf01f8f5e on top
> of 2.6.25-rc3, I start getting keyboard acpi events, again.
Could you please create a bug report and attach acpidump?

Thanks,
Alex.
> 
> 
> Thanks,
> MST
> 
> PS: I see a different problem on resume, it seems to be unrelated to ACPI
> and I will bisect and report separately.
> 
> PPS: Pls Cc me directly, I am not on the list.


^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 19:19 new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Michael S. Tsirkin
  2008-02-25 19:42 ` Alexey Starikovskiy
@ 2008-02-25 19:46 ` Andrew Morton
  2008-02-25 20:39   ` Michael S. Tsirkin
                     ` (2 more replies)
  1 sibling, 3 replies; 47+ messages in thread
From: Andrew Morton @ 2008-02-25 19:46 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: LKML, Rafael J. Wysocki, Alexey Starikovskiy, Len Brown, linux-acpi

On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:

> On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
> such as Fn-F4 and lid open/close, prints them in /var/log/acpid
> and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).

You mean suspend-to-ram works correctly on your t61p?

Mine suspends, then five seconds later magically resumes itself and the
screen is all black.


^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 19:42 ` Alexey Starikovskiy
@ 2008-02-25 20:39   ` Michael S. Tsirkin
  2008-02-25 20:50     ` Alexey Starikovskiy
  0 siblings, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 20:39 UTC (permalink / raw)
  To: Alexey Starikovskiy
  Cc: Andrew Morton, LKML, Rafael J. Wysocki, Len Brown, linux-acpi

On Mon, Feb 25, 2008 at 9:42 PM, Alexey Starikovskiy
<astarikovskiy@suse.de> wrote:
> Michael S. Tsirkin wrote:
>  > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
>  > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
>  > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
>  >
>  > This no longer happens in 2.6.25-rc3: I see nothing in /var/log/acpid
>  > after power on:
>  > [Mon Feb 25 20:47:28 2008] completed event "button/power PWRF 00000080 00000001"
>  > [Mon Feb 25 20:48:44 2008] starting up
>  > [Mon Feb 25 20:48:44 2008] 57 rules loaded
>  > [Mon Feb 25 20:48:48 2008] client connected from 5927[0:0]
>  > [Mon Feb 25 20:48:48 2008] 1 client rule loaded
>  >
>  > and pressing buttons or closing lid produces no output in
>  > /var/log/acpid and seems to have no effect.
>  >
>  > git bisect pointed at commit 208c70a45624400fafd7511b96bc426bf01f8f5e :
>  > ACPI: EC: Use proper handle for boot EC
>  >
>  > If I do git revert 208c70a45624400fafd7511b96bc426bf01f8f5e on top
>  > of 2.6.25-rc3, I start getting keyboard acpi events, again.
>  Could you please create a bug report

Did you guys stop accepting reports by mail?
I hope not.

> and attach acpidump?

I'll see if I can get acpidump output - in which state do you want it?
Right after boot on the broken kernel?

>  Thanks,
>  Alex.
>
>
> >
>  >
>  > Thanks,
>  > MST
>  >
>  > PS: I see a different problem on resume, it seems to be unrelated to ACPI
>  > and I will bisect and report separately.
>  >
>  > PPS: Pls Cc me directly, I am not on the list.
>
>

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 19:46 ` Andrew Morton
@ 2008-02-25 20:39   ` Michael S. Tsirkin
  2008-02-25 20:45   ` Michael S. Tsirkin
  2008-02-26  8:54   ` new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Klaus S. Madsen
  2 siblings, 0 replies; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 20:39 UTC (permalink / raw)
  To: Andrew Morton
  Cc: LKML, Rafael J. Wysocki, Alexey Starikovskiy, Len Brown, linux-acpi

On Mon, Feb 25, 2008 at 9:46 PM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
>
>  > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
>  > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
>  > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
>
>  You mean suspend-to-ram works correctly on your t61p?
>
>  Mine suspends, then five seconds later magically resumes itself and the
>  screen is all black.
>
>

I see the resume problems too, but they do not seem to be acpi-related
(IOW, there are 2 issues). I just finished bisecting and intend to
report shortly.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 19:46 ` Andrew Morton
  2008-02-25 20:39   ` Michael S. Tsirkin
@ 2008-02-25 20:45   ` Michael S. Tsirkin
  2008-02-25 20:57     ` broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p) Rafael J. Wysocki
  2008-02-26  8:54   ` new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Klaus S. Madsen
  2 siblings, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 20:45 UTC (permalink / raw)
  To: Andrew Morton
  Cc: LKML, Rafael J. Wysocki, Alexey Starikovskiy, Len Brown, linux-acpi

On Mon, Feb 25, 2008 at 9:46 PM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
>
>  > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
>  > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
>  > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
>
>  You mean suspend-to-ram works correctly on your t61p?
>
>  Mine suspends, then five seconds later magically resumes itself and the
>  screen is all black.

Sorry, have not noticed what you were asking about.
Yes, rc2 seems to suspend/resume fine.

And after reverting

     revert commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2.
     revert commit 208c70a45624400fafd7511b96bc426bf01f8f5e.

r3 does, too.
I just waited a couple of minutes after suspend to ram and it stays suspended.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 20:39   ` Michael S. Tsirkin
@ 2008-02-25 20:50     ` Alexey Starikovskiy
  2008-02-25 21:01       ` Michael S. Tsirkin
  0 siblings, 1 reply; 47+ messages in thread
From: Alexey Starikovskiy @ 2008-02-25 20:50 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Andrew Morton, LKML, Rafael J. Wysocki, Len Brown, linux-acpi

Michael S. Tsirkin wrote:
> Did you guys stop accepting reports by mail?
> I hope not.
It is easier to track bug information in bugzilla.
If you for some reason do not wish to create a bug report,
I can do it for you. You only need to provide acpidump.
> 
>> and attach acpidump?
> 
> I'll see if I can get acpidump output - in which state do you want it?
> Right after boot on the broken kernel?
acpidump output does not change over time, you could get it even with some other kernel.


^ permalink raw reply	[flat|nested] 47+ messages in thread

* broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 20:45   ` Michael S. Tsirkin
@ 2008-02-25 20:57     ` Rafael J. Wysocki
  2008-02-25 21:26       ` Pavel Machek
  0 siblings, 1 reply; 47+ messages in thread
From: Rafael J. Wysocki @ 2008-02-25 20:57 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Andrew Morton, LKML, Alexey Starikovskiy, Len Brown, linux-acpi,
	Pavel Machek, Jeff Garzik

On Monday, 25 of February 2008, Michael S. Tsirkin wrote:
> On Mon, Feb 25, 2008 at 9:46 PM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
> > On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
> >
> >  > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
> >  > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
> >  > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
> >
> >  You mean suspend-to-ram works correctly on your t61p?
> >
> >  Mine suspends, then five seconds later magically resumes itself and the
> >  screen is all black.
> 
> Sorry, have not noticed what you were asking about.
> Yes, rc2 seems to suspend/resume fine.
> 
> And after reverting
> 
>      revert commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2.

commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
Author: Pavel Machek <pavel@ucw.cz>
Date:   Thu Feb 21 13:56:55 2008 +0100

    power_state: get rid of write-only variable in SATA

>      revert commit 208c70a45624400fafd7511b96bc426bf01f8f5e.

commit 208c70a45624400fafd7511b96bc426bf01f8f5e
Author: Alexey Starikovskiy <astarikovskiy@suse.de>
Date:   Thu Feb 14 15:58:47 2008 -0500

    ACPI: EC: Use proper handle for boot EC

> r3 does, too.

Please, _please_ always add commit subjects to your reports.  Also, please
include the names of the authors of the commits that turn out to break things
and send CCs to them.

It won't hurt to send CCs to the people who signed those commits off, too.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 20:50     ` Alexey Starikovskiy
@ 2008-02-25 21:01       ` Michael S. Tsirkin
  2008-02-25 22:33         ` Alexey Starikovskiy
  0 siblings, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 21:01 UTC (permalink / raw)
  To: Alexey Starikovskiy
  Cc: Andrew Morton, LKML, Rafael J. Wysocki, Len Brown, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 778 bytes --]

On Mon, Feb 25, 2008 at 10:50 PM, Alexey Starikovskiy
<astarikovskiy@suse.de> wrote:
> Michael S. Tsirkin wrote:
>  > Did you guys stop accepting reports by mail?
>  > I hope not.
>  It is easier to track bug information in bugzilla.
>  If you for some reason do not wish to create a bug report,
>  I can do it for you. You only need to provide acpidump.

Great.

> >
>  >> and attach acpidump?
>  >
>  > I'll see if I can get acpidump output - in which state do you want it?
>  > Right after boot on the broken kernel?
>  acpidump output does not change over time, you could get it even with some other kernel.
>
>

Attached is the acpidump output run under 2.6.23-rc3 + with reverted
37f9b4c7c612fcbeb8fb6faddaef4ccdb5350145
(IOW - this is a working configuration).

HTH,
MST

[-- Attachment #2: acpidump.txt --]
[-- Type: text/plain, Size: 269013 bytes --]

DSDT @ 0x7fed195e
  0000: 44 53 44 54 a9 d3 00 00 01 8b 4c 45 4e 4f 56 4f  DSDT......LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4d 53 46 54  TP-79   0!..MSFT
  0020: 0e 00 00 01 10 20 5c 5f 50 52 5f 5b 83 0b 43 50  ..... \_PR_[..CP
  0030: 55 30 00 10 10 00 00 06 5b 83 0b 43 50 55 31 01  U0......[..CPU1.
  0040: 10 10 00 00 06 10 88 60 0b 5c 5f 53 42 5f 14 43  .......`.\_SB_.C
  0050: 32 5f 49 4e 49 00 a0 28 93 5c 53 43 4d 50 5c 5f  2_INI..(.\SCMP\_
  0060: 4f 53 5f 0d 4d 69 63 72 6f 73 6f 66 74 20 57 69  OS_.Microsoft Wi
  0070: 6e 64 6f 77 73 00 00 70 0a 01 5c 57 39 38 46 a1  ndows..p..\W98F.
  0080: 43 11 a0 46 09 5b 12 5c 5f 4f 53 49 60 a0 2c 5c  C..F.[.\_OSI`.,\
  0090: 5f 4f 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30  _OSI.Windows 200
  00a0: 31 00 70 0a 01 5c 57 4e 54 46 70 0a 01 5c 57 58  1.p..\WNTFp..\WX
  00b0: 50 46 70 0a 00 5c 57 53 50 56 a0 20 5c 5f 4f 53  PFp..\WSPV. \_OS
  00c0: 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20 53  I.Windows 2001 S
  00d0: 50 31 00 70 0a 01 5c 57 53 50 56 a0 20 5c 5f 4f  P1.p..\WSPV. \_O
  00e0: 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 31 20  SI.Windows 2001 
  00f0: 53 50 32 00 70 0a 02 5c 57 53 50 56 a0 1c 5c 5f  SP2.p..\WSPV..\_
  0100: 4f 53 49 0d 57 69 6e 64 6f 77 73 20 32 30 30 36  OSI.Windows 2006
  0110: 00 70 0a 01 5c 57 56 49 53 a1 49 07 a0 2b 93 5c  .p..\WVIS.I..+.\
  0120: 53 43 4d 50 5c 5f 4f 53 5f 0d 4d 69 63 72 6f 73  SCMP\_OS_.Micros
  0130: 6f 66 74 20 57 69 6e 64 6f 77 73 20 4e 54 00 00  oft Windows NT..
  0140: 70 0a 01 5c 57 4e 54 46 a1 4a 04 a0 47 04 93 5c  p..\WNTF.J..G..\
  0150: 53 43 4d 50 5c 5f 4f 53 5f 0d 4d 69 63 72 6f 73  SCMP\_OS_.Micros
  0160: 6f 66 74 20 57 69 6e 64 6f 77 73 4d 45 3a 20 4d  oft WindowsME: M
  0170: 69 6c 6c 65 6e 6e 69 75 6d 20 45 64 69 74 69 6f  illennium Editio
  0180: 6e 00 00 70 0a 01 5c 57 4d 45 46 70 0a 01 5c 57  n..p..\WMEFp..\W
  0190: 39 38 46 a0 12 92 95 5c 5f 52 45 56 0a 02 70 0a  98F....\_REV..p.
  01a0: 01 5c 48 38 44 52 70 0a 01 5c 4f 53 49 46 5c 2f  .\H8DRp..\OSIF\/
  01b0: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 4d 4f 55  ._SB_PCI0LPC_MOU
  01c0: 5f 4d 48 49 44 70 5c 53 52 41 48 5c 2f 03 5f 53  _MHIDp\SRAH\/._S
  01d0: 42 5f 50 43 49 30 52 49 44 5f a0 1e 56 49 47 44  B_PCI0RID_..VIGD
  01e0: 70 5c 53 52 48 45 5c 2f 04 5f 53 42 5f 50 43 49  p\SRHE\/._SB_PCI
  01f0: 30 56 49 44 5f 52 49 44 5f a1 1a 70 5c 53 52 48  0VID_RID_..p\SRH
  0200: 45 5c 2f 04 5f 53 42 5f 50 43 49 30 41 47 50 5f  E\/._SB_PCI0AGP_
  0210: 52 49 44 5f 70 5c 53 52 45 30 5c 2f 04 5f 53 42  RID_p\SRE0\/._SB
  0220: 5f 50 43 49 30 45 58 50 30 52 49 44 5f 70 5c 53  _PCI0EXP0RID_p\S
  0230: 52 45 31 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58  RE1\/._SB_PCI0EX
  0240: 50 31 52 49 44 5f 70 5c 53 52 45 32 5c 2f 04 5f  P1RID_p\SRE2\/._
  0250: 53 42 5f 50 43 49 30 45 58 50 32 52 49 44 5f 70  SB_PCI0EXP2RID_p
  0260: 5c 53 52 45 33 5c 2f 04 5f 53 42 5f 50 43 49 30  \SRE3\/._SB_PCI0
  0270: 45 58 50 33 52 49 44 5f 70 5c 53 52 55 30 5c 2f  EXP3RID_p\SRU0\/
  0280: 04 5f 53 42 5f 50 43 49 30 55 53 42 30 52 49 44  ._SB_PCI0USB0RID
  0290: 5f 70 5c 53 52 55 31 5c 2f 04 5f 53 42 5f 50 43  _p\SRU1\/._SB_PC
  02a0: 49 30 55 53 42 31 52 49 44 5f 70 5c 53 52 55 32  I0USB1RID_p\SRU2
  02b0: 5c 2f 04 5f 53 42 5f 50 43 49 30 55 53 42 32 52  \/._SB_PCI0USB2R
  02c0: 49 44 5f 70 5c 53 52 55 33 5c 2f 04 5f 53 42 5f  ID_p\SRU3\/._SB_
  02d0: 50 43 49 30 55 53 42 33 52 49 44 5f 70 5c 53 52  PCI0USB3RID_p\SR
  02e0: 55 37 5c 2f 04 5f 53 42 5f 50 43 49 30 55 53 42  U7\/._SB_PCI0USB
  02f0: 37 52 49 44 5f 70 5c 53 52 50 42 5c 2f 04 5f 53  7RID_p\SRPB\/._S
  0300: 42 5f 50 43 49 30 50 43 49 31 52 49 44 5f 70 5c  B_PCI0PCI1RID_p\
  0310: 53 52 4c 50 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  SRLP\/._SB_PCI0L
  0320: 50 43 5f 52 49 44 5f 70 5c 53 52 53 41 5c 2f 04  PC_RID_p\SRSA\/.
  0330: 5f 53 42 5f 50 43 49 30 49 44 45 30 52 49 44 5f  _SB_PCI0IDE0RID_
  0340: 70 5c 53 52 53 41 5c 2f 04 5f 53 42 5f 50 43 49  p\SRSA\/._SB_PCI
  0350: 30 53 41 54 41 52 49 44 5f 70 5c 53 52 53 4d 5c  0SATARID_p\SRSM\
  0360: 2f 04 5f 53 42 5f 50 43 49 30 53 4d 42 55 52 49  /._SB_PCI0SMBURI
  0370: 44 5f 5b 82 4b 11 4c 4e 4b 41 08 5f 48 49 44 0c  D_[.K.LNKA._HID.
  0380: 41 d0 0c 0f 08 5f 55 49 44 0a 01 14 28 5f 53 54  A...._UID...(_ST
  0390: 41 00 a0 1c 92 56 50 49 52 5c 2f 04 5f 53 42 5f  A....VPIR\/._SB_
  03a0: 50 43 49 30 4c 50 43 5f 50 49 52 41 a4 0a 09 a1  PCI0LPC_PIRA....
  03b0: 04 a4 0a 0b 08 5f 50 52 53 11 09 0a 06 23 f8 0e  ....._PRS....#..
  03c0: 18 79 00 14 2f 5f 44 49 53 00 7d 5c 2f 04 5f 53  .y../_DIS.}\/._S
  03d0: 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 41 0a 80  B_PCI0LPC_PIRA..
  03e0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50  \/._SB_PCI0LPC_P
  03f0: 49 52 41 08 42 55 46 41 11 09 0a 06 23 00 00 18  IRA.BUFA....#...
  0400: 79 00 8b 42 55 46 41 0a 01 49 52 41 31 14 3a 5f  y..BUFA..IRA1.:_
  0410: 43 52 53 00 7b 5c 2f 04 5f 53 42 5f 50 43 49 30  CRS.{\/._SB_PCI0
  0420: 4c 50 43 5f 50 49 52 41 0a 8f 60 a0 0e 56 50 49  LPC_PIRA..`..VPI
  0430: 52 60 79 0a 01 60 49 52 41 31 a1 08 70 0a 00 49  R`y..`IRA1..p..I
  0440: 52 41 31 a4 42 55 46 41 14 46 04 5f 53 52 53 01  RA1.BUFA.F._SRS.
  0450: 8b 68 0a 01 49 52 41 32 82 49 52 41 32 60 7b 5c  .h..IRA2.IRA2`{\
  0460: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49  /._SB_PCI0LPC_PI
  0470: 52 41 0a 70 61 7d 61 76 60 61 70 61 5c 2f 04 5f  RA.pa}av`apa\/._
  0480: 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 41 5b  SB_PCI0LPC_PIRA[
  0490: 82 4b 11 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 0c  .K.LNKB._HID.A..
  04a0: 0f 08 5f 55 49 44 0a 02 14 28 5f 53 54 41 00 a0  .._UID...(_STA..
  04b0: 1c 92 56 50 49 52 5c 2f 04 5f 53 42 5f 50 43 49  ..VPIR\/._SB_PCI
  04c0: 30 4c 50 43 5f 50 49 52 42 a4 0a 09 a1 04 a4 0a  0LPC_PIRB.......
  04d0: 0b 08 5f 50 52 53 11 09 0a 06 23 f8 0e 18 79 00  .._PRS....#...y.
  04e0: 14 2f 5f 44 49 53 00 7d 5c 2f 04 5f 53 42 5f 50  ./_DIS.}\/._SB_P
  04f0: 43 49 30 4c 50 43 5f 50 49 52 42 0a 80 5c 2f 04  CI0LPC_PIRB..\/.
  0500: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 42  _SB_PCI0LPC_PIRB
  0510: 08 42 55 46 42 11 09 0a 06 23 00 00 18 79 00 8b  .BUFB....#...y..
  0520: 42 55 46 42 0a 01 49 52 42 31 14 3a 5f 43 52 53  BUFB..IRB1.:_CRS
  0530: 00 7b 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43  .{\/._SB_PCI0LPC
  0540: 5f 50 49 52 42 0a 8f 60 a0 0e 56 50 49 52 60 79  _PIRB..`..VPIR`y
  0550: 0a 01 60 49 52 42 31 a1 08 70 0a 00 49 52 42 31  ..`IRB1..p..IRB1
  0560: a4 42 55 46 42 14 46 04 5f 53 52 53 01 8b 68 0a  .BUFB.F._SRS..h.
  0570: 01 49 52 42 32 82 49 52 42 32 60 7b 5c 2f 04 5f  .IRB2.IRB2`{\/._
  0580: 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 42 0a  SB_PCI0LPC_PIRB.
  0590: 70 61 7d 61 76 60 61 70 61 5c 2f 04 5f 53 42 5f  pa}av`apa\/._SB_
  05a0: 50 43 49 30 4c 50 43 5f 50 49 52 42 5b 82 4b 11  PCI0LPC_PIRB[.K.
  05b0: 4c 4e 4b 43 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f  LNKC._HID.A...._
  05c0: 55 49 44 0a 03 14 28 5f 53 54 41 00 a0 1c 92 56  UID...(_STA....V
  05d0: 50 49 52 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  PIR\/._SB_PCI0LP
  05e0: 43 5f 50 49 52 43 a4 0a 09 a1 04 a4 0a 0b 08 5f  C_PIRC........._
  05f0: 50 52 53 11 09 0a 06 23 f8 0e 18 79 00 14 2f 5f  PRS....#...y../_
  0600: 44 49 53 00 7d 5c 2f 04 5f 53 42 5f 50 43 49 30  DIS.}\/._SB_PCI0
  0610: 4c 50 43 5f 50 49 52 43 0a 80 5c 2f 04 5f 53 42  LPC_PIRC..\/._SB
  0620: 5f 50 43 49 30 4c 50 43 5f 50 49 52 43 08 42 55  _PCI0LPC_PIRC.BU
  0630: 46 43 11 09 0a 06 23 00 00 18 79 00 8b 42 55 46  FC....#...y..BUF
  0640: 43 0a 01 49 52 43 31 14 3a 5f 43 52 53 00 7b 5c  C..IRC1.:_CRS.{\
  0650: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49  /._SB_PCI0LPC_PI
  0660: 52 43 0a 8f 60 a0 0e 56 50 49 52 60 79 0a 01 60  RC..`..VPIR`y..`
  0670: 49 52 43 31 a1 08 70 0a 00 49 52 43 31 a4 42 55  IRC1..p..IRC1.BU
  0680: 46 43 14 46 04 5f 53 52 53 01 8b 68 0a 01 49 52  FC.F._SRS..h..IR
  0690: 43 32 82 49 52 43 32 60 7b 5c 2f 04 5f 53 42 5f  C2.IRC2`{\/._SB_
  06a0: 50 43 49 30 4c 50 43 5f 50 49 52 43 0a 70 61 7d  PCI0LPC_PIRC.pa}
  06b0: 61 76 60 61 70 61 5c 2f 04 5f 53 42 5f 50 43 49  av`apa\/._SB_PCI
  06c0: 30 4c 50 43 5f 50 49 52 43 5b 82 4b 11 4c 4e 4b  0LPC_PIRC[.K.LNK
  06d0: 44 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44  D._HID.A...._UID
  06e0: 0a 04 14 28 5f 53 54 41 00 a0 1c 92 56 50 49 52  ...(_STA....VPIR
  06f0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50  \/._SB_PCI0LPC_P
  0700: 49 52 44 a4 0a 09 a1 04 a4 0a 0b 08 5f 50 52 53  IRD........._PRS
  0710: 11 09 0a 06 23 f8 0e 18 79 00 14 2f 5f 44 49 53  ....#...y../_DIS
  0720: 00 7d 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43  .}\/._SB_PCI0LPC
  0730: 5f 50 49 52 44 0a 80 5c 2f 04 5f 53 42 5f 50 43  _PIRD..\/._SB_PC
  0740: 49 30 4c 50 43 5f 50 49 52 44 08 42 55 46 44 11  I0LPC_PIRD.BUFD.
  0750: 09 0a 06 23 00 00 18 79 00 8b 42 55 46 44 0a 01  ...#...y..BUFD..
  0760: 49 52 44 31 14 3a 5f 43 52 53 00 7b 5c 2f 04 5f  IRD1.:_CRS.{\/._
  0770: 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 44 0a  SB_PCI0LPC_PIRD.
  0780: 8f 60 a0 0e 56 50 49 52 60 79 0a 01 60 49 52 44  .`..VPIR`y..`IRD
  0790: 31 a1 08 70 0a 00 49 52 44 31 a4 42 55 46 44 14  1..p..IRD1.BUFD.
  07a0: 46 04 5f 53 52 53 01 8b 68 0a 01 49 52 44 32 82  F._SRS..h..IRD2.
  07b0: 49 52 44 32 60 7b 5c 2f 04 5f 53 42 5f 50 43 49  IRD2`{\/._SB_PCI
  07c0: 30 4c 50 43 5f 50 49 52 44 0a 70 61 7d 61 76 60  0LPC_PIRD.pa}av`
  07d0: 61 70 61 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  apa\/._SB_PCI0LP
  07e0: 43 5f 50 49 52 44 5b 82 4b 11 4c 4e 4b 45 08 5f  C_PIRD[.K.LNKE._
  07f0: 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 05 14  HID.A...._UID...
  0800: 28 5f 53 54 41 00 a0 1c 92 56 50 49 52 5c 2f 04  (_STA....VPIR\/.
  0810: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 45  _SB_PCI0LPC_PIRE
  0820: a4 0a 09 a1 04 a4 0a 0b 08 5f 50 52 53 11 09 0a  ........._PRS...
  0830: 06 23 f8 0e 18 79 00 14 2f 5f 44 49 53 00 7d 5c  .#...y../_DIS.}\
  0840: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49  /._SB_PCI0LPC_PI
  0850: 52 45 0a 80 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  RE..\/._SB_PCI0L
  0860: 50 43 5f 50 49 52 45 08 42 55 46 45 11 09 0a 06  PC_PIRE.BUFE....
  0870: 23 00 00 18 79 00 8b 42 55 46 45 0a 01 49 52 45  #...y..BUFE..IRE
  0880: 31 14 3a 5f 43 52 53 00 7b 5c 2f 04 5f 53 42 5f  1.:_CRS.{\/._SB_
  0890: 50 43 49 30 4c 50 43 5f 50 49 52 45 0a 8f 60 a0  PCI0LPC_PIRE..`.
  08a0: 0e 56 50 49 52 60 79 0a 01 60 49 52 45 31 a1 08  .VPIR`y..`IRE1..
  08b0: 70 0a 00 49 52 45 31 a4 42 55 46 45 14 46 04 5f  p..IRE1.BUFE.F._
  08c0: 53 52 53 01 8b 68 0a 01 49 52 45 32 82 49 52 45  SRS..h..IRE2.IRE
  08d0: 32 60 7b 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  2`{\/._SB_PCI0LP
  08e0: 43 5f 50 49 52 45 0a 70 61 7d 61 76 60 61 70 61  C_PIRE.pa}av`apa
  08f0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50  \/._SB_PCI0LPC_P
  0900: 49 52 45 5b 82 4b 11 4c 4e 4b 46 08 5f 48 49 44  IRE[.K.LNKF._HID
  0910: 0c 41 d0 0c 0f 08 5f 55 49 44 0a 06 14 28 5f 53  .A...._UID...(_S
  0920: 54 41 00 a0 1c 92 56 50 49 52 5c 2f 04 5f 53 42  TA....VPIR\/._SB
  0930: 5f 50 43 49 30 4c 50 43 5f 50 49 52 46 a4 0a 09  _PCI0LPC_PIRF...
  0940: a1 04 a4 0a 0b 08 5f 50 52 53 11 09 0a 06 23 f8  ......_PRS....#.
  0950: 0e 18 79 00 14 2f 5f 44 49 53 00 7d 5c 2f 04 5f  ..y../_DIS.}\/._
  0960: 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 46 0a  SB_PCI0LPC_PIRF.
  0970: 80 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  0980: 50 49 52 46 08 42 55 46 46 11 09 0a 06 23 00 00  PIRF.BUFF....#..
  0990: 18 79 00 8b 42 55 46 46 0a 01 49 52 46 31 14 3a  .y..BUFF..IRF1.:
  09a0: 5f 43 52 53 00 7b 5c 2f 04 5f 53 42 5f 50 43 49  _CRS.{\/._SB_PCI
  09b0: 30 4c 50 43 5f 50 49 52 46 0a 8f 60 a0 0e 56 50  0LPC_PIRF..`..VP
  09c0: 49 52 60 79 0a 01 60 49 52 46 31 a1 08 70 0a 00  IR`y..`IRF1..p..
  09d0: 49 52 46 31 a4 42 55 46 46 14 46 04 5f 53 52 53  IRF1.BUFF.F._SRS
  09e0: 01 8b 68 0a 01 49 52 46 32 82 49 52 46 32 60 7b  ..h..IRF2.IRF2`{
  09f0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50  \/._SB_PCI0LPC_P
  0a00: 49 52 46 0a 70 61 7d 61 76 60 61 70 61 5c 2f 04  IRF.pa}av`apa\/.
  0a10: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 46  _SB_PCI0LPC_PIRF
  0a20: 5b 82 4b 11 4c 4e 4b 47 08 5f 48 49 44 0c 41 d0  [.K.LNKG._HID.A.
  0a30: 0c 0f 08 5f 55 49 44 0a 07 14 28 5f 53 54 41 00  ..._UID...(_STA.
  0a40: a0 1c 92 56 50 49 52 5c 2f 04 5f 53 42 5f 50 43  ...VPIR\/._SB_PC
  0a50: 49 30 4c 50 43 5f 50 49 52 47 a4 0a 09 a1 04 a4  I0LPC_PIRG......
  0a60: 0a 0b 08 5f 50 52 53 11 09 0a 06 23 f8 0e 18 79  ..._PRS....#...y
  0a70: 00 14 2f 5f 44 49 53 00 7d 5c 2f 04 5f 53 42 5f  ../_DIS.}\/._SB_
  0a80: 50 43 49 30 4c 50 43 5f 50 49 52 47 0a 80 5c 2f  PCI0LPC_PIRG..\/
  0a90: 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52  ._SB_PCI0LPC_PIR
  0aa0: 47 08 42 55 46 47 11 09 0a 06 23 00 00 18 79 00  G.BUFG....#...y.
  0ab0: 8b 42 55 46 47 0a 01 49 52 47 31 14 3a 5f 43 52  .BUFG..IRG1.:_CR
  0ac0: 53 00 7b 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  S.{\/._SB_PCI0LP
  0ad0: 43 5f 50 49 52 47 0a 8f 60 a0 0e 56 50 49 52 60  C_PIRG..`..VPIR`
  0ae0: 79 0a 01 60 49 52 47 31 a1 08 70 0a 00 49 52 47  y..`IRG1..p..IRG
  0af0: 31 a4 42 55 46 47 14 46 04 5f 53 52 53 01 8b 68  1.BUFG.F._SRS..h
  0b00: 0a 01 49 52 47 32 82 49 52 47 32 60 7b 5c 2f 04  ..IRG2.IRG2`{\/.
  0b10: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 47  _SB_PCI0LPC_PIRG
  0b20: 0a 70 61 7d 61 76 60 61 70 61 5c 2f 04 5f 53 42  .pa}av`apa\/._SB
  0b30: 5f 50 43 49 30 4c 50 43 5f 50 49 52 47 5b 82 4b  _PCI0LPC_PIRG[.K
  0b40: 11 4c 4e 4b 48 08 5f 48 49 44 0c 41 d0 0c 0f 08  .LNKH._HID.A....
  0b50: 5f 55 49 44 0a 08 14 28 5f 53 54 41 00 a0 1c 92  _UID...(_STA....
  0b60: 56 50 49 52 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  VPIR\/._SB_PCI0L
  0b70: 50 43 5f 50 49 52 48 a4 0a 09 a1 04 a4 0a 0b 08  PC_PIRH.........
  0b80: 5f 50 52 53 11 09 0a 06 23 f8 0e 18 79 00 14 2f  _PRS....#...y../
  0b90: 5f 44 49 53 00 7d 5c 2f 04 5f 53 42 5f 50 43 49  _DIS.}\/._SB_PCI
  0ba0: 30 4c 50 43 5f 50 49 52 48 0a 80 5c 2f 04 5f 53  0LPC_PIRH..\/._S
  0bb0: 42 5f 50 43 49 30 4c 50 43 5f 50 49 52 48 08 42  B_PCI0LPC_PIRH.B
  0bc0: 55 46 48 11 09 0a 06 23 00 00 18 79 00 8b 42 55  UFH....#...y..BU
  0bd0: 46 48 0a 01 49 52 48 31 14 3a 5f 43 52 53 00 7b  FH..IRH1.:_CRS.{
  0be0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 50  \/._SB_PCI0LPC_P
  0bf0: 49 52 48 0a 8f 60 a0 0e 56 50 49 52 60 79 0a 01  IRH..`..VPIR`y..
  0c00: 60 49 52 48 31 a1 08 70 0a 00 49 52 48 31 a4 42  `IRH1..p..IRH1.B
  0c10: 55 46 48 14 46 04 5f 53 52 53 01 8b 68 0a 01 49  UFH.F._SRS..h..I
  0c20: 52 48 32 82 49 52 48 32 60 7b 5c 2f 04 5f 53 42  RH2.IRH2`{\/._SB
  0c30: 5f 50 43 49 30 4c 50 43 5f 50 49 52 48 0a 70 61  _PCI0LPC_PIRH.pa
  0c40: 7d 61 76 60 61 70 61 5c 2f 04 5f 53 42 5f 50 43  }av`apa\/._SB_PC
  0c50: 49 30 4c 50 43 5f 50 49 52 48 14 39 56 50 49 52  I0LPC_PIRH.9VPIR
  0c60: 01 70 0a 01 60 a0 0a 7b 68 0a 80 00 70 0a 00 60  .p..`..{h...p..`
  0c70: a1 21 7b 68 0a 0f 61 a0 09 95 61 0a 03 70 0a 00  .!{h..a...a..p..
  0c80: 60 a1 10 a0 0e 91 93 61 0a 08 93 61 0a 0d 70 0a  `......a...a..p.
  0c90: 00 60 a4 60 5b 82 48 68 4d 45 4d 5f 08 5f 48 49  .`.`[.HhMEM_._HI
  0ca0: 44 0c 41 d0 0c 01 08 4d 45 39 38 11 42 04 0a 3e  D.A....ME98.B..>
  0cb0: 86 09 00 01 00 00 00 00 00 00 0a 00 86 09 00 00  ................
  0cc0: 00 00 0e 00 00 00 02 00 86 09 00 01 00 00 10 00  ................
  0cd0: 00 00 ee 01 86 09 00 00 00 00 c0 fe 00 00 14 00  ................
  0ce0: 86 09 00 00 00 10 d4 fe 00 f0 2b 01 79 00 8a 4d  ..........+.y..M
  0cf0: 45 39 38 0a 1c 4d 45 42 30 8a 4d 45 39 38 0a 20  E98..MEB0.ME98. 
  0d00: 4d 45 4c 30 08 4d 47 41 50 11 11 0a 0e 86 09 00  MEL0.MGAP.......
  0d10: 00 00 00 00 00 00 00 00 00 79 00 8a 4d 47 41 50  .........y..MGAP
  0d20: 0a 04 4d 47 50 42 8a 4d 47 41 50 0a 08 4d 47 50  ..MGPB.MGAP..MGP
  0d30: 4c 08 4d 45 4d 53 11 42 0d 0a ce 86 09 00 01 00  L.MEMS.B........
  0d40: 00 00 00 00 00 0a 00 86 09 00 00 00 00 0c 00 00  ................
  0d50: 00 00 00 86 09 00 00 00 40 0c 00 00 00 00 00 86  ........@.......
  0d60: 09 00 00 00 80 0c 00 00 00 00 00 86 09 00 00 00  ................
  0d70: c0 0c 00 00 00 00 00 86 09 00 00 00 00 0d 00 00  ................
  0d80: 00 00 00 86 09 00 00 00 40 0d 00 00 00 00 00 86  ........@.......
  0d90: 09 00 00 00 80 0d 00 00 00 00 00 86 09 00 00 00  ................
  0da0: c0 0d 00 00 00 00 00 86 09 00 00 00 00 0e 00 00  ................
  0db0: 00 00 00 86 09 00 00 00 40 0e 00 00 00 00 00 86  ........@.......
  0dc0: 09 00 00 00 80 0e 00 00 00 00 00 86 09 00 00 00  ................
  0dd0: c0 0e 00 00 00 00 00 86 09 00 00 00 00 0f 00 00  ................
  0de0: 00 01 00 86 09 00 01 00 00 10 00 00 00 ee 01 86  ................
  0df0: 09 00 00 00 00 c0 fe 00 00 14 00 86 09 00 00 00  ................
  0e00: 10 d4 fe 00 f0 2b 01 79 00 8a 4d 45 4d 53 0a 14  .....+.y..MEMS..
  0e10: 4d 43 30 4c 8a 4d 45 4d 53 0a 20 4d 43 34 4c 8a  MC0L.MEMS. MC4L.
  0e20: 4d 45 4d 53 0a 2c 4d 43 38 4c 8a 4d 45 4d 53 0a  MEMS.,MC8L.MEMS.
  0e30: 38 4d 43 43 4c 8a 4d 45 4d 53 0a 44 4d 44 30 4c  8MCCL.MEMS.DMD0L
  0e40: 8a 4d 45 4d 53 0a 50 4d 44 34 4c 8a 4d 45 4d 53  .MEMS.PMD4L.MEMS
  0e50: 0a 5c 4d 44 38 4c 8a 4d 45 4d 53 0a 68 4d 44 43  .\MD8L.MEMS.hMDC
  0e60: 4c 8a 4d 45 4d 53 0a 74 4d 45 30 4c 8a 4d 45 4d  L.MEMS.tME0L.MEM
  0e70: 53 0a 80 4d 45 34 4c 8a 4d 45 4d 53 0a 8c 4d 45  S..ME4L.MEMS..ME
  0e80: 38 4c 8a 4d 45 4d 53 0a 98 4d 45 43 4c 8d 4d 45  8L.MEMS..MECL.ME
  0e90: 4d 53 0a 78 4d 43 30 57 8d 4d 45 4d 53 0a d8 4d  MS.xMC0W.MEMS..M
  0ea0: 43 34 57 8d 4d 45 4d 53 0b 38 01 4d 43 38 57 8d  C4W.MEMS.8.MC8W.
  0eb0: 4d 45 4d 53 0b 98 01 4d 43 43 57 8d 4d 45 4d 53  MEMS...MCCW.MEMS
  0ec0: 0b f8 01 4d 44 30 57 8d 4d 45 4d 53 0b 58 02 4d  ...MD0W.MEMS.X.M
  0ed0: 44 34 57 8d 4d 45 4d 53 0b b8 02 4d 44 38 57 8d  D4W.MEMS...MD8W.
  0ee0: 4d 45 4d 53 0b 18 03 4d 44 43 57 8d 4d 45 4d 53  MEMS...MDCW.MEMS
  0ef0: 0b 78 03 4d 45 30 57 8d 4d 45 4d 53 0b d8 03 4d  .x.ME0W.MEMS...M
  0f00: 45 34 57 8d 4d 45 4d 53 0b 38 04 4d 45 38 57 8d  E4W.MEMS.8.ME8W.
  0f10: 4d 45 4d 53 0b 98 04 4d 45 43 57 8a 4d 45 4d 53  MEMS...MECW.MEMS
  0f20: 0a ac 4d 45 42 31 8a 4d 45 4d 53 0a b0 4d 45 4c  ..MEB1.MEMS..MEL
  0f30: 31 8a 4d 45 4d 53 0a bc 4d 45 4c 32 8a 4d 45 4d  1.MEMS..MEL2.MEM
  0f40: 53 0a c8 4d 45 4c 33 14 46 3d 5f 43 52 53 00 a0  S..MEL3.F=_CRS..
  0f50: 4d 17 5c 57 39 38 46 74 5c 4d 45 4d 58 4d 45 42  M.\W98Ft\MEMXMEB
  0f60: 30 4d 45 4c 30 70 5c 47 41 50 41 4d 47 50 42 70  0MEL0p\GAPAMGPBp
  0f70: 5c 47 41 50 4c 4d 47 50 4c a0 49 0c 90 4d 47 50  \GAPLMGPL.I..MGP
  0f80: 42 4d 47 50 4c 74 87 4d 45 39 38 0a 02 60 08 4d  BMGPLt.ME98..`.M
  0f90: 42 46 30 11 02 60 72 60 87 4d 47 41 50 60 08 4d  BF0..`r`.MGAP`.M
  0fa0: 42 46 31 11 02 60 70 4d 45 39 38 4d 42 46 30 73  BF1..`pME98MBF0s
  0fb0: 4d 42 46 30 4d 47 41 50 4d 42 46 31 a0 4f 07 92  MBF0MGAPMBF1.O..
  0fc0: 93 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  0fd0: 54 50 4d 5f 5f 53 54 41 0a 0f 74 87 4d 42 46 31  TPM__STA..t.MBF1
  0fe0: 0a 02 60 08 4d 42 46 32 11 02 60 72 60 87 5c 2f  ..`.MBF2..`r`.\/
  0ff0: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 54 50 4d  ._SB_PCI0LPC_TPM
  1000: 5f 5f 43 52 53 60 08 4d 42 46 33 11 02 60 70 4d  __CRS`.MBF3..`pM
  1010: 42 46 31 4d 42 46 32 73 4d 42 46 32 5c 2f 05 5f  BF1MBF2sMBF2\/._
  1020: 53 42 5f 50 43 49 30 4c 50 43 5f 54 50 4d 5f 5f  SB_PCI0LPC_TPM__
  1030: 43 52 53 4d 42 46 33 a4 4d 42 46 33 a1 06 a4 4d  CRSMBF3.MBF3...M
  1040: 42 46 31 a1 49 08 a0 4f 07 92 93 5c 2f 05 5f 53  BF1.I..O...\/._S
  1050: 42 5f 50 43 49 30 4c 50 43 5f 54 50 4d 5f 5f 53  B_PCI0LPC_TPM__S
  1060: 54 41 0a 0f 74 87 4d 45 39 38 0a 02 60 08 4d 42  TA..t.ME98..`.MB
  1070: 46 34 11 02 60 72 60 87 5c 2f 05 5f 53 42 5f 50  F4..`r`.\/._SB_P
  1080: 43 49 30 4c 50 43 5f 54 50 4d 5f 5f 43 52 53 60  CI0LPC_TPM__CRS`
  1090: 08 4d 42 46 35 11 02 60 70 4d 45 39 38 4d 42 46  .MBF5..`pME98MBF
  10a0: 34 73 4d 42 46 34 5c 2f 05 5f 53 42 5f 50 43 49  4sMBF4\/._SB_PCI
  10b0: 30 4c 50 43 5f 54 50 4d 5f 5f 43 52 53 4d 42 46  0LPC_TPM__CRSMBF
  10c0: 35 a4 4d 42 46 35 a1 06 a4 4d 45 39 38 7b 5c 2f  5.MBF5...ME98{\/
  10d0: 03 5f 53 42 5f 50 43 49 30 50 41 4d 31 0a 03 60  ._SB_PCI0PAM1..`
  10e0: a0 18 60 70 0b 00 40 4d 43 30 4c a0 0d 7b 60 0a  ..`p..@MC0L..{`.
  10f0: 02 00 70 0a 01 4d 43 30 57 7b 5c 2f 03 5f 53 42  ..p..MC0W{\/._SB
  1100: 5f 50 43 49 30 50 41 4d 31 0a 30 60 a0 18 60 70  _PCI0PAM1.0`..`p
  1110: 0b 00 40 4d 43 34 4c a0 0d 7b 60 0a 20 00 70 0a  ..@MC4L..{`. .p.
  1120: 01 4d 43 34 57 7b 5c 2f 03 5f 53 42 5f 50 43 49  .MC4W{\/._SB_PCI
  1130: 30 50 41 4d 32 0a 03 60 a0 18 60 70 0b 00 40 4d  0PAM2..`..`p..@M
  1140: 43 38 4c a0 0d 7b 60 0a 02 00 70 0a 01 4d 43 38  C8L..{`...p..MC8
  1150: 57 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 41 4d  W{\/._SB_PCI0PAM
  1160: 32 0a 30 60 a0 18 60 70 0b 00 40 4d 43 43 4c a0  2.0`..`p..@MCCL.
  1170: 0d 7b 60 0a 20 00 70 0a 01 4d 43 43 57 7b 5c 2f  .{`. .p..MCCW{\/
  1180: 03 5f 53 42 5f 50 43 49 30 50 41 4d 33 0a 03 60  ._SB_PCI0PAM3..`
  1190: a0 18 60 70 0b 00 40 4d 44 30 4c a0 0d 7b 60 0a  ..`p..@MD0L..{`.
  11a0: 02 00 70 0a 01 4d 44 30 57 7b 5c 2f 03 5f 53 42  ..p..MD0W{\/._SB
  11b0: 5f 50 43 49 30 50 41 4d 33 0a 30 60 a0 18 60 70  _PCI0PAM3.0`..`p
  11c0: 0b 00 40 4d 44 34 4c a0 0d 7b 60 0a 20 00 70 0a  ..@MD4L..{`. .p.
  11d0: 01 4d 44 34 57 7b 5c 2f 03 5f 53 42 5f 50 43 49  .MD4W{\/._SB_PCI
  11e0: 30 50 41 4d 34 0a 03 60 a0 18 60 70 0b 00 40 4d  0PAM4..`..`p..@M
  11f0: 44 38 4c a0 0d 7b 60 0a 02 00 70 0a 01 4d 44 38  D8L..{`...p..MD8
  1200: 57 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 41 4d  W{\/._SB_PCI0PAM
  1210: 34 0a 30 60 a0 18 60 70 0b 00 40 4d 44 43 4c a0  4.0`..`p..@MDCL.
  1220: 0d 7b 60 0a 20 00 70 0a 01 4d 44 43 57 7b 5c 2f  .{`. .p..MDCW{\/
  1230: 03 5f 53 42 5f 50 43 49 30 50 41 4d 35 0a 03 60  ._SB_PCI0PAM5..`
  1240: a0 18 60 70 0b 00 40 4d 45 30 4c a0 0d 7b 60 0a  ..`p..@ME0L..{`.
  1250: 02 00 70 0a 01 4d 45 30 57 7b 5c 2f 03 5f 53 42  ..p..ME0W{\/._SB
  1260: 5f 50 43 49 30 50 41 4d 35 0a 30 60 a0 18 60 70  _PCI0PAM5.0`..`p
  1270: 0b 00 40 4d 45 34 4c a0 0d 7b 60 0a 20 00 70 0a  ..@ME4L..{`. .p.
  1280: 01 4d 45 34 57 7b 5c 2f 03 5f 53 42 5f 50 43 49  .ME4W{\/._SB_PCI
  1290: 30 50 41 4d 36 0a 03 60 a0 18 60 70 0b 00 40 4d  0PAM6..`..`p..@M
  12a0: 45 38 4c a0 0d 7b 60 0a 02 00 70 0a 01 4d 45 38  E8L..{`...p..ME8
  12b0: 57 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 41 4d  W{\/._SB_PCI0PAM
  12c0: 36 0a 30 60 a0 18 60 70 0b 00 40 4d 45 43 4c a0  6.0`..`p..@MECL.
  12d0: 0d 7b 60 0a 20 00 70 0a 01 4d 45 43 57 74 5c 4d  .{`. .p..MECWt\M
  12e0: 45 4d 58 4d 45 42 31 4d 45 4c 31 a0 2d 92 93 5c  EMXMEB1MEL1.-..\
  12f0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 54 50  /._SB_PCI0LPC_TP
  1300: 4d 5f 5f 53 54 41 0a 0f 70 0c 00 00 40 01 4d 45  M__STA..p...@.ME
  1310: 4c 32 70 0a 00 4d 45 4c 33 a4 4d 45 4d 53 5b 82  L2p..MEL3.MEMS[.
  1320: 49 0d 4c 49 44 5f 08 5f 48 49 44 0c 41 d0 0c 0d  I.LID_._HID.A...
  1330: 14 3c 5f 4c 49 44 00 a0 1e 5c 48 38 44 52 a4 5c  .<_LID...\H8DR.\
  1340: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  1350: 5f 5f 48 50 4c 44 a1 16 a0 0f 7b 5c 52 42 45 43  __HPLD....{\RBEC
  1360: 0a 46 0a 04 00 a4 0a 01 a1 04 a4 0a 00 14 26 5f  .F............&_
  1370: 50 52 57 00 a0 15 90 5c 57 39 38 46 92 5c 57 4d  PRW....\W98F.\WM
  1380: 45 46 a4 12 06 02 0a 18 0a 04 a1 09 a4 12 06 02  EF..............
  1390: 0a 18 0a 03 14 44 06 5f 50 53 57 01 a0 3f 5c 48  .....D._PSW..?\H
  13a0: 38 44 52 a0 1c 68 70 0a 01 5c 2f 05 5f 53 42 5f  8DR..hp..\/._SB_
  13b0: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 57 4c 4f  PCI0LPC_EC__HWLO
  13c0: a1 1b 70 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30  ..p..\/._SB_PCI0
  13d0: 4c 50 43 5f 45 43 5f 5f 48 57 4c 4f a1 1c a0 0d  LPC_EC__HWLO....
  13e0: 68 5c 4d 42 45 43 0a 32 0a ff 0a 04 a1 0c 5c 4d  h\MBEC.2......\M
  13f0: 42 45 43 0a 32 0a fb 0a 00 5b 82 4c 09 53 4c 50  BEC.2....[.L.SLP
  1400: 42 08 5f 48 49 44 0c 41 d0 0c 0e 14 26 5f 50 52  B._HID.A....&_PR
  1410: 57 00 a0 15 90 5c 57 39 38 46 92 5c 57 4d 45 46  W....\W98F.\WMEF
  1420: a4 12 06 02 0a 18 0a 04 a1 09 a4 12 06 02 0a 18  ................
  1430: 0a 03 14 44 06 5f 50 53 57 01 a0 3f 5c 48 38 44  ...D._PSW..?\H8D
  1440: 52 a0 1c 68 70 0a 01 5c 2f 05 5f 53 42 5f 50 43  R..hp..\/._SB_PC
  1450: 49 30 4c 50 43 5f 45 43 5f 5f 48 57 46 4e a1 1b  I0LPC_EC__HWFN..
  1460: 70 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  p..\/._SB_PCI0LP
  1470: 43 5f 45 43 5f 5f 48 57 46 4e a1 1c a0 0d 68 5c  C_EC__HWFN....h\
  1480: 4d 42 45 43 0a 32 0a ff 0a 10 a1 0c 5c 4d 42 45  MBEC.2......\MBE
  1490: 43 0a 32 0a ef 0a 00 5b 82 84 60 07 50 43 49 30  C.2....[..`.PCI0
  14a0: 5b 82 8a 96 04 4c 50 43 5f 08 5f 41 44 52 0c 00  [....LPC_._ADR..
  14b0: 00 1f 00 08 5f 53 33 44 0a 03 08 52 49 44 5f 0a  ...._S3D...RID_.
  14c0: 00 5b 82 4d 1a 53 49 4f 5f 08 5f 48 49 44 0c 41  .[.M.SIO_._HID.A
  14d0: d0 0c 02 08 5f 55 49 44 0a 00 08 53 43 52 53 11  ...._UID...SCRS.
  14e0: 42 10 0a fe 47 01 10 00 10 00 01 10 47 01 90 00  B...G.......G...
  14f0: 90 00 01 10 47 01 24 00 24 00 01 02 47 01 28 00  ....G.$.$...G.(.
  1500: 28 00 01 02 47 01 2c 00 2c 00 01 02 47 01 30 00  (...G.,.,...G.0.
  1510: 30 00 01 02 47 01 34 00 34 00 01 02 47 01 38 00  0...G.4.4...G.8.
  1520: 38 00 01 02 47 01 3c 00 3c 00 01 02 47 01 a4 00  8...G.<.<...G...
  1530: a4 00 01 02 47 01 a8 00 a8 00 01 02 47 01 ac 00  ....G.......G...
  1540: ac 00 01 02 47 01 b0 00 b0 00 01 06 47 01 b8 00  ....G.......G...
  1550: b8 00 01 02 47 01 bc 00 bc 00 01 02 47 01 50 00  ....G.......G.P.
  1560: 50 00 01 04 47 01 72 00 72 00 01 06 47 01 4e 16  P...G.r.r...G.N.
  1570: 4e 16 01 02 47 01 2e 00 2e 00 01 02 47 01 00 10  N...G.......G...
  1580: 00 10 01 80 47 01 80 11 80 11 01 40 47 01 00 08  ....G......@G...
  1590: 00 08 01 10 47 01 e0 15 e0 15 01 10 47 01 00 16  ....G.......G...
  15a0: 00 16 01 60 86 09 00 01 00 00 00 f0 00 00 00 04  ...`............
  15b0: 86 09 00 01 00 c0 d1 fe 00 40 00 00 86 09 00 01  .........@......
  15c0: 00 40 d1 fe 00 40 00 00 86 09 00 01 00 80 d1 fe  .@...@..........
  15d0: 00 10 00 00 86 09 00 01 00 90 d1 fe 00 10 00 00  ................
  15e0: 79 00 14 4d 08 5f 43 52 53 00 a0 20 93 5c 2f 05  y..M._CRS.. .\/.
  15f0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 54 50 4d 5f  _SB_PCI0LPC_TPM_
  1600: 5f 53 54 41 0a 0f a4 53 43 52 53 a1 44 06 74 87  _STA...SCRS.D.t.
  1610: 53 43 52 53 0a 02 60 08 42 55 46 30 11 02 60 72  SCRS..`.BUF0..`r
  1620: 60 87 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  `.\/._SB_PCI0LPC
  1630: 5f 54 50 4d 5f 5f 43 52 53 60 08 42 55 46 31 11  _TPM__CRS`.BUF1.
  1640: 02 60 70 53 43 52 53 42 55 46 30 73 42 55 46 30  .`pSCRSBUF0sBUF0
  1650: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 54  \/._SB_PCI0LPC_T
  1660: 50 4d 5f 5f 43 52 53 42 55 46 31 a4 42 55 46 31  PM__CRSBUF1.BUF1
  1670: 5b 80 4c 50 43 53 02 0a 00 0b 00 01 5b 81 47 0a  [.LPCS......[.G.
  1680: 4c 50 43 53 00 00 40 30 50 49 52 41 08 50 49 52  LPCS..@0PIRA.PIR
  1690: 42 08 50 49 52 43 08 50 49 52 44 08 53 45 52 51  B.PIRC.PIRD.SERQ
  16a0: 08 00 18 50 49 52 45 08 50 49 52 46 08 50 49 52  ...PIRE.PIRF.PIR
  16b0: 47 08 50 49 52 48 08 00 40 0a 58 55 31 41 03 00  G.PIRH..@.XU1A..
  16c0: 01 58 55 32 41 03 00 01 58 50 41 5f 02 00 02 58  .XU2A...XPA_...X
  16d0: 46 41 5f 01 00 03 58 55 31 45 01 58 55 32 45 01  FA_...XU1E.XU2E.
  16e0: 58 50 45 5f 01 58 46 45 5f 01 00 0c 58 47 31 45  XPE_.XFE_...XG1E
  16f0: 01 00 06 58 47 31 41 09 00 10 58 47 32 45 01 00  ...XG1A...XG2E..
  1700: 03 58 47 32 41 0c 00 40 0b 00 02 43 4c 4b 52 01  .XG2A..@...CLKR.
  1710: 47 59 45 4e 01 00 03 43 34 43 33 01 00 02 45 58  GYEN...C4C3...EX
  1720: 50 45 01 00 05 5b 80 4c 50 49 4f 01 0b 80 11 0a  PE...[.LPIO.....
  1730: 40 5b 81 4f 0a 4c 50 49 4f 03 47 55 30 30 08 47  @[.O.LPIO.GU00.G
  1740: 55 30 31 08 47 55 30 32 08 47 55 30 33 08 47 49  U01.GU02.GU03.GI
  1750: 30 30 08 47 49 30 31 08 47 49 30 32 08 47 49 30  00.GI01.GI02.GI0
  1760: 33 08 00 20 47 4c 30 30 08 47 4c 30 31 08 47 4c  3.. GL00.GL01.GL
  1770: 30 32 08 47 4c 30 33 08 00 40 04 47 42 30 30 08  02.GL03..@.GB00.
  1780: 47 42 30 31 08 47 42 30 32 08 47 42 30 33 08 00  GB01.GB02.GB03..
  1790: 40 08 47 56 30 30 08 47 56 30 31 08 47 56 30 32  @.GV00.GV01.GV02
  17a0: 08 47 56 30 33 08 47 55 30 34 08 47 55 30 35 08  .GV03.GU04.GU05.
  17b0: 47 55 30 36 08 47 55 30 37 08 47 49 30 34 08 47  GU06.GU07.GI04.G
  17c0: 49 30 35 08 47 49 30 36 08 47 49 30 37 08 47 4c  I05.GI06.GI07.GL
  17d0: 30 34 08 47 4c 30 35 08 47 4c 30 36 08 47 4c 30  04.GL05.GL06.GL0
  17e0: 37 08 5b 80 50 4d 49 4f 01 0b 00 10 0a 80 5b 81  7.[.PMIO......[.
  17f0: 10 50 4d 49 4f 00 00 40 21 00 01 53 57 47 45 01  .PMIO..@!..SWGE.
  1800: 5b 82 33 50 49 43 5f 08 5f 48 49 44 0b 41 d0 08  [.3PIC_._HID.A..
  1810: 5f 43 52 53 11 20 0a 1d 47 01 20 00 20 00 01 02  _CRS. ..G. . ...
  1820: 47 01 a0 00 a0 00 01 02 47 01 d0 04 d0 04 01 02  G.......G.......
  1830: 22 04 00 79 00 5b 82 25 54 49 4d 52 08 5f 48 49  "..y.[.%TIMR._HI
  1840: 44 0c 41 d0 01 00 08 5f 43 52 53 11 10 0a 0d 47  D.A...._CRS....G
  1850: 01 40 00 40 00 01 04 22 01 00 79 00 5b 82 42 05  .@.@..."..y.[.B.
  1860: 48 50 45 54 08 5f 48 49 44 0c 41 d0 01 03 14 2a  HPET._HID.A....*
  1870: 5f 53 54 41 00 a0 08 57 39 38 46 a4 0a 00 a1 17  _STA...W98F.....
  1880: a0 10 90 5c 57 4e 54 46 92 5c 57 58 50 46 a4 0a  ...\WNTF.\WXPF..
  1890: 00 a1 04 a4 0a 0f a4 0a 00 08 5f 43 52 53 11 11  .........._CRS..
  18a0: 0a 0e 86 09 00 00 00 00 d0 fe 00 04 00 00 79 00  ..............y.
  18b0: 5b 82 35 44 4d 41 43 08 5f 48 49 44 0c 41 d0 02  [.5DMAC._HID.A..
  18c0: 00 08 5f 43 52 53 11 20 0a 1d 47 01 00 00 00 00  .._CRS. ..G.....
  18d0: 01 10 47 01 80 00 80 00 01 10 47 01 c0 00 c0 00  ..G.......G.....
  18e0: 01 20 2a 10 05 79 00 5b 82 22 53 50 4b 52 08 5f  . *..y.[."SPKR._
  18f0: 48 49 44 0c 41 d0 08 00 08 5f 43 52 53 11 0d 0a  HID.A...._CRS...
  1900: 0a 47 01 61 00 61 00 01 01 79 00 5b 82 25 46 50  .G.a.a...y.[.%FP
  1910: 55 5f 08 5f 48 49 44 0c 41 d0 0c 04 08 5f 43 52  U_._HID.A...._CR
  1920: 53 11 10 0a 0d 47 01 f0 00 f0 00 01 01 22 00 20  S....G.......". 
  1930: 79 00 5b 82 25 52 54 43 5f 08 5f 48 49 44 0c 41  y.[.%RTC_._HID.A
  1940: d0 0b 00 08 5f 43 52 53 11 10 0a 0d 47 01 70 00  ...._CRS....G.p.
  1950: 70 00 01 02 22 00 01 79 00 5b 82 2d 4b 42 44 5f  p..."..y.[.-KBD_
  1960: 08 5f 48 49 44 0c 41 d0 03 03 08 5f 43 52 53 11  ._HID.A...._CRS.
  1970: 18 0a 15 47 01 60 00 60 00 01 01 47 01 64 00 64  ...G.`.`...G.d.d
  1980: 00 01 01 22 02 00 79 00 5b 82 4a 05 4d 4f 55 5f  ..."..y.[.J.MOU_
  1990: 08 5f 48 49 44 0c 24 4d 37 80 08 5f 43 49 44 0c  ._HID.$M7.._CID.
  19a0: 41 d0 0f 13 08 5f 43 52 53 11 08 0a 05 22 00 10  A...._CRS...."..
  19b0: 79 00 14 31 4d 48 49 44 00 a0 1e 5c 2f 04 5f 53  y..1MHID...\/._S
  19c0: 42 5f 50 43 49 30 4c 50 43 5f 50 41 44 44 70 0c  B_PCI0LPC_PADDp.
  19d0: 24 4d 37 80 5f 48 49 44 a1 0b 70 0c 24 4d 00 57  $M7._HID..p.$M.W
  19e0: 5f 48 49 44 5b 80 49 4d 47 41 01 0b e0 15 0a 10  _HID[.IMGA......
  19f0: 5b 81 21 49 4d 47 41 01 00 08 00 08 00 08 57 41  [.!IMGA.......WA
  1a00: 4b 52 10 00 38 47 41 49 58 08 00 08 47 41 44 54  KR..8GAIX...GADT
  1a10: 08 00 08 5b 86 49 0b 47 41 49 58 47 41 44 54 01  ...[.I.GAIXGADT.
  1a20: 00 48 20 56 41 55 58 02 00 01 57 4f 4c 45 01 00  .H VAUX...WOLE..
  1a30: 04 00 40 07 00 01 43 42 50 57 01 43 42 53 4c 01  ..@...CBPW.CBSL.
  1a40: 56 44 50 57 01 50 44 4e 45 01 42 4c 50 4c 01 00  VDPW.PDNE.BLPL..
  1a50: 01 4c 45 44 53 01 54 50 34 52 01 50 41 44 52 01  .LEDS.TP4R.PADR.
  1a60: 42 50 41 44 01 00 01 00 01 50 41 44 44 01 00 0a  BPAD.....PADD...
  1a70: 44 4c 41 4e 01 00 47 06 42 55 53 43 01 42 55 53  DLAN..G.BUSC.BUS
  1a80: 44 01 00 01 44 53 43 49 01 00 04 45 50 57 47 01  D...DSCI...EPWG.
  1a90: 00 02 44 53 43 53 01 00 04 43 53 4f 4e 01 55 52  ..DSCS...CSON.UR
  1aa0: 53 54 01 00 4e 06 47 44 52 30 01 47 44 52 31 01  ST..N.GDR0.GDR1.
  1ab0: 47 44 52 32 01 00 05 47 44 54 30 01 47 44 54 31  GDR2...GDT0.GDT1
  1ac0: 01 47 44 54 32 01 00 45 28 47 41 49 44 08 5b 80  .GDT2..E(GAID.[.
  1ad0: 4e 43 46 47 01 0a 2e 0a 02 5b 81 10 4e 43 46 47  NCFG.....[..NCFG
  1ae0: 01 49 4e 44 58 08 44 41 54 41 08 5b 86 42 0a 49  .INDX.DATA.[.B.I
  1af0: 4e 44 58 44 41 54 41 01 00 38 4c 44 4e 5f 08 00  NDXDATA..8LDN_..
  1b00: 40 0c 53 49 4f 44 08 00 08 53 43 46 32 08 00 08  @.SIOD...SCF2...
  1b10: 53 43 46 34 08 00 02 50 50 53 45 01 00 04 50 4e  SCF4...PPSE...PN
  1b20: 46 5f 01 46 44 43 44 01 50 50 44 5f 01 53 50 32  F_.FDCD.PPD_.SP2
  1b30: 44 01 53 50 31 44 01 00 01 47 50 53 52 02 00 01  D.SP1D...GPSR...
  1b40: 53 52 49 44 08 00 08 53 43 46 39 08 00 08 00 28  SRID...SCF9....(
  1b50: 4c 44 41 5f 01 00 07 00 48 17 49 4f 48 49 08 49  LDA_....H.IOHI.I
  1b60: 4f 4c 57 08 00 40 07 49 52 51 4e 04 49 52 51 57  OLW..@.IRQN.IRQW
  1b70: 01 00 03 49 52 51 54 01 49 52 51 4c 01 00 06 00  ...IRQT.IRQL....
  1b80: 10 44 4d 41 30 03 00 05 44 4d 41 31 03 00 05 5b  .DMA0...DMA1...[
  1b90: 86 23 49 4e 44 58 44 41 54 41 01 00 40 78 50 54  .#INDXDATA..@xPT
  1ba0: 52 53 01 50 50 4d 43 01 00 02 50 45 52 41 01 50  RS.PPMC...PERA.P
  1bb0: 4d 44 53 03 5b 86 23 49 4e 44 58 44 41 54 41 01  MDS.[.#INDXDATA.
  1bc0: 00 40 78 53 54 52 53 01 53 50 4d 43 01 53 42 53  .@xSTRS.SPMC.SBS
  1bd0: 59 01 00 04 53 42 53 45 01 5b 86 1c 49 4e 44 58  Y...SBSE.[..INDX
  1be0: 44 41 54 41 01 00 40 78 47 50 50 53 08 47 50 50  DATA..@xGPPS.GPP
  1bf0: 43 08 47 50 45 52 08 5b 80 43 46 47 53 01 0b 4e  C.GPER.[.CFGS..N
  1c00: 16 0a 02 5b 81 10 43 46 47 53 01 4e 44 58 53 08  ...[..CFGS.NDXS.
  1c10: 41 54 41 53 08 5b 86 4a 0a 4e 44 58 53 41 54 41  ATAS.[.J.NDXSATA
  1c20: 53 01 00 38 4c 44 4e 53 08 00 40 0c 00 08 00 08  S..8LDNS..@.....
  1c30: 00 08 00 08 00 08 00 02 50 53 45 53 01 00 04 50  ........PSES...P
  1c40: 4e 46 53 01 44 43 44 53 01 50 50 44 53 01 53 50  NFS.DCDS.PPDS.SP
  1c50: 32 53 01 53 50 31 53 01 00 01 50 53 52 53 02 00  2S.SP1S...PSRS..
  1c60: 01 52 49 44 53 08 00 08 43 43 53 53 02 43 43 45  .RIDS...CCSS.CCE
  1c70: 53 01 4d 43 53 53 01 4d 45 53 53 01 00 03 00 08  S.MCSS.MESS.....
  1c80: 00 28 4c 44 41 53 01 00 07 00 48 17 4f 48 49 53  .(LDAS....H.OHIS
  1c90: 08 4f 4c 57 53 08 00 40 07 52 51 4e 53 04 52 51  .OLWS..@.RQNS.RQ
  1ca0: 57 53 01 00 03 52 51 54 53 01 52 51 4c 53 01 00  WS...RQTS.RQLS..
  1cb0: 06 00 10 4d 41 30 53 03 00 05 4d 41 31 53 03 00  ...MA0S...MA1S..
  1cc0: 05 5b 86 23 4e 44 58 53 41 54 41 53 01 00 40 78  .[.#NDXSATAS..@x
  1cd0: 54 52 53 53 01 50 4d 43 53 01 42 53 59 53 01 00  TRSS.PMCS.BSYS..
  1ce0: 04 53 45 53 53 01 5b 80 4e 53 44 4c 01 0b 4c 16  .SESS.[.NSDL..L.
  1cf0: 0a 01 5b 81 0b 4e 53 44 4c 01 44 4c 50 43 08 5b  ..[..NSDL.DLPC.[
  1d00: 80 4e 53 49 4f 01 0b 80 16 0a 0c 5b 81 27 4e 53  .NSIO......[.'NS
  1d10: 49 4f 01 44 52 53 54 01 44 4c 50 44 01 00 06 00  IO.DRST.DLPD....
  1d20: 04 44 4b 49 30 01 00 03 00 38 44 4b 49 31 01 44  .DKI0....8DKI1.D
  1d30: 4b 49 32 01 5b 80 44 53 49 4f 01 0b 20 16 0a 0c  KI2.[.DSIO.. ...
  1d40: 5b 81 0f 44 53 49 4f 01 00 01 44 55 53 42 01 00  [..DSIO...DUSB..
  1d50: 06 5b 82 4b 18 46 44 43 5f 08 5f 48 49 44 0c 41  .[.K.FDC_._HID.A
  1d60: d0 07 00 14 20 5f 53 54 41 00 a0 14 5c 4c 46 44  .... _STA...\LFD
  1d70: 43 a0 08 58 46 45 5f a4 0a 0f a1 04 a4 0a 0d a1  C..XFE_.........
  1d80: 04 a4 0a 00 14 29 5f 44 49 53 00 70 0a 00 58 46  .....)_DIS.p..XF
  1d90: 45 5f 70 0a 00 4c 44 4e 5f 70 0a 00 49 52 51 4e  E_p..LDN_p..IRQN
  1da0: 70 0a 00 4c 44 41 5f 70 0a 01 46 44 43 44 08 5f  p..LDA_p..FDCD._
  1db0: 43 52 53 11 1b 0a 18 47 01 f0 03 f0 03 01 06 47  CRS....G.......G
  1dc0: 01 f7 03 f7 03 01 01 22 40 00 2a 04 00 79 00 08  ......."@.*..y..
  1dd0: 5f 50 52 53 11 1b 0a 18 47 01 f0 03 f0 03 01 06  _PRS....G.......
  1de0: 47 01 f7 03 f7 03 01 01 22 40 00 2a 04 00 79 00  G......."@.*..y.
  1df0: 14 4d 04 5f 53 52 53 01 70 0a 00 4c 44 4e 5f 70  .M._SRS.p..LDN_p
  1e00: 0a 00 4c 44 41 5f 70 0a 03 49 4f 48 49 70 0a f0  ..LDA_p..IOHIp..
  1e10: 49 4f 4c 57 70 0a 06 49 52 51 4e 70 0a 02 44 4d  IOLWp..IRQNp..DM
  1e20: 41 30 70 0a 00 46 44 43 44 70 0a 01 4c 44 41 5f  A0p..FDCDp..LDA_
  1e30: 70 0a 00 58 46 41 5f 70 0a 01 58 46 45 5f 14 1b  p..XFA_p..XFE_..
  1e40: 5f 50 53 43 00 70 0a 00 4c 44 4e 5f a0 08 4c 44  _PSC.p..LDN_..LD
  1e50: 41 5f a4 0a 00 a1 04 a4 0a 03 14 14 5f 50 53 30  A_.........._PS0
  1e60: 00 70 0a 00 4c 44 4e 5f 70 0a 01 4c 44 41 5f 14  .p..LDN_p..LDA_.
  1e70: 14 5f 50 53 33 00 70 0a 00 4c 44 4e 5f 70 0a 00  ._PS3.p..LDN_p..
  1e80: 4c 44 41 5f 14 23 53 4c 46 44 01 a0 0e 68 5c 4d  LDA_.#SLFD...h\M
  1e90: 49 53 41 0b f3 03 0a f3 0a 04 a1 0d 5c 4d 49 53  ISA.........\MIS
  1ea0: 41 0b f3 03 0a f3 0a 00 5b 82 34 46 44 44 30 08  A.......[.4FDD0.
  1eb0: 5f 41 44 52 0a 00 08 5f 46 44 49 12 22 10 0a 00  _ADR..._FDI."...
  1ec0: 0a 04 0a 4f 0a 12 0a 01 0a df 0a 02 0a 25 0a 02  ...O.........%..
  1ed0: 0a 12 0a 1b 0a ff 0a 6c 0a f6 0a 0f 0a 05 10 86  .......l........
  1ee0: 2f 01 5c 2f 03 5f 53 42 5f 50 43 49 30 4c 50 43  /.\/._SB_PCI0LPC
  1ef0: 5f 5b 82 41 2d 4c 55 52 54 08 5f 55 49 44 0a 00  _[.A-LURT._UID..
  1f00: 14 2d 5f 53 54 41 00 a0 16 93 5c 2f 03 5f 53 42  .-_STA....\/._SB
  1f10: 5f 4c 43 49 4f 5f 53 54 41 0a 00 a4 0a 00 a1 0f  _LCIO_STA.......
  1f20: a0 08 58 55 31 45 a4 0a 0f a1 04 a4 0a 0d 08 5f  ..XU1E........._
  1f30: 48 49 44 0c 41 d0 05 01 08 5f 50 52 57 12 06 02  HID.A...._PRW...
  1f40: 0a 18 0a 03 14 44 06 5f 50 53 57 01 a0 3f 5c 48  .....D._PSW..?\H
  1f50: 38 44 52 a0 1c 68 70 0a 01 5c 2f 05 5f 53 42 5f  8DR..hp..\/._SB_
  1f60: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 57 52 49  PCI0LPC_EC__HWRI
  1f70: a1 1b 70 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30  ..p..\/._SB_PCI0
  1f80: 4c 50 43 5f 45 43 5f 5f 48 57 52 49 a1 1c a0 0d  LPC_EC__HWRI....
  1f90: 68 5c 4d 42 45 43 0a 32 0a ff 0a 40 a1 0c 5c 4d  h\MBEC.2...@..\M
  1fa0: 42 45 43 0a 32 0a bf 0a 00 14 29 5f 44 49 53 00  BEC.2.....)_DIS.
  1fb0: 70 0a 00 58 55 31 45 70 0a 03 4c 44 4e 5f 70 0a  p..XU1Ep..LDN_p.
  1fc0: 00 49 52 51 4e 70 0a 00 4c 44 41 5f 70 0a 01 53  .IRQNp..LDA_p..S
  1fd0: 50 31 44 08 55 31 42 46 11 10 0a 0d 47 01 00 00  P1D.U1BF....G...
  1fe0: 00 00 01 08 22 00 00 79 00 8b 55 31 42 46 0a 02  ...."..y..U1BF..
  1ff0: 55 31 4d 4e 8b 55 31 42 46 0a 04 55 31 4d 58 8b  U1MN.U1BF..U1MX.
  2000: 55 31 42 46 0a 09 55 31 49 51 14 4a 04 5f 43 52  U1BF..U1IQ.J._CR
  2010: 53 00 70 0a 03 4c 44 4e 5f 7d 79 49 4f 48 49 0a  S.p..LDN_}yIOHI.
  2020: 08 00 49 4f 4c 57 60 70 60 55 31 4d 4e 70 60 55  ..IOLW`p`U1MNp`U
  2030: 31 4d 58 70 49 52 51 4e 60 a0 0d 60 79 0a 01 49  1MXpIRQN`..`y..I
  2040: 52 51 4e 55 31 49 51 a1 08 70 0a 00 55 31 49 51  RQNU1IQ..p..U1IQ
  2050: a4 55 31 42 46 08 5f 50 52 53 11 4f 06 0a 6b 31  .U1BF._PRS.O..k1
  2060: 00 47 01 f8 03 f8 03 01 08 22 10 00 31 01 47 01  .G......."..1.G.
  2070: f8 02 f8 02 01 08 22 08 00 31 01 47 01 e8 03 e8  ......"..1.G....
  2080: 03 01 08 22 10 00 31 01 47 01 e8 02 e8 02 01 08  ..."..1.G.......
  2090: 22 08 00 31 02 47 01 f8 03 f8 03 01 08 22 a8 00  "..1.G......."..
  20a0: 31 02 47 01 f8 02 f8 02 01 08 22 b0 00 31 02 47  1.G......."..1.G
  20b0: 01 e8 03 e8 03 01 08 22 a8 00 31 02 47 01 e8 02  ......."..1.G...
  20c0: e8 02 01 08 22 b0 00 38 79 00 14 4f 0c 5f 53 52  ...."..8y..O._SR
  20d0: 53 01 8c 68 0a 02 52 55 49 4c 8c 68 0a 03 52 55  S..h..RUIL.h..RU
  20e0: 49 48 8b 68 0a 02 52 55 49 4f 8b 68 0a 09 52 55  IH.h..RUIO.h..RU
  20f0: 49 51 70 0a 03 4c 44 4e 5f 70 0a 00 4c 44 41 5f  IQp..LDN_p..LDA_
  2100: 70 52 55 49 4c 49 4f 4c 57 70 52 55 49 48 49 4f  pRUILIOLWpRUIHIO
  2110: 48 49 a0 12 52 55 49 51 82 52 55 49 51 60 70 76  HI..RUIQ.RUIQ`pv
  2120: 60 49 52 51 4e a1 08 70 0a 00 49 52 51 4e 70 0a  `IRQN..p..IRQNp.
  2130: 00 53 50 31 44 70 0a 01 4c 44 41 5f a0 10 93 52  .SP1Dp..LDA_...R
  2140: 55 49 4f 0b f8 03 70 0a 00 58 55 31 41 a1 45 04  UIO...p..XU1A.E.
  2150: a0 10 93 52 55 49 4f 0b f8 02 70 0a 01 58 55 31  ...RUIO...p..XU1
  2160: 41 a1 31 a0 10 93 52 55 49 4f 0b e8 03 70 0a 07  A.1...RUIO...p..
  2170: 58 55 31 41 a1 1e a0 10 93 52 55 49 4f 0b e8 02  XU1A.....RUIO...
  2180: 70 0a 05 58 55 31 41 a1 0b 5b 32 02 00 00 02 90  p..XU1A..[2.....
  2190: 0b b5 01 70 0a 01 58 55 31 45 14 1b 5f 50 53 43  ...p..XU1E.._PSC
  21a0: 00 70 0a 03 4c 44 4e 5f a0 08 4c 44 41 5f a4 0a  .p..LDN_..LDA_..
  21b0: 00 a1 04 a4 0a 03 14 06 5f 50 53 30 00 14 06 5f  ........_PS0..._
  21c0: 50 53 33 00 5b 82 47 2d 44 55 52 54 08 5f 55 49  PS3.[.G-DURT._UI
  21d0: 44 0a 01 14 33 5f 53 54 41 00 a0 1c 92 7b 0a 08  D...3_STA....{..
  21e0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 44  \/._SB_PCI0LPC_D
  21f0: 4c 50 43 00 a4 0a 00 a1 0f a0 08 58 55 31 45 a4  LPC........XU1E.
  2200: 0a 0f a1 04 a4 0a 0d 08 5f 48 49 44 0c 41 d0 05  ........_HID.A..
  2210: 01 08 5f 50 52 57 12 06 02 0a 18 0a 03 14 44 06  .._PRW........D.
  2220: 5f 50 53 57 01 a0 3f 5c 48 38 44 52 a0 1c 68 70  _PSW..?\H8DR..hp
  2230: 0a 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  2240: 5f 45 43 5f 5f 48 57 52 49 a1 1b 70 0a 00 5c 2f  _EC__HWRI..p..\/
  2250: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  2260: 5f 48 57 52 49 a1 1c a0 0d 68 5c 4d 42 45 43 0a  _HWRI....h\MBEC.
  2270: 32 0a ff 0a 40 a1 0c 5c 4d 42 45 43 0a 32 0a bf  2...@..\MBEC.2..
  2280: 0a 00 14 29 5f 44 49 53 00 70 0a 00 58 55 31 45  ...)_DIS.p..XU1E
  2290: 70 0a 03 4c 44 4e 5f 70 0a 00 49 52 51 4e 70 0a  p..LDN_p..IRQNp.
  22a0: 00 4c 44 41 5f 70 0a 01 53 50 31 44 08 55 31 42  .LDA_p..SP1D.U1B
  22b0: 46 11 10 0a 0d 47 01 00 00 00 00 01 08 22 00 00  F....G......."..
  22c0: 79 00 8b 55 31 42 46 0a 02 55 31 4d 4e 8b 55 31  y..U1BF..U1MN.U1
  22d0: 42 46 0a 04 55 31 4d 58 8b 55 31 42 46 0a 09 55  BF..U1MX.U1BF..U
  22e0: 31 49 51 14 4a 04 5f 43 52 53 00 70 0a 03 4c 44  1IQ.J._CRS.p..LD
  22f0: 4e 5f 7d 79 49 4f 48 49 0a 08 00 49 4f 4c 57 60  N_}yIOHI...IOLW`
  2300: 70 60 55 31 4d 4e 70 60 55 31 4d 58 70 49 52 51  p`U1MNp`U1MXpIRQ
  2310: 4e 60 a0 0d 60 79 0a 01 49 52 51 4e 55 31 49 51  N`..`y..IRQNU1IQ
  2320: a1 08 70 0a 00 55 31 49 51 a4 55 31 42 46 08 5f  ..p..U1IQ.U1BF._
  2330: 50 52 53 11 4f 06 0a 6b 31 00 47 01 f8 03 f8 03  PRS.O..k1.G.....
  2340: 01 08 22 10 00 31 01 47 01 f8 02 f8 02 01 08 22  .."..1.G......."
  2350: 08 00 31 01 47 01 e8 03 e8 03 01 08 22 10 00 31  ..1.G......."..1
  2360: 01 47 01 e8 02 e8 02 01 08 22 08 00 31 02 47 01  .G......."..1.G.
  2370: f8 03 f8 03 01 08 22 a8 00 31 02 47 01 f8 02 f8  ......"..1.G....
  2380: 02 01 08 22 b0 00 31 02 47 01 e8 03 e8 03 01 08  ..."..1.G.......
  2390: 22 a8 00 31 02 47 01 e8 02 e8 02 01 08 22 b0 00  "..1.G......."..
  23a0: 38 79 00 14 4f 0c 5f 53 52 53 01 8c 68 0a 02 52  8y..O._SRS..h..R
  23b0: 55 49 4c 8c 68 0a 03 52 55 49 48 8b 68 0a 02 52  UIL.h..RUIH.h..R
  23c0: 55 49 4f 8b 68 0a 09 52 55 49 51 70 0a 03 4c 44  UIO.h..RUIQp..LD
  23d0: 4e 5f 70 0a 00 4c 44 41 5f 70 52 55 49 4c 49 4f  N_p..LDA_pRUILIO
  23e0: 4c 57 70 52 55 49 48 49 4f 48 49 a0 12 52 55 49  LWpRUIHIOHI..RUI
  23f0: 51 82 52 55 49 51 60 70 76 60 49 52 51 4e a1 08  Q.RUIQ`pv`IRQN..
  2400: 70 0a 00 49 52 51 4e 70 0a 00 53 50 31 44 70 0a  p..IRQNp..SP1Dp.
  2410: 01 4c 44 41 5f a0 10 93 52 55 49 4f 0b f8 03 70  .LDA_...RUIO...p
  2420: 0a 00 58 55 31 41 a1 45 04 a0 10 93 52 55 49 4f  ..XU1A.E....RUIO
  2430: 0b f8 02 70 0a 01 58 55 31 41 a1 31 a0 10 93 52  ...p..XU1A.1...R
  2440: 55 49 4f 0b e8 03 70 0a 07 58 55 31 41 a1 1e a0  UIO...p..XU1A...
  2450: 10 93 52 55 49 4f 0b e8 02 70 0a 05 58 55 31 41  ..RUIO...p..XU1A
  2460: a1 0b 5b 32 02 00 00 02 90 0b b5 01 70 0a 01 58  ..[2........p..X
  2470: 55 31 45 14 1b 5f 50 53 43 00 70 0a 03 4c 44 4e  U1E.._PSC.p..LDN
  2480: 5f a0 08 4c 44 41 5f a4 0a 00 a1 04 a4 0a 03 14  _..LDA_.........
  2490: 06 5f 50 53 30 00 14 06 5f 50 53 33 00 5b 82 4c  ._PS0..._PS3.[.L
  24a0: 31 4c 4c 50 54 08 5f 55 49 44 0a 00 14 3d 5f 53  1LLPT._UID...=_S
  24b0: 54 41 00 a0 16 93 5c 2f 03 5f 53 42 5f 4c 43 49  TA....\/._SB_LCI
  24c0: 4f 5f 53 54 41 0a 00 a4 0a 00 a1 1f a0 18 92 93  O_STA...........
  24d0: 5c 50 4d 4f 44 0a 03 a0 08 58 50 45 5f a4 0a 0f  \PMOD....XPE_...
  24e0: a1 04 a4 0a 0d a1 04 a4 0a 00 08 5f 48 49 44 0c  ..........._HID.
  24f0: 41 d0 04 00 14 29 5f 44 49 53 00 70 0a 00 58 50  A....)_DIS.p..XP
  2500: 45 5f 70 0a 01 4c 44 4e 5f 70 0a 00 49 52 51 4e  E_p..LDN_p..IRQN
  2510: 70 0a 00 4c 44 41 5f 70 0a 01 50 50 44 5f 08 50  p..LDA_p..PPD_.P
  2520: 50 42 46 11 10 0a 0d 47 01 00 00 00 00 01 00 22  PBF....G......."
  2530: 00 00 79 00 8b 50 50 42 46 0a 02 4c 50 4e 30 8b  ..y..PPBF..LPN0.
  2540: 50 50 42 46 0a 04 4c 50 58 30 8c 50 50 42 46 0a  PPBF..LPX0.PPBF.
  2550: 07 4c 50 4c 30 8b 50 50 42 46 0a 09 4c 50 49 51  .LPL0.PPBF..LPIQ
  2560: 14 40 07 5f 43 52 53 00 a0 0e 93 5c 50 4d 4f 44  .@._CRS....\PMOD
  2570: 0a 03 a4 50 50 42 46 70 0a 01 4c 44 4e 5f 7d 79  ...PPBFp..LDN_}y
  2580: 49 4f 48 49 0a 08 00 49 4f 4c 57 60 70 60 4c 50  IOHI...IOLW`p`LP
  2590: 4e 30 70 60 4c 50 58 30 a0 0d 93 60 0b bc 03 70  N0p`LPX0...`...p
  25a0: 0a 03 4c 50 4c 30 a1 08 70 0a 08 4c 50 4c 30 70  ..LPL0..p..LPL0p
  25b0: 49 52 51 4e 60 a0 0d 60 79 0a 01 49 52 51 4e 4c  IRQN`..`y..IRQNL
  25c0: 50 49 51 a1 08 70 0a 00 4c 50 49 51 a4 50 50 42  PIQ..p..LPIQ.PPB
  25d0: 46 14 19 5f 50 52 53 00 a0 0b 5c 50 4d 4f 44 a4  F.._PRS...\PMOD.
  25e0: 50 45 50 50 a1 06 a4 50 4c 50 54 08 50 4c 50 54  PEPP...PLPT.PLPT
  25f0: 11 4f 04 0a 4b 30 47 01 bc 03 bc 03 01 03 22 80  .O..K0G.......".
  2600: 00 30 47 01 78 03 78 03 01 08 22 80 00 30 47 01  .0G.x.x..."..0G.
  2610: 78 02 78 02 01 08 22 20 00 30 47 01 bc 03 bc 03  x.x..." .0G.....
  2620: 01 03 22 20 00 30 47 01 78 03 78 03 01 08 22 20  .." .0G.x.x..." 
  2630: 00 30 47 01 78 02 78 02 01 08 22 80 00 38 79 00  .0G.x.x..."..8y.
  2640: 08 50 45 50 50 11 36 0a 33 30 47 01 78 03 78 03  .PEPP.6.30G.x.x.
  2650: 01 08 22 80 00 30 47 01 78 02 78 02 01 08 22 20  .."..0G.x.x..." 
  2660: 00 30 47 01 78 03 78 03 01 08 22 20 00 30 47 01  .0G.x.x..." .0G.
  2670: 78 02 78 02 01 08 22 80 00 38 79 00 14 48 0f 5f  x.x..."..8y..H._
  2680: 53 52 53 01 8c 68 0a 02 52 4c 49 4c 8c 68 0a 03  SRS..h..RLIL.h..
  2690: 52 4c 49 48 8b 68 0a 02 52 4c 49 4f 8b 68 0a 09  RLIH.h..RLIO.h..
  26a0: 52 4c 49 51 70 0a 01 4c 44 4e 5f 70 0a 00 4c 44  RLIQp..LDN_p..LD
  26b0: 41 5f 70 52 4c 49 4c 49 4f 4c 57 70 52 4c 49 48  A_pRLILIOLWpRLIH
  26c0: 49 4f 48 49 a0 12 52 4c 49 51 82 52 4c 49 51 60  IOHI..RLIQ.RLIQ`
  26d0: 70 76 60 49 52 51 4e a1 08 70 0a 00 49 52 51 4e  pv`IRQN..p..IRQN
  26e0: a0 20 93 5c 50 4d 4f 44 0a 00 a0 0d 5c 50 44 49  . .\PMOD....\PDI
  26f0: 52 70 0a 01 50 4d 44 53 a1 08 70 0a 00 50 4d 44  Rp..PMDS..p..PMD
  2700: 53 a1 1b a0 10 93 5c 50 4d 4f 44 0a 01 70 0a 02  S.....\PMOD..p..
  2710: 50 4d 44 53 a1 08 70 0a 03 50 4d 44 53 70 0a 00  PMDS..p..PMDSp..
  2720: 50 50 44 5f 70 0a 01 4c 44 41 5f a0 10 93 52 4c  PPD_p..LDA_...RL
  2730: 49 4f 0b 78 03 70 0a 00 58 50 41 5f a1 31 a0 10  IO.x.p..XPA_.1..
  2740: 93 52 4c 49 4f 0b 78 02 70 0a 01 58 50 41 5f a1  .RLIO.x.p..XPA_.
  2750: 1e a0 10 93 52 4c 49 4f 0b bc 03 70 0a 02 58 50  ....RLIO...p..XP
  2760: 41 5f a1 0b 5b 32 02 00 00 02 90 0b ce 01 70 0a  A_..[2........p.
  2770: 01 58 50 45 5f 14 1b 5f 50 53 43 00 70 0a 01 4c  .XPE_.._PSC.p..L
  2780: 44 4e 5f a0 08 4c 44 41 5f a4 0a 00 a1 04 a4 0a  DN_..LDA_.......
  2790: 03 14 14 5f 50 53 30 00 70 0a 01 4c 44 4e 5f 70  ..._PS0.p..LDN_p
  27a0: 0a 01 4c 44 41 5f 14 14 5f 50 53 33 00 70 0a 01  ..LDA_.._PS3.p..
  27b0: 4c 44 4e 5f 70 0a 00 4c 44 41 5f 5b 82 43 32 44  LDN_p..LDA_[.C2D
  27c0: 4c 50 54 08 5f 55 49 44 0a 01 14 44 04 5f 53 54  LPT._UID...D._ST
  27d0: 41 00 a0 1c 92 7b 0a 08 5c 2f 04 5f 53 42 5f 50  A....{..\/._SB_P
  27e0: 43 49 30 4c 50 43 5f 44 4c 50 43 00 a4 0a 00 a1  CI0LPC_DLPC.....
  27f0: 1f a0 18 92 93 5c 50 4d 4f 44 0a 03 a0 08 58 50  .....\PMOD....XP
  2800: 45 5f a4 0a 0f a1 04 a4 0a 0d a1 04 a4 0a 00 08  E_..............
  2810: 5f 48 49 44 0c 41 d0 04 00 14 29 5f 44 49 53 00  _HID.A....)_DIS.
  2820: 70 0a 00 58 50 45 5f 70 0a 01 4c 44 4e 5f 70 0a  p..XPE_p..LDN_p.
  2830: 00 49 52 51 4e 70 0a 00 4c 44 41 5f 70 0a 01 50  .IRQNp..LDA_p..P
  2840: 50 44 5f 08 50 50 42 46 11 10 0a 0d 47 01 00 00  PD_.PPBF....G...
  2850: 00 00 01 00 22 00 00 79 00 8b 50 50 42 46 0a 02  ...."..y..PPBF..
  2860: 4c 50 4e 30 8b 50 50 42 46 0a 04 4c 50 58 30 8c  LPN0.PPBF..LPX0.
  2870: 50 50 42 46 0a 07 4c 50 4c 30 8b 50 50 42 46 0a  PPBF..LPL0.PPBF.
  2880: 09 4c 50 49 51 14 40 07 5f 43 52 53 00 a0 0e 93  .LPIQ.@._CRS....
  2890: 5c 50 4d 4f 44 0a 03 a4 50 50 42 46 70 0a 01 4c  \PMOD...PPBFp..L
  28a0: 44 4e 5f 7d 79 49 4f 48 49 0a 08 00 49 4f 4c 57  DN_}yIOHI...IOLW
  28b0: 60 70 60 4c 50 4e 30 70 60 4c 50 58 30 a0 0d 93  `p`LPN0p`LPX0...
  28c0: 60 0b bc 03 70 0a 03 4c 50 4c 30 a1 08 70 0a 08  `...p..LPL0..p..
  28d0: 4c 50 4c 30 70 49 52 51 4e 60 a0 0d 60 79 0a 01  LPL0pIRQN`..`y..
  28e0: 49 52 51 4e 4c 50 49 51 a1 08 70 0a 00 4c 50 49  IRQNLPIQ..p..LPI
  28f0: 51 a4 50 50 42 46 14 19 5f 50 52 53 00 a0 0b 5c  Q.PPBF.._PRS...\
  2900: 50 4d 4f 44 a4 50 45 50 50 a1 06 a4 50 4c 50 54  PMOD.PEPP...PLPT
  2910: 08 50 4c 50 54 11 4f 04 0a 4b 30 47 01 bc 03 bc  .PLPT.O..K0G....
  2920: 03 01 03 22 80 00 30 47 01 78 03 78 03 01 08 22  ..."..0G.x.x..."
  2930: 80 00 30 47 01 78 02 78 02 01 08 22 20 00 30 47  ..0G.x.x..." .0G
  2940: 01 bc 03 bc 03 01 03 22 20 00 30 47 01 78 03 78  ......." .0G.x.x
  2950: 03 01 08 22 20 00 30 47 01 78 02 78 02 01 08 22  ..." .0G.x.x..."
  2960: 80 00 38 79 00 08 50 45 50 50 11 36 0a 33 30 47  ..8y..PEPP.6.30G
  2970: 01 78 03 78 03 01 08 22 80 00 30 47 01 78 02 78  .x.x..."..0G.x.x
  2980: 02 01 08 22 20 00 30 47 01 78 03 78 03 01 08 22  ..." .0G.x.x..."
  2990: 20 00 30 47 01 78 02 78 02 01 08 22 80 00 38 79   .0G.x.x..."..8y
  29a0: 00 14 48 0f 5f 53 52 53 01 8c 68 0a 02 52 4c 49  ..H._SRS..h..RLI
  29b0: 4c 8c 68 0a 03 52 4c 49 48 8b 68 0a 02 52 4c 49  L.h..RLIH.h..RLI
  29c0: 4f 8b 68 0a 09 52 4c 49 51 70 0a 01 4c 44 4e 5f  O.h..RLIQp..LDN_
  29d0: 70 0a 00 4c 44 41 5f 70 52 4c 49 4c 49 4f 4c 57  p..LDA_pRLILIOLW
  29e0: 70 52 4c 49 48 49 4f 48 49 a0 12 52 4c 49 51 82  pRLIHIOHI..RLIQ.
  29f0: 52 4c 49 51 60 70 76 60 49 52 51 4e a1 08 70 0a  RLIQ`pv`IRQN..p.
  2a00: 00 49 52 51 4e a0 20 93 5c 50 4d 4f 44 0a 00 a0  .IRQN. .\PMOD...
  2a10: 0d 5c 50 44 49 52 70 0a 01 50 4d 44 53 a1 08 70  .\PDIRp..PMDS..p
  2a20: 0a 00 50 4d 44 53 a1 1b a0 10 93 5c 50 4d 4f 44  ..PMDS.....\PMOD
  2a30: 0a 01 70 0a 02 50 4d 44 53 a1 08 70 0a 03 50 4d  ..p..PMDS..p..PM
  2a40: 44 53 70 0a 00 50 50 44 5f 70 0a 01 4c 44 41 5f  DSp..PPD_p..LDA_
  2a50: a0 10 93 52 4c 49 4f 0b 78 03 70 0a 00 58 50 41  ...RLIO.x.p..XPA
  2a60: 5f a1 31 a0 10 93 52 4c 49 4f 0b 78 02 70 0a 01  _.1...RLIO.x.p..
  2a70: 58 50 41 5f a1 1e a0 10 93 52 4c 49 4f 0b bc 03  XPA_.....RLIO...
  2a80: 70 0a 02 58 50 41 5f a1 0b 5b 32 02 00 00 02 90  p..XPA_..[2.....
  2a90: 0b ce 01 70 0a 01 58 50 45 5f 14 1b 5f 50 53 43  ...p..XPE_.._PSC
  2aa0: 00 70 0a 01 4c 44 4e 5f a0 08 4c 44 41 5f a4 0a  .p..LDN_..LDA_..
  2ab0: 00 a1 04 a4 0a 03 14 14 5f 50 53 30 00 70 0a 01  ........_PS0.p..
  2ac0: 4c 44 4e 5f 70 0a 01 4c 44 41 5f 14 14 5f 50 53  LDN_p..LDA_.._PS
  2ad0: 33 00 70 0a 01 4c 44 4e 5f 70 0a 00 4c 44 41 5f  3.p..LDN_p..LDA_
  2ae0: 5b 82 45 37 4c 45 43 50 08 5f 55 49 44 0a 00 14  [.E7LECP._UID...
  2af0: 3c 5f 53 54 41 00 a0 16 93 5c 2f 03 5f 53 42 5f  <_STA....\/._SB_
  2b00: 4c 43 49 4f 5f 53 54 41 0a 00 a4 0a 00 a1 1e a0  LCIO_STA........
  2b10: 17 93 5c 50 4d 4f 44 0a 03 a0 08 58 50 45 5f a4  ..\PMOD....XPE_.
  2b20: 0a 0f a1 04 a4 0a 0d a1 04 a4 0a 00 08 5f 48 49  ............._HI
  2b30: 44 0c 41 d0 04 01 14 29 5f 44 49 53 00 70 0a 00  D.A....)_DIS.p..
  2b40: 58 50 45 5f 70 0a 01 4c 44 4e 5f 70 0a 00 49 52  XPE_p..LDN_p..IR
  2b50: 51 4e 70 0a 00 4c 44 41 5f 70 0a 01 50 50 44 5f  QNp..LDA_p..PPD_
  2b60: 08 45 50 42 46 11 1b 0a 18 47 01 00 00 00 00 01  .EPBF....G......
  2b70: 00 47 01 00 00 00 00 01 00 22 00 00 2a 00 00 79  .G......."..*..y
  2b80: 00 8b 45 50 42 46 0a 02 45 43 4e 30 8b 45 50 42  ..EPBF..ECN0.EPB
  2b90: 46 0a 04 45 43 58 30 8c 45 50 42 46 0a 07 45 43  F..ECX0.EPBF..EC
  2ba0: 4c 30 8b 45 50 42 46 0a 0a 45 43 4e 31 8b 45 50  L0.EPBF..ECN1.EP
  2bb0: 42 46 0a 0c 45 43 58 31 8c 45 50 42 46 0a 0f 45  BF..ECX1.EPBF..E
  2bc0: 43 4c 31 8b 45 50 42 46 0a 11 45 43 49 51 8b 45  CL1.EPBF..ECIQ.E
  2bd0: 50 42 46 0a 14 45 43 44 51 14 4e 0a 5f 43 52 53  PBF..ECDQ.N._CRS
  2be0: 00 a0 0f 92 93 5c 50 4d 4f 44 0a 03 a4 45 50 42  .....\PMOD...EPB
  2bf0: 46 70 0a 01 4c 44 4e 5f 7d 79 49 4f 48 49 0a 08  Fp..LDN_}yIOHI..
  2c00: 00 49 4f 4c 57 60 70 60 45 43 4e 30 70 60 45 43  .IOLW`p`ECN0p`EC
  2c10: 58 30 72 60 0b 00 04 45 43 4e 31 72 60 0b 00 04  X0r`...ECN1r`...
  2c20: 45 43 58 31 a0 14 93 60 0b bc 03 70 0a 03 45 43  ECX1...`...p..EC
  2c30: 4c 30 70 0a 03 45 43 4c 31 a1 0f 70 0a 08 45 43  L0p..ECL1..p..EC
  2c40: 4c 30 70 0a 08 45 43 4c 31 70 49 52 51 4e 60 a0  L0p..ECL1pIRQN`.
  2c50: 0d 60 79 0a 01 49 52 51 4e 45 43 49 51 a1 08 70  .`y..IRQNECIQ..p
  2c60: 0a 00 45 43 49 51 70 44 4d 41 30 60 a0 0d 95 60  ..ECIQpDMA0`...`
  2c70: 0a 04 79 0a 01 60 45 43 44 51 a1 08 70 0a 00 45  ..y..`ECDQ..p..E
  2c80: 43 44 51 a4 45 50 42 46 08 5f 50 52 53 11 41 09  CDQ.EPBF._PRS.A.
  2c90: 0a 8d 30 47 01 78 03 78 03 01 08 47 01 78 07 78  ..0G.x.x...G.x.x
  2ca0: 07 01 08 22 80 00 2a 0b 00 30 47 01 78 02 78 02  ..."..*..0G.x.x.
  2cb0: 01 08 47 01 78 06 78 06 01 08 22 20 00 2a 0b 00  ..G.x.x..." .*..
  2cc0: 30 47 01 bc 03 bc 03 01 03 47 01 bc 07 bc 07 01  0G.......G......
  2cd0: 03 22 80 00 2a 0b 00 30 47 01 78 03 78 03 01 08  ."..*..0G.x.x...
  2ce0: 47 01 78 07 78 07 01 08 22 20 00 2a 0b 00 30 47  G.x.x..." .*..0G
  2cf0: 01 78 02 78 02 01 08 47 01 78 06 78 06 01 08 22  .x.x...G.x.x..."
  2d00: 80 00 2a 0b 00 30 47 01 bc 03 bc 03 01 03 47 01  ..*..0G.......G.
  2d10: bc 07 bc 07 01 03 22 20 00 2a 0b 00 38 79 00 14  ......" .*..8y..
  2d20: 41 0f 5f 53 52 53 01 8c 68 0a 02 52 4c 49 4c 8c  A._SRS..h..RLIL.
  2d30: 68 0a 03 52 4c 49 48 8b 68 0a 02 52 4c 49 4f 8b  h..RLIH.h..RLIO.
  2d40: 68 0a 11 52 4c 49 51 8c 68 0a 14 52 4c 44 51 70  h..RLIQ.h..RLDQp
  2d50: 0a 01 4c 44 4e 5f 70 0a 00 4c 44 41 5f 70 0a 07  ..LDN_p..LDA_p..
  2d60: 50 4d 44 53 70 0a 01 50 45 52 41 70 52 4c 49 4c  PMDSp..PERApRLIL
  2d70: 49 4f 4c 57 70 52 4c 49 48 49 4f 48 49 a0 12 52  IOLWpRLIHIOHI..R
  2d80: 4c 49 51 82 52 4c 49 51 60 70 76 60 49 52 51 4e  LIQ.RLIQ`pv`IRQN
  2d90: a1 08 70 0a 00 49 52 51 4e a0 16 7b 52 4c 44 51  ..p..IRQN..{RLDQ
  2da0: 0a 0f 00 82 52 4c 44 51 60 70 76 60 44 4d 41 30  ....RLDQ`pv`DMA0
  2db0: a1 08 70 0a 04 44 4d 41 30 70 0a 00 50 50 44 5f  ..p..DMA0p..PPD_
  2dc0: 70 0a 01 4c 44 41 5f a0 10 93 52 4c 49 4f 0b 78  p..LDA_...RLIO.x
  2dd0: 03 70 0a 00 58 50 41 5f a1 31 a0 10 93 52 4c 49  .p..XPA_.1...RLI
  2de0: 4f 0b 78 02 70 0a 01 58 50 41 5f a1 1e a0 10 93  O.x.p..XPA_.....
  2df0: 52 4c 49 4f 0b bc 03 70 0a 02 58 50 41 5f a1 0b  RLIO...p..XPA_..
  2e00: 5b 32 02 00 00 02 90 0b 9f 01 70 0a 01 58 50 45  [2........p..XPE
  2e10: 5f 14 1b 5f 50 53 43 00 70 0a 01 4c 44 4e 5f a0  _.._PSC.p..LDN_.
  2e20: 08 4c 44 41 5f a4 0a 00 a1 04 a4 0a 03 14 14 5f  .LDA_.........._
  2e30: 50 53 30 00 70 0a 01 4c 44 4e 5f 70 0a 01 4c 44  PS0.p..LDN_p..LD
  2e40: 41 5f 14 14 5f 50 53 33 00 70 0a 01 4c 44 4e 5f  A_.._PS3.p..LDN_
  2e50: 70 0a 00 4c 44 41 5f 5b 82 4c 37 44 45 43 50 08  p..LDA_[.L7DECP.
  2e60: 5f 55 49 44 0a 01 14 43 04 5f 53 54 41 00 a0 1c  _UID...C._STA...
  2e70: 92 7b 0a 08 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  .{..\/._SB_PCI0L
  2e80: 50 43 5f 44 4c 50 43 00 a4 0a 00 a1 1e a0 17 93  PC_DLPC.........
  2e90: 5c 50 4d 4f 44 0a 03 a0 08 58 50 45 5f a4 0a 0f  \PMOD....XPE_...
  2ea0: a1 04 a4 0a 0d a1 04 a4 0a 00 08 5f 48 49 44 0c  ..........._HID.
  2eb0: 41 d0 04 01 14 29 5f 44 49 53 00 70 0a 00 58 50  A....)_DIS.p..XP
  2ec0: 45 5f 70 0a 01 4c 44 4e 5f 70 0a 00 49 52 51 4e  E_p..LDN_p..IRQN
  2ed0: 70 0a 00 4c 44 41 5f 70 0a 01 50 50 44 5f 08 45  p..LDA_p..PPD_.E
  2ee0: 50 42 46 11 1b 0a 18 47 01 00 00 00 00 01 00 47  PBF....G.......G
  2ef0: 01 00 00 00 00 01 00 22 00 00 2a 00 00 79 00 8b  ......."..*..y..
  2f00: 45 50 42 46 0a 02 45 43 4e 30 8b 45 50 42 46 0a  EPBF..ECN0.EPBF.
  2f10: 04 45 43 58 30 8c 45 50 42 46 0a 07 45 43 4c 30  .ECX0.EPBF..ECL0
  2f20: 8b 45 50 42 46 0a 0a 45 43 4e 31 8b 45 50 42 46  .EPBF..ECN1.EPBF
  2f30: 0a 0c 45 43 58 31 8c 45 50 42 46 0a 0f 45 43 4c  ..ECX1.EPBF..ECL
  2f40: 31 8b 45 50 42 46 0a 11 45 43 49 51 8b 45 50 42  1.EPBF..ECIQ.EPB
  2f50: 46 0a 14 45 43 44 51 14 4e 0a 5f 43 52 53 00 a0  F..ECDQ.N._CRS..
  2f60: 0f 92 93 5c 50 4d 4f 44 0a 03 a4 45 50 42 46 70  ...\PMOD...EPBFp
  2f70: 0a 01 4c 44 4e 5f 7d 79 49 4f 48 49 0a 08 00 49  ..LDN_}yIOHI...I
  2f80: 4f 4c 57 60 70 60 45 43 4e 30 70 60 45 43 58 30  OLW`p`ECN0p`ECX0
  2f90: 72 60 0b 00 04 45 43 4e 31 72 60 0b 00 04 45 43  r`...ECN1r`...EC
  2fa0: 58 31 a0 14 93 60 0b bc 03 70 0a 03 45 43 4c 30  X1...`...p..ECL0
  2fb0: 70 0a 03 45 43 4c 31 a1 0f 70 0a 08 45 43 4c 30  p..ECL1..p..ECL0
  2fc0: 70 0a 08 45 43 4c 31 70 49 52 51 4e 60 a0 0d 60  p..ECL1pIRQN`..`
  2fd0: 79 0a 01 49 52 51 4e 45 43 49 51 a1 08 70 0a 00  y..IRQNECIQ..p..
  2fe0: 45 43 49 51 70 44 4d 41 30 60 a0 0d 95 60 0a 04  ECIQpDMA0`...`..
  2ff0: 79 0a 01 60 45 43 44 51 a1 08 70 0a 00 45 43 44  y..`ECDQ..p..ECD
  3000: 51 a4 45 50 42 46 08 5f 50 52 53 11 41 09 0a 8d  Q.EPBF._PRS.A...
  3010: 30 47 01 78 03 78 03 01 08 47 01 78 07 78 07 01  0G.x.x...G.x.x..
  3020: 08 22 80 00 2a 0b 00 30 47 01 78 02 78 02 01 08  ."..*..0G.x.x...
  3030: 47 01 78 06 78 06 01 08 22 20 00 2a 0b 00 30 47  G.x.x..." .*..0G
  3040: 01 bc 03 bc 03 01 03 47 01 bc 07 bc 07 01 03 22  .......G......."
  3050: 80 00 2a 0b 00 30 47 01 78 03 78 03 01 08 47 01  ..*..0G.x.x...G.
  3060: 78 07 78 07 01 08 22 20 00 2a 0b 00 30 47 01 78  x.x..." .*..0G.x
  3070: 02 78 02 01 08 47 01 78 06 78 06 01 08 22 80 00  .x...G.x.x..."..
  3080: 2a 0b 00 30 47 01 bc 03 bc 03 01 03 47 01 bc 07  *..0G.......G...
  3090: bc 07 01 03 22 20 00 2a 0b 00 38 79 00 14 41 0f  ...." .*..8y..A.
  30a0: 5f 53 52 53 01 8c 68 0a 02 52 4c 49 4c 8c 68 0a  _SRS..h..RLIL.h.
  30b0: 03 52 4c 49 48 8b 68 0a 02 52 4c 49 4f 8b 68 0a  .RLIH.h..RLIO.h.
  30c0: 11 52 4c 49 51 8c 68 0a 14 52 4c 44 51 70 0a 01  .RLIQ.h..RLDQp..
  30d0: 4c 44 4e 5f 70 0a 00 4c 44 41 5f 70 0a 07 50 4d  LDN_p..LDA_p..PM
  30e0: 44 53 70 0a 01 50 45 52 41 70 52 4c 49 4c 49 4f  DSp..PERApRLILIO
  30f0: 4c 57 70 52 4c 49 48 49 4f 48 49 a0 12 52 4c 49  LWpRLIHIOHI..RLI
  3100: 51 82 52 4c 49 51 60 70 76 60 49 52 51 4e a1 08  Q.RLIQ`pv`IRQN..
  3110: 70 0a 00 49 52 51 4e a0 16 7b 52 4c 44 51 0a 0f  p..IRQN..{RLDQ..
  3120: 00 82 52 4c 44 51 60 70 76 60 44 4d 41 30 a1 08  ..RLDQ`pv`DMA0..
  3130: 70 0a 04 44 4d 41 30 70 0a 00 50 50 44 5f 70 0a  p..DMA0p..PPD_p.
  3140: 01 4c 44 41 5f a0 10 93 52 4c 49 4f 0b 78 03 70  .LDA_...RLIO.x.p
  3150: 0a 00 58 50 41 5f a1 31 a0 10 93 52 4c 49 4f 0b  ..XPA_.1...RLIO.
  3160: 78 02 70 0a 01 58 50 41 5f a1 1e a0 10 93 52 4c  x.p..XPA_.....RL
  3170: 49 4f 0b bc 03 70 0a 02 58 50 41 5f a1 0b 5b 32  IO...p..XPA_..[2
  3180: 02 00 00 02 90 0b 9f 01 70 0a 01 58 50 45 5f 14  ........p..XPE_.
  3190: 1b 5f 50 53 43 00 70 0a 01 4c 44 4e 5f a0 08 4c  ._PSC.p..LDN_..L
  31a0: 44 41 5f a4 0a 00 a1 04 a4 0a 03 14 14 5f 50 53  DA_.........._PS
  31b0: 30 00 70 0a 01 4c 44 4e 5f 70 0a 01 4c 44 41 5f  0.p..LDN_p..LDA_
  31c0: 14 14 5f 50 53 33 00 70 0a 01 4c 44 4e 5f 70 0a  .._PS3.p..LDN_p.
  31d0: 00 4c 44 41 5f 10 23 5c 2f 04 5f 53 42 5f 50 43  .LDA_.#\/._SB_PC
  31e0: 49 30 4c 50 43 5f 4c 55 52 54 08 5f 45 4a 44 0d  I0LPC_LURT._EJD.
  31f0: 5f 53 42 2e 4c 43 49 4f 00 10 23 5c 2f 04 5f 53  _SB.LCIO..#\/._S
  3200: 42 5f 50 43 49 30 4c 50 43 5f 44 55 52 54 08 5f  B_PCI0LPC_DURT._
  3210: 45 4a 44 0d 5f 53 42 2e 47 44 43 4b 00 10 23 5c  EJD._SB.GDCK..#\
  3220: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 4c 4c  /._SB_PCI0LPC_LL
  3230: 50 54 08 5f 45 4a 44 0d 5f 53 42 2e 4c 43 49 4f  PT._EJD._SB.LCIO
  3240: 00 10 23 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  ..#\/._SB_PCI0LP
  3250: 43 5f 44 4c 50 54 08 5f 45 4a 44 0d 5f 53 42 2e  C_DLPT._EJD._SB.
  3260: 47 44 43 4b 00 10 23 5c 2f 04 5f 53 42 5f 50 43  GDCK..#\/._SB_PC
  3270: 49 30 4c 50 43 5f 4c 45 43 50 08 5f 45 4a 44 0d  I0LPC_LECP._EJD.
  3280: 5f 53 42 2e 4c 43 49 4f 00 10 23 5c 2f 04 5f 53  _SB.LCIO..#\/._S
  3290: 42 5f 50 43 49 30 4c 50 43 5f 44 45 43 50 08 5f  B_PCI0LPC_DECP._
  32a0: 45 4a 44 0d 5f 53 42 2e 47 44 43 4b 00 5b 82 48  EJD._SB.GDCK.[.H
  32b0: 2e 46 49 52 5f 08 5f 48 49 44 0c 24 4d 00 71 08  .FIR_._HID.$M.q.
  32c0: 5f 43 49 44 0c 41 d0 05 11 14 1d 5f 53 54 41 00  _CID.A....._STA.
  32d0: a0 08 48 44 49 52 a4 0a 00 a0 08 58 55 32 45 a4  ..HDIR.....XU2E.
  32e0: 0a 0f a1 04 a4 0a 0d 14 29 5f 44 49 53 00 70 0a  ........)_DIS.p.
  32f0: 00 58 55 32 45 70 0a 02 4c 44 4e 53 70 0a 00 52  .XU2Ep..LDNSp..R
  3300: 51 4e 53 70 0a 00 4c 44 41 53 70 0a 01 53 50 32  QNSp..LDASp..SP2
  3310: 53 08 55 32 42 46 11 13 0a 10 47 01 00 00 00 00  S.U2BF....G.....
  3320: 01 08 22 00 00 2a 00 00 79 00 8b 55 32 42 46 0a  .."..*..y..U2BF.
  3330: 02 49 52 4d 4e 8b 55 32 42 46 0a 04 49 52 4d 58  .IRMN.U2BF..IRMX
  3340: 8b 55 32 42 46 0a 09 49 52 49 51 8c 55 32 42 46  .U2BF..IRIQ.U2BF
  3350: 0a 0c 49 52 44 51 14 47 06 5f 43 52 53 00 70 0a  ..IRDQ.G._CRS.p.
  3360: 02 4c 44 4e 53 7d 79 4f 48 49 53 0a 08 00 4f 4c  .LDNS}yOHIS...OL
  3370: 57 53 60 70 60 49 52 4d 4e 70 60 49 52 4d 58 70  WS`p`IRMNp`IRMXp
  3380: 52 51 4e 53 60 a0 0d 60 79 0a 01 52 51 4e 53 49  RQNS`..`y..RQNSI
  3390: 52 49 51 a1 08 70 0a 00 49 52 49 51 70 4d 41 30  RIQ..p..IRIQpMA0
  33a0: 53 60 a0 0d 95 60 0a 04 79 0a 01 60 49 52 44 51  S`...`..y..`IRDQ
  33b0: a1 08 70 0a 00 49 52 44 51 a4 55 32 42 46 08 5f  ..p..IRDQ.U2BF._
  33c0: 50 52 53 11 47 08 0a 83 31 00 47 01 f8 02 f8 02  PRS.G...1.G.....
  33d0: 01 08 22 08 00 2a 0b 00 31 01 47 01 f8 03 f8 03  .."..*..1.G.....
  33e0: 01 08 22 10 00 2a 0b 00 31 01 47 01 e8 02 e8 02  .."..*..1.G.....
  33f0: 01 08 22 08 00 2a 0b 00 31 01 47 01 e8 03 e8 03  .."..*..1.G.....
  3400: 01 08 22 10 00 2a 0b 00 31 02 47 01 f8 02 f8 02  .."..*..1.G.....
  3410: 01 08 22 b0 00 2a 0b 00 31 02 47 01 f8 03 f8 03  .."..*..1.G.....
  3420: 01 08 22 a8 00 2a 0b 00 31 02 47 01 e8 02 e8 02  .."..*..1.G.....
  3430: 01 08 22 b0 00 2a 0b 00 31 02 47 01 e8 03 e8 03  .."..*..1.G.....
  3440: 01 08 22 a8 00 2a 0b 00 38 79 00 14 45 10 5f 53  .."..*..8y..E._S
  3450: 52 53 01 8c 68 0a 02 52 49 49 4c 8c 68 0a 03 52  RS..h..RIIL.h..R
  3460: 49 49 48 8b 68 0a 02 52 49 49 4f 8b 68 0a 09 52  IIH.h..RIIO.h..R
  3470: 49 49 51 8c 68 0a 0c 52 49 44 51 70 0a 02 4c 44  IIQ.h..RIDQp..LD
  3480: 4e 53 70 0a 00 4c 44 41 53 70 52 49 49 4c 4f 4c  NSp..LDASpRIILOL
  3490: 57 53 70 52 49 49 48 4f 48 49 53 a0 12 52 49 49  WSpRIIHOHIS..RII
  34a0: 51 82 52 49 49 51 60 70 76 60 52 51 4e 53 a1 08  Q.RIIQ`pv`RQNS..
  34b0: 70 0a 00 52 51 4e 53 a0 16 7b 52 49 44 51 0a 0f  p..RQNS..{RIDQ..
  34c0: 00 82 52 49 44 51 60 70 76 60 4d 41 30 53 a1 08  ..RIDQ`pv`MA0S..
  34d0: 70 0a 04 4d 41 30 53 70 0a 04 4d 41 31 53 70 0a  p..MA0Sp..MA1Sp.
  34e0: 01 53 45 53 53 70 0a 00 53 50 32 53 70 0a 01 4c  .SESSp..SP2Sp..L
  34f0: 44 41 53 a0 10 93 52 49 49 4f 0b f8 03 70 0a 00  DAS...RIIO...p..
  3500: 58 55 32 41 a1 45 04 a0 10 93 52 49 49 4f 0b f8  XU2A.E....RIIO..
  3510: 02 70 0a 01 58 55 32 41 a1 31 a0 10 93 52 49 49  .p..XU2A.1...RII
  3520: 4f 0b e8 03 70 0a 07 58 55 32 41 a1 1e a0 10 93  O...p..XU2A.....
  3530: 52 49 49 4f 0b e8 02 70 0a 05 58 55 32 41 a1 0b  RIIO...p..XU2A..
  3540: 5b 32 02 00 00 02 90 0b a4 01 70 0a 01 58 55 32  [2........p..XU2
  3550: 45 14 1b 5f 50 53 43 00 70 0a 02 4c 44 4e 53 a0  E.._PSC.p..LDNS.
  3560: 08 4c 44 41 53 a4 0a 00 a1 04 a4 0a 03 14 14 5f  .LDAS.........._
  3570: 50 53 30 00 70 0a 02 4c 44 4e 53 70 0a 01 4c 44  PS0.p..LDNSp..LD
  3580: 41 53 14 14 5f 50 53 33 00 70 0a 02 4c 44 4e 53  AS.._PS3.p..LDNS
  3590: 70 0a 00 4c 44 41 53 10 43 0e 5c 2f 03 5f 53 42  p..LDAS.C.\/._SB
  35a0: 5f 50 43 49 30 4c 50 43 5f 14 41 0d 4c 43 4f 4e  _PCI0LPC_.A.LCON
  35b0: 01 a0 4b 0a 68 a0 47 0a 45 50 57 47 70 0a 01 44  ..K.h.G.EPWGp..D
  35c0: 4c 50 44 70 0a 07 44 4c 50 43 a2 0e 92 7b 0a 08  LPDp..DLPC...{..
  35d0: 44 4c 50 43 00 5b 22 0a 01 70 0a 01 44 52 53 54  DLPC.["..p..DRST
  35e0: a0 4c 07 92 93 53 49 4f 44 0a ff 7d 53 43 46 39  .L...SIOD..}SCF9
  35f0: 0a a0 53 43 46 39 a2 0e 92 7b 0a 10 53 43 46 39  ..SCF9...{..SCF9
  3600: 00 5b 22 0a 01 7d 53 43 46 32 0a eb 53 43 46 32  .["..}SCF2..SCF2
  3610: 70 0a 07 4c 44 4e 5f 7b 0b 20 16 0a ff 60 70 60  p..LDN_{. ...`p`
  3620: 49 4f 4c 57 7a 0b 20 16 0a 08 60 7b 60 0a ff 49  IOLWz. ...`{`..I
  3630: 4f 48 49 70 0a 01 4c 44 41 5f 70 0a 01 47 50 50  OHIp..LDA_p..GPP
  3640: 53 70 0a 03 47 50 50 43 70 0a 02 47 50 50 53 70  Sp..GPPCp..GPPSp
  3650: 0a 03 47 50 50 43 70 0a 00 44 55 53 42 a1 1d 70  ..GPPCp..DUSB..p
  3660: 0a 01 44 55 53 42 70 0a 00 44 52 53 54 70 0a 00  ..DUSBp..DRSTp..
  3670: 44 4c 50 44 70 0a 00 44 4c 50 43 5b 82 47 4b 54  DLPDp..DLPC[.GKT
  3680: 50 4d 5f 08 5f 48 49 44 0c 06 8d 12 00 08 5f 43  PM_._HID......_C
  3690: 49 44 0c 41 d0 0c 31 14 1d 5f 53 54 41 00 a0 0e  ID.A..1.._STA...
  36a0: 7b 5c 54 50 4d 50 0a 01 00 70 0a 0f 60 a1 05 70  {\TPMP...p..`..p
  36b0: 0a 00 60 a4 60 08 5f 43 52 53 11 11 0a 0e 86 09  ..`.`._CRS......
  36c0: 00 01 00 00 d4 fe 00 10 00 00 79 00 14 47 46 5f  ..........y..GF_
  36d0: 44 53 4d 0c 08 54 4d 50 42 11 05 0a 02 00 00 8c  DSM..TMPB.......
  36e0: 54 4d 50 42 0a 00 4c 50 43 54 8c 54 4d 50 42 0a  TMPB..LPCT.TMPB.
  36f0: 01 53 53 55 4d 08 4c 52 53 50 0a 00 08 50 50 52  .SSUM.LRSP...PPR
  3700: 43 0a 00 08 52 51 53 31 12 06 02 0a 0c 0a 0d 08  C...RQS1........
  3710: 50 54 4f 50 12 06 02 0a 00 0a 00 08 52 54 4f 50  PTOP........RTOP
  3720: 12 08 03 0a 00 0a 00 0a 00 8a 68 0a 00 49 49 44  ..........h..IID
  3730: 30 8a 68 0a 04 49 49 44 31 8a 68 0a 08 49 49 44  0.h..IID1.h..IID
  3740: 32 8a 68 0a 0c 49 49 44 33 08 55 49 44 30 11 13  2.h..IID3.UID0..
  3750: 0a 10 a6 fa dd 3d 1b 36 b4 4e a4 24 8d 10 08 9d  .....=.6.N.$....
  3760: 16 53 8a 55 49 44 30 0a 00 45 49 44 30 8a 55 49  .S.UID0..EID0.UI
  3770: 44 30 0a 04 45 49 44 31 8a 55 49 44 30 0a 08 45  D0..EID1.UID0..E
  3780: 49 44 32 8a 55 49 44 30 0a 0c 45 49 44 33 a0 49  ID2.UID0..EID3.I
  3790: 2c 90 90 93 49 49 44 30 45 49 44 30 93 49 49 44  ,...IID0EID0.IID
  37a0: 31 45 49 44 31 90 93 49 49 44 32 45 49 44 32 93  1EID1..IID2EID2.
  37b0: 49 49 44 33 45 49 44 33 a0 0b 93 6a 0a 00 a4 11  IID3EID3...j....
  37c0: 04 0a 01 3f a0 0b 93 6a 0a 01 a4 0d 31 2e 30 00  ...?...j....1.0.
  37d0: a0 4c 1c 93 6a 0a 02 70 0a 00 50 50 52 43 54 50  .L..j..p..PPRCTP
  37e0: 48 59 0a 00 70 5c 50 48 30 32 4c 50 43 54 a0 40  HY..p\PH02LPCT.@
  37f0: 1a 4c 50 43 54 70 0a 00 53 53 55 4d 72 53 53 55  .LPCTp..SSUMrSSU
  3800: 4d 5c 50 48 30 31 53 53 55 4d 72 53 53 55 4d 5c  M\PH01SSUMrSSUM\
  3810: 50 48 30 32 53 53 55 4d 72 53 53 55 4d 5c 50 48  PH02SSUMrSSUM\PH
  3820: 30 33 53 53 55 4d 72 53 53 55 4d 5c 50 48 30 34  03SSUMrSSUM\PH04
  3830: 53 53 55 4d 72 53 53 55 4d 5c 50 48 30 35 53 53  SSUMrSSUM\PH05SS
  3840: 55 4d 72 53 53 55 4d 5c 50 48 30 36 53 53 55 4d  UMrSSUM\PH06SSUM
  3850: 72 53 53 55 4d 5c 50 48 30 37 53 53 55 4d 72 53  rSSUM\PH07SSUMrS
  3860: 53 55 4d 5c 50 48 30 38 53 53 55 4d 72 53 53 55  SUM\PH08SSUMrSSU
  3870: 4d 5c 50 48 30 39 53 53 55 4d 72 53 53 55 4d 5c  M\PH09SSUMrSSUM\
  3880: 50 48 30 41 53 53 55 4d 72 53 53 55 4d 5c 50 48  PH0ASSUMrSSUM\PH
  3890: 30 42 53 53 55 4d a0 0c 53 53 55 4d 70 0a 02 50  0BSSUM..SSUMp..P
  38a0: 50 52 43 a1 4b 0e 70 83 88 6b 0a 00 00 5c 50 48  PRC.K.p..k...\PH
  38b0: 30 34 70 89 52 51 53 31 01 5c 50 48 30 34 00 0a  04p.RQS1.\PH04..
  38c0: 00 0a 00 60 a0 0c 92 93 60 ff 70 0a 01 50 50 52  ...`....`.p..PPR
  38d0: 43 a1 4d 0b 70 0a 00 5c 50 48 30 33 70 0a 00 53  C.M.p..\PH03p..S
  38e0: 53 55 4d 72 53 53 55 4d 5c 50 48 30 31 53 53 55  SUMrSSUM\PH01SSU
  38f0: 4d 72 53 53 55 4d 5c 50 48 30 32 53 53 55 4d 72  MrSSUM\PH02SSUMr
  3900: 53 53 55 4d 5c 50 48 30 33 53 53 55 4d 72 53 53  SSUM\PH03SSUMrSS
  3910: 55 4d 5c 50 48 30 34 53 53 55 4d 72 53 53 55 4d  UM\PH04SSUMrSSUM
  3920: 5c 50 48 30 35 53 53 55 4d 72 53 53 55 4d 5c 50  \PH05SSUMrSSUM\P
  3930: 48 30 36 53 53 55 4d 72 53 53 55 4d 5c 50 48 30  H06SSUMrSSUM\PH0
  3940: 37 53 53 55 4d 72 53 53 55 4d 5c 50 48 30 38 53  7SSUMrSSUM\PH08S
  3950: 53 55 4d 72 53 53 55 4d 5c 50 48 30 39 53 53 55  SUMrSSUM\PH09SSU
  3960: 4d 72 53 53 55 4d 5c 50 48 30 41 53 53 55 4d 72  MrSSUM\PH0ASSUMr
  3970: 53 53 55 4d 5c 50 48 30 42 53 53 55 4d 74 0a 00  SSUM\PH0BSSUMt..
  3980: 53 53 55 4d 5c 50 48 30 33 54 50 48 59 0a 01 a1  SSUM\PH03TPHY...
  3990: 08 70 0a 02 50 50 52 43 a4 50 50 52 43 a0 1e 93  .p..PPRC.PPRC...
  39a0: 6a 0a 03 54 50 48 59 0a 00 70 5c 50 48 30 34 88  j..TPHY..p\PH04.
  39b0: 50 54 4f 50 0a 01 00 a4 50 54 4f 50 a0 08 93 6a  PTOP....PTOP...j
  39c0: 0a 04 a4 0a 01 a0 49 08 93 6a 0a 05 54 50 48 59  ......I..j..TPHY
  39d0: 0a 00 70 5c 50 48 30 37 60 70 5c 50 48 30 36 4c  ..p\PH07`p\PH06L
  39e0: 52 53 50 70 7d 79 60 0a 08 60 4c 52 53 50 00 4c  RSPp}y`..`LRSP.L
  39f0: 52 53 50 a0 1c 90 93 5c 50 48 30 36 0a f0 93 5c  RSP....\PH06...\
  3a00: 50 48 30 37 0a ff 70 0c f0 ff ff ff 4c 52 53 50  PH07..p.....LRSP
  3a10: a1 1e a0 1c 90 93 5c 50 48 30 36 0a f1 93 5c 50  ......\PH06...\P
  3a20: 48 30 37 0a ff 70 0c f1 ff ff ff 4c 52 53 50 70  H07..p.....LRSPp
  3a30: 4c 52 53 50 88 52 54 4f 50 0a 02 00 70 5c 50 48  LRSP.RTOP...p\PH
  3a40: 30 35 88 52 54 4f 50 0a 01 00 a4 52 54 4f 50 a0  05.RTOP....RTOP.
  3a50: 08 93 6a 0a 06 a4 0a 02 08 55 49 44 31 11 13 0a  ..j......UID1...
  3a60: 10 ed 54 60 37 13 cc 75 46 90 1c 47 56 d7 f2 d4  ..T`7..uF..GV...
  3a70: 5d 8a 55 49 44 31 0a 00 45 49 44 34 8a 55 49 44  ].UID1..EID4.UID
  3a80: 31 0a 04 45 49 44 35 8a 55 49 44 31 0a 08 45 49  1..EID5.UID1..EI
  3a90: 44 36 8a 55 49 44 31 0a 0c 45 49 44 37 a0 40 09  D6.UID1..EID7.@.
  3aa0: 90 90 93 49 49 44 30 45 49 44 34 93 49 49 44 31  ...IID0EID4.IID1
  3ab0: 45 49 44 35 90 93 49 49 44 32 45 49 44 36 93 49  EID5..IID2EID6.I
  3ac0: 49 44 33 45 49 44 37 70 6a 5b 31 70 6b 5b 31 a0  ID3EID7pj[1pk[1.
  3ad0: 0b 93 6a 0a 00 a4 11 04 0a 01 01 a0 4f 04 93 6a  ..j.........O..j
  3ae0: 0a 01 a0 12 93 83 88 6b 0a 00 00 0a 00 70 0a 00  .......k.....p..
  3af0: 5c 54 43 47 30 a0 12 93 83 88 6b 0a 00 00 0a 01  \TCG0.....k.....
  3b00: 70 0a 01 5c 54 43 47 30 a0 0f 93 5c 54 43 47 30  p..\TCG0...\TCG0
  3b10: 0a 00 54 4d 4f 52 0a 00 a0 0f 93 5c 54 43 47 30  ..TMOR.....\TCG0
  3b20: 0a 01 54 4d 4f 52 0a 01 a4 0a 00 a4 0a 01 a4 11  ..TMOR..........
  3b30: 04 0a 01 00 5b 80 54 53 45 53 00 0c 00 00 e8 ff  ....[.TSES......
  3b40: 0b 00 02 5b 81 46 08 54 53 45 53 01 00 40 06 54  ...[.F.TSES..@.T
  3b50: 53 43 4d 08 00 40 28 54 43 54 30 08 54 43 54 31  SCM..@(TCT0.TCT1
  3b60: 08 54 43 54 32 08 00 40 05 54 4d 54 30 08 00 48  .TCT2..@.TMT0..H
  3b70: 04 54 4d 54 31 08 00 48 04 54 4d 54 32 08 00 48  .TMT1..H.TMT2..H
  3b80: 7a 54 4c 44 30 08 54 4c 44 31 08 54 4c 44 32 08  zTLD0.TLD1.TLD2.
  3b90: 54 4c 44 4c 18 54 4c 44 42 18 54 4c 44 53 10 54  TLDL.TLDB.TLDS.T
  3ba0: 53 42 30 08 54 53 42 31 08 54 53 42 32 08 54 53  SB0.TSB1.TSB2.TS
  3bb0: 42 4c 08 54 53 42 42 48 04 54 53 42 46 10 54 53  BL.TSBBH.TSBF.TS
  3bc0: 42 43 10 00 40 1a 54 53 49 4d 08 5b 81 0f 54 53  BC..@.TSIM.[..TS
  3bd0: 45 53 01 00 48 2e 54 43 54 41 48 11 5b 81 0f 54  ES..H.TCTAH.[..T
  3be0: 53 45 53 01 00 40 ba 54 43 54 4c 48 05 5b 81 0f  SES..@.TCTLH.[..
  3bf0: 54 53 45 53 01 00 48 bf 54 43 54 42 48 08 14 38  TSES..H.TCTBH..8
  3c00: 54 43 53 5a 02 a0 31 92 93 54 53 43 4d 0a 12 a0  TCSZ..1..TSCM...
  3c10: 0b 93 0a 01 68 70 69 54 43 5a 31 a1 1b a0 0b 93  ....hpiTCZ1.....
  3c20: 0a 02 68 70 69 54 43 5a 32 a1 0d a0 0b 93 0a 03  ..hpiTCZ2.......
  3c30: 68 70 69 54 43 5a 33 14 49 0c 54 43 53 54 02 a0  hpiTCZ3.I.TCST..
  3c40: 41 0c 92 93 54 53 43 4d 0a 12 70 0a 00 60 a0 1e  A...TSCM..p..`..
  3c50: 93 0a 01 68 a0 18 94 69 54 4d 54 30 70 0a 04 54  ...h...iTMT0p..T
  3c60: 53 49 4d 70 69 54 4d 54 30 70 0a 01 60 a1 42 04  SIMpiTMT0p..`.B.
  3c70: a0 1e 93 0a 02 68 a0 18 94 69 54 4d 54 31 70 0a  .....h...iTMT1p.
  3c80: 04 54 53 49 4d 70 69 54 4d 54 31 70 0a 01 60 a1  .TSIMpiTMT1p..`.
  3c90: 20 a0 1e 93 0a 03 68 a0 18 94 69 54 4d 54 32 70   .....h...iTMT2p
  3ca0: 0a 04 54 53 49 4d 70 69 54 4d 54 32 70 0a 01 60  ..TSIMpiTMT2p..`
  3cb0: a0 40 05 60 70 0a 00 54 43 54 32 08 54 43 54 43  .@.`p..TCT2.TCTC
  3cc0: 11 03 0a 23 70 54 43 54 41 54 43 54 43 70 0a 22  ...#pTCTATCTCp."
  3cd0: 63 70 0a 00 61 a2 12 63 70 83 88 54 43 54 43 63  cp..a..cp..TCTCc
  3ce0: 00 62 72 61 62 61 76 63 70 80 61 00 62 75 62 7b  .brabavcp.a.bub{
  3cf0: 62 0a ff 61 70 61 54 43 54 32 70 0a fe 54 53 49  b..apaTCT2p..TSI
  3d00: 4d 14 49 08 54 43 42 53 04 a0 41 08 92 93 54 53  M.I.TCBS..A...TS
  3d10: 43 4d 0a 12 a0 46 07 93 7b 68 0a 07 00 0a 00 70  CM...F..{h.....p
  3d20: 0a 12 54 53 49 4d 70 68 54 53 42 4c 70 69 54 53  ..TSIMphTSBLpiTS
  3d30: 42 42 70 6a 54 53 42 46 70 6b 54 53 42 43 70 0a  BBpjTSBFpkTSBCp.
  3d40: 00 54 53 42 32 08 54 43 54 44 11 03 0a 23 70 54  .TSB2.TCTD...#pT
  3d50: 43 54 42 54 43 54 44 70 0a 10 60 70 0a 00 61 a2  CTBTCTDp..`p..a.
  3d60: 12 60 70 83 88 54 43 54 44 60 00 62 72 61 62 61  .`p..TCTD`.braba
  3d70: 76 60 70 80 61 00 62 75 62 7b 62 0a ff 61 70 61  v`p.a.bub{b..apa
  3d80: 54 53 42 32 70 0a fe 54 53 49 4d 14 40 07 54 53  TSB2p..TSIM.@.TS
  3d90: 43 4c 02 a0 48 06 92 93 54 53 43 4d 0a 12 70 0a  CL..H...TSCM..p.
  3da0: 15 54 53 49 4d 72 54 4c 44 53 69 54 4c 44 53 70  .TSIMrTLDSiTLDSp
  3db0: 0a 00 54 4c 44 32 08 54 4c 44 44 11 03 0a 0b 70  ..TLD2.TLDD....p
  3dc0: 54 43 54 4c 54 4c 44 44 70 0a 0a 60 70 0a 00 61  TCTLTLDDp..`p..a
  3dd0: a2 12 60 70 83 88 54 4c 44 44 60 00 62 72 61 62  ..`p..TLDD`.brab
  3de0: 61 76 60 70 80 61 00 62 75 62 7b 62 0a ff 61 70  av`p.a.bub{b..ap
  3df0: 61 54 4c 44 32 70 0a fe 54 53 49 4d 5b 82 8e 00  aTLD2p..TSIM[...
  3e00: 02 45 43 5f 5f 08 5f 48 49 44 0c 41 d0 0c 09 08  .EC__._HID.A....
  3e10: 5f 55 49 44 0a 00 08 5f 47 50 45 0a 1c 14 13 5f  _UID..._GPE...._
  3e20: 52 45 47 02 a0 0c 93 68 0a 03 70 69 5c 48 38 44  REG....h..pi\H8D
  3e30: 52 5b 80 45 43 4f 52 03 0a 00 0b 00 01 5b 81 4a  R[.ECOR......[.J
  3e40: 2b 45 43 4f 52 01 48 44 42 4d 01 00 01 00 01 48  +ECOR.HDBM.....H
  3e50: 46 4e 45 01 00 01 00 01 48 4c 44 4d 01 00 01 00  FNE.....HLDM....
  3e60: 01 42 54 43 4d 01 00 01 00 01 00 01 48 42 50 52  .BTCM.......HBPR
  3e70: 01 42 54 50 43 01 00 01 48 44 55 45 01 00 07 00  .BTPC...HDUE....
  3e80: 01 48 45 54 45 01 00 0e 48 53 50 41 01 00 07 48  .HETE...HSPA...H
  3e90: 53 55 4e 08 48 53 52 50 08 00 20 48 4c 43 4c 08  SUN.HSRP.. HLCL.
  3ea0: 00 08 48 46 4e 53 02 00 06 00 04 48 41 41 41 03  ..HFNS.....HAAA.
  3eb0: 00 01 48 41 4d 30 08 48 41 4d 31 08 48 41 4d 32  ..HAM0.HAM1.HAM2
  3ec0: 08 48 41 4d 33 08 48 41 4d 34 08 48 41 4d 35 08  .HAM3.HAM4.HAM5.
  3ed0: 48 41 4d 36 08 48 41 4d 37 08 48 41 4d 38 08 48  HAM6.HAM7.HAM8.H
  3ee0: 41 4d 39 08 48 41 4d 41 08 48 41 4d 42 08 48 41  AM9.HAMA.HAMB.HA
  3ef0: 4d 43 08 48 41 4d 44 08 48 41 4d 45 08 48 41 4d  MC.HAMD.HAME.HAM
  3f00: 46 08 48 54 30 30 01 48 54 30 31 01 48 54 30 32  F.HT00.HT01.HT02
  3f10: 01 48 54 30 33 01 48 54 31 30 01 48 54 31 31 01  .HT03.HT10.HT11.
  3f20: 48 54 31 32 01 48 54 31 33 01 00 10 48 41 4e 54  HT12.HT13...HANT
  3f30: 08 00 10 00 01 00 01 48 41 4e 41 02 00 01 00 01  .......HANA.....
  3f40: 00 1a 48 41 54 52 08 48 54 30 48 08 48 54 30 4c  ..HATR.HT0H.HT0L
  3f50: 08 48 54 31 48 08 48 54 31 4c 08 48 46 53 50 08  .HT1H.HT1L.HFSP.
  3f60: 00 06 48 4d 55 54 01 00 01 48 42 52 56 08 48 57  ..HMUT...HBRV.HW
  3f70: 50 4d 01 48 57 4c 42 01 48 57 4c 4f 01 48 57 44  PM.HWLB.HWLO.HWD
  3f80: 4b 01 48 57 46 4e 01 48 57 42 54 01 48 57 52 49  K.HWFN.HWBT.HWRI
  3f90: 01 48 57 42 55 01 48 57 4c 55 01 00 07 00 07 48  .HWBU.HWLU.....H
  3fa0: 50 4c 4f 01 00 08 00 10 48 42 30 53 07 48 42 30  PLO.....HB0S.HB0
  3fb0: 41 01 48 42 31 53 07 48 42 31 41 01 48 43 4d 55  A.HB1S.HB1A.HCMU
  3fc0: 01 00 02 4f 56 52 51 01 44 43 42 44 01 44 43 57  ...OVRQ.DCBD.DCW
  3fd0: 4c 01 44 43 57 57 01 48 42 31 49 01 00 01 4b 42  L.DCWW.HB1I...KB
  3fe0: 4c 54 01 42 54 50 57 01 42 54 44 54 01 48 55 42  LT.BTPW.BTDT.HUB
  3ff0: 53 01 42 44 50 57 01 42 44 44 54 01 48 55 42 42  S.BDPW.BDDT.HUBB
  4000: 01 00 40 05 00 01 42 54 57 4b 01 48 50 4c 44 01  ..@...BTWK.HPLD.
  4010: 00 01 48 50 41 43 01 42 54 53 54 01 00 02 48 50  ..HPAC.BTST...HP
  4020: 42 55 01 00 01 48 42 49 44 04 48 42 43 53 01 48  BU...HBID.HBCS.H
  4030: 50 4e 46 01 00 01 47 53 54 53 01 00 02 48 4c 42  PNF...GSTS...HLB
  4040: 55 01 42 44 53 54 01 48 43 42 4c 01 00 29 48 57  U.BDST.HCBL..)HW
  4050: 41 4b 10 48 4d 50 52 08 48 4d 53 54 05 00 02 48  AK.HMPR.HMST...H
  4060: 4d 44 4e 01 48 4d 41 44 08 48 4d 43 4d 08 00 40  MDN.HMAD.HMCM..@
  4070: 10 48 4d 42 43 08 00 18 54 4d 50 30 08 54 4d 50  .HMBC...TMP0.TMP
  4080: 31 08 54 4d 50 32 08 54 4d 50 33 08 54 4d 50 34  1.TMP2.TMP3.TMP4
  4090: 08 54 4d 50 35 08 54 4d 50 36 08 54 4d 50 37 08  .TMP5.TMP6.TMP7.
  40a0: 00 08 48 49 49 44 08 00 08 48 46 4e 49 08 00 20  ..HIID...HFNI.. 
  40b0: 48 44 45 43 08 48 44 45 4f 08 00 18 48 44 41 41  HDEC.HDEO...HDAA
  40c0: 03 48 44 41 42 03 48 44 41 43 02 00 40 11 48 44  .HDAB.HDAC..@.HD
  40d0: 45 4e 20 48 44 45 50 20 48 44 45 4d 08 48 44 45  EN HDEP HDEM.HDE
  40e0: 53 08 00 40 07 41 54 4d 58 08 48 57 41 54 08 00  S..@.ATMX.HWAT..
  40f0: 48 11 00 04 48 44 44 44 01 14 41 04 5f 49 4e 49  H...HDDD..A._INI
  4100: 00 a0 0d 5c 48 38 44 52 70 0a 00 48 53 50 41 a1  ...\H8DRp..HSPA.
  4110: 0c 5c 4d 42 45 43 0a 05 0a fe 0a 00 42 49 4e 49  .\MBEC......BINI
  4120: 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  4130: 43 5f 5f 48 4b 45 59 57 47 49 4e 08 5f 43 52 53  C__HKEYWGIN._CRS
  4140: 11 15 0a 12 47 01 62 00 62 00 01 01 47 01 66 00  ....G.b.b...G.f.
  4150: 66 00 01 01 79 00 14 21 4c 45 44 5f 02 7d 68 69  f...y..!LED_.}hi
  4160: 60 a0 0c 5c 48 38 44 52 70 60 48 4c 43 4c a1 09  `..\H8DRp`HLCL..
  4170: 5c 57 42 45 43 0a 0c 60 08 42 41 4f 4e 0a 00 08  \WBEC..`.BAON...
  4180: 57 42 4f 4e 0a 00 14 4e 18 42 45 45 50 01 a0 0c  WBON...N.BEEP...
  4190: 93 68 0a 05 70 0a 00 57 42 4f 4e 70 57 42 4f 4e  .h..p..WBONpWBON
  41a0: 62 a0 4f 04 42 41 4f 4e a0 24 93 68 0a 00 70 0a  b.O.BAON.$.h..p.
  41b0: 00 42 41 4f 4e a0 0d 57 42 4f 4e 70 0a 03 60 70  .BAON..WBONp..`p
  41c0: 0a 08 61 a1 09 70 0a 00 60 70 0a 00 61 a1 23 70  ..a..p..`p..a.#p
  41d0: 0a ff 60 70 0a ff 61 a0 0c 93 68 0a 11 70 0a 00  ..`p..a...h..p..
  41e0: 57 42 4f 4e a0 0c 93 68 0a 10 70 0a 01 57 42 4f  WBON...h..p..WBO
  41f0: 4e a1 47 04 70 68 60 70 0a ff 61 a0 13 93 68 0a  N.G.ph`p..a...h.
  4200: 0f 70 68 60 70 0a 08 61 70 0a 01 42 41 4f 4e a0  .ph`p..ap..BAON.
  4210: 14 93 68 0a 11 70 0a 00 60 70 0a 00 61 70 0a 00  ..h..p..`p..ap..
  4220: 57 42 4f 4e a0 14 93 68 0a 10 70 0a 03 60 70 0a  WBON...h..p..`p.
  4230: 08 61 70 0a 01 57 42 4f 4e a0 32 93 68 0a 03 70  .ap..WBON.2.h..p
  4240: 0a 00 57 42 4f 4e a0 25 62 70 0a 07 60 a0 1e 91  ..WBON.%bp..`...
  4250: 93 5c 53 50 53 5f 0a 03 93 5c 53 50 53 5f 0a 04  .\SPS_...\SPS_..
  4260: 70 0a 00 62 70 0a ff 60 70 0a ff 61 a0 14 93 68  p..bp..`p..a...h
  4270: 0a 07 a0 0e 62 70 0a 00 62 70 0a ff 60 70 0a ff  ....bp..bp..`p..
  4280: 61 a0 43 04 90 5c 48 38 44 52 92 5c 57 39 38 46  a.C..\H8DR.\W98F
  4290: a0 1a 90 62 92 57 42 4f 4e 70 0a 00 48 53 52 50  ...b.WBONp..HSRP
  42a0: 70 0a 00 48 53 55 4e 5b 22 0a 64 a0 0c 92 93 61  p..HSUN[".d....a
  42b0: 0a ff 70 61 48 53 52 50 a0 0c 92 93 60 0a ff 70  ..paHSRP....`..p
  42c0: 60 48 53 55 4e a1 3e a0 1e 90 62 92 57 42 4f 4e  `HSUN.>...b.WBON
  42d0: 5c 57 42 45 43 0a 07 0a 00 5c 57 42 45 43 0a 06  \WBEC....\WBEC..
  42e0: 0a 00 5b 22 0a 64 a0 0e 92 93 61 0a ff 5c 57 42  ..[".d....a..\WB
  42f0: 45 43 0a 07 61 a0 0e 92 93 60 0a ff 5c 57 42 45  EC..a....`..\WBE
  4300: 43 0a 06 60 a0 05 93 68 0a 03 a0 0a 93 68 0a 07  C..`...h.....h..
  4310: 5b 22 0b f4 01 14 43 09 45 56 4e 54 01 a0 37 5c  ["....C.EVNT..7\
  4320: 48 38 44 52 a0 18 68 7d 48 41 4d 37 0a 01 48 41  H8DR..h}HAM7..HA
  4330: 4d 37 7d 48 41 4d 35 0a 04 48 41 4d 35 a1 17 7b  M7}HAM5..HAM5..{
  4340: 48 41 4d 37 0a fe 48 41 4d 37 7b 48 41 4d 35 0a  HAM7..HAM7{HAM5.
  4350: fb 48 41 4d 35 a1 43 05 a0 28 68 5c 4d 42 45 43  .HAM5.C..(h\MBEC
  4360: 0a 17 0a ff 0a 01 5c 4d 42 45 43 0a 15 0a ff 0a  ......\MBEC.....
  4370: 04 a0 0f 5c 57 39 38 46 5c 57 42 45 43 0a 18 0a  ...\W98F\WBEC...
  4380: ff a1 27 5c 4d 42 45 43 0a 17 0a fe 0a 00 5c 4d  ..'\MBEC......\M
  4390: 42 45 43 0a 15 0a fb 0a 00 a0 0f 5c 57 39 38 46  BEC........\W98F
  43a0: 5c 57 42 45 43 0a 18 0a 00 14 4b 07 50 4e 53 54  \WBEC.....K.PNST
  43b0: 01 a0 3d 90 68 42 53 54 41 0a 02 a0 1b 90 5c 48  ..=.hBSTA.....\H
  43c0: 38 44 52 92 5c 57 39 38 46 70 0a 01 48 42 50 52  8DR.\W98Fp..HBPR
  43d0: 70 0a 01 48 55 42 42 a1 17 5c 4d 42 45 43 0a 01  p..HUBB..\MBEC..
  43e0: 0a ff 0a 20 5c 4d 42 45 43 0a 3b 0a ff 0a 80 a1  ... \MBEC.;.....
  43f0: 35 a0 1b 90 5c 48 38 44 52 92 5c 57 39 38 46 70  5...\H8DR.\W98Fp
  4400: 0a 00 48 42 50 52 70 0a 00 48 55 42 42 a1 17 5c  ..HBPRp..HUBB..\
  4410: 4d 42 45 43 0a 01 0a df 0a 00 5c 4d 42 45 43 0a  MBEC......\MBEC.
  4420: 3b 0a 7f 0a 00 5b 84 49 07 50 55 42 53 03 00 00  ;....[.I.PUBS...
  4430: 14 2b 5f 53 54 41 00 a0 0c 5c 48 38 44 52 70 48  .+_STA...\H8DRpH
  4440: 55 42 53 60 a1 0c 7b 5c 52 42 45 43 0a 3b 0a 10  UBS`..{\RBEC.;..
  4450: 60 a0 05 60 a4 0a 01 a1 04 a4 0a 00 14 21 5f 4f  `..`.........!_O
  4460: 4e 5f 00 a0 0d 5c 48 38 44 52 70 0a 01 48 55 42  N_...\H8DRp..HUB
  4470: 53 a1 0c 5c 4d 42 45 43 0a 3b 0a ff 0a 10 14 21  S..\MBEC.;.....!
  4480: 5f 4f 46 46 00 a0 0d 5c 48 38 44 52 70 0a 00 48  _OFF...\H8DRp..H
  4490: 55 42 53 a1 0c 5c 4d 42 45 43 0a 3b 0a ef 0a 00  UBS..\MBEC.;....
  44a0: 14 45 0f 4c 50 4d 44 00 70 0a 00 60 70 0a 00 61  .E.LPMD.p..`p..a
  44b0: 70 0a 00 62 a0 42 06 5c 48 38 44 52 a0 4a 05 48  p..b.B.\H8DR.J.H
  44c0: 50 4c 4f a0 4a 04 48 50 41 43 a0 43 04 95 48 57  PLO.J.HPAC.C..HW
  44d0: 41 54 0a 5a a0 16 91 92 48 42 30 41 95 7b 48 42  AT.Z....HB0A.{HB
  44e0: 30 53 0a 0f 00 0a 03 70 0a 01 61 a0 16 91 92 48  0S.....p..a....H
  44f0: 42 31 41 95 7b 48 42 31 53 0a 0f 00 0a 03 70 0a  B1A.{HB1S.....p.
  4500: 01 62 a0 0b 90 61 62 70 5c 4c 50 53 54 60 a1 08  .b...abp\LPST`..
  4510: 70 5c 4c 50 53 54 60 a1 4c 07 a0 49 07 7b 5c 52  p\LPST`.L..I.{\R
  4520: 42 45 43 0a 34 0a 80 00 a0 42 06 7b 5c 52 42 45  BEC.4....B.{\RBE
  4530: 43 0a 46 0a 10 00 a0 44 05 95 5c 52 42 45 43 0a  C.F....D..\RBEC.
  4540: c9 0a 5a 70 5c 52 42 45 43 0a 38 63 a0 14 91 92  ..Zp\RBEC.8c....
  4550: 7b 63 0a 80 00 95 7b 63 0a 0f 00 0a 03 70 0a 01  {c....{c.....p..
  4560: 61 70 5c 52 42 45 43 0a 39 63 a0 14 91 92 7b 63  ap\RBEC.9c....{c
  4570: 0a 80 00 95 7b 63 0a 0f 00 0a 03 70 0a 01 62 a0  ....{c.....p..b.
  4580: 0b 90 61 62 70 5c 4c 50 53 54 60 a1 08 70 5c 4c  ..abp\LPST`..p\L
  4590: 50 53 54 60 a4 60 5b 01 4d 43 50 55 07 14 44 04  PST`.`[.MCPU..D.
  45a0: 5f 51 31 30 00 a0 3c 5c 2f 06 5f 53 42 5f 50 43  _Q10..<\/._SB_PC
  45b0: 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48  I0LPC_EC__HKEYMH
  45c0: 4b 4b 0a 01 5c 2f 06 5f 53 42 5f 50 43 49 30 4c  KK..\/._SB_PCI0L
  45d0: 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b  PC_EC__HKEYMHKQ.
  45e0: 01 10 14 47 04 5f 51 31 31 00 a0 3c 5c 2f 06 5f  ...G._Q11..<\/._
  45f0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  4600: 4b 45 59 4d 48 4b 4b 0a 02 5c 2f 06 5f 53 42 5f  KEYMHKK..\/._SB_
  4610: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  4620: 4d 48 4b 51 0b 02 10 a1 02 a3 14 24 5f 51 31 32  MHKQ.......$_Q12
  4630: 00 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  4640: 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b 03 10 14  EC__HKEYMHKQ....
  4650: 41 05 5f 51 31 33 00 a0 3a 5c 2f 06 5f 53 42 5f  A._Q13..:\/._SB_
  4660: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  4670: 44 48 4b 43 5c 2f 06 5f 53 42 5f 50 43 49 30 4c  DHKC\/._SB_PCI0L
  4680: 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b  PC_EC__HKEYMHKQ.
  4690: 04 10 a1 0e 86 5c 2e 5f 53 42 5f 53 4c 50 42 0a  .....\._SB_SLPB.
  46a0: 80 14 4d 10 5f 51 36 34 00 a0 3c 5c 2f 06 5f 53  ..M._Q64..<\/._S
  46b0: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b  B_PCI0LPC_EC__HK
  46c0: 45 59 4d 48 4b 4b 0a 10 5c 2f 06 5f 53 42 5f 50  EYMHKK..\/._SB_P
  46d0: 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d  CI0LPC_EC__HKEYM
  46e0: 48 4b 51 0b 05 10 a1 48 0c a0 3e 92 7b 5c 2f 06  HKQ....H..>.{\/.
  46f0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  4700: 48 4b 45 59 57 47 46 4c 0a 20 00 5c 2f 06 5f 53  HKEYWGFL. .\/._S
  4710: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b  B_PCI0LPC_EC__HK
  4720: 45 59 42 50 57 43 0a 01 a1 46 08 5c 2f 06 5f 53  EYBPWC...F.\/._S
  4730: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b  B_PCI0LPC_EC__HK
  4740: 45 59 42 50 57 43 0a 00 a0 46 06 92 5c 57 56 49  EYBPWC...F..\WVI
  4750: 53 a0 3e 92 7b 5c 2f 06 5f 53 42 5f 50 43 49 30  S.>.{\/._SB_PCI0
  4760: 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 57 47 46 4c  LPC_EC__HKEYWGFL
  4770: 0a 02 00 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50  ...\/._SB_PCI0LP
  4780: 43 5f 45 43 5f 5f 48 4b 45 59 57 50 57 43 0a 01  C_EC__HKEYWPWC..
  4790: a1 1e 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  47a0: 5f 45 43 5f 5f 48 4b 45 59 57 50 57 43 0a 00 14  _EC__HKEYWPWC...
  47b0: 44 04 5f 51 36 35 00 a0 3c 5c 2f 06 5f 53 42 5f  D._Q65..<\/._SB_
  47c0: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  47d0: 4d 48 4b 4b 0a 20 5c 2f 06 5f 53 42 5f 50 43 49  MHKK. \/._SB_PCI
  47e0: 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b  0LPC_EC__HKEYMHK
  47f0: 51 0b 06 10 14 43 0a 5f 51 31 36 00 a0 27 5c 56  Q....C._Q16..'\V
  4800: 50 44 46 70 0a 00 5c 56 50 44 46 a0 18 56 49 47  PDFp..\VPDF..VIG
  4810: 44 5c 2f 04 5f 53 42 5f 50 43 49 30 56 49 44 5f  D\/._SB_PCI0VID_
  4820: 56 53 50 44 a1 43 07 a0 3c 5c 2f 06 5f 53 42 5f  VSPD.C..<\/._SB_
  4830: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  4840: 4d 48 4b 4b 0a 40 5c 2f 06 5f 53 42 5f 50 43 49  MHKK.@\/._SB_PCI
  4850: 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b  0LPC_EC__HKEYMHK
  4860: 51 0b 07 10 a1 33 a0 18 56 49 47 44 5c 2f 04 5f  Q....3..VIGD\/._
  4870: 53 42 5f 50 43 49 30 56 49 44 5f 56 53 57 54 a1  SB_PCI0VID_VSWT.
  4880: 18 5c 2f 05 5f 53 42 5f 50 43 49 30 41 47 50 5f  .\/._SB_PCI0AGP_
  4890: 56 49 44 5f 56 53 57 54 14 42 05 5f 51 31 37 00  VID_VSWT.B._Q17.
  48a0: a0 3c 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43  .<\/._SB_PCI0LPC
  48b0: 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 4b 0a 80 5c  _EC__HKEYMHKK..\
  48c0: 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  48d0: 5f 5f 48 4b 45 59 4d 48 4b 51 0b 08 10 a1 0d a0  __HKEYMHKQ......
  48e0: 0b 92 5c 57 4e 54 46 56 45 58 50 14 46 04 5f 51  ..\WNTFVEXP.F._Q
  48f0: 31 38 00 a0 3d 5c 2f 06 5f 53 42 5f 50 43 49 30  18..=\/._SB_PCI0
  4900: 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 4b  LPC_EC__HKEYMHKK
  4910: 0b 00 01 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50  ...\/._SB_PCI0LP
  4920: 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b 09  C_EC__HKEYMHKQ..
  4930: 10 a3 14 45 04 5f 51 36 36 00 a0 3d 5c 2f 06 5f  ...E._Q66..=\/._
  4940: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  4950: 4b 45 59 4d 48 4b 4b 0b 00 02 5c 2f 06 5f 53 42  KEYMHKK...\/._SB
  4960: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45  _PCI0LPC_EC__HKE
  4970: 59 4d 48 4b 51 0b 0a 10 14 45 04 5f 51 31 41 00  YMHKQ....E._Q1A.
  4980: a0 3d 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43  .=\/._SB_PCI0LPC
  4990: 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 4b 0b 00 04  _EC__HKEYMHKK...
  49a0: 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  49b0: 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b 0b 10 14 24  C__HKEYMHKQ....$
  49c0: 5f 51 31 42 00 5c 2f 06 5f 53 42 5f 50 43 49 30  _Q1B.\/._SB_PCI0
  49d0: 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51  LPC_EC__HKEYMHKQ
  49e0: 0b 0c 10 14 45 04 5f 51 36 32 00 a0 3d 5c 2f 06  ....E._Q62..=\/.
  49f0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  4a00: 48 4b 45 59 4d 48 4b 4b 0b 00 10 5c 2f 06 5f 53  HKEYMHKK...\/._S
  4a10: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b  B_PCI0LPC_EC__HK
  4a20: 45 59 4d 48 4b 51 0b 0d 10 14 45 04 5f 51 36 30  EYMHKQ....E._Q60
  4a30: 00 a0 3d 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50  ..=\/._SB_PCI0LP
  4a40: 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 4b 0b 00  C_EC__HKEYMHKK..
  4a50: 20 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f   \/._SB_PCI0LPC_
  4a60: 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b 0e 10 14  EC__HKEYMHKQ....
  4a70: 45 04 5f 51 36 31 00 a0 3d 5c 2f 06 5f 53 42 5f  E._Q61..=\/._SB_
  4a80: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  4a90: 4d 48 4b 4b 0b 00 40 5c 2f 06 5f 53 42 5f 50 43  MHKK..@\/._SB_PC
  4aa0: 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48  I0LPC_EC__HKEYMH
  4ab0: 4b 51 0b 0f 10 14 4e 04 5f 51 31 46 00 a0 3f 5c  KQ....N._Q1F..?\
  4ac0: 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  4ad0: 5f 5f 48 4b 45 59 4d 48 4b 4b 0c 00 00 02 00 5c  __HKEYMHKK.....\
  4ae0: 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  4af0: 5f 5f 48 4b 45 59 4d 48 4b 51 0b 12 10 5c 55 43  __HKEYMHKQ...\UC
  4b00: 4d 53 0a 0e 14 47 04 5f 51 36 37 00 a0 3f 5c 2f  MS...G._Q67..?\/
  4b10: 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  4b20: 5f 48 4b 45 59 4d 48 4b 4b 0c 00 00 04 00 5c 2f  _HKEYMHKK.....\/
  4b30: 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  4b40: 5f 48 4b 45 59 4d 48 4b 51 0b 13 10 14 4f 0e 5f  _HKEYMHKQ....O._
  4b50: 51 32 36 00 5c 55 43 4d 53 0a 12 44 53 50 44 0a  Q26.\UCMS..DSPD.
  4b60: 00 5b 22 0b f4 01 86 41 43 5f 5f 0a 80 86 5c 2e  .["....AC__...\.
  4b70: 5f 54 5a 5f 54 48 4d 30 0a 80 86 5c 2e 5f 54 5a  _TZ_THM0...\._TZ
  4b80: 5f 54 48 4d 31 0a 80 a0 0e 5c 57 58 50 46 5b 23  _THM1....\WXPF[#
  4b90: 4d 43 50 55 ff ff a0 37 5c 53 50 45 4e a0 27 5c  MCPU...7\SPEN.'\
  4ba0: 4f 53 50 58 86 5c 2e 5f 50 52 5f 43 50 55 30 0a  OSPX.\._PR_CPU0.
  4bb0: 80 a0 13 5c 4d 50 45 4e 86 5c 2e 5f 50 52 5f 43  ...\MPEN.\._PR_C
  4bc0: 50 55 31 0a 80 a1 08 5c 53 54 45 50 0a 00 a0 0a  PU1....\STEP....
  4bd0: 5c 57 58 50 46 5b 22 0a 64 a0 27 5c 4f 53 43 34  \WXPF[".d.'\OSC4
  4be0: 86 5c 2e 5f 50 52 5f 43 50 55 30 0a 81 a0 13 5c  .\._PR_CPU0....\
  4bf0: 4d 50 45 4e 86 5c 2e 5f 50 52 5f 43 50 55 31 0a  MPEN.\._PR_CPU1.
  4c00: 81 a0 0c 5c 57 58 50 46 5b 27 4d 43 50 55 a0 23  ...\WXPF['MCPU.#
  4c10: 90 92 5c 57 58 50 46 5c 57 4e 54 46 70 0a 00 5c  ..\WXPF\WNTFp..\
  4c20: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 43 34  /._SB_PCI0LPC_C4
  4c30: 43 33 41 54 4d 43 44 53 50 44 0a 01 14 4b 12 5f  C3ATMCDSPD...K._
  4c40: 51 32 37 00 5c 55 43 4d 53 0a 12 5b 22 0b f4 01  Q27.\UCMS..["...
  4c50: 86 41 43 5f 5f 0a 80 86 5c 2e 5f 54 5a 5f 54 48  .AC__...\._TZ_TH
  4c60: 4d 30 0a 80 86 5c 2e 5f 54 5a 5f 54 48 4d 31 0a  M0...\._TZ_THM1.
  4c70: 80 a0 0e 5c 57 58 50 46 5b 23 4d 43 50 55 ff ff  ...\WXPF[#MCPU..
  4c80: a0 37 5c 53 50 45 4e a0 27 5c 4f 53 50 58 86 5c  .7\SPEN.'\OSPX.\
  4c90: 2e 5f 50 52 5f 43 50 55 30 0a 80 a0 13 5c 4d 50  ._PR_CPU0....\MP
  4ca0: 45 4e 86 5c 2e 5f 50 52 5f 43 50 55 31 0a 80 a1  EN.\._PR_CPU1...
  4cb0: 08 5c 53 54 45 50 0a 01 a0 0a 5c 57 58 50 46 5b  .\STEP....\WXPF[
  4cc0: 22 0a 64 a0 27 5c 4f 53 43 34 86 5c 2e 5f 50 52  ".d.'\OSC4.\._PR
  4cd0: 5f 43 50 55 30 0a 81 a0 13 5c 4d 50 45 4e 86 5c  _CPU0....\MPEN.\
  4ce0: 2e 5f 50 52 5f 43 50 55 31 0a 81 a0 0c 5c 57 58  ._PR_CPU1....\WX
  4cf0: 50 46 5b 27 4d 43 50 55 a0 31 90 5c 43 57 41 43  PF['MCPU.1.\CWAC
  4d00: 92 5c 43 57 41 53 a0 23 90 92 5c 57 58 50 46 5c  .\CWAS.#..\WXPF\
  4d10: 57 4e 54 46 70 0a 01 5c 2f 04 5f 53 42 5f 50 43  WNTFp..\/._SB_PC
  4d20: 49 30 4c 50 43 5f 43 34 43 33 41 54 4d 43 a0 39  I0LPC_C4C3ATMC.9
  4d30: 91 93 5c 2f 03 5f 53 42 5f 47 44 43 4b 47 44 49  ..\/._SB_GDCKGDI
  4d40: 44 0c 24 4d 00 4c 93 5c 2f 03 5f 53 42 5f 47 44  D.$M.L.\/._SB_GD
  4d50: 43 4b 47 44 49 44 0c 24 4d 00 44 86 5c 2e 5f 53  CKGDID.$M.D.\._S
  4d60: 42 5f 47 44 43 4b 0a 01 14 48 06 5f 51 32 41 00  B_GDCK...H._Q2A.
  4d70: a0 1a 56 49 47 44 5c 2f 04 5f 53 42 5f 50 43 49  ..VIGD\/._SB_PCI
  4d80: 30 56 49 44 5f 56 4c 4f 43 0a 01 a1 1a 5c 2f 05  0VID_VLOC....\/.
  4d90: 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 49 44 5f  _SB_PCI0AGP_VID_
  4da0: 56 4c 4f 43 0a 01 5c 2f 06 5f 53 42 5f 50 43 49  VLOC..\/._SB_PCI
  4db0: 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b  0LPC_EC__HKEYMHK
  4dc0: 51 0b 02 50 86 5c 2e 5f 53 42 5f 4c 49 44 5f 0a  Q..P.\._SB_LID_.
  4dd0: 80 14 38 5f 51 32 42 00 5c 2f 06 5f 53 42 5f 50  ..8_Q2B.\/._SB_P
  4de0: 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d  CI0LPC_EC__HKEYM
  4df0: 48 4b 51 0b 01 50 5c 55 43 4d 53 0a 0d 86 5c 2e  HKQ..P\UCMS...\.
  4e00: 5f 53 42 5f 4c 49 44 5f 0a 80 14 06 5f 51 33 44  _SB_LID_...._Q3D
  4e10: 00 14 3e 5f 51 34 38 00 a0 37 5c 53 50 45 4e a0  ..>_Q48..7\SPEN.
  4e20: 27 5c 4f 53 50 58 86 5c 2e 5f 50 52 5f 43 50 55  '\OSPX.\._PR_CPU
  4e30: 30 0a 80 a0 13 5c 4d 50 45 4e 86 5c 2e 5f 50 52  0....\MPEN.\._PR
  4e40: 5f 43 50 55 31 0a 80 a1 08 5c 53 54 45 50 0a 04  _CPU1....\STEP..
  4e50: 14 3e 5f 51 34 39 00 a0 37 5c 53 50 45 4e a0 27  .>_Q49..7\SPEN.'
  4e60: 5c 4f 53 50 58 86 5c 2e 5f 50 52 5f 43 50 55 30  \OSPX.\._PR_CPU0
  4e70: 0a 80 a0 13 5c 4d 50 45 4e 86 5c 2e 5f 50 52 5f  ....\MPEN.\._PR_
  4e80: 43 50 55 31 0a 80 a1 08 5c 53 54 45 50 0a 05 14  CPU1....\STEP...
  4e90: 10 5f 51 37 46 00 5b 32 01 00 00 01 80 0b 2b 03  ._Q7F.[2......+.
  4ea0: 14 24 5f 51 34 45 00 5c 2f 06 5f 53 42 5f 50 43  .$_Q4E.\/._SB_PC
  4eb0: 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48  I0LPC_EC__HKEYMH
  4ec0: 4b 51 0b 11 60 14 24 5f 51 34 46 00 5c 2f 06 5f  KQ..`.$_Q4F.\/._
  4ed0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  4ee0: 4b 45 59 4d 48 4b 51 0b 12 60 14 1d 5f 51 37 35  KEYMHKQ..`.._Q75
  4ef0: 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  4f00: 45 43 5f 5f 54 41 54 52 14 24 5f 51 34 36 00 5c  EC__TATR.$_Q46.\
  4f10: 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  4f20: 5f 5f 48 4b 45 59 4d 48 4b 51 0b 12 60 14 20 5f  __HKEYMHKQ..`. _
  4f30: 51 32 32 00 a0 0c 48 42 30 41 86 42 41 54 30 0a  Q22...HB0A.BAT0.
  4f40: 80 a0 0c 48 42 31 41 86 42 41 54 31 0a 80 14 0d  ...HB1A.BAT1....
  4f50: 5f 51 34 41 00 86 42 41 54 30 0a 81 14 0d 5f 51  _Q4A..BAT0...._Q
  4f60: 34 42 00 86 42 41 54 30 0a 80 14 0a 5f 51 34 43  4B..BAT0...._Q4C
  4f70: 00 5f 51 33 38 14 25 5f 51 34 44 00 a0 1e 7b 5e  ._Q38.%_Q4D...{^
  4f80: 2e 42 41 54 31 42 31 53 54 5e 2e 42 41 54 31 58  .BAT1B1ST^.BAT1X
  4f90: 42 31 53 00 86 42 41 54 31 0a 80 14 0d 5f 51 32  B1S..BAT1...._Q2
  4fa0: 34 00 86 42 41 54 30 0a 80 14 25 5f 51 32 35 00  4..BAT0...%_Q25.
  4fb0: a0 1e 7b 5e 2e 42 41 54 31 42 31 53 54 5e 2e 42  ..{^.BAT1B1ST^.B
  4fc0: 41 54 31 58 42 31 53 00 86 42 41 54 31 0a 80 5b  AT1XB1S..BAT1..[
  4fd0: 81 31 45 43 4f 52 01 00 40 50 53 42 52 43 10 53  .1ECOR..@PSBRC.S
  4fe0: 42 46 43 10 53 42 41 45 10 53 42 52 53 10 53 42  BFC.SBAE.SBRS.SB
  4ff0: 41 43 10 53 42 56 4f 10 53 42 41 46 10 53 42 42  AC.SBVO.SBAF.SBB
  5000: 53 10 5b 81 1a 45 43 4f 52 01 00 40 50 00 0f 53  S.[..ECOR..@P..S
  5010: 42 43 4d 01 53 42 4d 44 10 53 42 43 43 10 5b 81  BCM.SBMD.SBCC.[.
  5020: 27 45 43 4f 52 01 00 40 50 53 42 44 43 10 53 42  'ECOR..@PSBDC.SB
  5030: 44 56 10 53 42 4f 4d 10 53 42 53 49 10 53 42 44  DV.SBOM.SBSI.SBD
  5040: 54 10 53 42 53 4e 10 5b 81 0e 45 43 4f 52 01 00  T.SBSN.[..ECOR..
  5050: 40 50 53 42 43 48 20 5b 81 0f 45 43 4f 52 01 00  @PSBCH [..ECOR..
  5060: 40 50 53 42 4d 4e 40 08 5b 81 0f 45 43 4f 52 01  @PSBMN@.[..ECOR.
  5070: 00 40 50 53 42 44 4e 40 08 5b 01 42 41 54 4d 07  .@PSBDN@.[.BATM.
  5080: 14 43 16 47 42 49 46 03 5b 23 42 41 54 4d ff ff  .C.GBIF.[#BATM..
  5090: a0 43 12 6a 7d 68 0a 01 48 49 49 44 70 53 42 43  .C.j}h..HIIDpSBC
  50a0: 4d 67 7f 67 0a 01 88 69 0a 00 00 70 68 48 49 49  Mg.g...i...phHII
  50b0: 44 a0 0a 67 77 53 42 46 43 0a 0a 61 a1 07 70 53  D..gwSBFC..a..pS
  50c0: 42 46 43 61 70 61 88 69 0a 02 00 7d 68 0a 02 48  BFCapa.i...}h..H
  50d0: 49 49 44 a0 0a 67 77 53 42 44 43 0a 0a 60 a1 07  IID..gwSBDC..`..
  50e0: 70 53 42 44 43 60 70 60 88 69 0a 01 00 78 61 0a  pSBDC`p`.i...xa.
  50f0: 14 62 88 69 0a 05 00 a0 0a 67 70 0a c8 88 69 0a  .b.i.....gp...i.
  5100: 06 00 a1 21 a0 15 53 42 44 56 78 0c 40 0d 03 00  ...!..SBDVx.@...
  5110: 53 42 44 56 62 88 69 0a 06 00 a1 09 70 0a 00 88  SBDVb.i.....p...
  5120: 69 0a 06 00 70 53 42 44 56 88 69 0a 04 00 70 53  i...pSBDV.i...pS
  5130: 42 53 4e 60 08 53 45 52 4e 11 09 0a 06 20 20 20  BSN`.SERN....   
  5140: 20 20 00 70 0a 04 62 a2 15 60 78 60 0a 0a 61 60    .p..b..`x`..a`
  5150: 72 61 0a 30 88 53 45 52 4e 62 00 76 62 70 53 45  ra.0.SERNb.vbpSE
  5160: 52 4e 88 69 0a 0a 00 7d 68 0a 06 48 49 49 44 70  RN.i...}h..HIIDp
  5170: 53 42 44 4e 88 69 0a 09 00 7d 68 0a 04 48 49 49  SBDN.i...}h..HII
  5180: 44 08 42 54 59 50 11 08 0a 05 00 00 00 00 00 70  D.BTYP.........p
  5190: 53 42 43 48 42 54 59 50 70 42 54 59 50 88 69 0a  SBCHBTYPpBTYP.i.
  51a0: 0b 00 7d 68 0a 05 48 49 49 44 70 53 42 4d 4e 88  ..}h..HIIDpSBMN.
  51b0: 69 0a 0c 00 a1 27 70 0c ff ff ff ff 88 69 0a 01  i....'p......i..
  51c0: 00 70 0a 00 88 69 0a 05 00 70 0a 00 88 69 0a 06  .p...i...p...i..
  51d0: 00 70 0c ff ff ff ff 88 69 0a 02 00 5b 27 42 41  .p......i...['BA
  51e0: 54 4d a4 69 14 4a 0d 47 42 53 54 04 5b 23 42 41  TM.i.J.GBST.[#BA
  51f0: 54 4d ff ff a0 0a 7b 69 0a 20 00 70 0a 02 60 a1  TM....{i. .p..`.
  5200: 12 a0 0a 7b 69 0a 40 00 70 0a 01 60 a1 05 70 0a  ...{i.@.p..`..p.
  5210: 00 60 a0 06 7b 69 0a 0f 00 a1 06 7d 60 0a 04 60  .`..{i.....}`..`
  5220: a0 19 93 7b 69 0a 0f 00 0a 0f 70 0a 04 60 70 0a  ...{i.....p..`p.
  5230: 00 61 70 0a 00 62 70 0a 00 63 a1 40 06 70 68 48  .ap..bp..c.@.phH
  5240: 49 49 44 70 53 42 56 4f 63 a0 0a 6a 77 53 42 52  IIDpSBVOc..jwSBR
  5250: 43 0a 0a 62 a1 07 70 53 42 52 43 62 70 53 42 41  C..b..pSBRCbpSBA
  5260: 43 61 a0 1c 92 95 61 0b 00 80 a0 0e 7b 60 0a 01  Ca....a.....{`..
  5270: 00 74 0c 00 00 01 00 61 61 a1 05 70 0a 00 61 a1  .t.....aa..p..a.
  5280: 0d a0 0b 92 7b 60 0a 02 00 70 0a 00 61 a0 0d 6a  ....{`...p..a..j
  5290: 77 63 61 61 78 61 0b e8 03 67 61 70 60 88 6b 0a  wcaaxa...gap`.k.
  52a0: 00 00 70 61 88 6b 0a 01 00 70 62 88 6b 0a 02 00  ..pa.k...pb.k...
  52b0: 70 63 88 6b 0a 03 00 5b 27 42 41 54 4d a4 6b 5b  pc.k...['BATM.k[
  52c0: 82 47 15 42 41 54 30 08 5f 48 49 44 0c 41 d0 0c  .G.BAT0._HID.A..
  52d0: 0a 08 5f 55 49 44 0a 00 08 5f 50 43 4c 12 07 01  .._UID..._PCL...
  52e0: 5c 5f 53 42 5f 08 42 30 53 54 0a 00 08 42 54 30  \_SB_.B0ST...BT0
  52f0: 49 12 23 0d 0a 00 0c ff ff ff ff 0c ff ff ff ff  I.#.............
  5300: 0a 01 0b 30 2a 0a 00 0a 00 0a 01 0a 01 0d 00 0d  ...0*...........
  5310: 00 0d 00 0d 00 08 42 54 30 50 12 02 04 14 44 04  ......BT0P....D.
  5320: 5f 53 54 41 00 a0 0f 5c 48 38 44 52 70 48 42 30  _STA...\H8DRpHB0
  5330: 41 42 30 53 54 a1 1e a0 13 7b 5c 52 42 45 43 0a  AB0ST....{\RBEC.
  5340: 38 0a 80 00 70 0a 01 42 30 53 54 a1 08 70 0a 00  8...p..B0ST..p..
  5350: 42 30 53 54 a0 08 42 30 53 54 a4 0a 1f a1 04 a4  B0ST..B0ST......
  5360: 0a 0f 14 47 04 5f 42 49 46 00 70 0a 00 67 70 0a  ...G._BIF.p..gp.
  5370: 0a 66 a2 2b 90 92 67 66 a0 1f 48 42 30 41 a0 13  .f.+..gf..HB0A..
  5380: 93 7b 48 42 30 53 0a 0f 00 0a 0f 5b 22 0b e8 03  .{HB0S.....["...
  5390: 76 66 a1 05 70 0a 01 67 a1 05 70 0a 00 66 a4 47  vf..p..g..p..f.G
  53a0: 42 49 46 0a 00 42 54 30 49 67 14 23 5f 42 53 54  BIF..BT0Ig.#_BST
  53b0: 00 7f 83 88 42 54 30 49 0a 00 00 0a 01 60 a4 47  ....BT0I.....`.G
  53c0: 42 53 54 0a 00 48 42 30 53 60 42 54 30 50 14 49  BST..HB0S`BT0P.I
  53d0: 04 5f 42 54 50 01 7b 48 41 4d 34 0a ef 48 41 4d  ._BTP.{HAM4..HAM
  53e0: 34 a0 36 68 70 68 61 a0 11 92 83 88 42 54 30 49  4.6hpha.....BT0I
  53f0: 0a 00 00 78 61 0a 0a 60 61 7b 61 0a ff 48 54 30  ...xa..`a{a..HT0
  5400: 4c 7b 7a 61 0a 08 00 0a ff 48 54 30 48 7d 48 41  L{za.....HT0H}HA
  5410: 4d 34 0a 10 48 41 4d 34 5b 82 41 18 42 41 54 31  M4..HAM4[.A.BAT1
  5420: 08 5f 48 49 44 0c 41 d0 0c 0a 08 5f 55 49 44 0a  ._HID.A...._UID.
  5430: 01 08 5f 50 43 4c 12 07 01 5c 5f 53 42 5f 08 42  .._PCL...\_SB_.B
  5440: 31 53 54 0a 00 08 58 42 31 53 0a 01 08 42 54 31  1ST...XB1S...BT1
  5450: 49 12 23 0d 0a 00 0c ff ff ff ff 0c ff ff ff ff  I.#.............
  5460: 0a 01 0b 30 2a 0a 00 0a 00 0a 01 0a 01 0d 00 0d  ...0*...........
  5470: 00 0d 00 0d 00 08 42 54 31 50 12 02 04 14 47 06  ......BT1P....G.
  5480: 5f 53 54 41 00 a0 0f 5c 48 38 44 52 70 48 42 31  _STA...\H8DRpHB1
  5490: 41 42 31 53 54 a1 1e a0 13 7b 5c 52 42 45 43 0a  AB1ST....{\RBEC.
  54a0: 39 0a 80 00 70 0a 01 42 31 53 54 a1 08 70 0a 00  9...p..B1ST..p..
  54b0: 42 31 53 54 a0 1f 42 31 53 54 a0 08 58 42 31 53  B1ST..B1ST..XB1S
  54c0: a4 0a 1f a1 10 a0 09 5c 57 4e 54 46 a4 0a 00 a1  .......\WNTF....
  54d0: 04 a4 0a 1f a1 10 a0 09 5c 57 4e 54 46 a4 0a 00  ........\WNTF...
  54e0: a1 04 a4 0a 0f 14 47 04 5f 42 49 46 00 70 0a 00  ......G._BIF.p..
  54f0: 67 70 0a 0a 66 a2 2b 90 92 67 66 a0 1f 48 42 31  gp..f.+..gf..HB1
  5500: 41 a0 13 93 7b 48 42 31 53 0a 0f 00 0a 0f 5b 22  A...{HB1S.....["
  5510: 0b e8 03 76 66 a1 05 70 0a 01 67 a1 05 70 0a 00  ...vf..p..g..p..
  5520: 66 a4 47 42 49 46 0a 10 42 54 31 49 67 14 23 5f  f.GBIF..BT1Ig.#_
  5530: 42 53 54 00 7f 83 88 42 54 31 49 0a 00 00 0a 01  BST....BT1I.....
  5540: 60 a4 47 42 53 54 0a 10 48 42 31 53 60 42 54 31  `.GBST..HB1S`BT1
  5550: 50 14 49 04 5f 42 54 50 01 7b 48 41 4d 34 0a df  P.I._BTP.{HAM4..
  5560: 48 41 4d 34 a0 36 68 70 68 61 a0 11 92 83 88 42  HAM4.6hpha.....B
  5570: 54 31 49 0a 00 00 78 61 0a 0a 60 61 7b 61 0a ff  T1I...xa..`a{a..
  5580: 48 54 31 4c 7b 7a 61 0a 08 00 0a ff 48 54 31 48  HT1L{za.....HT1H
  5590: 7d 48 41 4d 34 0a 20 48 41 4d 34 5b 82 3e 41 43  }HAM4. HAM4[.>AC
  55a0: 5f 5f 08 5f 48 49 44 0d 41 43 50 49 30 30 30 33  __._HID.ACPI0003
  55b0: 00 08 5f 55 49 44 0a 00 08 5f 50 43 4c 12 07 01  .._UID..._PCL...
  55c0: 5c 5f 53 42 5f 14 0b 5f 50 53 52 00 a4 48 50 41  \_SB_.._PSR..HPA
  55d0: 43 14 09 5f 53 54 41 00 a4 0a 0f 5b 82 49 51 48  C.._STA....[.IQH
  55e0: 4b 45 59 08 5f 48 49 44 0c 24 4d 00 68 14 09 5f  KEY._HID.$M.h.._
  55f0: 53 54 41 00 a4 0a 0f 14 0a 4d 48 4b 56 00 a4 0b  STA......MHKV...
  5600: 00 01 08 44 48 4b 43 0a 00 08 44 48 4b 42 0a 01  ...DHKC...DHKB..
  5610: 5b 01 58 44 48 4b 07 08 44 48 4b 48 0a 00 08 44  [.XDHK..DHKH...D
  5620: 48 4b 57 0a 00 08 44 48 4b 53 0a 00 08 44 48 4b  HKW...DHKS...DHK
  5630: 44 0a 00 08 44 48 4b 4e 0b 0c 08 08 44 48 4b 54  D...DHKN....DHKT
  5640: 0a 00 08 44 48 57 57 0a 00 14 0c 4d 48 4b 41 00  ...DHWW....MHKA.
  5650: a4 0c ff ff ff 00 14 0b 4d 48 4b 4e 00 a4 44 48  ........MHKN..DH
  5660: 4b 4e 14 18 4d 48 4b 4b 01 a0 0d 44 48 4b 43 a4  KN..MHKK...DHKC.
  5670: 7b 44 48 4b 4e 68 00 a1 03 a4 00 14 40 05 4d 48  {DHKNh......@.MH
  5680: 4b 4d 02 5b 23 58 44 48 4b ff ff a0 06 94 68 0a  KM.[#XDHK.....h.
  5690: 20 a3 a1 33 79 01 76 68 60 a0 29 7b 60 0c ff ff   ..3y.vh`.){`...
  56a0: ff 00 00 a0 0c 69 7d 60 44 48 4b 4e 44 48 4b 4e  .....i}`DHKNDHKN
  56b0: a1 12 7b 44 48 4b 4e 7f 60 0c ff ff ff ff 00 44  ..{DHKN.`......D
  56c0: 48 4b 4e a1 02 a3 5b 27 58 44 48 4b 14 13 4d 48  HKN...['XDHK..MH
  56d0: 4b 53 00 86 5c 2e 5f 53 42 5f 53 4c 50 42 0a 80  KS..\._SB_SLPB..
  56e0: 14 0c 4d 48 4b 43 01 70 68 44 48 4b 43 14 49 08  ..MHKC.phDHKC.I.
  56f0: 4d 48 4b 50 00 5b 23 58 44 48 4b ff ff a0 11 44  MHKP.[#XDHK....D
  5700: 48 57 57 70 44 48 57 57 61 70 00 44 48 57 57 a1  HWWpDHWWap.DHWW.
  5710: 4f 05 a0 11 44 48 4b 57 70 44 48 4b 57 61 70 00  O...DHKWpDHKWap.
  5720: 44 48 4b 57 a1 4a 04 a0 11 44 48 4b 44 70 44 48  DHKW.J...DHKDpDH
  5730: 4b 44 61 70 00 44 48 4b 44 a1 35 a0 11 44 48 4b  KDap.DHKD.5..DHK
  5740: 53 70 44 48 4b 53 61 70 00 44 48 4b 53 a1 21 a0  SpDHKSap.DHKS.!.
  5750: 11 44 48 4b 54 70 44 48 4b 54 61 70 00 44 48 4b  .DHKTpDHKTap.DHK
  5760: 54 a1 0d 70 44 48 4b 48 61 70 00 44 48 4b 48 5b  T..pDHKHap.DHKH[
  5770: 27 58 44 48 4b a4 61 14 3e 4d 48 4b 45 01 70 68  'XDHK.a.>MHKE.ph
  5780: 44 48 4b 42 5b 23 58 44 48 4b ff ff 70 00 44 48  DHKB[#XDHK..p.DH
  5790: 4b 48 70 00 44 48 4b 57 70 00 44 48 4b 53 70 00  KHp.DHKWp.DHKSp.
  57a0: 44 48 4b 44 70 00 44 48 4b 54 70 00 44 48 57 57  DHKDp.DHKTp.DHWW
  57b0: 5b 27 58 44 48 4b 14 45 0b 4d 48 4b 51 01 a0 4d  ['XDHK.E.MHKQ..M
  57c0: 0a 44 48 4b 42 a0 40 09 44 48 4b 43 5b 23 58 44  .DHKB.@.DHKC[#XD
  57d0: 48 4b ff ff a0 06 95 68 0b 00 10 a1 4d 06 a0 0c  HK.....h....M...
  57e0: 95 68 0b 00 20 70 68 44 48 4b 48 a1 4d 05 a0 0c  .h.. phDHKH.M...
  57f0: 95 68 0b 00 30 70 68 44 48 4b 57 a1 4d 04 a0 0c  .h..0phDHKW.M...
  5800: 95 68 0b 00 40 70 68 44 48 4b 53 a1 3d a0 0c 95  .h..@phDHKS.=...
  5810: 68 0b 00 50 70 68 44 48 4b 44 a1 2e a0 0c 95 68  h..PphDHKD.....h
  5820: 0b 00 60 70 68 44 48 4b 48 a1 1f a0 0c 95 68 0b  ..`phDHKH.....h.
  5830: 00 70 70 68 44 48 4b 54 a1 10 a0 0c 95 68 0b 00  .pphDHKT.....h..
  5840: 80 70 68 44 48 57 57 a1 01 5b 27 58 44 48 4b 86  .phDHWW..['XDHK.
  5850: 48 4b 45 59 0a 80 a1 15 a0 13 93 68 0b 04 10 86  HKEY.......h....
  5860: 5c 2e 5f 53 42 5f 53 4c 50 42 0a 80 14 49 05 4d  \._SB_SLPB...I.M
  5870: 48 4b 42 01 a0 26 93 68 0a 00 5c 2f 05 5f 53 42  HKB..&.h..\/._SB
  5880: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42 45 45  _PCI0LPC_EC__BEE
  5890: 50 0a 11 70 0a 00 5c 4c 49 44 42 a1 2a a0 26 93  P..p..\LIDB.*.&.
  58a0: 68 0a 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  h..\/._SB_PCI0LP
  58b0: 43 5f 45 43 5f 5f 42 45 45 50 0a 10 70 0a 01 5c  C_EC__BEEP..p..\
  58c0: 4c 49 44 42 a1 01 14 3c 4d 48 4b 44 00 a0 1a 56  LIDB...<MHKD...V
  58d0: 49 47 44 5c 2f 04 5f 53 42 5f 50 43 49 30 56 49  IGD\/._SB_PCI0VI
  58e0: 44 5f 56 4c 4f 43 0a 00 a1 1a 5c 2f 05 5f 53 42  D_VLOC....\/._SB
  58f0: 5f 50 43 49 30 41 47 50 5f 56 49 44 5f 56 4c 4f  _PCI0AGP_VID_VLO
  5900: 43 0a 00 14 3e 4d 48 51 43 01 a0 31 5c 57 4e 54  C...>MHQC..1\WNT
  5910: 46 a0 0b 93 68 0a 00 a4 5c 43 57 41 43 a1 1e a0  F...h...\CWAC...
  5920: 0b 93 68 0a 01 a4 5c 43 57 41 50 a1 10 a0 0b 93  ..h...\CWAP.....
  5930: 68 0a 02 a4 5c 43 57 41 54 a1 02 a3 a1 02 a3 a4  h...\CWAT.......
  5940: 0a 00 14 41 08 4d 48 47 43 00 a0 43 07 5c 57 4e  ...A.MHGC..C.\WN
  5950: 54 46 5b 23 58 44 48 4b ff ff a0 3a 5c 4f 53 43  TF[#XDHK...:\OSC
  5960: 34 a0 20 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50  4. \/._SB_PCI0LP
  5970: 43 5f 45 43 5f 5f 41 43 5f 5f 5f 50 53 52 70 0a  C_EC__AC___PSRp.
  5980: 03 60 a1 12 a0 0a 5c 43 34 4e 41 70 0a 03 60 a1  .`....\C4NAp..`.
  5990: 05 70 0a 04 60 a1 20 a0 18 5c 2f 04 5f 53 42 5f  .p..`. ..\/._SB_
  59a0: 50 43 49 30 4c 50 43 5f 43 34 43 33 70 0a 04 60  PCI0LPC_C4C3p..`
  59b0: a1 05 70 0a 03 60 5b 27 58 44 48 4b a4 60 a1 02  ..p..`['XDHK.`..
  59c0: a3 a4 0a 00 14 41 13 4d 48 53 43 01 a0 46 12 90  .....A.MHSC..F..
  59d0: 5c 43 57 41 43 5c 57 4e 54 46 5b 23 58 44 48 4b  \CWAC\WNTF[#XDHK
  59e0: ff ff a0 4a 08 5c 4f 53 43 34 a0 3e 93 68 0a 03  ...J.\OSC4.>.h..
  59f0: a0 38 92 5c 43 57 41 53 86 5c 2e 5f 50 52 5f 43  .8.\CWAS.\._PR_C
  5a00: 50 55 30 0a 81 a0 13 5c 4d 50 45 4e 86 5c 2e 5f  PU0....\MPEN.\._
  5a10: 50 52 5f 43 50 55 31 0a 81 70 0a 01 5c 43 57 41  PR_CPU1..p..\CWA
  5a20: 53 70 0a 01 5c 43 34 4e 41 a1 43 04 a0 3d 93 68  Sp..\C4NA.C..=.h
  5a30: 0a 04 a0 37 5c 43 57 41 53 86 5c 2e 5f 50 52 5f  ...7\CWAS.\._PR_
  5a40: 43 50 55 30 0a 81 a0 13 5c 4d 50 45 4e 86 5c 2e  CPU0....\MPEN.\.
  5a50: 5f 50 52 5f 43 50 55 31 0a 81 70 0a 00 5c 43 57  _PR_CPU1..p..\CW
  5a60: 41 53 70 0a 00 5c 43 34 4e 41 a1 02 a3 a1 4f 07  ASp..\C4NA....O.
  5a70: a0 2b 93 68 0a 03 a0 25 92 5c 43 57 41 53 70 0a  .+.h...%.\CWASp.
  5a80: 00 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  5a90: 43 34 43 33 70 0a 01 5c 43 57 41 53 a1 40 05 a0  C4C3p..\CWAS.@..
  5aa0: 4a 04 93 68 0a 04 a0 43 04 5c 43 57 41 53 a0 33  J..h...C.\CWAS.3
  5ab0: 92 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  5ac0: 45 43 5f 5f 41 43 5f 5f 5f 50 53 52 70 0a 01 5c  EC__AC___PSRp..\
  5ad0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 43 34  /._SB_PCI0LPC_C4
  5ae0: 43 33 70 0a 00 5c 43 57 41 53 a1 02 a3 5b 27 58  C3p..\CWAS...['X
  5af0: 44 48 4b a1 02 a3 10 47 14 5c 2f 05 5f 53 42 5f  DHK....G.\/._SB_
  5b00: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  5b10: 14 4d 04 54 44 53 43 01 70 0a 01 60 a2 1b 60 70  .M.TDSC.p..`..`p
  5b20: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  5b30: 43 5f 5f 48 41 4e 54 60 70 68 5c 2f 05 5f 53 42  C__HANT`ph\/._SB
  5b40: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 41 4e  _PCI0LPC_EC__HAN
  5b50: 54 a0 0c 93 68 0a 21 5c 41 54 43 43 0a 00 14 0c  T...h.!\ATCC....
  5b60: 54 44 53 53 01 5c 41 54 43 43 68 14 4e 08 54 44  TDSS.\ATCCh.N.TD
  5b70: 53 47 01 7b 68 0a ff 60 70 60 5c 2f 05 5f 53 42  SG.{h..`p`\/._SB
  5b80: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 44 41  _PCI0LPC_EC__HDA
  5b90: 41 7a 68 0a 08 60 7b 60 0a ff 61 70 61 5c 2f 05  Azh..`{`..apa\/.
  5ba0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  5bb0: 48 44 41 42 7a 68 0a 10 60 7b 60 0a ff 61 70 61  HDABzh..`{`..apa
  5bc0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  5bd0: 43 5f 5f 48 44 41 43 7a 68 0a 18 60 7b 60 0a ff  C__HDACzh..`{`..
  5be0: 61 70 61 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  apa\/._SB_PCI0LP
  5bf0: 43 5f 45 43 5f 5f 48 41 4e 41 14 21 54 44 47 43  C_EC__HANA.!TDGC
  5c00: 00 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  .p\/._SB_PCI0LPC
  5c10: 5f 45 43 5f 5f 48 44 44 44 60 a4 60 14 21 54 44  _EC__HDDD`.`.!TD
  5c20: 47 53 00 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  GS.p\/._SB_PCI0L
  5c30: 50 43 5f 45 43 5f 5f 48 41 41 41 60 a4 60 5b 81  PC_EC__HAAA`.`[.
  5c40: 18 45 43 4f 52 11 00 40 2a 48 53 44 30 08 48 53  .ECOR..@*HSD0.HS
  5c50: 44 31 08 48 53 44 32 08 5b 81 0e 45 43 4f 52 11  D1.HSD2.[..ECOR.
  5c60: 00 40 2b 48 53 44 4c 10 5b 81 19 45 43 4f 52 11  .@+HSDL.[..ECOR.
  5c70: 00 40 2b 48 53 44 42 48 04 48 53 44 46 10 48 53  .@+HSDBH.HSDF.HS
  5c80: 44 43 10 5b 01 49 32 43 4d 07 14 3f 43 48 4b 53  DC.[.I2CM..?CHKS
  5c90: 00 70 0b e8 03 60 a2 13 48 4d 50 52 5b 22 0a 01  .p...`..HMPR["..
  5ca0: 76 60 a0 07 92 60 a4 0b 80 80 a0 19 48 4d 44 4e  v`...`......HMDN
  5cb0: a0 0f 48 4d 53 54 a4 7d 0b 00 80 48 4d 53 54 00  ..HMST.}...HMST.
  5cc0: a1 03 a4 00 a1 05 a4 0b 81 80 14 20 49 32 52 54  ........... I2RT
  5cd0: 00 70 0a 02 48 4d 41 44 70 0a 21 48 4d 43 4d 70  .p..HMADp.!HMCMp
  5ce0: 0a 0b 48 4d 50 52 a4 43 48 4b 53 14 26 49 32 4e  ..HMPR.CHKS.&I2N
  5cf0: 54 01 70 0a 02 48 4d 41 44 70 0a 22 48 4d 43 4d  T.p..HMADp."HMCM
  5d00: 70 68 48 53 44 30 70 0a 06 48 4d 50 52 a4 43 48  phHSD0p..HMPR.CH
  5d10: 4b 53 14 4b 0e 54 41 54 52 00 a0 43 0e 5c 48 38  KS.K.TATR..C.\H8
  5d20: 44 52 5b 23 49 32 43 4d ff ff 49 32 52 54 70 48  DR[#I2CM..I2RTpH
  5d30: 53 44 30 60 a0 25 93 60 0a 20 5c 2f 04 5f 53 42  SD0`.%.`. \/._SB
  5d40: 5f 50 43 49 30 4c 50 43 5f 54 43 53 5a 48 53 44  _PCI0LPC_TCSZHSD
  5d50: 31 48 53 44 32 49 32 4e 54 60 a1 4d 09 a0 25 93  1HSD2I2NT`.M..%.
  5d60: 60 0a 21 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  `.!\/._SB_PCI0LP
  5d70: 43 5f 54 43 53 54 48 53 44 31 48 53 44 32 49 32  C_TCSTHSD1HSD2I2
  5d80: 4e 54 60 a1 44 07 a0 49 04 93 60 0a 22 08 54 53  NT`.D..I..`.".TS
  5d90: 44 43 11 0c 0a 09 20 20 20 20 20 20 20 20 00 70  DC....        .p
  5da0: 48 53 44 42 54 53 44 43 5c 2f 04 5f 53 42 5f 50  HSDBTSDC\/._SB_P
  5db0: 43 49 30 4c 50 43 5f 54 43 42 53 48 53 44 31 54  CI0LPC_TCBSHSD1T
  5dc0: 53 44 43 48 53 44 46 48 53 44 43 49 32 4e 54 60  SDCHSDFHSDCI2NT`
  5dd0: a1 27 a0 25 93 60 0a 23 5c 2f 04 5f 53 42 5f 50  .'.%.`.#\/._SB_P
  5de0: 43 49 30 4c 50 43 5f 54 53 43 4c 48 53 44 31 48  CI0LPC_TSCLHSD1H
  5df0: 53 44 4c 49 32 4e 54 60 5b 27 49 32 43 4d 14 0d  SDLI2NT`['I2CM..
  5e00: 54 41 54 45 00 70 0a 01 48 45 54 45 08 5f 41 44  TATE.p..HETE._AD
  5e10: 52 0a 00 08 5f 53 33 44 0a 02 08 52 49 44 5f 0a  R..._S3D...RID_.
  5e20: 00 08 4c 52 52 54 12 47 13 0e 12 15 04 0c ff ff  ..LRRT.G........
  5e30: 01 00 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00  ....\._SB_LNKA..
  5e40: 12 15 04 0c ff ff 02 00 0a 00 5c 2e 5f 53 42 5f  ..........\._SB_
  5e50: 4c 4e 4b 41 0a 00 12 15 04 0c ff ff 1b 00 0a 01  LNKA............
  5e60: 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a 00 12 15 04 0c  \._SB_LNKB......
  5e70: ff ff 1c 00 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b 45  ......\._SB_LNKE
  5e80: 0a 00 12 15 04 0c ff ff 1c 00 0a 01 5c 2e 5f 53  ............\._S
  5e90: 42 5f 4c 4e 4b 46 0a 00 12 15 04 0c ff ff 1c 00  B_LNKF..........
  5ea0: 0a 02 5c 2e 5f 53 42 5f 4c 4e 4b 47 0a 00 12 15  ..\._SB_LNKG....
  5eb0: 04 0c ff ff 1c 00 0a 03 5c 2e 5f 53 42 5f 4c 4e  ........\._SB_LN
  5ec0: 4b 48 0a 00 12 15 04 0c ff ff 1d 00 0a 00 5c 2e  KH............\.
  5ed0: 5f 53 42 5f 4c 4e 4b 41 0a 00 12 15 04 0c ff ff  _SB_LNKA........
  5ee0: 1d 00 0a 01 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a 00  ....\._SB_LNKB..
  5ef0: 12 15 04 0c ff ff 1d 00 0a 02 5c 2e 5f 53 42 5f  ..........\._SB_
  5f00: 4c 4e 4b 43 0a 00 12 15 04 0c ff ff 1d 00 0a 03  LNKC............
  5f10: 5c 2e 5f 53 42 5f 4c 4e 4b 44 0a 00 12 15 04 0c  \._SB_LNKD......
  5f20: ff ff 1f 00 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b 48  ......\._SB_LNKH
  5f30: 0a 00 12 15 04 0c ff ff 1f 00 0a 02 5c 2e 5f 53  ............\._S
  5f40: 42 5f 4c 4e 4b 41 0a 00 12 15 04 0c ff ff 1f 00  B_LNKA..........
  5f50: 0a 01 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00 08 41  ..\._SB_LNKA...A
  5f60: 52 52 54 12 47 0c 0e 12 0d 04 0c ff ff 01 00 0a  RRT.G...........
  5f70: 00 0a 00 0a 10 12 0d 04 0c ff ff 02 00 0a 00 0a  ................
  5f80: 00 0a 10 12 0d 04 0c ff ff 1b 00 0a 01 0a 00 0a  ................
  5f90: 11 12 0d 04 0c ff ff 1c 00 0a 00 0a 00 0a 14 12  ................
  5fa0: 0d 04 0c ff ff 1c 00 0a 01 0a 00 0a 15 12 0d 04  ................
  5fb0: 0c ff ff 1c 00 0a 02 0a 00 0a 16 12 0d 04 0c ff  ................
  5fc0: ff 1c 00 0a 03 0a 00 0a 17 12 0d 04 0c ff ff 1d  ................
  5fd0: 00 0a 00 0a 00 0a 10 12 0d 04 0c ff ff 1d 00 0a  ................
  5fe0: 01 0a 00 0a 11 12 0d 04 0c ff ff 1d 00 0a 02 0a  ................
  5ff0: 00 0a 12 12 0d 04 0c ff ff 1d 00 0a 03 0a 00 0a  ................
  6000: 13 12 0d 04 0c ff ff 1f 00 0a 00 0a 00 0a 17 12  ................
  6010: 0d 04 0c ff ff 1f 00 0a 02 0a 00 0a 10 12 0d 04  ................
  6020: 0c ff ff 1f 00 0a 01 0a 00 0a 10 14 19 5f 50 52  ............._PR
  6030: 54 00 a0 0b 5c 47 50 49 43 a4 41 52 52 54 a1 06  T...\GPIC.ARRT..
  6040: a4 4c 52 52 54 08 5f 48 49 44 0c 41 d0 0a 08 08  .LRRT._HID.A....
  6050: 5f 43 49 44 0c 41 d0 0a 03 08 5f 42 42 4e 0a 00  _CID.A...._BBN..
  6060: 5b 80 4d 48 43 53 02 0a 00 0b 00 01 5b 81 35 4d  [.MHCS......[.5M
  6070: 48 43 53 03 00 40 48 50 41 4d 30 08 50 41 4d 31  HCS..@HPAM0.PAM1
  6080: 08 50 41 4d 32 08 50 41 4d 33 08 50 41 4d 34 08  .PAM2.PAM3.PAM4.
  6090: 50 41 4d 35 08 50 41 4d 36 08 00 28 00 03 54 4f  PAM5.PAM6..(..TO
  60a0: 55 44 05 08 5f 43 52 53 11 45 1c 0b c0 01 88 0d  UD.._CRS.E......
  60b0: 00 02 0c 00 00 00 00 00 ff 00 00 00 00 01 47 01  ..............G.
  60c0: f8 0c f8 0c 01 08 88 0d 00 01 0c 03 00 00 00 00  ................
  60d0: f7 0c 00 00 f8 0c 88 0d 00 01 0c 03 00 00 00 0d  ................
  60e0: ff ff 00 00 00 f3 87 17 00 00 0c 03 00 00 00 00  ................
  60f0: 00 00 0a 00 ff ff 0b 00 00 00 00 00 00 00 02 00  ................
  6100: 87 17 00 00 0c 03 00 00 00 00 00 00 0c 00 ff 3f  ...............?
  6110: 0c 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03  .......@........
  6120: 00 00 00 00 00 40 0c 00 ff 7f 0c 00 00 00 00 00  .....@..........
  6130: 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 80  .@..............
  6140: 0c 00 ff bf 0c 00 00 00 00 00 00 40 00 00 87 17  ...........@....
  6150: 00 00 0c 03 00 00 00 00 00 c0 0c 00 ff ff 0c 00  ................
  6160: 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00  .....@..........
  6170: 00 00 00 00 0d 00 ff 3f 0d 00 00 00 00 00 00 40  .......?.......@
  6180: 00 00 87 17 00 00 0c 03 00 00 00 00 00 40 0d 00  .............@..
  6190: ff 7f 0d 00 00 00 00 00 00 40 00 00 87 17 00 00  .........@......
  61a0: 0c 03 00 00 00 00 00 80 0d 00 ff bf 0d 00 00 00  ................
  61b0: 00 00 00 40 00 00 87 17 00 00 0c 03 00 00 00 00  ...@............
  61c0: 00 c0 0d 00 ff ff 0d 00 00 00 00 00 00 40 00 00  .............@..
  61d0: 87 17 00 00 0c 03 00 00 00 00 00 00 0e 00 ff 3f  ...............?
  61e0: 0e 00 00 00 00 00 00 40 00 00 87 17 00 00 0c 03  .......@........
  61f0: 00 00 00 00 00 40 0e 00 ff 7f 0e 00 00 00 00 00  .....@..........
  6200: 00 40 00 00 87 17 00 00 0c 03 00 00 00 00 00 80  .@..............
  6210: 0e 00 ff bf 0e 00 00 00 00 00 00 40 00 00 87 17  ...........@....
  6220: 00 00 0c 03 00 00 00 00 00 c0 0e 00 ff ff 0e 00  ................
  6230: 00 00 00 00 00 40 00 00 87 17 00 00 0c 03 00 00  .....@..........
  6240: 00 00 00 00 10 00 ff ff bf fe 00 00 00 00 00 00  ................
  6250: b0 fe 87 17 00 00 0c 03 00 00 00 00 00 00 d4 fe  ................
  6260: ff 0f d4 fe 00 00 00 00 00 10 00 00 79 00 8a 5f  ............y.._
  6270: 43 52 53 0a 68 43 30 4c 4e 8a 5f 43 52 53 0a 82  CRS.hC0LN._CRS..
  6280: 43 34 4c 4e 8a 5f 43 52 53 0a 9c 43 38 4c 4e 8a  C4LN._CRS..C8LN.
  6290: 5f 43 52 53 0a b6 43 43 4c 4e 8a 5f 43 52 53 0a  _CRS..CCLN._CRS.
  62a0: d0 44 30 4c 4e 8a 5f 43 52 53 0a ea 44 34 4c 4e  .D0LN._CRS..D4LN
  62b0: 8a 5f 43 52 53 0b 04 01 44 38 4c 4e 8a 5f 43 52  ._CRS...D8LN._CR
  62c0: 53 0b 1e 01 44 43 4c 4e 8a 5f 43 52 53 0b 38 01  S...DCLN._CRS.8.
  62d0: 45 30 4c 4e 8a 5f 43 52 53 0b 52 01 45 34 4c 4e  E0LN._CRS.R.E4LN
  62e0: 8a 5f 43 52 53 0b 6c 01 45 38 4c 4e 8a 5f 43 52  ._CRS.l.E8LN._CR
  62f0: 53 0b 86 01 45 43 4c 4e 8a 5f 43 52 53 0b 94 01  S...ECLN._CRS...
  6300: 58 58 4d 4e 8a 5f 43 52 53 0b 98 01 58 58 4d 58  XXMN._CRS...XXMX
  6310: 8a 5f 43 52 53 0b a0 01 58 58 4c 4e 8a 5f 43 52  ._CRS...XXLN._CR
  6320: 53 0b ae 01 46 34 4d 4e 8a 5f 43 52 53 0b b2 01  S...F4MN._CRS...
  6330: 46 34 4d 58 8a 5f 43 52 53 0b ba 01 46 34 4c 4e  F4MX._CRS...F4LN
  6340: 14 41 12 5f 49 4e 49 08 a0 11 92 5c 4f 53 49 46  .A._INI....\OSIF
  6350: 5c 2e 5f 53 42 5f 5f 49 4e 49 79 54 4f 55 44 0a  \._SB__INIyTOUD.
  6360: 1b 60 70 60 5c 4d 45 4d 58 70 60 58 58 4d 4e 72  .`p`\MEMXp`XXMNr
  6370: 74 58 58 4d 58 58 58 4d 4e 00 0a 01 58 58 4c 4e  tXXMXXXMN...XXLN
  6380: a0 15 92 93 7b 5c 54 50 4d 50 0a 01 00 0a 01 70  ....{\TPMP.....p
  6390: 0a 00 46 34 4c 4e a0 10 7b 50 41 4d 31 0a 03 00  ..F4LN..{PAM1...
  63a0: 70 0a 00 43 30 4c 4e a0 10 7b 50 41 4d 31 0a 30  p..C0LN..{PAM1.0
  63b0: 00 70 0a 00 43 34 4c 4e a0 10 7b 50 41 4d 32 0a  .p..C4LN..{PAM2.
  63c0: 03 00 70 0a 00 43 38 4c 4e a0 10 7b 50 41 4d 32  ..p..C8LN..{PAM2
  63d0: 0a 30 00 70 0a 00 43 43 4c 4e a0 10 7b 50 41 4d  .0.p..CCLN..{PAM
  63e0: 33 0a 03 00 70 0a 00 44 30 4c 4e a0 10 7b 50 41  3...p..D0LN..{PA
  63f0: 4d 33 0a 30 00 70 0a 00 44 34 4c 4e a0 10 7b 50  M3.0.p..D4LN..{P
  6400: 41 4d 34 0a 03 00 70 0a 00 44 38 4c 4e a0 10 7b  AM4...p..D8LN..{
  6410: 50 41 4d 34 0a 30 00 70 0a 00 44 43 4c 4e a0 10  PAM4.0.p..DCLN..
  6420: 7b 50 41 4d 35 0a 03 00 70 0a 00 45 30 4c 4e a0  {PAM5...p..E0LN.
  6430: 10 7b 50 41 4d 35 0a 30 00 70 0a 00 45 34 4c 4e  .{PAM5.0.p..E4LN
  6440: a0 10 7b 50 41 4d 36 0a 03 00 70 0a 00 45 38 4c  ..{PAM6...p..E8L
  6450: 4e a0 10 7b 50 41 4d 36 0a 30 00 70 0a 00 45 43  N..{PAM6.0.p..EC
  6460: 4c 4e 08 53 55 50 50 0a 00 08 43 54 52 4c 0a 00  LN.SUPP...CTRL..
  6470: 14 45 2c 5f 4f 53 43 04 8a 6b 0a 00 43 44 57 31  .E,_OSC..k..CDW1
  6480: 8a 6b 0a 04 43 44 57 32 8a 6b 0a 08 43 44 57 33  .k..CDW2.k..CDW3
  6490: 8a 68 0a 00 49 49 44 30 8a 68 0a 04 49 49 44 31  .h..IID0.h..IID1
  64a0: 8a 68 0a 08 49 49 44 32 8a 68 0a 0c 49 49 44 33  .h..IID2.h..IID3
  64b0: 08 55 49 44 30 11 13 0a 10 5b 4d db 33 f7 1f 1c  .UID0....[M.3...
  64c0: 40 96 57 74 41 c0 3d d7 66 8a 55 49 44 30 0a 00  @.WtA.=.f.UID0..
  64d0: 45 49 44 30 8a 55 49 44 30 0a 04 45 49 44 31 8a  EID0.UID0..EID1.
  64e0: 55 49 44 30 0a 08 45 49 44 32 8a 55 49 44 30 0a  UID0..EID2.UID0.
  64f0: 0c 45 49 44 33 a0 41 23 90 90 93 49 49 44 30 45  .EID3.A#...IID0E
  6500: 49 44 30 93 49 49 44 31 45 49 44 31 90 93 49 49  ID0.IID1EID1..II
  6510: 44 32 45 49 44 32 93 49 49 44 33 45 49 44 33 70  D2EID2.IID3EID3p
  6520: 43 44 57 32 53 55 50 50 70 43 44 57 33 43 54 52  CDW2SUPPpCDW3CTR
  6530: 4c 7b 43 54 52 4c 0a 1d 43 54 52 4c a0 48 1b 80  L{CTRL..CTRL.H..
  6540: 7b 43 44 57 31 0a 01 00 00 a0 46 0f 7b 43 54 52  {CDW1.....F.{CTR
  6550: 4c 0a 01 00 a0 33 92 5c 56 49 47 44 70 0a 00 5c  L....3.\VIGDp..\
  6560: 2f 04 5f 53 42 5f 50 43 49 30 41 47 50 5f 48 50  /._SB_PCI0AGP_HP
  6570: 47 50 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30  GPp..\/._SB_PCI0
  6580: 41 47 50 5f 47 4d 47 50 70 0a 00 5c 2f 04 5f 53  AGP_GMGPp..\/._S
  6590: 42 5f 50 43 49 30 45 58 50 30 48 50 43 45 70 0a  B_PCI0EXP0HPCEp.
  65a0: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 30  .\/._SB_PCI0EXP0
  65b0: 48 50 43 53 70 0a 01 5c 2f 04 5f 53 42 5f 50 43  HPCSp..\/._SB_PC
  65c0: 49 30 45 58 50 30 41 42 50 5f 70 0a 01 5c 2f 04  I0EXP0ABP_p..\/.
  65d0: 5f 53 42 5f 50 43 49 30 45 58 50 30 50 44 53 5f  _SB_PCI0EXP0PDS_
  65e0: 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58  p..\/._SB_PCI0EX
  65f0: 50 32 48 50 43 45 70 0a 01 5c 2f 04 5f 53 42 5f  P2HPCEp..\/._SB_
  6600: 50 43 49 30 45 58 50 32 48 50 43 53 70 0a 01 5c  PCI0EXP2HPCSp..\
  6610: 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 32 41 42  /._SB_PCI0EXP2AB
  6620: 50 5f 70 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30  P_p..\/._SB_PCI0
  6630: 45 58 50 32 50 44 53 5f 70 0a 01 5c 4e 48 50 53  EXP2PDS_p..\NHPS
  6640: a0 44 0b 7b 43 54 52 4c 0a 04 00 a0 33 92 5c 56  .D.{CTRL....3.\V
  6650: 49 47 44 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49  IGDp..\/._SB_PCI
  6660: 30 41 47 50 5f 50 4d 47 50 70 0a 00 5c 2f 04 5f  0AGP_PMGPp..\/._
  6670: 53 42 5f 50 43 49 30 41 47 50 5f 47 4d 47 50 70  SB_PCI0AGP_GMGPp
  6680: 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50  ..\/._SB_PCI0EXP
  6690: 30 50 4d 43 45 70 0a 01 5c 2f 04 5f 53 42 5f 50  0PMCEp..\/._SB_P
  66a0: 43 49 30 45 58 50 30 50 4d 43 53 70 0a 00 5c 2f  CI0EXP0PMCSp..\/
  66b0: 04 5f 53 42 5f 50 43 49 30 45 58 50 32 50 4d 43  ._SB_PCI0EXP2PMC
  66c0: 45 70 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45  Ep..\/._SB_PCI0E
  66d0: 58 50 32 50 4d 43 53 70 0a 00 5c 2f 04 5f 53 42  XP2PMCSp..\/._SB
  66e0: 5f 50 43 49 30 4c 50 43 5f 45 58 50 45 70 0a 01  _PCI0LPC_EXPEp..
  66f0: 5c 4e 50 4d 45 a0 11 92 93 69 0a 01 7d 43 44 57  \NPME....i..}CDW
  6700: 31 0a 0a 43 44 57 31 a0 16 92 93 43 44 57 33 43  1..CDW1....CDW3C
  6710: 54 52 4c 7d 43 44 57 31 0a 10 43 44 57 31 70 43  TRL}CDW1..CDW1pC
  6720: 54 52 4c 43 44 57 33 a1 0c 7d 43 44 57 31 0a 06  TRLCDW3..}CDW1..
  6730: 43 44 57 31 a4 6b 5b 01 4d 44 47 53 07 08 56 44  CDW1.k[.MDGS..VD
  6740: 45 45 0a 01 08 56 44 44 41 11 03 0a 02 8d 56 44  EE...VDDA.....VD
  6750: 44 41 0a 00 56 55 50 43 8d 56 44 44 41 0a 01 56  DA..VUPC.VDDA..V
  6760: 51 44 4c 8d 56 44 44 41 0a 02 56 51 44 43 8d 56  QDL.VDDA..VQDC.V
  6770: 44 44 41 0a 03 56 51 44 54 8d 56 44 44 41 0a 04  DDA..VQDT.VDDA..
  6780: 56 51 44 44 8d 56 44 44 41 0a 05 56 53 44 4c 8d  VQDD.VDDA..VSDL.
  6790: 56 44 44 41 0a 06 56 53 44 43 8d 56 44 44 41 0a  VDDA..VSDC.VDDA.
  67a0: 07 56 53 44 54 8d 56 44 44 41 0a 08 56 53 44 44  .VSDT.VDDA..VSDD
  67b0: 8d 56 44 44 41 0a 0a 4d 53 57 54 8d 56 44 44 41  .VDDA..MSWT.VDDA
  67c0: 0a 0b 56 57 53 54 5b 82 46 49 56 49 44 5f 08 5f  ..VWST[.FIVID_._
  67d0: 41 44 52 0c 00 00 02 00 08 52 49 44 5f 0a 00 5b  ADR......RID_..[
  67e0: 80 56 50 43 47 02 0a 00 0b 00 01 5b 81 0e 56 50  .VPCG......[..VP
  67f0: 43 47 03 00 40 6a 56 50 57 52 20 08 5f 53 33 44  CG..@jVPWR ._S3D
  6800: 0a 03 14 35 5f 49 4e 49 00 5c 56 55 50 53 0a 02  ...5_INI.\VUPS..
  6810: 70 5c 56 43 44 4c 56 51 44 4c 70 5c 56 43 44 43  p\VCDLVQDLp\VCDC
  6820: 56 51 44 43 70 5c 56 43 44 54 56 51 44 54 70 5c  VQDCp\VCDTVQDTp\
  6830: 56 43 44 44 56 51 44 44 14 07 5f 50 53 30 00 a3  VCDDVQDD.._PS0..
  6840: 14 07 5f 50 53 31 00 a3 14 07 5f 50 53 32 00 a3  .._PS1...._PS2..
  6850: 14 07 5f 50 53 33 00 a3 14 30 56 53 57 54 00 a0  .._PS3...0VSWT..
  6860: 0f 5c 57 56 49 53 70 5c 56 45 56 54 0a 07 60 a1  .\WVISp\VEVT..`.
  6870: 0a 70 5c 56 45 56 54 0a 05 60 7b 0a 0f 60 61 a0  .p\VEVT..`{..`a.
  6880: 09 61 41 53 57 54 61 0a 01 14 45 08 56 4c 4f 43  .aASWTa...E.VLOC
  6890: 01 a0 4d 07 93 68 5c 2f 03 5f 53 42 5f 4c 49 44  ..M..h\/._SB_LID
  68a0: 5f 5f 4c 49 44 5c 56 53 4c 44 68 a0 43 06 93 56  __LID\VSLDh.C..V
  68b0: 50 57 52 0a 00 a0 3f 68 70 5c 56 45 56 54 0a 01  PWR...?hp\VEVT..
  68c0: 60 a0 13 5c 57 58 50 46 86 5c 2e 5f 53 42 5f 50  `..\WXPF.\._SB_P
  68d0: 43 49 30 0a 00 a1 1a a0 18 5c 57 4e 54 46 86 5c  CI0......\WNTF.\
  68e0: 2f 03 5f 53 42 5f 50 43 49 30 56 49 44 5f 0a 00  /._SB_PCI0VID_..
  68f0: 5b 22 0b ee 02 a1 0a 70 5c 56 45 56 54 0a 02 60  [".....p\VEVT..`
  6900: 7b 0a 0f 60 61 a0 09 61 41 53 57 54 61 0a 00 14  {..`a..aASWTa...
  6910: 47 07 5f 44 4f 53 01 a0 3a 93 68 0a 02 70 0a 14  G._DOS..:.h..p..
  6920: 60 a2 30 60 76 60 5b 23 4d 44 47 53 ff ff a0 19  `.0`v`[#MDGS....
  6930: 93 0a 00 4d 53 57 54 70 0a 01 4d 53 57 54 70 0a  ...MSWTp..MSWTp.
  6940: 00 60 70 68 56 44 45 45 5b 27 4d 44 47 53 5b 22  .`phVDEE['MDGS["
  6950: 0a c8 a1 34 5b 23 4d 44 47 53 ff ff a0 0f 93 56  ...4[#MDGS.....V
  6960: 44 45 45 0a 02 70 0a 00 4d 53 57 54 a0 0c 94 68  DEE..p..MSWT...h
  6970: 0a 02 70 0a 01 56 44 45 45 a1 07 70 68 56 44 45  ..p..VDEE..phVDE
  6980: 45 5b 27 4d 44 47 53 14 13 5f 44 4f 44 00 a4 12  E['MDGS.._DOD...
  6990: 0b 03 0b 00 01 0b 00 03 0b 00 04 14 4c 0b 41 53  ............L.AS
  69a0: 57 54 02 a0 14 93 0a 01 56 44 45 45 7b 0a 01 69  WT......VDEE{..i
  69b0: 61 5c 56 53 44 53 68 61 a1 4f 09 70 0a 14 60 a2  a\VSDSha.O.p..`.
  69c0: 41 08 60 76 60 5b 23 4d 44 47 53 ff ff a0 49 06  A.`v`[#MDGS...I.
  69d0: 93 0a 00 4d 53 57 54 70 0a 00 60 a0 0d 7b 0a 01  ...MSWTp..`..{..
  69e0: 69 00 70 0a 01 56 55 50 43 a1 08 70 0a 00 56 55  i.p..VUPC..p..VU
  69f0: 50 43 a0 0d 7b 0a 01 68 00 70 0a 01 56 51 44 4c  PC..{..h.p..VQDL
  6a00: a1 08 70 0a 00 56 51 44 4c a0 0d 7b 0a 02 68 00  ..p..VQDL..{..h.
  6a10: 70 0a 01 56 51 44 43 a1 08 70 0a 00 56 51 44 43  p..VQDC..p..VQDC
  6a20: a0 0d 7b 0a 08 68 00 70 0a 01 56 51 44 44 a1 08  ..{..h.p..VQDD..
  6a30: 70 0a 00 56 51 44 44 5b 27 4d 44 47 53 5b 22 0a  p..VQDD['MDGS[".
  6a40: c8 a0 0d 7b 0a 02 69 00 86 56 49 44 5f 0a 81 a1  ...{..i..VID_...
  6a50: 08 86 56 49 44 5f 0a 80 14 40 05 56 44 53 57 01  ..VID_...@.VDSW.
  6a60: a0 48 04 93 56 50 57 52 0a 00 a0 2b 68 70 5c 56  .H..VPWR...+hp\V
  6a70: 45 56 54 0a 03 60 a0 07 5c 57 58 50 46 a3 a1 17  EVT..`..\WXPF...
  6a80: a0 15 5c 57 4e 54 46 7b 0a 0f 60 61 a0 09 61 41  ..\WNTF{..`a..aA
  6a90: 53 57 54 61 0a 00 a1 12 70 5c 56 45 56 54 0a 04  SWTa....p\VEVT..
  6aa0: 60 41 53 57 54 0a 01 0a 00 14 1e 56 53 50 44 00  `ASWT......VSPD.
  6ab0: 70 5c 56 45 56 54 0a 06 60 7b 0a 0f 60 61 a0 09  p\VEVT..`{..`a..
  6ac0: 61 41 53 57 54 61 0a 01 5b 82 48 06 4c 43 44 30  aASWTa..[.H.LCD0
  6ad0: 08 5f 41 44 52 0b 00 04 14 1c 5f 44 43 53 00 5c  ._ADR....._DCS.\
  6ae0: 56 55 50 53 0a 00 a0 09 5c 56 43 44 4c a4 0a 1f  VUPS....\VCDL...
  6af0: a1 04 a4 0a 1d 14 0b 5f 44 47 53 00 a4 56 51 44  ......._DGS..VQD
  6b00: 4c 14 30 5f 44 53 53 01 7b 68 0a 01 56 53 44 4c  L.0_DSS.{h..VSDL
  6b10: a0 21 7b 68 0c 00 00 00 80 00 a0 0f 7b 68 0c 00  .!{h........{h..
  6b20: 00 00 40 00 44 53 57 54 0a 02 a1 07 44 53 57 54  ..@.DSWT....DSWT
  6b30: 0a 01 5b 82 40 08 43 52 54 30 08 5f 41 44 52 0b  ..[.@.CRT0._ADR.
  6b40: 00 01 14 34 5f 44 43 53 00 5c 56 55 50 53 0a 01  ...4_DCS.\VUPS..
  6b50: a0 15 5c 56 43 53 53 a0 09 5c 56 43 44 43 a4 0a  ..\VCSS..\VCDC..
  6b60: 1f a1 04 a4 0a 1d a1 10 a0 09 5c 56 43 44 43 a4  ..........\VCDC.
  6b70: 0a 0f a1 04 a4 0a 0d 14 0b 5f 44 47 53 00 a4 56  ........._DGS..V
  6b80: 51 44 43 14 30 5f 44 53 53 01 7b 68 0a 01 56 53  QDC.0_DSS.{h..VS
  6b90: 44 43 a0 21 7b 68 0c 00 00 00 80 00 a0 0f 7b 68  DC.!{h........{h
  6ba0: 0c 00 00 00 40 00 44 53 57 54 0a 02 a1 07 44 53  ....@.DSWT....DS
  6bb0: 57 54 0a 01 5b 82 48 06 44 56 49 30 08 5f 41 44  WT..[.H.DVI0._AD
  6bc0: 52 0b 00 03 14 1c 5f 44 43 53 00 5c 56 55 50 53  R....._DCS.\VUPS
  6bd0: 0a 00 a0 09 5c 56 43 44 44 a4 0a 1f a1 04 a4 0a  ....\VCDD.......
  6be0: 1d 14 0b 5f 44 47 53 00 a4 56 51 44 44 14 30 5f  ..._DGS..VQDD.0_
  6bf0: 44 53 53 01 7b 68 0a 01 56 53 44 44 a0 21 7b 68  DSS.{h..VSDD.!{h
  6c00: 0c 00 00 00 80 00 a0 0f 7b 68 0c 00 00 00 40 00  ........{h....@.
  6c10: 44 53 57 54 0a 02 a1 07 44 53 57 54 0a 01 14 3f  DSWT....DSWT...?
  6c20: 44 53 57 54 01 a0 09 56 53 44 4c 70 0a 01 60 a1  DSWT...VSDLp..`.
  6c30: 05 70 0a 00 60 a0 0a 56 53 44 43 7d 0a 02 60 60  .p..`..VSDC}..``
  6c40: a0 0a 56 53 44 44 7d 0a 08 60 60 a0 0f 60 a0 0c  ..VSDD}..``..`..
  6c50: 56 55 50 43 5c 56 53 44 53 60 68 a1 02 a3 5b 82  VUPC\VSDS`h...[.
  6c60: 40 6e 41 47 50 5f 08 5f 41 44 52 0c 00 00 01 00  @nAGP_._ADR.....
  6c70: 08 5f 53 33 44 0a 03 08 52 49 44 5f 0a 00 08 4c  ._S3D...RID_...L
  6c80: 41 52 54 12 2a 02 12 13 04 0b ff ff 0a 00 5c 2e  ART.*.........\.
  6c90: 5f 53 42 5f 4c 4e 4b 41 0a 00 12 13 04 0b ff ff  _SB_LNKA........
  6ca0: 0a 01 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a 00 08 41  ..\._SB_LNKB...A
  6cb0: 41 52 54 12 1a 02 12 0b 04 0b ff ff 0a 00 0a 00  ART.............
  6cc0: 0a 10 12 0b 04 0b ff ff 0a 01 0a 00 0a 11 14 19  ................
  6cd0: 5f 50 52 54 00 a0 0b 5c 47 50 49 43 a4 41 41 52  _PRT...\GPIC.AAR
  6ce0: 54 a1 06 a4 4c 41 52 54 5b 01 4d 44 47 53 07 08  T...LART[.MDGS..
  6cf0: 56 44 45 45 0a 01 08 56 44 44 41 11 03 0a 02 8d  VDEE...VDDA.....
  6d00: 56 44 44 41 0a 00 56 55 50 43 8d 56 44 44 41 0a  VDDA..VUPC.VDDA.
  6d10: 01 56 51 44 4c 8d 56 44 44 41 0a 02 56 51 44 43  .VQDL.VDDA..VQDC
  6d20: 8d 56 44 44 41 0a 03 56 51 44 54 8d 56 44 44 41  .VDDA..VQDT.VDDA
  6d30: 0a 04 56 51 44 44 8d 56 44 44 41 0a 05 56 53 44  ..VQDD.VDDA..VSD
  6d40: 4c 8d 56 44 44 41 0a 06 56 53 44 43 8d 56 44 44  L.VDDA..VSDC.VDD
  6d50: 41 0a 07 56 53 44 54 8d 56 44 44 41 0a 08 56 53  A..VSDT.VDDA..VS
  6d60: 44 44 8d 56 44 44 41 0a 0a 4d 53 57 54 8d 56 44  DD.VDDA..MSWT.VD
  6d70: 44 41 0a 0b 56 57 53 54 5b 82 40 5a 56 49 44 5f  DA..VWST[.@ZVID_
  6d80: 08 5f 41 44 52 0a 00 5b 80 56 50 43 47 02 0a 00  ._ADR..[.VPCG...
  6d90: 0b 00 01 5b 81 0e 56 50 43 47 03 00 40 2a 56 50  ...[..VPCG..@*VP
  6da0: 57 52 20 08 5f 53 33 44 0a 03 14 35 5f 49 4e 49  WR ._S3D...5_INI
  6db0: 00 5c 56 55 50 53 0a 02 70 5c 56 43 44 4c 56 51  .\VUPS..p\VCDLVQ
  6dc0: 44 4c 70 5c 56 43 44 43 56 51 44 43 70 5c 56 43  DLp\VCDCVQDCp\VC
  6dd0: 44 54 56 51 44 54 70 5c 56 43 44 44 56 51 44 44  DTVQDTp\VCDDVQDD
  6de0: 14 07 5f 50 53 30 00 a3 14 07 5f 50 53 31 00 a3  .._PS0...._PS1..
  6df0: 14 07 5f 50 53 32 00 a3 14 07 5f 50 53 33 00 a3  .._PS2...._PS3..
  6e00: 14 30 56 53 57 54 00 a0 0f 5c 57 56 49 53 70 5c  .0VSWT...\WVISp\
  6e10: 56 45 56 54 0a 07 60 a1 0a 70 5c 56 45 56 54 0a  VEVT..`..p\VEVT.
  6e20: 05 60 7b 0a 0f 60 61 a0 09 61 41 53 57 54 61 0a  .`{..`a..aASWTa.
  6e30: 01 14 40 05 56 4c 4f 43 01 a0 48 04 93 68 5c 2f  ..@.VLOC..H..h\/
  6e40: 03 5f 53 42 5f 4c 49 44 5f 5f 4c 49 44 5c 56 53  ._SB_LID__LID\VS
  6e50: 4c 44 68 a0 2e 93 56 50 57 52 0a 00 a0 0b 68 70  LDh...VPWR....hp
  6e60: 5c 56 45 56 54 0a 01 60 a1 0a 70 5c 56 45 56 54  \VEVT..`..p\VEVT
  6e70: 0a 02 60 7b 0a 0f 60 61 a0 09 61 41 53 57 54 61  ..`{..`a..aASWTa
  6e80: 0a 00 14 47 07 5f 44 4f 53 01 a0 3a 93 68 0a 02  ...G._DOS..:.h..
  6e90: 70 0a 14 60 a2 30 60 76 60 5b 23 4d 44 47 53 ff  p..`.0`v`[#MDGS.
  6ea0: ff a0 19 93 0a 00 4d 53 57 54 70 0a 01 4d 53 57  ......MSWTp..MSW
  6eb0: 54 70 0a 00 60 70 68 56 44 45 45 5b 27 4d 44 47  Tp..`phVDEE['MDG
  6ec0: 53 5b 22 0a c8 a1 34 5b 23 4d 44 47 53 ff ff a0  S["...4[#MDGS...
  6ed0: 0f 93 56 44 45 45 0a 02 70 0a 00 4d 53 57 54 a0  ..VDEE..p..MSWT.
  6ee0: 0c 94 68 0a 02 70 0a 01 56 44 45 45 a1 07 70 68  ..h..p..VDEE..ph
  6ef0: 56 44 45 45 5b 27 4d 44 47 53 14 13 5f 44 4f 44  VDEE['MDGS.._DOD
  6f00: 00 a4 12 0b 03 0b 00 01 0b 10 02 0b 10 01 14 4c  ...............L
  6f10: 0b 41 53 57 54 02 a0 14 93 0a 01 56 44 45 45 7b  .ASWT......VDEE{
  6f20: 0a 01 69 61 5c 56 53 44 53 68 61 a1 4f 09 70 0a  ..ia\VSDSha.O.p.
  6f30: 14 60 a2 41 08 60 76 60 5b 23 4d 44 47 53 ff ff  .`.A.`v`[#MDGS..
  6f40: a0 49 06 93 0a 00 4d 53 57 54 70 0a 00 60 a0 0d  .I....MSWTp..`..
  6f50: 7b 0a 01 69 00 70 0a 01 56 55 50 43 a1 08 70 0a  {..i.p..VUPC..p.
  6f60: 00 56 55 50 43 a0 0d 7b 0a 01 68 00 70 0a 01 56  .VUPC..{..h.p..V
  6f70: 51 44 4c a1 08 70 0a 00 56 51 44 4c a0 0d 7b 0a  QDL..p..VQDL..{.
  6f80: 02 68 00 70 0a 01 56 51 44 43 a1 08 70 0a 00 56  .h.p..VQDC..p..V
  6f90: 51 44 43 a0 0d 7b 0a 08 68 00 70 0a 01 56 51 44  QDC..{..h.p..VQD
  6fa0: 44 a1 08 70 0a 00 56 51 44 44 5b 27 4d 44 47 53  D..p..VQDD['MDGS
  6fb0: 5b 22 0a c8 a0 0d 7b 0a 02 69 00 86 56 49 44 5f  ["....{..i..VID_
  6fc0: 0a 81 a1 08 86 56 49 44 5f 0a 80 08 45 44 58 31  .....VID_...EDX1
  6fd0: 11 44 08 0a 80 00 ff ff ff ff ff ff 00 30 ae 40  .D...........0.@
  6fe0: 40 00 00 00 00 00 0f 01 03 80 1e 17 78 ea 4e d0  @...........x.N.
  6ff0: 96 58 51 89 28 25 50 54 21 08 00 01 01 01 01 01  .XQ.(%PT!.......
  7000: 01 01 01 01 01 01 01 01 01 01 01 64 19 00 40 41  ...........d..@A
  7010: 00 26 30 18 88 36 00 30 e4 10 00 00 18 28 15 00  .&0..6.0.....(..
  7020: 40 41 00 26 30 18 88 36 00 30 e4 10 00 00 18 00  @A.&0..6.0......
  7030: 00 00 0f 00 61 43 32 61 43 28 14 01 00 32 0c 00  ....aC2aC(...2..
  7040: 00 00 00 00 fe 00 31 35 22 58 47 41 20 32 30 30  ......15"XGA 200
  7050: 6e 69 74 00 7b 08 45 44 58 32 11 45 10 0b 00 01  nit.{.EDX2.E....
  7060: 00 ff ff ff ff ff ff 00 30 ae 40 40 00 00 00 00  ........0.@@....
  7070: 00 0f 01 03 80 1e 17 78 ea 4e d0 96 58 51 89 28  .......x.N..XQ.(
  7080: 25 50 54 21 08 00 01 01 01 01 01 01 01 01 01 01  %PT!............
  7090: 01 01 01 01 01 01 64 19 00 40 41 00 26 30 18 88  ......d..@A.&0..
  70a0: 36 00 30 e4 10 00 00 18 28 15 00 40 41 00 26 30  6.0.....(..@A.&0
  70b0: 18 88 36 00 30 e4 10 00 00 18 00 00 00 0f 00 61  ..6.0..........a
  70c0: 43 32 61 43 28 14 01 00 32 0c 00 00 00 00 00 fe  C2aC(...2.......
  70d0: 00 31 35 22 58 47 41 20 32 30 30 6e 69 74 00 7b  .15"XGA 200nit.{
  70e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  70f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  7160: 5b 82 4c 08 4c 43 44 30 08 5f 41 44 52 0b 10 01  [.L.LCD0._ADR...
  7170: 14 1c 5f 44 43 53 00 5c 56 55 50 53 0a 00 a0 09  .._DCS.\VUPS....
  7180: 5c 56 43 44 4c a4 0a 1f a1 04 a4 0a 1d 14 23 5f  \VCDL.........#_
  7190: 44 44 43 01 a0 0a 93 68 0a 01 a4 45 44 58 31 a1  DDC....h...EDX1.
  71a0: 11 a0 0a 93 68 0a 02 a4 45 44 58 32 a1 04 a4 0a  ....h...EDX2....
  71b0: 00 14 0b 5f 44 47 53 00 a4 56 51 44 4c 14 30 5f  ..._DGS..VQDL.0_
  71c0: 44 53 53 01 7b 68 0a 01 56 53 44 4c a0 21 7b 68  DSS.{h..VSDL.!{h
  71d0: 0c 00 00 00 80 00 a0 0f 7b 68 0c 00 00 00 40 00  ........{h....@.
  71e0: 44 53 57 54 0a 02 a1 07 44 53 57 54 0a 01 5b 82  DSWT....DSWT..[.
  71f0: 40 08 43 52 54 30 08 5f 41 44 52 0b 00 01 14 34  @.CRT0._ADR....4
  7200: 5f 44 43 53 00 5c 56 55 50 53 0a 01 a0 15 5c 56  _DCS.\VUPS....\V
  7210: 43 53 53 a0 09 5c 56 43 44 43 a4 0a 1f a1 04 a4  CSS..\VCDC......
  7220: 0a 1d a1 10 a0 09 5c 56 43 44 43 a4 0a 0f a1 04  ......\VCDC.....
  7230: a4 0a 0d 14 0b 5f 44 47 53 00 a4 56 51 44 43 14  ....._DGS..VQDC.
  7240: 30 5f 44 53 53 01 7b 68 0a 01 56 53 44 43 a0 21  0_DSS.{h..VSDC.!
  7250: 7b 68 0c 00 00 00 80 00 a0 0f 7b 68 0c 00 00 00  {h........{h....
  7260: 40 00 44 53 57 54 0a 02 a1 07 44 53 57 54 0a 01  @.DSWT....DSWT..
  7270: 5b 82 48 06 44 56 49 30 08 5f 41 44 52 0b 10 02  [.H.DVI0._ADR...
  7280: 14 1c 5f 44 43 53 00 5c 56 55 50 53 0a 00 a0 09  .._DCS.\VUPS....
  7290: 5c 56 43 44 44 a4 0a 1f a1 04 a4 0a 1d 14 0b 5f  \VCDD.........._
  72a0: 44 47 53 00 a4 56 51 44 44 14 30 5f 44 53 53 01  DGS..VQDD.0_DSS.
  72b0: 7b 68 0a 01 56 53 44 44 a0 21 7b 68 0c 00 00 00  {h..VSDD.!{h....
  72c0: 80 00 a0 0f 7b 68 0c 00 00 00 40 00 44 53 57 54  ....{h....@.DSWT
  72d0: 0a 02 a1 07 44 53 57 54 0a 01 14 3f 44 53 57 54  ....DSWT...?DSWT
  72e0: 01 a0 09 56 53 44 4c 70 0a 01 60 a1 05 70 0a 00  ...VSDLp..`..p..
  72f0: 60 a0 0a 56 53 44 43 7d 0a 02 60 60 a0 0a 56 53  `..VSDC}..``..VS
  7300: 44 44 7d 0a 08 60 60 a0 0f 60 a0 0c 56 55 50 43  DD}..``..`..VUPC
  7310: 5c 56 53 44 53 60 68 a1 02 a3 5b 80 50 45 47 43  \VSDS`h...[.PEGC
  7320: 02 0a 00 0b 00 01 5b 81 18 50 45 47 43 03 00 40  ......[..PEGC..@
  7330: 76 47 4d 47 50 01 48 50 47 50 01 50 4d 47 50 01  vGMGP.HPGP.PMGP.
  7340: 5b 82 49 12 45 58 50 30 08 5f 41 44 52 0c 00 00  [.I.EXP0._ADR...
  7350: 1c 00 08 52 49 44 5f 0a 00 5b 80 50 30 43 53 02  ...RID_..[.P0CS.
  7360: 0a 00 0b 00 01 5b 81 4d 04 50 30 43 53 03 00 40  .....[.M.P0CS..@
  7370: 2d 41 42 50 5f 01 00 02 50 44 43 5f 01 00 02 50  -ABP_...PDC_...P
  7380: 44 53 5f 01 00 01 00 28 52 49 44 30 10 50 53 50  DS_....(RID0.PSP
  7390: 30 01 50 50 50 30 01 00 46 3c 00 06 48 50 43 45  0.PPP0..F<..HPCE
  73a0: 01 50 4d 43 45 01 00 18 00 06 48 50 43 53 01 50  .PMCE.....HPCS.P
  73b0: 4d 43 53 01 08 5f 50 52 57 12 06 02 0a 09 0a 04  MCS.._PRW.......
  73c0: 08 4c 50 52 54 12 43 05 04 12 13 04 0b ff ff 0a  .LPRT.C.........
  73d0: 00 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00 12 13 04  .\._SB_LNKA.....
  73e0: 0b ff ff 0a 01 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a  .....\._SB_LNKB.
  73f0: 00 12 13 04 0b ff ff 0a 02 5c 2e 5f 53 42 5f 4c  .........\._SB_L
  7400: 4e 4b 43 0a 00 12 13 04 0b ff ff 0a 03 5c 2e 5f  NKC..........\._
  7410: 53 42 5f 4c 4e 4b 44 0a 00 08 41 50 52 54 12 32  SB_LNKD...APRT.2
  7420: 04 12 0b 04 0b ff ff 0a 00 0a 00 0a 10 12 0b 04  ................
  7430: 0b ff ff 0a 01 0a 00 0a 11 12 0b 04 0b ff ff 0a  ................
  7440: 02 0a 00 0a 12 12 0b 04 0b ff ff 0a 03 0a 00 0a  ................
  7450: 13 14 19 5f 50 52 54 00 a0 0b 5c 47 50 49 43 a4  ..._PRT...\GPIC.
  7460: 41 50 52 54 a1 06 a4 4c 50 52 54 5b 82 44 0f 45  APRT...LPRT[.D.E
  7470: 58 50 31 08 5f 41 44 52 0c 01 00 1c 00 08 52 49  XP1._ADR......RI
  7480: 44 5f 0a 00 5b 80 50 31 43 53 02 0a 00 0b 00 01  D_..[.P1CS......
  7490: 5b 81 18 50 31 43 53 03 00 40 30 52 49 44 31 10  [..P1CS..@0RID1.
  74a0: 50 53 50 31 01 50 50 50 31 01 08 5f 50 52 57 12  PSP1.PPP1.._PRW.
  74b0: 06 02 0a 09 0a 04 08 4c 50 52 54 12 43 05 04 12  .......LPRT.C...
  74c0: 13 04 0b ff ff 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b  .......\._SB_LNK
  74d0: 42 0a 00 12 13 04 0b ff ff 0a 01 5c 2e 5f 53 42  B..........\._SB
  74e0: 5f 4c 4e 4b 43 0a 00 12 13 04 0b ff ff 0a 02 5c  _LNKC..........\
  74f0: 2e 5f 53 42 5f 4c 4e 4b 44 0a 00 12 13 04 0b ff  ._SB_LNKD.......
  7500: ff 0a 03 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00 08  ...\._SB_LNKA...
  7510: 41 50 52 54 12 32 04 12 0b 04 0b ff ff 0a 00 0a  APRT.2..........
  7520: 00 0a 11 12 0b 04 0b ff ff 0a 01 0a 00 0a 12 12  ................
  7530: 0b 04 0b ff ff 0a 02 0a 00 0a 13 12 0b 04 0b ff  ................
  7540: ff 0a 03 0a 00 0a 10 14 19 5f 50 52 54 00 a0 0b  ........._PRT...
  7550: 5c 47 50 49 43 a4 41 50 52 54 a1 06 a4 4c 50 52  \GPIC.APRT...LPR
  7560: 54 5b 82 48 14 45 58 50 32 08 5f 41 44 52 0c 02  T[.H.EXP2._ADR..
  7570: 00 1c 00 08 52 49 44 5f 0a 00 08 58 43 50 46 0a  ....RID_...XCPF.
  7580: 00 5b 80 50 32 43 53 02 0a 00 0b 00 01 5b 81 4d  .[.P2CS......[.M
  7590: 04 50 32 43 53 03 00 40 2d 41 42 50 5f 01 00 02  .P2CS..@-ABP_...
  75a0: 50 44 43 5f 01 00 02 50 44 53 5f 01 00 01 00 28  PDC_...PDS_....(
  75b0: 52 49 44 32 10 50 53 50 32 01 50 50 50 32 01 00  RID2.PSP2.PPP2..
  75c0: 46 3c 00 06 48 50 43 45 01 50 4d 43 45 01 00 18  F<..HPCE.PMCE...
  75d0: 00 06 48 50 43 53 01 50 4d 43 53 01 08 5f 50 52  ..HPCS.PMCS.._PR
  75e0: 57 12 06 02 0a 09 0a 04 08 4c 50 52 54 12 43 05  W........LPRT.C.
  75f0: 04 12 13 04 0b ff ff 0a 00 5c 2e 5f 53 42 5f 4c  .........\._SB_L
  7600: 4e 4b 43 0a 00 12 13 04 0b ff ff 0a 01 5c 2e 5f  NKC..........\._
  7610: 53 42 5f 4c 4e 4b 44 0a 00 12 13 04 0b ff ff 0a  SB_LNKD.........
  7620: 02 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00 12 13 04  .\._SB_LNKA.....
  7630: 0b ff ff 0a 03 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a  .....\._SB_LNKB.
  7640: 00 08 41 50 52 54 12 32 04 12 0b 04 0b ff ff 0a  ..APRT.2........
  7650: 00 0a 00 0a 12 12 0b 04 0b ff ff 0a 01 0a 00 0a  ................
  7660: 13 12 0b 04 0b ff ff 0a 02 0a 00 0a 10 12 0b 04  ................
  7670: 0b ff ff 0a 03 0a 00 0a 11 14 19 5f 50 52 54 00  ..........._PRT.
  7680: a0 0b 5c 47 50 49 43 a4 41 50 52 54 a1 06 a4 4c  ..\GPIC.APRT...L
  7690: 50 52 54 5b 82 16 45 58 55 50 08 5f 41 44 52 0a  PRT[..EXUP._ADR.
  76a0: 00 14 09 5f 52 4d 56 00 a4 0a 01 5b 82 42 10 45  ..._RMV....[.B.E
  76b0: 58 50 33 08 5f 41 44 52 0c 03 00 1c 00 08 52 49  XP3._ADR......RI
  76c0: 44 5f 0a 00 5b 80 50 33 43 53 02 0a 00 0b 00 01  D_..[.P3CS......
  76d0: 5b 81 18 50 33 43 53 03 00 40 30 52 49 44 33 10  [..P3CS..@0RID3.
  76e0: 50 53 50 33 01 50 50 50 33 01 08 5f 50 52 57 12  PSP3.PPP3.._PRW.
  76f0: 06 02 0a 09 0a 04 08 4c 50 52 54 12 43 05 04 12  .......LPRT.C...
  7700: 13 04 0b ff ff 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b  .......\._SB_LNK
  7710: 44 0a 00 12 13 04 0b ff ff 0a 01 5c 2e 5f 53 42  D..........\._SB
  7720: 5f 4c 4e 4b 41 0a 00 12 13 04 0b ff ff 0a 02 5c  _LNKA..........\
  7730: 2e 5f 53 42 5f 4c 4e 4b 42 0a 00 12 13 04 0b ff  ._SB_LNKB.......
  7740: ff 0a 03 5c 2e 5f 53 42 5f 4c 4e 4b 43 0a 00 08  ...\._SB_LNKC...
  7750: 41 50 52 54 12 32 04 12 0b 04 0b ff ff 0a 00 0a  APRT.2..........
  7760: 00 0a 13 12 0b 04 0b ff ff 0a 01 0a 00 0a 10 12  ................
  7770: 0b 04 0b ff ff 0a 02 0a 00 0a 11 12 0b 04 0b ff  ................
  7780: ff 0a 03 0a 00 0a 12 14 19 5f 50 52 54 00 a0 0b  ........._PRT...
  7790: 5c 47 50 49 43 a4 41 50 52 54 a1 06 a4 4c 50 52  \GPIC.APRT...LPR
  77a0: 54 5b 82 0c 45 58 50 44 08 5f 41 44 52 0a 00 5b  T[..EXPD._ADR..[
  77b0: 82 4f 16 50 43 49 31 08 5f 41 44 52 0c 00 00 1e  .O.PCI1._ADR....
  77c0: 00 08 5f 53 33 44 0a 02 08 52 49 44 5f 0a 00 08  .._S3D...RID_...
  77d0: 4c 50 52 54 12 47 09 07 12 13 04 0b ff ff 0a 00  LPRT.G..........
  77e0: 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00 12 13 04 0b  \._SB_LNKA......
  77f0: ff ff 0a 01 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a 00  ....\._SB_LNKB..
  7800: 12 13 04 0b ff ff 0a 02 5c 2e 5f 53 42 5f 4c 4e  ........\._SB_LN
  7810: 4b 43 0a 00 12 15 04 0c ff ff 01 00 0a 00 5c 2e  KC............\.
  7820: 5f 53 42 5f 4c 4e 4b 41 0a 00 12 15 04 0c ff ff  _SB_LNKA........
  7830: 02 00 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b 46 0a 00  ....\._SB_LNKF..
  7840: 12 15 04 0c ff ff 02 00 0a 01 5c 2e 5f 53 42 5f  ..........\._SB_
  7850: 4c 4e 4b 47 0a 00 12 15 04 0c ff ff 08 00 0a 00  LNKG............
  7860: 5c 2e 5f 53 42 5f 4c 4e 4b 45 0a 00 08 41 50 52  \._SB_LNKE...APR
  7870: 54 12 4f 05 07 12 0b 04 0b ff ff 0a 00 0a 00 0a  T.O.............
  7880: 10 12 0b 04 0b ff ff 0a 01 0a 00 0a 11 12 0b 04  ................
  7890: 0b ff ff 0a 02 0a 00 0a 12 12 0d 04 0c ff ff 01  ................
  78a0: 00 0a 00 0a 00 0a 10 12 0d 04 0c ff ff 02 00 0a  ................
  78b0: 00 0a 00 0a 15 12 0d 04 0c ff ff 02 00 0a 01 0a  ................
  78c0: 00 0a 16 12 0d 04 0c ff ff 08 00 0a 00 0a 00 0a  ................
  78d0: 14 14 19 5f 50 52 54 00 a0 0b 5c 47 50 49 43 a4  ..._PRT...\GPIC.
  78e0: 41 50 52 54 a1 06 a4 4c 50 52 54 08 5f 50 52 57  APRT...LPRT._PRW
  78f0: 12 06 02 0a 0b 0a 04 5b 82 27 43 44 42 53 08 5f  .......[.'CDBS._
  7900: 41 44 52 0a 00 14 13 5f 53 33 44 00 a0 09 5c 57  ADR...._S3D...\W
  7910: 4d 45 46 a4 0a 02 a4 0a 03 08 5f 53 55 4e 0a 01  MEF......._SUN..
  7920: 5b 82 4c b8 49 44 45 30 08 5f 41 44 52 0c 01 00  [.L.IDE0._ADR...
  7930: 1f 00 08 5f 53 33 44 0a 03 08 52 49 44 5f 0a 00  ..._S3D...RID_..
  7940: 5b 80 49 44 43 53 02 0a 00 0b 00 01 5b 81 40 12  [.IDCS......[.@.
  7950: 49 44 43 53 03 00 40 20 50 46 54 30 01 50 49 45  IDCS..@ PFT0.PIE
  7960: 30 01 50 50 45 30 01 50 44 54 30 01 50 46 54 31  0.PPE0.PDT0.PFT1
  7970: 01 50 49 45 31 01 50 50 45 31 01 50 44 54 31 01  .PIE1.PPE1.PDT1.
  7980: 50 52 43 30 02 00 02 50 49 53 30 02 50 53 49 45  PRC0...PIS0.PSIE
  7990: 01 50 49 44 45 01 53 46 54 30 01 53 49 45 30 01  .PIDE.SFT0.SIE0.
  79a0: 53 50 45 30 01 53 44 54 30 01 53 46 54 31 01 53  SPE0.SDT0.SFT1.S
  79b0: 49 45 31 01 53 50 45 31 01 53 44 54 31 01 53 52  IE1.SPE1.SDT1.SR
  79c0: 43 30 02 00 02 53 49 53 30 02 53 53 49 45 01 53  C0...SIS0.SSIE.S
  79d0: 49 44 45 01 50 52 43 31 02 50 49 53 31 02 53 52  IDE.PRC1.PIS1.SR
  79e0: 43 31 02 53 49 53 31 02 00 18 50 53 44 30 01 50  C1.SIS1...PSD0.P
  79f0: 53 44 31 01 53 53 44 30 01 53 53 44 31 01 00 0c  SD1.SSD0.SSD1...
  7a00: 50 43 54 30 02 00 02 50 43 54 31 02 00 02 53 43  PCT0...PCT1...SC
  7a10: 54 30 02 00 02 53 43 54 31 02 00 02 00 40 04 50  T0...SCT1....@.P
  7a20: 43 42 30 01 50 43 42 31 01 53 43 42 30 01 53 43  CB0.PCB1.SCB0.SC
  7a30: 42 31 01 50 43 52 30 01 50 43 52 31 01 53 43 52  B1.PCR0.PCR1.SCR
  7a40: 30 01 53 43 52 31 01 00 02 57 52 50 50 01 00 01  0.SCR1...WRPP...
  7a50: 46 50 42 30 01 46 50 42 31 01 46 53 42 30 01 46  FPB0.FPB1.FSB0.F
  7a60: 53 42 31 01 50 53 49 47 02 53 53 49 47 02 5b 81  SB1.PSIG.SSIG.[.
  7a70: 1f 49 44 43 53 03 00 40 20 50 54 49 30 04 50 54  .IDCS..@ PTI0.PT
  7a80: 49 31 04 00 08 53 54 49 30 04 53 54 49 31 04 14  I1...STI0.STI1..
  7a90: 27 47 50 43 54 04 a0 09 92 7d 68 69 00 a4 0a 00  'GPCT....}hi....
  7aa0: a0 09 90 92 68 69 a4 0b 84 03 a4 77 74 0a 09 72  ....hi.....wt..r
  7ab0: 6a 6b 00 00 0a 1e 00 14 2a 47 44 43 54 04 a0 06  jk......*GDCT...
  7ac0: 92 68 a4 0a 00 a0 05 69 a4 0a 14 a0 0c 6a a4 77  .h.....i.....j.w
  7ad0: 74 0a 04 6b 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a  t..k.....wt..k..
  7ae0: 1e 00 14 32 4d 54 49 4d 02 70 0a 00 60 a0 07 68  ...2MTIM.p..`..h
  7af0: 7d 60 0a 01 60 a0 0b 92 95 68 0a 02 7d 60 0a 02  }`..`....h..}`..
  7b00: 60 a0 08 92 69 7d 60 0a 04 60 a0 08 92 68 7d 60  `...i}`..`...h}`
  7b10: 0a 08 60 a4 60 14 1a 4d 49 53 50 01 a0 06 92 68  ..`.`..MISP....h
  7b20: a4 0a 00 a0 09 92 94 68 0a 02 a4 0a 01 a4 0a 02  .......h........
  7b30: 14 1c 4d 52 43 54 01 a0 09 92 94 68 0a 02 a4 0a  ..MRCT.....h....
  7b40: 00 a0 08 93 68 0a 03 a4 0a 01 a4 0a 03 5b 82 4f  ....h........[.O
  7b50: 95 50 52 49 4d 08 5f 41 44 52 0a 00 08 42 47 54  .PRIM._ADR...BGT
  7b60: 4d 11 03 0a 14 8a 42 47 54 4d 0a 00 47 54 50 30  M.....BGTM..GTP0
  7b70: 8a 42 47 54 4d 0a 04 47 54 44 30 8a 42 47 54 4d  .BGTM..GTD0.BGTM
  7b80: 0a 08 47 54 50 31 8a 42 47 54 4d 0a 0c 47 54 44  ..GTP1.BGTM..GTD
  7b90: 31 8a 42 47 54 4d 0a 10 47 54 4d 46 08 42 50 49  1.BGTM..GTMF.BPI
  7ba0: 30 0a 00 08 42 44 4d 30 0a 00 08 42 50 49 31 0a  0...BDM0...BPI1.
  7bb0: 00 08 42 44 4d 31 0a 00 08 44 52 45 30 0a 00 08  ..BDM1...DRE0...
  7bc0: 44 52 45 31 0a 00 08 44 49 50 30 0a 00 08 44 49  DRE1...DIP0...DI
  7bd0: 50 31 0a 00 14 4d 11 5f 47 54 4d 00 70 47 50 43  P1...M._GTM.pGPC
  7be0: 54 50 46 54 30 50 44 54 30 50 49 53 30 50 52 43  TPFT0PDT0PIS0PRC
  7bf0: 30 47 54 50 30 70 47 44 43 54 50 53 44 30 46 50  0GTP0pGDCTPSD0FP
  7c00: 42 30 50 43 42 30 50 43 54 30 47 54 44 30 a0 0f  B0PCB0PCT0GTD0..
  7c10: 92 47 54 44 30 70 47 54 50 30 47 54 44 30 a0 48  .GTD0pGTP0GTD0.H
  7c20: 04 50 53 49 45 70 47 50 43 54 50 46 54 31 50 44  .PSIEpGPCTPFT1PD
  7c30: 54 31 50 49 53 31 50 52 43 31 47 54 50 31 70 47  T1PIS1PRC1GTP1pG
  7c40: 44 43 54 50 53 44 31 46 50 42 31 50 43 42 31 50  DCTPSD1FPB1PCB1P
  7c50: 43 54 31 47 54 44 31 a0 0f 92 47 54 44 31 70 47  CT1GTD1...GTD1pG
  7c60: 54 50 31 47 54 44 31 a1 0f 70 0a 00 47 54 50 31  TP1GTD1..p..GTP1
  7c70: 70 0a 00 47 54 44 31 70 0a 00 47 54 4d 46 a0 10  p..GTD1p..GTMF..
  7c80: 50 53 44 30 7d 47 54 4d 46 0a 01 47 54 4d 46 a0  PSD0}GTMF..GTMF.
  7c90: 1f 92 47 54 50 30 7d 47 54 4d 46 0a 01 47 54 4d  ..GTP0}GTMF..GTM
  7ca0: 46 70 0a 78 47 54 50 30 70 0a 14 47 54 44 30 a0  Fp.xGTP0p..GTD0.
  7cb0: 10 50 49 45 30 7d 47 54 4d 46 0a 02 47 54 4d 46  .PIE0}GTMF..GTMF
  7cc0: a0 10 50 53 44 31 7d 47 54 4d 46 0a 04 47 54 4d  ..PSD1}GTMF..GTM
  7cd0: 46 a0 10 50 49 45 31 7d 47 54 4d 46 0a 08 47 54  F..PIE1}GTMF..GT
  7ce0: 4d 46 7d 47 54 4d 46 0a 10 47 54 4d 46 a4 42 47  MF}GTMF..GTMF.BG
  7cf0: 54 4d 14 40 47 5f 53 54 4d 03 8a 68 0a 00 53 54  TM.@G_STM..h..ST
  7d00: 50 30 8a 68 0a 04 53 54 44 30 8a 68 0a 08 53 54  P0.h..STD0.h..ST
  7d10: 50 31 8a 68 0a 0c 53 54 44 31 8a 68 0a 10 53 54  P1.h..STD1.h..ST
  7d20: 4d 46 70 0a 00 44 52 45 30 70 0a 00 44 49 50 30  MFp..DRE0p..DIP0
  7d30: a0 47 24 93 87 69 0b 00 02 8b 69 0a 00 4d 30 30  .G$..i....i..M00
  7d40: 30 8b 69 0a 62 4d 30 34 39 8b 69 0a 66 4d 30 35  0.i.bM049.i.fM05
  7d50: 31 8b 69 0a 6a 4d 30 35 33 8b 69 0a 7c 4d 30 36  1.i.jM053.i.|M06
  7d60: 32 8b 69 0a 7e 4d 30 36 33 8b 69 0a 80 4d 30 36  2.i.~M063.i..M06
  7d70: 34 8b 69 0a 82 4d 30 36 35 8b 69 0a 88 4d 30 36  4.i..M065.i..M06
  7d80: 38 8b 69 0a 9c 4d 30 37 38 8b 69 0a ac 4d 30 38  8.i..M078.i..M08
  7d90: 36 8b 69 0a b0 4d 30 38 38 8b 69 0a ee 4d 31 31  6.i..M088.i..M11
  7da0: 39 8b 69 0b 28 01 4d 31 34 38 a0 1f 93 7b 4d 31  9.i.(.M148...{M1
  7db0: 34 38 0b 00 c0 00 0b 00 40 a0 10 7b 4d 31 34 38  48......@..{M148
  7dc0: 0a 04 00 70 0a 01 44 52 45 30 a0 1b 7b 4d 30 38  ...p..DRE0..{M08
  7dd0: 36 0b 00 80 00 a0 10 7b 4d 31 31 39 0a 01 00 70  6......{M119...p
  7de0: 0a 01 44 52 45 30 a0 45 09 5c 57 39 38 46 70 5c  ..DRE0.E.\W98Fp\
  7df0: 55 55 44 4d 4d 30 35 33 4d 30 38 38 53 54 44 30  UUDMM053M088STD0
  7e00: a0 10 53 54 44 30 7d 53 54 4d 46 0a 01 53 54 4d  ..STD0}STMF..STM
  7e10: 46 a1 0c 7b 53 54 4d 46 0a fe 53 54 4d 46 70 5c  F..{STMF..STMFp\
  7e20: 55 4d 44 4d 4d 30 35 33 4d 30 36 33 4d 30 36 32  UMDMM053M063M062
  7e30: 4d 30 36 35 53 54 50 30 a0 20 92 53 54 50 30 70  M065STP0. .STP0p
  7e40: 5c 55 50 49 4f 4d 30 35 33 4d 30 36 34 4d 30 35  \UPIOM053M064M05
  7e50: 31 4d 30 36 38 53 54 50 30 a0 15 7b 4d 30 34 39  1M068STP0..{M049
  7e60: 0b 00 08 00 7d 53 54 4d 46 0a 02 53 54 4d 46 a1  ....}STMF..STMF.
  7e70: 0c 7b 53 54 4d 46 0a fd 53 54 4d 46 70 5c 44 50  .{STMF..STMFp\DP
  7e80: 49 4f 53 54 50 30 7b 53 54 4d 46 0a 02 00 60 70  IOSTP0{STMF...`p
  7e90: 5c 44 55 44 4d 53 54 44 30 7b 53 54 4d 46 0a 01  \DUDMSTD0{STMF..
  7ea0: 00 61 a0 26 92 95 5c 2f 05 5f 53 42 5f 50 43 49  .a.&..\/._SB_PCI
  7eb0: 30 4c 50 43 5f 45 43 5f 5f 42 47 49 44 0a 00 0a  0LPC_EC__BGID...
  7ec0: 0c 70 0a 00 60 70 0a ff 61 70 4d 54 49 4d 60 7b  .p..`p..apMTIM`{
  7ed0: 4d 30 30 30 0b 00 80 00 50 54 49 30 70 4d 49 53  M000....PTI0pMIS
  7ee0: 50 60 50 49 53 30 70 4d 52 43 54 60 50 52 43 30  P`PIS0pMRCT`PRC0
  7ef0: a0 0c 93 61 0a ff 70 0a 00 50 53 44 30 a1 43 06  ...a..p..PSD0.C.
  7f00: 70 0a 01 50 53 44 30 a0 0c 92 94 61 0a 02 70 61  p..PSD0....a..pa
  7f10: 50 43 54 30 a1 18 a0 0d 7b 61 0a 01 00 70 0a 01  PCT0....{a...p..
  7f20: 50 43 54 30 a1 08 70 0a 02 50 43 54 30 a0 0d 92  PCT0..p..PCT0...
  7f30: 95 61 0a 03 70 0a 01 50 43 42 30 a1 08 70 0a 00  .a..p..PCB0..p..
  7f40: 50 43 42 30 a0 0c 93 61 0a 05 70 0a 01 46 50 42  PCB0...a..p..FPB
  7f50: 30 a1 08 70 0a 00 46 50 42 30 70 0a 01 50 43 52  0..p..FPB0p..PCR
  7f60: 30 70 5c 46 44 4d 41 60 61 42 44 4d 30 70 5c 46  0p\FDMA`aBDM0p\F
  7f70: 50 49 4f 60 42 50 49 30 a0 4a 1e 93 87 6a 0b 00  PIO`BPI0.J...j..
  7f80: 02 8b 6a 0a 00 53 30 30 30 8b 6a 0a 62 53 30 34  ..j..S000.j.bS04
  7f90: 39 8b 6a 0a 66 53 30 35 31 8b 6a 0a 6a 53 30 35  9.j.fS051.j.jS05
  7fa0: 33 8b 6a 0a 7c 53 30 36 32 8b 6a 0a 7e 53 30 36  3.j.|S062.j.~S06
  7fb0: 33 8b 6a 0a 80 53 30 36 34 8b 6a 0a 82 53 30 36  3.j..S064.j..S06
  7fc0: 35 8b 6a 0a 88 53 30 36 38 8b 6a 0a b0 53 30 38  5.j..S068.j..S08
  7fd0: 38 a0 45 09 5c 57 39 38 46 70 5c 55 55 44 4d 53  8.E.\W98Fp\UUDMS
  7fe0: 30 35 33 53 30 38 38 53 54 44 31 a0 10 53 54 44  053S088STD1..STD
  7ff0: 31 7d 53 54 4d 46 0a 04 53 54 4d 46 a1 0c 7b 53  1}STMF..STMF..{S
  8000: 54 4d 46 0a fb 53 54 4d 46 70 5c 55 4d 44 4d 53  TMF..STMFp\UMDMS
  8010: 30 35 33 53 30 36 33 53 30 36 32 53 30 36 35 53  053S063S062S065S
  8020: 54 50 31 a0 20 92 53 54 50 31 70 5c 55 50 49 4f  TP1. .STP1p\UPIO
  8030: 53 30 35 33 53 30 36 34 53 30 35 31 53 30 36 38  S053S064S051S068
  8040: 53 54 50 31 a0 15 7b 53 30 34 39 0b 00 08 00 7d  STP1..{S049....}
  8050: 53 54 4d 46 0a 08 53 54 4d 46 a1 0c 7b 53 54 4d  STMF..STMF..{STM
  8060: 46 0a f7 53 54 4d 46 70 5c 44 50 49 4f 53 54 50  F..STMFp\DPIOSTP
  8070: 31 7b 53 54 4d 46 0a 08 00 60 70 5c 44 55 44 4d  1{STMF...`p\DUDM
  8080: 53 54 44 31 7b 53 54 4d 46 0a 04 00 61 a0 3d 53  STD1{STMF...a.=S
  8090: 54 50 31 70 4d 54 49 4d 60 7b 53 30 30 30 0b 00  TP1pMTIM`{S000..
  80a0: 80 00 50 54 49 31 a0 24 7b 53 54 4d 46 0a 10 00  ..PTI1.${STMF...
  80b0: 70 4d 49 53 50 60 50 49 53 31 70 4d 52 43 54 60  pMISP`PIS1pMRCT`
  80c0: 50 52 43 31 70 0a 01 50 53 49 45 a1 0f 70 0a 00  PRC1p..PSIE..p..
  80d0: 50 54 49 31 70 0a 00 50 53 49 45 a0 0c 93 61 0a  PTI1p..PSIE...a.
  80e0: ff 70 0a 00 50 53 44 31 a1 43 06 70 0a 01 50 53  .p..PSD1.C.p..PS
  80f0: 44 31 a0 0c 92 94 61 0a 02 70 61 50 43 54 31 a1  D1....a..paPCT1.
  8100: 18 a0 0d 7b 61 0a 01 00 70 0a 01 50 43 54 31 a1  ...{a...p..PCT1.
  8110: 08 70 0a 02 50 43 54 31 a0 0d 92 95 61 0a 03 70  .p..PCT1....a..p
  8120: 0a 01 50 43 42 31 a1 08 70 0a 00 50 43 42 31 a0  ..PCB1..p..PCB1.
  8130: 0c 93 61 0a 05 70 0a 01 46 50 42 31 a1 08 70 0a  ..a..p..FPB1..p.
  8140: 00 46 50 42 31 70 0a 01 50 43 52 31 70 5c 46 44  .FPB1p..PCR1p\FD
  8150: 4d 41 60 61 42 44 4d 31 70 5c 46 50 49 4f 60 42  MA`aBDM1p\FPIO`B
  8160: 50 49 31 5b 82 49 34 4d 53 54 52 08 5f 41 44 52  PI1[.I4MSTR._ADR
  8170: 0a 00 08 48 44 54 46 11 1f 0a 1c 02 00 00 00 00  ...HDTF.........
  8180: a0 ef 00 00 00 00 00 a0 f5 03 00 00 00 00 a0 ef  ................
  8190: 03 00 00 00 00 a0 ef 8c 48 44 54 46 0a 0f 48 44  ........HDTF..HD
  81a0: 4d 41 8c 48 44 54 46 0a 16 48 50 49 4f 8c 48 44  MA.HDTF..HPIO.HD
  81b0: 54 46 0a 0d 48 46 4c 43 08 45 52 54 46 11 26 0a  TF..HFLC.ERTF.&.
  81c0: 23 02 00 00 00 00 a0 ef 00 00 00 00 00 a0 f5 03  #...............
  81d0: 00 00 00 00 a0 ef 03 00 00 00 00 a0 ef 5f 00 00  ............._..
  81e0: 00 00 a0 ef 8c 45 52 54 46 0a 0f 45 44 4d 41 8c  .....ERTF..EDMA.
  81f0: 45 52 54 46 0a 16 45 50 49 4f 8c 45 52 54 46 0a  ERTF..EPIO.ERTF.
  8200: 0d 45 46 4c 43 08 48 50 54 46 11 26 0a 23 02 00  .EFLC.HPTF.&.#..
  8210: 00 00 00 a0 ef 00 00 00 00 00 a0 f5 03 00 00 00  ................
  8220: 00 a0 ef 03 00 00 00 00 a0 ef 10 03 00 00 00 a0  ................
  8230: ef 8c 48 50 54 46 0a 0f 50 44 4d 41 8c 48 50 54  ..HPTF..PDMA.HPT
  8240: 46 0a 16 50 50 49 4f 8c 48 50 54 46 0a 0d 50 46  F..PPIO.HPTF..PF
  8250: 4c 43 08 48 58 54 46 11 2d 0a 2a 02 00 00 00 00  LC.HXTF.-.*.....
  8260: a0 ef 00 00 00 00 00 a0 f5 03 00 00 00 00 a0 ef  ................
  8270: 03 00 00 00 00 a0 ef 5f 00 00 00 00 a0 ef 10 03  ......._........
  8280: 00 00 00 a0 ef 8c 48 58 54 46 0a 0f 58 44 4d 41  ......HXTF..XDMA
  8290: 8c 48 58 54 46 0a 16 58 50 49 4f 8c 48 58 54 46  .HXTF..XPIO.HXTF
  82a0: 0a 0d 58 46 4c 43 08 49 44 54 46 11 11 0a 0e 03  ..XFLC.IDTF.....
  82b0: 00 00 00 00 a0 ef 03 00 00 00 00 a0 ef 8c 49 44  ..............ID
  82c0: 54 46 0a 01 49 44 4d 41 8c 49 44 54 46 0a 08 49  TF..IDMA.IDTF..I
  82d0: 50 49 4f 08 44 44 54 46 11 1f 0a 1c 03 00 00 00  PIO.DDTF........
  82e0: 00 a0 ef 03 00 00 00 00 a0 ef 00 00 00 00 00 a0  ................
  82f0: e3 00 00 00 00 00 a0 e3 8c 44 44 54 46 0a 01 44  .........DDTF..D
  8300: 44 4d 41 8c 44 44 54 46 0a 08 44 50 49 4f 8c 44  DMA.DDTF..DPIO.D
  8310: 44 54 46 0a 0f 44 54 41 54 8c 44 44 54 46 0a 16  DTF..DTAT.DDTF..
  8320: 44 54 46 54 14 40 14 5f 47 54 46 00 70 5c 2f 05  DTFT.@._GTF.p\/.
  8330: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  8340: 42 47 49 44 0a 00 60 a0 22 5c 4f 53 53 53 70 0a  BGID..`."\OSSSp.
  8350: e1 48 46 4c 43 70 0a e1 45 46 4c 43 70 0a e1 50  .HFLCp..EFLCp..P
  8360: 46 4c 43 70 0a e1 58 46 4c 43 a0 4d 08 93 60 0a  FLCp..XFLC.M..`.
  8370: 06 a0 48 04 5e 5e 44 52 45 30 a0 22 5e 5e 44 49  ..H.^^DRE0."^^DI
  8380: 50 30 70 5e 5e 42 44 4d 30 58 44 4d 41 70 5e 5e  P0p^^BDM0XDMAp^^
  8390: 42 50 49 30 58 50 49 4f a4 48 58 54 46 a1 1c 70  BPI0XPIO.HXTF..p
  83a0: 5e 5e 42 44 4d 30 45 44 4d 41 70 5e 5e 42 50 49  ^^BDM0EDMAp^^BPI
  83b0: 30 45 50 49 4f a4 45 52 54 46 a0 22 5e 5e 44 49  0EPIO.ERTF."^^DI
  83c0: 50 30 70 5e 5e 42 44 4d 30 50 44 4d 41 70 5e 5e  P0p^^BDM0PDMAp^^
  83d0: 42 50 49 30 50 50 49 4f a4 48 50 54 46 70 5e 5e  BPI0PPIO.HPTFp^^
  83e0: 42 44 4d 30 48 44 4d 41 70 5e 5e 42 50 49 30 48  BDM0HDMAp^^BPI0H
  83f0: 50 49 4f a4 48 44 54 46 70 00 61 a0 08 93 60 0a  PIO.HDTFp.a...`.
  8400: 03 70 01 61 a0 08 93 60 0a 0a 70 01 61 a0 08 93  .p.a...`..p.a...
  8410: 60 0a 0b 70 01 61 a0 31 61 70 5c 43 44 46 4c 44  `..p.a.1ap\CDFLD
  8420: 54 46 54 70 5c 43 44 41 48 44 54 41 54 70 5e 5e  TFTp\CDAHDTATp^^
  8430: 42 44 4d 30 44 44 4d 41 70 5e 5e 42 50 49 30 44  BDM0DDMAp^^BPI0D
  8440: 50 49 4f a4 44 44 54 46 a1 1c 70 5e 5e 42 44 4d  PIO.DDTF..p^^BDM
  8450: 30 49 44 4d 41 70 5e 5e 42 50 49 30 49 50 49 4f  0IDMAp^^BPI0IPIO
  8460: a4 49 44 54 46 14 1e 5f 45 4a 30 01 5c 2f 05 5f  .IDTF.._EJ0.\/._
  8470: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42  SB_PCI0LPC_EC__B
  8480: 45 4a 30 68 14 29 5f 53 54 41 00 a0 1d 5c 2f 05  EJ0h.)_STA...\/.
  8490: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  84a0: 42 53 54 41 0a 01 a4 0a 0f a1 04 a4 0a 00 5b 82  BSTA..........[.
  84b0: 4b 22 53 41 54 41 08 5f 41 44 52 0c 02 00 1f 00  K"SATA._ADR.....
  84c0: 08 5f 53 33 44 0a 03 08 52 49 44 5f 0a 00 5b 80  ._S3D...RID_..[.
  84d0: 49 44 43 53 02 0a 00 0b 00 01 5b 81 40 12 49 44  IDCS......[.@.ID
  84e0: 43 53 03 00 40 20 50 46 54 30 01 50 49 45 30 01  CS..@ PFT0.PIE0.
  84f0: 50 50 45 30 01 50 44 54 30 01 50 46 54 31 01 50  PPE0.PDT0.PFT1.P
  8500: 49 45 31 01 50 50 45 31 01 50 44 54 31 01 50 52  IE1.PPE1.PDT1.PR
  8510: 43 30 02 00 02 50 49 53 30 02 50 53 49 45 01 50  C0...PIS0.PSIE.P
  8520: 49 44 45 01 53 46 54 30 01 53 49 45 30 01 53 50  IDE.SFT0.SIE0.SP
  8530: 45 30 01 53 44 54 30 01 53 46 54 31 01 53 49 45  E0.SDT0.SFT1.SIE
  8540: 31 01 53 50 45 31 01 53 44 54 31 01 53 52 43 30  1.SPE1.SDT1.SRC0
  8550: 02 00 02 53 49 53 30 02 53 53 49 45 01 53 49 44  ...SIS0.SSIE.SID
  8560: 45 01 50 52 43 31 02 50 49 53 31 02 53 52 43 31  E.PRC1.PIS1.SRC1
  8570: 02 53 49 53 31 02 00 18 50 53 44 30 01 50 53 44  .SIS1...PSD0.PSD
  8580: 31 01 53 53 44 30 01 53 53 44 31 01 00 0c 50 43  1.SSD0.SSD1...PC
  8590: 54 30 02 00 02 50 43 54 31 02 00 02 53 43 54 30  T0...PCT1...SCT0
  85a0: 02 00 02 53 43 54 31 02 00 02 00 40 04 50 43 42  ...SCT1....@.PCB
  85b0: 30 01 50 43 42 31 01 53 43 42 30 01 53 43 42 31  0.PCB1.SCB0.SCB1
  85c0: 01 50 43 52 30 01 50 43 52 31 01 53 43 52 30 01  .PCR0.PCR1.SCR0.
  85d0: 53 43 52 31 01 00 02 57 52 50 50 01 00 01 46 50  SCR1...WRPP...FP
  85e0: 42 30 01 46 50 42 31 01 46 53 42 30 01 46 53 42  B0.FPB1.FSB0.FSB
  85f0: 31 01 50 53 49 47 02 53 53 49 47 02 5b 81 1f 49  1.PSIG.SSIG.[..I
  8600: 44 43 53 03 00 40 20 50 54 49 30 04 50 54 49 31  DCS..@ PTI0.PTI1
  8610: 04 00 08 53 54 49 30 04 53 54 49 31 04 14 27 47  ...STI0.STI1..'G
  8620: 50 43 54 04 a0 09 92 7d 68 69 00 a4 0a 00 a0 09  PCT....}hi......
  8630: 90 92 68 69 a4 0b 84 03 a4 77 74 0a 09 72 6a 6b  ..hi.....wt..rjk
  8640: 00 00 0a 1e 00 14 2a 47 44 43 54 04 a0 06 92 68  ......*GDCT....h
  8650: a4 0a 00 a0 05 69 a4 0a 14 a0 0c 6a a4 77 74 0a  .....i.....j.wt.
  8660: 04 6b 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a 1e 00  .k.....wt..k....
  8670: 14 32 4d 54 49 4d 02 70 0a 00 60 a0 07 68 7d 60  .2MTIM.p..`..h}`
  8680: 0a 01 60 a0 0b 92 95 68 0a 02 7d 60 0a 02 60 a0  ..`....h..}`..`.
  8690: 08 92 69 7d 60 0a 04 60 a0 08 92 68 7d 60 0a 08  ..i}`..`...h}`..
  86a0: 60 a4 60 14 1a 4d 49 53 50 01 a0 06 92 68 a4 0a  `.`..MISP....h..
  86b0: 00 a0 09 92 94 68 0a 02 a4 0a 01 a4 0a 02 14 1c  .....h..........
  86c0: 4d 52 43 54 01 a0 09 92 94 68 0a 02 a4 0a 00 a0  MRCT.....h......
  86d0: 08 93 68 0a 03 a4 0a 01 a4 0a 03 5b 82 1d 53 4d  ..h........[..SM
  86e0: 42 55 08 5f 41 44 52 0c 03 00 1f 00 08 5f 53 33  BU._ADR......_S3
  86f0: 44 0a 03 08 52 49 44 5f 0a 00 5b 82 4a 0e 55 53  D...RID_..[.J.US
  8700: 42 30 08 5f 41 44 52 0c 00 00 1d 00 08 5f 53 33  B0._ADR......_S3
  8710: 44 0a 02 08 52 49 44 5f 0a 00 5b 80 55 30 43 53  D...RID_..[.U0CS
  8720: 02 0a c4 0a 04 5b 81 0d 55 30 43 53 03 55 30 45  .....[..U0CS.U0E
  8730: 4e 02 00 1e 08 5f 50 52 30 12 19 01 5c 2f 05 5f  N...._PR0...\/._
  8740: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 50  SB_PCI0LPC_EC__P
  8750: 55 42 53 08 5f 50 52 31 12 19 01 5c 2f 05 5f 53  UBS._PR1...\/._S
  8760: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 50 55  B_PCI0LPC_EC__PU
  8770: 42 53 08 5f 50 52 32 12 19 01 5c 2f 05 5f 53 42  BS._PR2...\/._SB
  8780: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 50 55 42  _PCI0LPC_EC__PUB
  8790: 53 08 5f 50 52 57 12 1d 03 0a 03 0a 03 5c 2f 05  S._PRW.......\/.
  87a0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  87b0: 50 55 42 53 14 31 5f 50 53 57 01 a0 09 68 70 0a  PUBS.1_PSW...hp.
  87c0: 03 55 30 45 4e a1 08 70 0a 00 55 30 45 4e 5c 2f  .U0EN..p..U0EN\/
  87d0: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  87e0: 5f 50 4e 53 54 68 5b 82 4a 07 55 53 42 31 08 5f  _PNSTh[.J.USB1._
  87f0: 41 44 52 0c 01 00 1d 00 08 5f 53 33 44 0a 02 08  ADR......_S3D...
  8800: 52 49 44 5f 0a 00 5b 80 55 31 43 53 02 0a c4 0a  RID_..[.U1CS....
  8810: 04 5b 81 0d 55 31 43 53 03 55 31 45 4e 02 00 1e  .[..U1CS.U1EN...
  8820: 08 5f 50 52 57 12 06 02 0a 04 0a 03 14 19 5f 50  ._PRW........._P
  8830: 53 57 01 a0 09 68 70 0a 03 55 31 45 4e a1 08 70  SW...hp..U1EN..p
  8840: 0a 00 55 31 45 4e 5b 82 1a 55 52 54 48 08 5f 41  ..U1EN[..URTH._A
  8850: 44 52 0a 00 5b 82 0c 55 50 45 58 08 5f 41 44 52  DR..[..UPEX._ADR
  8860: 0a 02 5b 82 4e 0e 55 53 42 32 08 5f 41 44 52 0c  ..[.N.USB2._ADR.
  8870: 02 00 1d 00 08 5f 53 33 44 0a 02 08 52 49 44 5f  ....._S3D...RID_
  8880: 0a 00 5b 80 55 32 43 53 02 0a c4 0a 04 5b 81 0d  ..[.U2CS.....[..
  8890: 55 32 43 53 03 55 32 45 4e 02 00 1e 08 5f 50 52  U2CS.U2EN...._PR
  88a0: 30 12 19 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  0...\/._SB_PCI0L
  88b0: 50 43 5f 45 43 5f 5f 50 55 42 53 08 5f 50 52 31  PC_EC__PUBS._PR1
  88c0: 12 19 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  ...\/._SB_PCI0LP
  88d0: 43 5f 45 43 5f 5f 50 55 42 53 08 5f 50 52 32 12  C_EC__PUBS._PR2.
  88e0: 19 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  88f0: 5f 45 43 5f 5f 50 55 42 53 08 5f 50 52 57 12 1d  _EC__PUBS._PRW..
  8900: 03 0a 0c 0a 03 5c 2f 05 5f 53 42 5f 50 43 49 30  .....\/._SB_PCI0
  8910: 4c 50 43 5f 45 43 5f 5f 50 55 42 53 14 19 5f 50  LPC_EC__PUBS.._P
  8920: 53 57 01 a0 09 68 70 0a 03 55 32 45 4e a1 08 70  SW...hp..U2EN..p
  8930: 0a 00 55 32 45 4e 5b 82 1a 55 52 54 48 08 5f 41  ..U2EN[..URTH._A
  8940: 44 52 0a 00 5b 82 0c 55 50 44 4b 08 5f 41 44 52  DR..[..UPDK._ADR
  8950: 0a 02 5b 82 16 55 53 42 33 08 5f 41 44 52 0c 03  ..[..USB3._ADR..
  8960: 00 1d 00 08 52 49 44 5f 0a 00 5b 82 4e 0f 55 53  ....RID_..[.N.US
  8970: 42 37 08 5f 41 44 52 0c 07 00 1d 00 08 5f 53 33  B7._ADR......_S3
  8980: 44 0a 03 08 52 49 44 5f 0a 00 5b 80 55 37 43 53  D...RID_..[.U7CS
  8990: 02 0a 60 0a 04 5b 81 14 55 37 43 53 03 00 10 50  ..`..[..U7CS...P
  89a0: 57 4b 49 01 50 57 55 43 06 00 09 08 5f 50 52 30  WKI.PWUC...._PR0
  89b0: 12 19 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  ...\/._SB_PCI0LP
  89c0: 43 5f 45 43 5f 5f 50 55 42 53 08 5f 50 52 31 12  C_EC__PUBS._PR1.
  89d0: 19 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  89e0: 5f 45 43 5f 5f 50 55 42 53 08 5f 50 52 32 12 19  _EC__PUBS._PR2..
  89f0: 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  8a00: 45 43 5f 5f 50 55 42 53 14 14 5f 49 4e 49 00 70  EC__PUBS.._INI.p
  8a10: 0a 01 50 57 4b 49 70 0a 0f 50 57 55 43 08 5f 50  ..PWKIp..PWUC._P
  8a20: 52 57 12 1d 03 0a 0d 0a 03 5c 2f 05 5f 53 42 5f  RW.......\/._SB_
  8a30: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 50 55 42 53  PCI0LPC_EC__PUBS
  8a40: 5b 82 28 55 52 54 48 08 5f 41 44 52 0a 00 5b 82  [.(URTH._ADR..[.
  8a50: 0c 55 50 44 4b 08 5f 41 44 52 0a 06 5b 82 0c 55  .UPDK._ADR..[..U
  8a60: 50 45 58 08 5f 41 44 52 0a 04 5b 82 31 48 44 45  PEX._ADR..[.1HDE
  8a70: 46 08 5f 41 44 52 0c 00 00 1b 00 08 5f 53 33 44  F._ADR......_S3D
  8a80: 0a 03 08 52 49 44 5f 0a 00 08 5f 50 52 57 12 06  ...RID_..._PRW..
  8a90: 02 0a 05 0a 04 14 07 5f 50 53 57 01 a3 10 43 be  ......._PSW...C.
  8aa0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  8ab0: 43 5f 5f 08 42 44 45 56 0a ff 08 42 53 54 53 0a  C__.BDEV...BSTS.
  8ac0: 00 08 42 48 4b 45 0a 00 08 42 58 43 4e 0a 00 14  ..BHKE...BXCN...
  8ad0: 32 5f 51 32 43 00 a0 2b 93 42 53 54 53 0a 00 70  2_Q2C..+.BSTS..p
  8ae0: 42 47 49 44 0a 00 42 44 45 56 a0 0d 42 58 43 4e  BGID..BDEV..BXCN
  8af0: 4e 58 52 45 42 44 45 56 a1 09 4e 42 52 45 42 44  NXREBDEV..NBREBD
  8b00: 45 56 14 29 5f 51 32 44 00 70 42 47 49 44 0a 00  EV.)_Q2D.pBGID..
  8b10: 42 44 45 56 a0 0d 42 58 43 4e 4e 58 52 43 42 44  BDEV..BXCNNXRCBD
  8b20: 45 56 a1 09 4e 42 49 4e 42 44 45 56 14 44 07 5f  EV..NBINBDEV.D._
  8b30: 51 33 38 00 70 42 47 49 44 0a 00 60 a0 31 93 60  Q38.pBGID..`.1.`
  8b40: 0a 0f 42 44 49 53 a0 17 42 58 43 4e 70 42 44 45  ..BDIS..BXCNpBDE
  8b50: 56 60 70 0a 0f 42 44 45 56 4e 58 45 4a 60 a1 0f  V`p..BDEVNXEJ`..
  8b60: 4e 42 45 4a 42 44 45 56 70 60 42 44 45 56 a1 32  NBEJBDEVp`BDEV.2
  8b70: a0 16 48 50 42 55 a0 10 42 58 43 4e 70 60 42 44  ..HPBU..BXCNp`BD
  8b80: 45 56 4e 58 49 4e 60 a1 19 70 60 42 44 45 56 a0  EVNXIN`..p`BDEV.
  8b90: 0a 42 58 43 4e 4e 58 52 43 60 a1 06 4e 42 49 4e  .BXCNNXRC`..NBIN
  8ba0: 60 14 42 0d 4e 42 52 45 01 a0 26 93 68 0a 0d a0  `.B.NBRE..&.h...
  8bb0: 20 5c 4c 46 44 43 86 5c 2f 05 5f 53 42 5f 50 43   \LFDC.\/._SB_PC
  8bc0: 49 30 4c 50 43 5f 46 44 43 5f 46 44 44 30 0a 03  I0LPC_FDC_FDD0..
  8bd0: a0 46 04 95 68 0a 0c a0 23 93 5c 42 49 44 45 0a  .F..h...#.\BIDE.
  8be0: 03 86 5c 2f 05 5f 53 42 5f 50 43 49 30 53 41 54  ..\/._SB_PCI0SAT
  8bf0: 41 53 43 4e 44 4d 53 54 52 0a 03 a1 1b 86 5c 2f  ASCNDMSTR.....\/
  8c00: 05 5f 53 42 5f 50 43 49 30 49 44 45 30 50 52 49  ._SB_PCI0IDE0PRI
  8c10: 4d 4d 53 54 52 0a 03 a0 49 04 93 68 0a 10 a0 2b  MMSTR...I..h...+
  8c20: 91 48 50 41 43 48 42 30 41 a0 20 5c 57 4e 54 46  .HPACHB0A. \WNTF
  8c30: 86 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  8c40: 45 43 5f 5f 42 41 54 31 0a 03 a1 16 4c 45 44 5f  EC__BAT1....LED_
  8c50: 0a 04 0a c0 42 45 45 50 0a 0f 70 0a 02 42 53 54  ....BEEP..p..BST
  8c60: 53 a0 12 93 68 0a 11 86 5c 2e 5f 53 42 5f 4c 43  S...h...\._SB_LC
  8c70: 49 4f 0a 03 14 4b 0e 4e 42 45 4a 01 a0 4e 0c 93  IO...K.NBEJ..N..
  8c80: 42 53 54 53 0a 00 a0 26 93 68 0a 0d a0 20 5c 4c  BSTS...&.h... \L
  8c90: 46 44 43 86 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  FDC.\/._SB_PCI0L
  8ca0: 50 43 5f 46 44 43 5f 46 44 44 30 0a 01 a0 46 04  PC_FDC_FDD0...F.
  8cb0: 95 68 0a 0c a0 23 93 5c 42 49 44 45 0a 03 86 5c  .h...#.\BIDE...\
  8cc0: 2f 05 5f 53 42 5f 50 43 49 30 53 41 54 41 53 43  /._SB_PCI0SATASC
  8cd0: 4e 44 4d 53 54 52 0a 01 a1 1b 86 5c 2f 05 5f 53  NDMSTR.....\/._S
  8ce0: 42 5f 50 43 49 30 49 44 45 30 50 52 49 4d 4d 53  B_PCI0IDE0PRIMMS
  8cf0: 54 52 0a 01 a0 43 04 93 68 0a 10 a0 20 5c 57 4e  TR...C..h... \WN
  8d00: 54 46 86 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  TF.\/._SB_PCI0LP
  8d10: 43 5f 45 43 5f 5f 42 41 54 31 0a 01 a1 1b 86 5c  C_EC__BAT1.....\
  8d20: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  8d30: 5f 5f 42 41 54 31 0a 81 a0 12 93 68 0a 11 86 5c  __BAT1.....h...\
  8d40: 2e 5f 53 42 5f 4c 43 49 4f 0a 01 4c 45 44 5f 0a  ._SB_LCIO..LED_.
  8d50: 04 0a 00 42 45 45 50 0a 00 70 0a 00 42 53 54 53  ...BEEP..p..BSTS
  8d60: 14 42 15 4e 42 49 4e 01 a0 38 93 68 0a 0d a0 32  .B.NBIN..8.h...2
  8d70: 5c 4c 46 44 43 42 45 4e 5f 0a 00 42 53 46 44 4c  \LFDCBEN_..BSFDL
  8d80: 45 44 5f 0a 04 0a 80 86 5c 2f 05 5f 53 42 5f 50  ED_.....\/._SB_P
  8d90: 43 49 30 4c 50 43 5f 46 44 43 5f 46 44 44 30 0a  CI0LPC_FDC_FDD0.
  8da0: 01 a0 42 06 95 68 0a 0c a0 0b 93 68 0a 06 42 45  ..B..h.....h..BE
  8db0: 4e 5f 0a 02 a1 07 42 45 4e 5f 0a 01 4c 45 44 5f  N_....BEN_..LED_
  8dc0: 0a 04 0a 80 a0 23 93 5c 42 49 44 45 0a 03 86 5c  .....#.\BIDE...\
  8dd0: 2f 05 5f 53 42 5f 50 43 49 30 53 41 54 41 53 43  /._SB_PCI0SATASC
  8de0: 4e 44 4d 53 54 52 0a 01 a1 1b 86 5c 2f 05 5f 53  NDMSTR.....\/._S
  8df0: 42 5f 50 43 49 30 49 44 45 30 50 52 49 4d 4d 53  B_PCI0IDE0PRIMMS
  8e00: 54 52 0a 01 a0 49 06 93 68 0a 10 4c 45 44 5f 0a  TR...I..h..LED_.
  8e10: 04 0a 80 a0 3e 5c 57 4e 54 46 70 0a 01 5c 2f 06  ....>\WNTFp..\/.
  8e20: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  8e30: 42 41 54 31 58 42 31 53 86 5c 2f 05 5f 53 42 5f  BAT1XB1S.\/._SB_
  8e40: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42 41 54 31  PCI0LPC_EC__BAT1
  8e50: 0a 01 a1 1b 86 5c 2f 05 5f 53 42 5f 50 43 49 30  .....\/._SB_PCI0
  8e60: 4c 50 43 5f 45 43 5f 5f 42 41 54 31 0a 81 a0 37  LPC_EC__BAT1...7
  8e70: 93 68 0a 11 a0 31 92 5c 2f 04 5f 53 42 5f 50 43  .h...1.\/._SB_PC
  8e80: 49 30 4c 50 43 5f 43 53 4f 4e 4c 45 44 5f 0a 04  I0LPC_CSONLED_..
  8e90: 0a 80 a0 13 5c 57 4e 54 46 86 5c 2e 5f 53 42 5f  ....\WNTF.\._SB_
  8ea0: 4c 43 49 4f 0a 01 42 45 45 50 0a 00 70 0a 00 42  LCIO..BEEP..p..B
  8eb0: 53 54 53 14 4a 07 42 45 4a 30 01 a0 41 06 68 42  STS.J.BEJ0..A.hB
  8ec0: 44 49 53 4c 45 44 5f 0a 04 0a 00 5c 42 48 44 50  DISLED_....\BHDP
  8ed0: 0a 01 0a 00 70 0a 01 42 53 54 53 a0 2a 42 48 4b  ....p..BSTS.*BHK
  8ee0: 45 70 0a 00 42 48 4b 45 5c 2f 06 5f 53 42 5f 50  Ep..BHKE\/._SB_P
  8ef0: 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d  CI0LPC_EC__HKEYM
  8f00: 48 4b 51 0b 03 30 a0 16 93 42 44 45 56 0a 11 70  HKQ..0...BDEV..p
  8f10: 0a 0f 42 44 45 56 70 0a 00 42 53 54 53 a1 10 4c  ..BDEVp..BSTS..L
  8f20: 45 44 5f 0a 04 0a 80 70 0a 00 42 53 54 53 14 1d  ED_....p..BSTS..
  8f30: 42 45 4a 33 01 a0 0d 68 42 44 49 53 70 0a 01 42  BEJ3...hBDISp..B
  8f40: 53 54 53 a1 08 70 0a 00 42 53 54 53 14 49 07 42  STS..p..BSTS.I.B
  8f50: 50 54 53 01 70 0a 01 48 44 42 4d a0 17 92 93 42  PTS.p..HDBM....B
  8f60: 53 54 53 0a 00 70 0a 0f 42 44 45 56 70 0a 00 42  STS..p..BDEVp..B
  8f70: 53 54 53 70 0a 00 42 48 4b 45 70 0a 01 60 a0 1d  STSp..BHKEp..`..
  8f80: 92 93 42 44 45 56 0a 0f a0 13 90 92 5c 4c 46 44  ..BDEV......\LFD
  8f90: 43 93 42 44 45 56 0a 0d 70 0a 00 60 a1 05 70 0a  C.BDEV..p..`..p.
  8fa0: 00 60 a0 0a 92 95 68 0a 04 70 0a 00 60 a0 08 60  .`....h..p..`..`
  8fb0: 42 55 57 4b 0a 01 a1 0f 4c 45 44 5f 0a 04 0a 00  BUWK....LED_....
  8fc0: 42 55 57 4b 0a 00 14 44 14 42 57 41 4b 01 42 55  BUWK...D.BWAK.BU
  8fd0: 57 4b 0a 00 70 42 47 49 44 0a 00 60 a0 10 90 92  WK..pBGID..`....
  8fe0: 5c 4c 46 44 43 93 60 0a 0d 42 44 49 53 5c 2f 05  \LFDC.`..BDIS\/.
  8ff0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 46 44 43 5f  _SB_PCI0LPC_FDC_
  9000: 5f 49 4e 49 a0 4b 05 5c 4c 46 44 43 a0 43 05 92  _INI.K.\LFDC.C..
  9010: 93 60 0a 0d a0 4b 04 93 5c 2f 05 5f 53 42 5f 50  .`...K..\/._SB_P
  9020: 43 49 30 4c 50 43 5f 46 44 43 5f 46 44 30 53 5c  CI0LPC_FDC_FD0S\
  9030: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  9040: 5f 5f 48 50 4e 46 86 5c 2f 05 5f 53 42 5f 50 43  __HPNF.\/._SB_PC
  9050: 49 30 4c 50 43 5f 46 44 43 5f 46 44 44 30 0a 01  I0LPC_FDC_FDD0..
  9060: a0 4a 0a 93 42 53 54 53 0a 00 a0 2e 92 93 60 42  .J..BSTS......`B
  9070: 44 45 56 a0 10 42 58 43 4e 70 60 42 44 45 56 4e  DEV..BXCNp`BDEVN
  9080: 58 52 43 60 a1 14 4e 42 45 4a 42 44 45 56 70 60  XRC`..NBEJBDEVp`
  9090: 42 44 45 56 4e 42 49 4e 60 a1 41 07 a0 4e 06 91  BDEVNBIN`.A..N..
  90a0: 5c 4c 46 44 43 92 93 42 44 45 56 0a 0d a0 4d 05  \LFDC..BDEV...M.
  90b0: 92 93 60 0a 0f 4c 45 44 5f 0a 04 0a 80 a0 4d 04  ..`..LED_.....M.
  90c0: 48 50 42 55 7d 79 68 0a 08 00 0b 05 20 42 48 4b  HPBU}yh..... BHK
  90d0: 45 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f  E\/._SB_PCI0LPC_
  90e0: 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 42 48 4b 45  EC__HKEYMHKQBHKE
  90f0: a0 06 92 94 68 0a 02 a1 13 a0 0a 42 58 43 4e 4e  ....h......BXCNN
  9100: 58 52 45 60 a1 06 4e 42 52 45 60 14 4e 0f 42 44  XRE`..NBRE`.N.BD
  9110: 49 53 00 a0 46 0f 92 5c 2f 04 5f 53 42 5f 50 43  IS..F..\/._SB_PC
  9120: 49 30 4c 50 43 5f 43 53 4f 4e a0 46 06 93 5c 42  I0LPC_CSON.F..\B
  9130: 49 44 45 0a 03 70 0a 00 5c 2f 04 5f 53 42 5f 50  IDE..p..\/._SB_P
  9140: 43 49 30 53 41 54 41 53 49 45 30 70 0a 00 5c 2f  CI0SATASIE0p..\/
  9150: 04 5f 53 42 5f 50 43 49 30 53 41 54 41 53 54 49  ._SB_PCI0SATASTI
  9160: 30 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  0p..\/._SB_PCI0L
  9170: 50 43 5f 55 52 53 54 5b 21 0a 0f 70 0a 01 5c 2f  PC_URST[!..p..\/
  9180: 04 5f 53 42 5f 50 43 49 30 53 41 54 41 53 53 49  ._SB_PCI0SATASSI
  9190: 47 a1 4e 05 70 0a 00 5c 2f 04 5f 53 42 5f 50 43  G.N.p..\/._SB_PC
  91a0: 49 30 49 44 45 30 50 49 45 30 70 0a 00 5c 2f 04  I0IDE0PIE0p..\/.
  91b0: 5f 53 42 5f 50 43 49 30 49 44 45 30 50 54 49 30  _SB_PCI0IDE0PTI0
  91c0: 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  p..\/._SB_PCI0LP
  91d0: 43 5f 55 52 53 54 5b 21 0a 0f 70 0a 01 5c 2f 04  C_URST[!..p..\/.
  91e0: 5f 53 42 5f 50 43 49 30 49 44 45 30 50 53 49 47  _SB_PCI0IDE0PSIG
  91f0: 70 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  p..\/._SB_PCI0LP
  9200: 43 5f 43 53 4f 4e 42 53 46 44 14 41 0e 42 45 4e  C_CSONBSFD.A.BEN
  9210: 5f 01 a0 49 0d 5c 2f 04 5f 53 42 5f 50 43 49 30  _..I.\/._SB_PCI0
  9220: 4c 50 43 5f 43 53 4f 4e 70 0a 00 5c 2f 04 5f 53  LPC_CSONp..\/._S
  9230: 42 5f 50 43 49 30 4c 50 43 5f 55 52 53 54 70 0a  B_PCI0LPC_URSTp.
  9240: 00 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  9250: 43 53 4f 4e 5b 22 0a 0f a0 43 09 68 a0 35 93 5c  CSON["...C.h.5.\
  9260: 42 49 44 45 0a 03 70 0a 00 5c 2f 04 5f 53 42 5f  BIDE..p..\/._SB_
  9270: 50 43 49 30 53 41 54 41 53 53 49 47 70 0a 01 5c  PCI0SATASSIGp..\
  9280: 2f 04 5f 53 42 5f 50 43 49 30 53 41 54 41 53 49  /._SB_PCI0SATASI
  9290: 44 45 a1 2d 70 0a 00 5c 2f 04 5f 53 42 5f 50 43  DE.-p..\/._SB_PC
  92a0: 49 30 49 44 45 30 50 53 49 47 70 0a 01 5c 2f 04  I0IDE0PSIGp..\/.
  92b0: 5f 53 42 5f 50 43 49 30 49 44 45 30 50 49 44 45  _SB_PCI0IDE0PIDE
  92c0: 5b 21 0a 2d 70 0a 01 5c 2f 04 5f 53 42 5f 50 43  [!.-p..\/._SB_PC
  92d0: 49 30 4c 50 43 5f 55 52 53 54 a0 0a 93 68 0a 02  I0LPC_URST...h..
  92e0: 5b 22 0b d0 07 a1 06 5b 22 0b 90 01 14 4e 05 42  [".....["....N.B
  92f0: 53 54 41 01 a0 17 5c 2f 04 5f 53 42 5f 50 43 49  STA...\/._SB_PCI
  9300: 30 4c 50 43 5f 43 53 4f 4e a4 0a 00 42 49 4e 49  0LPC_CSON...BINI
  9310: a0 0d 93 68 0a 00 a4 93 42 44 45 56 0a 0d a0 0d  ...h....BDEV....
  9320: 93 68 0a 01 a4 95 42 44 45 56 0a 0c a0 0d 93 68  .h....BDEV.....h
  9330: 0a 02 a4 93 42 44 45 56 0a 0e a0 0d 93 68 0a 03  ....BDEV.....h..
  9340: a4 93 42 44 45 56 0a 11 a4 0a 00 14 44 06 42 55  ..BDEV......D.BU
  9350: 57 4b 01 a0 3f 5c 48 38 44 52 a0 1c 68 70 0a 01  WK..?\H8DR..hp..
  9360: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  9370: 43 5f 5f 48 57 42 55 a1 1b 70 0a 00 5c 2f 05 5f  C__HWBU..p..\/._
  9380: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  9390: 57 42 55 a1 1c a0 0d 68 5c 4d 42 45 43 0a 32 0a  WBU....h\MBEC.2.
  93a0: ff 0a 80 a1 0c 5c 4d 42 45 43 0a 32 0a 7f 0a 00  .....\MBEC.2....
  93b0: 14 1a 42 49 4e 49 00 a0 13 93 42 44 45 56 0a ff  ..BINI....BDEV..
  93c0: 70 42 47 49 44 0a 00 42 44 45 56 14 46 0b 42 47  pBGID..BDEV.F.BG
  93d0: 49 44 01 a0 06 68 70 0a ff 60 a1 45 0a a0 0c 5c  ID...hp..`.E...\
  93e0: 48 38 44 52 70 48 42 49 44 60 a1 10 7a 52 42 45  H8DRpHBID`..zRBE
  93f0: 43 0a 47 0a 02 60 7b 60 0a 0f 60 7b 60 0a 03 60  C.G..`{`..`{`..`
  9400: a0 09 93 60 0a 00 70 0a 03 60 a1 11 a0 09 93 60  ...`..p..`.....`
  9410: 0a 02 70 0a 06 60 a1 05 70 0a 0f 60 a0 29 93 60  ..p..`..p..`.).`
  9420: 0a 0f a0 10 5c 48 38 44 52 a0 09 48 42 31 41 70  ....\H8DR..HB1Ap
  9430: 0a 10 60 a1 12 a0 10 7b 5c 52 42 45 43 0a 39 0a  ..`....{\RBEC.9.
  9440: 80 00 70 0a 10 60 a0 39 93 60 0a 0f a0 33 92 5c  ..p..`.9.`...3.\
  9450: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 43 53  /._SB_PCI0LPC_CS
  9460: 4f 4e a0 1d 92 7b 5c 2f 04 5f 53 42 5f 50 43 49  ON...{\/._SB_PCI
  9470: 30 4c 50 43 5f 47 4c 30 30 0a 40 00 70 0a 11 60  0LPC_GL00.@.p..`
  9480: a4 60 14 28 42 53 46 44 00 a0 13 42 53 54 41 0a  .`.(BSFD...BSTA.
  9490: 00 5c 4d 49 53 41 0b f3 03 0a f3 0a 00 a1 0d 5c  .\MISA.........\
  94a0: 4d 49 53 41 0b f3 03 0a f3 0a 04 14 41 0b 4e 58  MISA........A.NX
  94b0: 52 45 01 a0 14 93 68 0a 0f 4c 45 44 5f 0a 04 0a  RE....h..LED_...
  94c0: 00 70 0a 00 42 53 54 53 a0 21 93 68 0a 0d a0 1b  .p..BSTS.!.h....
  94d0: 5c 4c 46 44 43 4c 45 44 5f 0a 04 0a c0 86 5c 2e  \LFDCLED_.....\.
  94e0: 5f 53 42 5f 53 57 41 50 0a 83 a0 1a 95 68 0a 0c  _SB_SWAP.....h..
  94f0: 4c 45 44 5f 0a 04 0a c0 86 5c 2e 5f 53 42 5f 53  LED_.....\._SB_S
  9500: 57 41 50 0a 83 a0 1a 93 68 0a 0e 4c 45 44 5f 0a  WAP.....h..LED_.
  9510: 04 0a c0 86 5c 2e 5f 53 42 5f 53 57 41 50 0a 83  ....\._SB_SWAP..
  9520: a0 3c 93 68 0a 10 a0 1f 91 48 50 41 43 48 42 30  .<.h.....HPACHB0
  9530: 41 4c 45 44 5f 0a 04 0a c0 86 5c 2e 5f 53 42 5f  ALED_.....\._SB_
  9540: 53 57 41 50 0a 83 a1 16 4c 45 44 5f 0a 04 0a c0  SWAP....LED_....
  9550: 42 45 45 50 0a 0f 70 0a 02 42 53 54 53 14 45 0c  BEEP..p..BSTS.E.
  9560: 4e 58 52 43 01 a0 2b 93 68 0a 0d a0 25 5c 4c 46  NXRC..+.h...%\LF
  9570: 44 43 4c 45 44 5f 0a 04 0a 80 42 45 4e 5f 0a 00  DCLED_....BEN_..
  9580: 42 53 46 44 86 5c 2e 5f 53 42 5f 53 57 41 50 0a  BSFD.\._SB_SWAP.
  9590: 80 a0 2e 95 68 0a 0c 4c 45 44 5f 0a 04 0a 80 a0  ....h..LED_.....
  95a0: 0b 93 68 0a 06 42 45 4e 5f 0a 02 a1 07 42 45 4e  ..h..BEN_....BEN
  95b0: 5f 0a 01 86 5c 2e 5f 53 42 5f 53 57 41 50 0a 80  _...\._SB_SWAP..
  95c0: a0 20 93 68 0a 0e 4c 45 44 5f 0a 04 0a 80 42 45  . .h..LED_....BE
  95d0: 4e 5f 0a 00 86 5c 2e 5f 53 42 5f 53 57 41 50 0a  N_...\._SB_SWAP.
  95e0: 80 a0 34 93 68 0a 10 86 5c 2f 05 5f 53 42 5f 50  ..4.h...\/._SB_P
  95f0: 43 49 30 4c 50 43 5f 45 43 5f 5f 42 41 54 31 0a  CI0LPC_EC__BAT1.
  9600: 81 4c 45 44 5f 0a 04 0a 80 86 5c 2e 5f 53 42 5f  .LED_.....\._SB_
  9610: 53 57 41 50 0a 80 42 45 45 50 0a 00 70 0a 00 42  SWAP..BEEP..p..B
  9620: 53 54 53 14 49 04 4e 58 45 4a 01 a0 1f 93 68 0a  STS.I.NXEJ....h.
  9630: 10 86 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  9640: 5f 45 43 5f 5f 42 41 54 31 0a 81 86 5c 2e 5f 53  _EC__BAT1...\._S
  9650: 42 5f 53 57 41 50 0a 82 4c 45 44 5f 0a 04 0a 00  B_SWAP..LED_....
  9660: 42 45 45 50 0a 00 70 0a 00 42 53 54 53 14 13 4e  BEEP..p..BSTS..N
  9670: 58 49 4e 01 86 5c 2e 5f 53 42 5f 53 57 41 50 0a  XIN..\._SB_SWAP.
  9680: 81 10 43 10 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  ..C.\/._SB_PCI0L
  9690: 50 43 5f 46 44 43 5f 08 58 46 44 53 0a 00 08 44  PC_FDC_.XFDS...D
  96a0: 43 46 44 0a 00 14 43 05 5f 49 4e 49 00 70 0a 00  CFD...C._INI.p..
  96b0: 58 46 44 53 a0 37 5c 48 38 44 52 7d 5c 2f 05 5f  XFDS.7\H8DR}\/._
  96c0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  96d0: 41 4d 41 0a 0c 5c 2f 05 5f 53 42 5f 50 43 49 30  AMA..\/._SB_PCI0
  96e0: 4c 50 43 5f 45 43 5f 5f 48 41 4d 41 a1 0c 5c 4d  LPC_EC__HAMA..\M
  96f0: 42 45 43 0a 1a 0a ff 0a 0c 08 46 44 45 42 11 17  BEC.......FDEB..
  9700: 0a 14 01 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  9710: 00 00 02 00 00 00 8c 46 44 45 42 0a 00 46 44 30  .......FDEB..FD0
  9720: 53 14 43 06 5f 46 44 45 00 a0 26 91 5c 2f 05 5f  S.C._FDE..&.\/._
  9730: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42  SB_PCI0LPC_EC__B
  9740: 53 54 41 0a 00 44 43 46 44 70 0a 01 46 44 30 53  STA..DCFDp..FD0S
  9750: a1 2f a0 24 91 5c 2f 05 5f 53 42 5f 50 43 49 30  ./.$.\/._SB_PCI0
  9760: 4c 50 43 5f 45 43 5f 5f 48 50 4e 46 58 46 44 53  LPC_EC__HPNFXFDS
  9770: 70 0a 00 46 44 30 53 a1 08 70 0a 01 46 44 30 53  p..FD0S..p..FD0S
  9780: a4 46 44 45 42 10 45 06 5c 2f 05 5f 53 42 5f 50  .FDEB.E.\/._SB_P
  9790: 43 49 30 4c 50 43 5f 46 44 43 5f 46 44 44 30 14  CI0LPC_FDC_FDD0.
  97a0: 4b 04 5f 45 4a 30 01 a0 32 5c 2f 05 5f 53 42 5f  K._EJ0..2\/._SB_
  97b0: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42 53 54 41  PCI0LPC_EC__BSTA
  97c0: 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  97d0: 5f 45 43 5f 5f 42 45 4a 30 68 a1 10 a0 05 44 43  _EC__BEJ0h....DC
  97e0: 46 44 a1 08 70 0a 01 58 46 44 53 10 41 12 5c 2f  FD..p..XFDS.A.\/
  97f0: 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  9800: 5f 14 43 09 5f 51 35 32 00 a0 32 5c 2f 05 5f 53  _.C._Q52..2\/._S
  9810: 42 5f 50 43 49 30 4c 50 43 5f 46 44 43 5f 58 46  B_PCI0LPC_FDC_XF
  9820: 44 53 70 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30  DSp..\/._SB_PCI0
  9830: 4c 50 43 5f 46 44 43 5f 58 46 44 53 a1 48 05 a0  LPC_FDC_XFDS.H..
  9840: 32 91 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  2.\/._SB_PCI0LPC
  9850: 5f 45 43 5f 5f 42 53 54 41 0a 00 5c 2f 05 5f 53  _EC__BSTA..\/._S
  9860: 42 5f 50 43 49 30 4c 50 43 5f 46 44 43 5f 44 43  B_PCI0LPC_FDC_DC
  9870: 46 44 a1 22 a0 20 5c 4c 46 44 43 86 5c 2f 05 5f  FD.". \LFDC.\/._
  9880: 53 42 5f 50 43 49 30 4c 50 43 5f 46 44 43 5f 46  SB_PCI0LPC_FDC_F
  9890: 44 44 30 0a 01 14 47 07 5f 51 35 33 00 70 0a 00  DD0...G._Q53.p..
  98a0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 46  \/._SB_PCI0LPC_F
  98b0: 44 43 5f 58 46 44 53 a0 32 91 5c 2f 05 5f 53 42  DC_XFDS.2.\/._SB
  98c0: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42 53 54  _PCI0LPC_EC__BST
  98d0: 41 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  A..\/._SB_PCI0LP
  98e0: 43 5f 46 44 43 5f 44 43 46 44 a1 22 a0 20 5c 4c  C_FDC_DCFD.". \L
  98f0: 46 44 43 86 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  FDC.\/._SB_PCI0L
  9900: 50 43 5f 46 44 43 5f 46 44 44 30 0a 01 10 46 04  PC_FDC_FDD0...F.
  9910: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  9920: 43 5f 5f 42 41 54 31 14 2c 5f 45 4a 30 01 70 0a  C__BAT1.,_EJ0.p.
  9930: 00 42 31 53 54 70 0a 00 58 42 31 53 5c 2f 05 5f  .B1STp..XB1S\/._
  9940: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42  SB_PCI0LPC_EC__B
  9950: 45 4a 30 68 10 40 33 5c 5f 53 42 5f 5b 82 47 32  EJ0h.@3\_SB_[.G2
  9960: 53 57 41 50 08 5f 48 49 44 0c 24 4d 00 69 14 15  SWAP._HID.$M.i..
  9970: 5f 53 54 41 00 a0 09 5c 57 4d 45 46 a4 0a 0f a1  _STA...\WMEF....
  9980: 04 a4 0a 00 14 22 58 43 4e 4e 01 70 68 5c 2f 05  ....."XCNN.ph\/.
  9990: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  99a0: 42 58 43 4e a4 0a 09 14 09 58 53 57 50 00 a4 0a  BXCN.....XSWP...
  99b0: 01 14 1e 58 45 4a 30 01 5c 2f 05 5f 53 42 5f 50  ...XEJ0.\/._SB_P
  99c0: 43 49 30 4c 50 43 5f 45 43 5f 5f 42 45 4a 30 68  CI0LPC_EC__BEJ0h
  99d0: 14 1e 58 45 4a 33 01 5c 2f 05 5f 53 42 5f 50 43  ..XEJ3.\/._SB_PC
  99e0: 49 30 4c 50 43 5f 45 43 5f 5f 42 45 4a 33 68 14  I0LPC_EC__BEJ3h.
  99f0: 40 1f 58 44 49 44 00 08 58 50 43 4b 12 17 06 0a  @.XDID..XPCK....
  9a00: 00 0a 00 0c ff ff ff ff 0c ff ff ff ff 0c ff ff  ................
  9a10: ff ff 0a 00 70 5c 2f 05 5f 53 42 5f 50 43 49 30  ....p\/._SB_PCI0
  9a20: 4c 50 43 5f 45 43 5f 5f 42 44 45 56 60 70 60 88  LPC_EC__BDEV`p`.
  9a30: 58 50 43 4b 0a 00 00 a0 44 0d 95 60 0a 0c a0 4a  XPCK....D..`...J
  9a40: 06 93 5c 42 49 44 45 0a 03 70 5c 2f 04 5f 53 42  ..\BIDE..p\/._SB
  9a50: 5f 50 43 49 30 53 41 54 41 5f 41 44 52 88 58 50  _PCI0SATA_ADR.XP
  9a60: 43 4b 0a 02 00 70 5c 2f 05 5f 53 42 5f 50 43 49  CK...p\/._SB_PCI
  9a70: 30 53 41 54 41 53 43 4e 44 5f 41 44 52 88 58 50  0SATASCND_ADR.XP
  9a80: 43 4b 0a 03 00 70 5c 2f 06 5f 53 42 5f 50 43 49  CK...p\/._SB_PCI
  9a90: 30 53 41 54 41 53 43 4e 44 4d 53 54 52 5f 41 44  0SATASCNDMSTR_AD
  9aa0: 52 88 58 50 43 4b 0a 04 00 a1 42 06 70 5c 2f 04  R.XPCK....B.p\/.
  9ab0: 5f 53 42 5f 50 43 49 30 49 44 45 30 5f 41 44 52  _SB_PCI0IDE0_ADR
  9ac0: 88 58 50 43 4b 0a 02 00 70 5c 2f 05 5f 53 42 5f  .XPCK...p\/._SB_
  9ad0: 50 43 49 30 49 44 45 30 50 52 49 4d 5f 41 44 52  PCI0IDE0PRIM_ADR
  9ae0: 88 58 50 43 4b 0a 03 00 70 5c 2f 06 5f 53 42 5f  .XPCK...p\/._SB_
  9af0: 50 43 49 30 49 44 45 30 50 52 49 4d 4d 53 54 52  PCI0IDE0PRIMMSTR
  9b00: 5f 41 44 52 88 58 50 43 4b 0a 04 00 a0 4f 05 93  _ADR.XPCK....O..
  9b10: 60 0a 0d a0 4b 04 5c 4c 46 44 43 70 5c 2f 05 5f  `...K.\LFDCp\/._
  9b20: 53 42 5f 50 43 49 30 4c 50 43 5f 46 44 43 5f 5f  SB_PCI0LPC_FDC__
  9b30: 48 49 44 88 58 50 43 4b 0a 02 00 70 5c 2f 06 5f  HID.XPCK...p\/._
  9b40: 53 42 5f 50 43 49 30 4c 50 43 5f 46 44 43 5f 46  SB_PCI0LPC_FDC_F
  9b50: 44 44 30 5f 41 44 52 88 58 50 43 4b 0a 04 00 a1  DD0_ADR.XPCK....
  9b60: 0c 70 0a 0f 88 58 50 43 4b 0a 00 00 a0 4e 04 93  .p...XPCK....N..
  9b70: 60 0a 10 70 5c 2f 06 5f 53 42 5f 50 43 49 30 4c  `..p\/._SB_PCI0L
  9b80: 50 43 5f 45 43 5f 5f 42 41 54 31 5f 48 49 44 88  PC_EC__BAT1_HID.
  9b90: 58 50 43 4b 0a 02 00 70 5c 2f 06 5f 53 42 5f 50  XPCK...p\/._SB_P
  9ba0: 43 49 30 4c 50 43 5f 45 43 5f 5f 42 41 54 31 5f  CI0LPC_EC__BAT1_
  9bb0: 55 49 44 88 58 50 43 4b 0a 04 00 70 7f 5c 2f 04  UID.XPCK...p.\/.
  9bc0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 43 53 4f 4e  _SB_PCI0LPC_CSON
  9bd0: 0a 01 00 88 58 50 43 4b 0a 05 00 a4 58 50 43 4b  ....XPCK....XPCK
  9be0: 14 48 05 58 53 54 4d 01 08 58 44 4d 59 11 03 0a  .H.XSTM..XDMY...
  9bf0: 14 a0 27 93 5c 42 49 44 45 0a 03 5c 2f 05 5f 53  ..'.\BIDE..\/._S
  9c00: 42 5f 50 43 49 30 53 41 54 41 53 43 4e 44 5f 53  B_PCI0SATASCND_S
  9c10: 54 4d 58 44 4d 59 68 0a 00 a1 1f 5c 2f 05 5f 53  TMXDMYh....\/._S
  9c20: 42 5f 50 43 49 30 49 44 45 30 50 52 49 4d 5f 53  B_PCI0IDE0PRIM_S
  9c30: 54 4d 58 44 4d 59 68 0a 00 14 4b 04 58 47 54 46  TMXDMYh...K.XGTF
  9c40: 00 a0 25 93 5c 42 49 44 45 0a 03 a4 5c 2f 06 5f  ..%.\BIDE...\/._
  9c50: 53 42 5f 50 43 49 30 53 41 54 41 53 43 4e 44 4d  SB_PCI0SATASCNDM
  9c60: 53 54 52 5f 47 54 46 a1 1d a4 5c 2f 06 5f 53 42  STR_GTF...\/._SB
  9c70: 5f 50 43 49 30 49 44 45 30 50 52 49 4d 4d 53 54  _PCI0IDE0PRIMMST
  9c80: 52 5f 47 54 46 10 4c e9 5c 5f 53 42 5f 5b 82 43  R_GTF.L.\_SB_[.C
  9c90: e9 47 44 43 4b 08 5f 48 49 44 0c 24 4d 00 79 08  .GDCK._HID.$M.y.
  9ca0: 5f 43 49 44 0c 41 d0 0c 15 08 44 4f 49 44 0c ff  _CID.A....DOID..
  9cb0: ff ff ff 08 44 49 44 42 0c ff ff ff ff 08 46 4c  ....DIDB......FL
  9cc0: 41 47 0a 00 08 57 55 43 54 0a 00 08 44 48 4b 45  AG...WUCT...DHKE
  9cd0: 0a 00 5b 02 44 45 56 54 14 3f 44 53 54 41 00 55  ..[.DEVT.?DSTA.U
  9ce0: 44 43 4b 55 44 4b 54 a0 1a 91 93 47 44 49 44 0c  DCKUDKT....GDID.
  9cf0: 24 4d 00 4c 93 47 44 49 44 0c 24 4d 00 44 70 0a  $M.L.GDID.$M.Dp.
  9d00: 0f 60 a1 13 a0 0b 92 5c 57 39 38 46 70 0a 00 60  .`.....\W98Fp..`
  9d10: a1 05 70 0a 0c 60 a4 60 14 47 07 44 50 54 53 01  ..p..`.`.G.DPTS.
  9d20: a0 4f 06 90 92 95 68 0a 01 92 94 68 0a 04 70 0a  .O....h....h..p.
  9d30: 00 44 48 4b 45 a0 18 44 46 4c 47 0a 02 0a 02 70  .DHKE..DFLG....p
  9d40: 0a 00 44 4f 49 44 44 46 4c 47 0a 01 0a 02 a0 2f  ..DOIDDFLG...../
  9d50: 91 93 47 44 49 44 0c 24 4d 00 4c 93 47 44 49 44  ..GDID.$M.L.GDID
  9d60: 0c 24 4d 00 44 5c 2f 05 5f 53 42 5f 50 43 49 30  .$M.D\/._SB_PCI0
  9d70: 4c 50 43 5f 45 43 5f 5f 44 44 57 4b 0a 01 70 47  LPC_EC__DDWK..pG
  9d80: 44 49 44 44 49 44 42 44 46 4c 47 0a 00 0b 00 01  DIDDIDBDFLG.....
  9d90: 08 44 44 54 4d 0a 00 14 4a 18 44 57 41 4b 01 70  .DDTM...J.DWAK.p
  9da0: 0c ff ff ff ff 44 4f 49 44 a0 48 17 90 92 95 68  .....DOID.H....h
  9db0: 0a 01 92 94 68 0a 04 70 0a 00 44 44 54 4d a0 1d  ....h..p..DDTM..
  9dc0: 91 93 44 49 44 42 0c 24 4d 00 4c 93 44 49 44 42  ..DIDB.$M.L.DIDB
  9dd0: 0c 24 4d 00 44 70 0a 01 44 44 54 4d a0 42 0d 44  .$M.Dp..DDTM.B.D
  9de0: 44 54 4d 70 0a 00 44 44 54 4d a0 12 93 47 44 49  DTMp..DDTM...GDI
  9df0: 44 0c 24 4d 00 4c 70 0a 01 44 44 54 4d a0 12 93  D.$M.Lp..DDTM...
  9e00: 47 44 49 44 0c 24 4d 00 44 70 0a 01 44 44 54 4d  GDID.$M.Dp..DDTM
  9e10: a0 3b 44 44 54 4d a0 22 93 68 0a 04 a0 1c 7b 5c  .;DDTM.".h....{\
  9e20: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 57 41  /._SB_PCI0LPC_WA
  9e30: 4b 52 0a 08 00 44 47 50 45 79 68 0a 08 44 48 4b  KR...DGPEyh..DHK
  9e40: 45 a0 0a 92 44 46 4c 47 0a 02 0a 08 a1 42 06 70  E...DFLG.....B.p
  9e50: 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  9e60: 5f 42 55 53 44 5c 2f 05 5f 53 42 5f 50 43 49 30  _BUSD\/._SB_PCI0
  9e70: 4c 50 43 5f 45 43 5f 5f 44 41 54 54 0a 00 0a 01  LPC_EC__DATT....
  9e80: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  9e90: 43 5f 5f 44 41 54 54 0a 01 0a 00 86 5c 2e 5f 53  C__DATT.....\._S
  9ea0: 42 5f 47 44 43 4b 0a 00 5c 44 48 44 50 0a 00 a1  B_GDCK..\DHDP...
  9eb0: 3b 70 0a 00 44 44 54 4d a0 12 93 47 44 49 44 0c  ;p..DDTM...GDID.
  9ec0: 24 4d 00 4c 70 0a 01 44 44 54 4d a0 12 93 47 44  $M.Lp..DDTM...GD
  9ed0: 49 44 0c 24 4d 00 44 70 0a 01 44 44 54 4d a0 09  ID.$M.Dp..DDTM..
  9ee0: 44 44 54 4d 57 44 43 4b a1 02 a3 44 46 4c 47 0a  DDTMWDCK...DFLG.
  9ef0: 01 0b 00 01 44 46 4c 47 0a 01 0a 02 44 46 4c 47  ....DFLG....DFLG
  9f00: 0a 01 0a 10 44 46 4c 47 0a 01 0a 20 70 0a 01 5c  ....DFLG... p..\
  9f10: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 44 53  /._SB_PCI0LPC_DS
  9f20: 43 49 14 0e 44 47 50 45 00 44 46 4c 47 0a 00 0a  CI..DGPE.DFLG...
  9f30: 08 14 4e 12 44 44 43 4b 01 a0 4a 08 68 5c 2f 05  ..N.DDCK..J.h\/.
  9f40: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  9f50: 4c 45 44 5f 0a 08 0a 00 5c 2f 05 5f 53 42 5f 50  LED_....\/._SB_P
  9f60: 43 49 30 4c 50 43 5f 45 43 5f 5f 4c 45 44 5f 0a  CI0LPC_EC__LED_.
  9f70: 09 0a 80 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  ...\/._SB_PCI0LP
  9f80: 43 5f 4c 43 4f 4e 0a 01 42 43 4f 4e 0a 01 5c 2f  C_LCON..BCON..\/
  9f90: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  9fa0: 5f 44 41 54 54 0a 00 0a 00 5c 2f 05 5f 53 42 5f  _DATT....\/._SB_
  9fb0: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 44 41 54 54  PCI0LPC_EC__DATT
  9fc0: 0a 01 0a 01 a1 48 09 5c 2f 05 5f 53 42 5f 50 43  .....H.\/._SB_PC
  9fd0: 49 30 4c 50 43 5f 45 43 5f 5f 4c 45 44 5f 0a 08  I0LPC_EC__LED_..
  9fe0: 0a 80 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  9ff0: 5f 45 43 5f 5f 4c 45 44 5f 0a 09 0a c0 44 46 4c  _EC__LED_....DFL
  a000: 47 0a 00 0a 02 5c 44 48 44 50 0a 00 42 43 4f 4e  G....\DHDP..BCON
  a010: 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  a020: 5f 4c 43 4f 4e 0a 00 5c 2f 05 5f 53 42 5f 50 43  _LCON..\/._SB_PC
  a030: 49 30 4c 50 43 5f 45 43 5f 5f 44 41 54 54 0a 00  I0LPC_EC__DATT..
  a040: 0a 01 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  a050: 5f 45 43 5f 5f 44 41 54 54 0a 01 0a 00 a4 0a 01  _EC__DATT.......
  a060: 14 43 05 44 45 4a 30 01 a0 0d 68 70 0a 00 44 4f  .C.DEJ0...hp..DO
  a070: 49 44 55 44 4b 49 44 46 4c 47 0a 01 0a 02 5c 2f  IDUDKIDFLG....\/
  a080: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  a090: 5f 4c 45 44 5f 0a 08 0a 00 5c 2f 05 5f 53 42 5f  _LED_....\/._SB_
  a0a0: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 4c 45 44 5f  PCI0LPC_EC__LED_
  a0b0: 0a 09 0a 00 14 1f 44 45 4a 33 01 a0 18 68 44 46  ......DEJ3...hDF
  a0c0: 4c 47 0a 00 0a 10 a0 0d 93 5c 53 50 53 5f 0a 03  LG.......\SPS_..
  a0d0: 50 44 45 33 14 11 44 45 4a 34 01 a0 0a 68 44 46  PDE3..DEJ4...hDF
  a0e0: 4c 47 0a 00 0a 20 14 07 50 44 45 33 00 a3 08 48  LG... ..PDE3...H
  a0f0: 49 44 45 0a 00 14 40 08 57 44 43 4b 00 a0 2f 91  IDE...@.WDCK../.
  a100: 44 46 4c 47 0a 02 0a 10 44 46 4c 47 0a 02 0a 20  DFLG....DFLG... 
  a110: 44 44 43 4b 0a 01 a0 16 5c 57 39 38 46 44 46 4c  DDCK....\W98FDFL
  a120: 47 0a 00 0b 00 02 70 0a 05 48 49 44 45 a1 48 04  G.....p..HIDE.H.
  a130: a0 36 93 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  .6.\/._SB_PCI0LP
  a140: 43 5f 45 43 5f 5f 42 47 49 44 0a 00 0a 11 5c 2f  C_EC__BGID....\/
  a150: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  a160: 5f 4e 42 52 45 0a 11 a1 0e 86 5c 2e 5f 53 42 5f  _NBRE.....\._SB_
  a170: 47 44 43 4b 0a 00 14 4f 07 55 44 43 4b 00 a0 47  GDCK...O.UDCK..G
  a180: 07 44 46 4c 47 0a 02 0a 08 a0 4c 06 92 44 46 4c  .DFLG.....L..DFL
  a190: 47 0a 02 0b 00 01 7d 44 48 4b 45 0b 04 20 44 48  G.....}DHKE.. DH
  a1a0: 4b 45 a0 28 93 5c 55 4f 50 54 0a 00 5c 2f 06 5f  KE.(.\UOPT..\/._
  a1b0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  a1c0: 4b 45 59 4d 48 4b 51 44 48 4b 45 a0 13 5c 57 39  KEYMHKQDHKE..\W9
  a1d0: 38 46 86 5c 2e 5f 53 42 5f 47 44 43 4b 0a 01 a1  8F.\._SB_GDCK...
  a1e0: 0e 86 5c 2e 5f 53 42 5f 47 44 43 4b 0a 03 44 46  ..\._SB_GDCK..DF
  a1f0: 4c 47 0a 01 0a 08 14 1d 55 44 4b 49 00 a0 0d 5c  LG......UDKI...\
  a200: 57 4e 54 46 70 0a 01 57 55 43 54 a1 08 70 0a 05  WNTFp..WUCT..p..
  a210: 57 55 43 54 14 43 05 55 44 4b 54 00 a0 4b 04 7b  WUCT.C.UDKT..K.{
  a220: 44 48 4b 45 0b 04 20 00 a0 3f 93 47 44 49 44 0a  DHKE.. ..?.GDID.
  a230: 00 a0 36 92 76 57 55 43 54 70 0a 00 44 48 4b 45  ..6.vWUCTp..DHKE
  a240: a0 27 93 5c 55 4f 50 54 0a 00 5c 2f 06 5f 53 42  .'.\UOPT..\/._SB
  a250: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45  _PCI0LPC_EC__HKE
  a260: 59 4d 48 4b 51 0b 03 40 14 35 47 44 49 44 00 a0  YMHKQ..@.5GDID..
  a270: 29 93 44 4f 49 44 0c ff ff ff ff 70 0c ff ff ff  ).DOID.....p....
  a280: ff 5c 2f 03 5f 53 42 5f 47 44 43 4b 47 5f 49 44  .\/._SB_GDCKG_ID
  a290: 70 52 44 49 44 44 4f 49 44 a4 44 4f 49 44 14 4f  pRDIDDOID.DOID.O
  a2a0: 09 52 44 49 44 00 70 0a 00 60 a0 41 09 5c 2f 04  .RDID.p..`.A.\/.
  a2b0: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 50 57 47  _SB_PCI0LPC_EPWG
  a2c0: a0 40 06 93 5c 2f 03 5f 53 42 5f 47 44 43 4b 47  .@..\/._SB_GDCKG
  a2d0: 47 49 44 0a 00 a0 42 04 5c 48 38 44 52 a0 31 5c  GID...B.\H8DR.1\
  a2e0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  a2f0: 5f 5f 45 45 50 52 70 5c 2f 05 5f 53 42 5f 50 43  __EEPRp\/._SB_PC
  a300: 49 30 4c 50 43 5f 45 43 5f 5f 48 44 45 50 60 a1  I0LPC_EC__HDEP`.
  a310: 08 70 0c 24 4d 00 4c 60 a1 08 70 5c 44 43 4b 49  .p.$M.L`..p\DCKI
  a320: 60 a0 1a 93 5c 2f 03 5f 53 42 5f 47 44 43 4b 47  `...\/._SB_GDCKG
  a330: 47 49 44 0a 01 70 0c 24 4d 00 44 60 a4 60 14 47  GID..p.$M.D`.`.G
  a340: 08 52 44 53 52 00 70 0a 00 60 a0 49 07 92 93 47  .RDSR.p..`.I...G
  a350: 44 49 44 0a 00 a0 46 05 93 5c 2f 03 5f 53 42 5f  DID...F..\/._SB_
  a360: 47 44 43 4b 47 47 49 44 0a 00 a0 38 5c 48 38 44  GDCKGGID...8\H8D
  a370: 52 a0 31 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  R.1\/._SB_PCI0LP
  a380: 43 5f 45 43 5f 5f 45 45 50 52 70 5c 2f 05 5f 53  C_EC__EEPRp\/._S
  a390: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 44  B_PCI0LPC_EC__HD
  a3a0: 45 4e 60 a1 08 70 5c 44 43 4b 53 60 a0 17 93 5c  EN`..p\DCKS`...\
  a3b0: 2f 03 5f 53 42 5f 47 44 43 4b 47 47 49 44 0a 01  /._SB_GDCKGGID..
  a3c0: 70 0a 00 60 a4 60 14 45 17 42 43 4f 4e 01 70 5c  p..`.`.E.BCON.p\
  a3d0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  a3e0: 5f 5f 44 41 54 54 0a 00 0a 02 60 5c 2f 05 5f 53  __DATT....`\/._S
  a3f0: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 44 41  B_PCI0LPC_EC__DA
  a400: 54 54 0a 00 0a 01 7d 5c 2f 04 5f 53 42 5f 50 43  TT....}\/._SB_PC
  a410: 49 30 4c 50 43 5f 53 45 52 51 0a 40 5c 2f 04 5f  I0LPC_SERQ.@\/._
  a420: 53 42 5f 50 43 49 30 4c 50 43 5f 53 45 52 51 7b  SB_PCI0LPC_SERQ{
  a430: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 53  \/._SB_PCI0LPC_S
  a440: 45 52 51 0a 7f 5c 2f 04 5f 53 42 5f 50 43 49 30  ERQ..\/._SB_PCI0
  a450: 4c 50 43 5f 53 45 52 51 70 5c 2f 04 5f 53 42 5f  LPC_SERQp\/._SB_
  a460: 50 43 49 30 4c 50 43 5f 43 4c 4b 52 61 a0 2e 68  PCI0LPC_CLKRa..h
  a470: 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  p..\/._SB_PCI0LP
  a480: 43 5f 43 4c 4b 52 70 0a 01 5c 2f 04 5f 53 42 5f  C_CLKRp..\/._SB_
  a490: 50 43 49 30 4c 50 43 5f 42 55 53 43 a1 17 70 0a  PCI0LPC_BUSC..p.
  a4a0: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  a4b0: 42 55 53 44 70 61 5c 2f 04 5f 53 42 5f 50 43 49  BUSDpa\/._SB_PCI
  a4c0: 30 4c 50 43 5f 43 4c 4b 52 7d 5c 2f 04 5f 53 42  0LPC_CLKR}\/._SB
  a4d0: 5f 50 43 49 30 4c 50 43 5f 53 45 52 51 0a c0 5c  _PCI0LPC_SERQ..\
  a4e0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 53 45  /._SB_PCI0LPC_SE
  a4f0: 52 51 7b 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  RQ{\/._SB_PCI0LP
  a500: 43 5f 53 45 52 51 0a bf 5c 2f 04 5f 53 42 5f 50  C_SERQ..\/._SB_P
  a510: 43 49 30 4c 50 43 5f 53 45 52 51 a0 20 93 60 0a  CI0LPC_SERQ. .`.
  a520: 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  a530: 45 43 5f 5f 44 41 54 54 0a 00 0a 00 14 39 44 46  EC__DATT.....9DF
  a540: 4c 47 02 a0 0f 93 68 0a 00 7d 46 4c 41 47 69 46  LG....h..}FLAGiF
  a550: 4c 41 47 a0 11 93 68 0a 01 7b 46 4c 41 47 80 69  LAG...h..{FLAG.i
  a560: 00 46 4c 41 47 a0 0b 7b 46 4c 41 47 69 00 a4 0a  .FLAG..{FLAGi...
  a570: 01 a1 04 a4 0a 00 10 4c 1b 5c 2f 04 5f 53 42 5f  .......L.\/._SB_
  a580: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 14 41 11 5f  PCI0LPC_EC__.A._
  a590: 51 33 37 00 a0 49 10 5c 2f 04 5f 53 42 5f 50 43  Q37..I.\/._SB_PC
  a5a0: 49 30 4c 50 43 5f 45 50 57 47 70 0b d0 07 60 5b  I0LPC_EPWGp...`[
  a5b0: 22 0a 64 70 0c ff ff ff ff 5c 2f 03 5f 53 42 5f  ".dp.....\/._SB_
  a5c0: 47 44 43 4b 47 5f 49 44 a2 30 90 93 5c 2f 03 5f  GDCKG_ID.0..\/._
  a5d0: 53 42 5f 47 44 43 4b 47 47 49 44 0a 07 60 5b 22  SB_GDCKGGID..`["
  a5e0: 0a 01 70 0c ff ff ff ff 5c 2f 03 5f 53 42 5f 47  ..p.....\/._SB_G
  a5f0: 44 43 4b 47 5f 49 44 76 60 70 0c ff ff ff ff 5c  DCKG_IDv`p.....\
  a600: 2f 03 5f 53 42 5f 47 44 43 4b 44 4f 49 44 a0 4f  /._SB_GDCKDOID.O
  a610: 08 91 93 5c 2f 03 5f 53 42 5f 47 44 43 4b 47 44  ...\/._SB_GDCKGD
  a620: 49 44 0c 24 4d 00 4c 93 5c 2f 03 5f 53 42 5f 47  ID.$M.L.\/._SB_G
  a630: 44 43 4b 47 44 49 44 0c 24 4d 00 44 a0 36 93 5c  DCKGDID.$M.D.6.\
  a640: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  a650: 5f 5f 42 47 49 44 0a 00 0a 11 5c 2f 05 5f 53 42  __BGID....\/._SB
  a660: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 4e 42 52  _PCI0LPC_EC__NBR
  a670: 45 0a 11 a1 2a a0 28 48 50 41 43 70 0a 00 5c 2f  E...*.(HPACp..\/
  a680: 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 44 52 53  ._SB_PCI0LPC_DRS
  a690: 54 86 5c 2e 5f 53 42 5f 47 44 43 4b 0a 00 14 44  T.\._SB_GDCK...D
  a6a0: 09 45 45 50 52 00 70 0a 00 60 a0 46 08 5c 48 38  .EEPR.p..`.F.\H8
  a6b0: 44 52 70 0a 00 48 44 45 4f 70 0a 0a 48 44 45 43  DRp..HDEOp..HDEC
  a6c0: a2 0e 92 7b 48 44 45 43 0a c0 00 5b 22 0a 01 a0  ...{HDEC...["...
  a6d0: 41 06 92 7b 48 44 45 43 0a 40 00 70 0a 00 61 70  A..{HDEC.@.p..ap
  a6e0: 48 44 45 4e 62 70 0a 04 63 a2 11 63 72 61 7b 62  HDENbp..c..cra{b
  a6f0: 0a ff 00 61 7a 62 0a 08 62 76 63 70 48 44 45 50  ...azb..bvcpHDEP
  a700: 62 70 0a 04 63 a2 11 63 72 61 7b 62 0a ff 00 61  bp..c..cra{b...a
  a710: 7a 62 0a 08 62 76 63 72 61 48 44 45 4d 61 72 61  zb..bvcraHDEMara
  a720: 48 44 45 53 61 a0 0b 92 7b 61 0a ff 00 70 0a 01  HDESa...{a...p..
  a730: 60 a4 60 14 44 04 5f 53 54 41 00 70 47 47 49 44  `.`.D._STA.pGGID
  a740: 60 a0 0b 92 5c 57 39 38 46 70 0a 00 61 a1 05 70  `...\W98Fp..a..p
  a750: 0a 0c 61 a0 1b 91 93 60 0a 00 93 60 0a 01 70 5c  ..a....`...`..p\
  a760: 2f 03 5f 53 42 5f 47 44 43 4b 44 53 54 41 61 a0  /._SB_GDCKDSTAa.
  a770: 06 93 60 0a 02 a3 a4 61 14 48 0c 5f 49 4e 49 00  ..`....a.H._INI.
  a780: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  a790: 43 5f 5f 44 41 54 54 0a 02 0a 01 a0 3e 93 47 47  C__DATT.....>.GG
  a7a0: 49 44 0a 07 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  ID..\/._SB_PCI0L
  a7b0: 50 43 5f 45 43 5f 5f 44 41 54 54 0a 01 0a 00 5c  PC_EC__DATT....\
  a7c0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  a7d0: 5f 5f 44 41 54 54 0a 00 0a 01 a1 37 5c 2f 05 5f  __DATT.....7\/._
  a7e0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 44  SB_PCI0LPC_EC__D
  a7f0: 41 54 54 0a 01 0a 01 5c 2f 05 5f 53 42 5f 50 43  ATT....\/._SB_PC
  a800: 49 30 4c 50 43 5f 45 43 5f 5f 44 41 54 54 0a 00  I0LPC_EC__DATT..
  a810: 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  a820: 5f 45 43 5f 5f 44 44 57 4b 0a 00 70 0a 01 5c 2f  _EC__DDWK..p..\/
  a830: 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 44 53 43  ._SB_PCI0LPC_DSC
  a840: 49 14 4b 04 5f 44 43 4b 01 70 0a 00 60 a0 22 91  I.K._DCK.p..`.".
  a850: 93 47 47 49 44 0a 00 93 47 47 49 44 0a 01 70 5c  .GGID...GGID..p\
  a860: 2f 03 5f 53 42 5f 47 44 43 4b 44 44 43 4b 68 60  /._SB_GDCKDDCKh`
  a870: a0 1a 5c 56 49 47 44 5c 2f 04 5f 53 42 5f 50 43  ..\VIGD\/._SB_PC
  a880: 49 30 56 49 44 5f 56 44 53 57 68 a4 60 08 55 44  I0VID_VDSWh.`.UD
  a890: 4f 50 0a 00 14 38 5f 45 4a 30 01 a0 18 93 47 47  OP...8_EJ0....GG
  a8a0: 49 44 0a 00 5c 2f 03 5f 53 42 5f 47 44 43 4b 44  ID..\/._SB_GDCKD
  a8b0: 45 4a 30 68 a0 18 93 47 47 49 44 0a 01 5c 2f 03  EJ0h...GGID..\/.
  a8c0: 5f 53 42 5f 47 44 43 4b 44 45 4a 30 68 14 38 58  _SB_GDCKDEJ0h.8X
  a8d0: 45 4a 33 01 a0 18 93 47 47 49 44 0a 00 5c 2f 03  EJ3....GGID..\/.
  a8e0: 5f 53 42 5f 47 44 43 4b 44 45 4a 33 68 a0 18 93  _SB_GDCKDEJ3h...
  a8f0: 47 47 49 44 0a 01 5c 2f 03 5f 53 42 5f 47 44 43  GGID..\/._SB_GDC
  a900: 4b 44 45 4a 33 68 14 38 5f 45 4a 34 01 a0 18 93  KDEJ3h.8_EJ4....
  a910: 47 47 49 44 0a 00 5c 2f 03 5f 53 42 5f 47 44 43  GGID..\/._SB_GDC
  a920: 4b 44 45 4a 34 68 a0 18 93 47 47 49 44 0a 01 5c  KDEJ4h...GGID..\
  a930: 2f 03 5f 53 42 5f 47 44 43 4b 44 45 4a 34 68 14  /._SB_GDCKDEJ4h.
  a940: 36 50 45 4a 33 00 a0 17 93 47 47 49 44 0a 00 5c  6PEJ3....GGID..\
  a950: 2f 03 5f 53 42 5f 47 44 43 4b 50 44 45 33 a0 17  /._SB_GDCKPDE3..
  a960: 93 47 47 49 44 0a 01 5c 2f 03 5f 53 42 5f 47 44  .GGID..\/._SB_GD
  a970: 43 4b 50 44 45 33 14 41 04 5f 42 44 4e 00 70 0a  CKPDE3.A._BDN.p.
  a980: 00 60 a0 19 93 47 47 49 44 0a 00 70 5c 2f 03 5f  .`...GGID..p\/._
  a990: 53 42 5f 47 44 43 4b 52 44 49 44 60 a0 19 93 47  SB_GDCKRDID`...G
  a9a0: 47 49 44 0a 01 70 5c 2f 03 5f 53 42 5f 47 44 43  GID..p\/._SB_GDC
  a9b0: 4b 52 44 49 44 60 a4 60 14 41 04 5f 55 49 44 00  KRDID`.`.A._UID.
  a9c0: 70 0a 00 60 a0 19 93 47 47 49 44 0a 00 70 5c 2f  p..`...GGID..p\/
  a9d0: 03 5f 53 42 5f 47 44 43 4b 52 44 53 52 60 a0 19  ._SB_GDCKRDSR`..
  a9e0: 93 47 47 49 44 0a 01 70 5c 2f 03 5f 53 42 5f 47  .GGID..p\/._SB_G
  a9f0: 44 43 4b 52 44 53 52 60 a4 60 14 2e 47 50 54 53  DCKRDSR`.`..GPTS
  aa00: 01 5c 2f 03 5f 53 42 5f 47 44 43 4b 44 50 54 53  .\/._SB_GDCKDPTS
  aa10: 68 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  h\/._SB_PCI0LPC_
  aa20: 45 43 5f 5f 52 50 54 53 68 14 48 04 47 57 41 4b  EC__RPTSh.H.GWAK
  aa30: 01 5c 2f 03 5f 53 42 5f 47 44 43 4b 44 57 41 4b  .\/._SB_GDCKDWAK
  aa40: 68 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  h\/._SB_PCI0LPC_
  aa50: 45 43 5f 5f 52 57 41 4b 68 5c 2f 05 5f 53 42 5f  EC__RWAKh\/._SB_
  aa60: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 44 44 57 4b  PCI0LPC_EC__DDWK
  aa70: 0a 00 14 36 47 47 50 45 00 a0 17 93 47 47 49 44  ...6GGPE....GGID
  aa80: 0a 00 5c 2f 03 5f 53 42 5f 47 44 43 4b 44 47 50  ..\/._SB_GDCKDGP
  aa90: 45 a0 17 93 47 47 49 44 0a 01 5c 2f 03 5f 53 42  E...GGID..\/._SB
  aaa0: 5f 47 44 43 4b 44 47 50 45 08 47 5f 49 44 0c ff  _GDCKDGPE.G_ID..
  aab0: ff ff ff 14 4e 06 47 47 49 44 00 70 47 5f 49 44  ....N.GGID.pG_ID
  aac0: 60 a0 4e 05 93 60 0c ff ff ff ff 70 5c 2f 04 5f  `.N..`.....p\/._
  aad0: 53 42 5f 50 43 49 30 4c 50 43 5f 44 4b 49 30 60  SB_PCI0LPC_DKI0`
  aae0: 70 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f  p\/._SB_PCI0LPC_
  aaf0: 44 4b 49 31 61 70 5c 2f 04 5f 53 42 5f 50 43 49  DKI1ap\/._SB_PCI
  ab00: 30 4c 50 43 5f 44 4b 49 32 62 7d 60 79 61 0a 01  0LPC_DKI2b}`ya..
  ab10: 00 60 7d 60 79 62 0a 02 00 60 70 60 47 5f 49 44  .`}`yb...`p`G_ID
  ab20: a4 60 10 46 2a 5c 2f 04 5f 53 42 5f 50 43 49 30  .`.F*\/._SB_PCI0
  ab30: 4c 50 43 5f 45 43 5f 5f 14 4d 07 5f 51 35 30 00  LPC_EC__.M._Q50.
  ab40: 70 5c 2f 03 5f 53 42 5f 47 44 43 4b 47 47 49 44  p\/._SB_GDCKGGID
  ab50: 60 a0 44 06 91 93 60 0a 00 93 60 0a 01 5c 2f 05  `.D...`...`..\/.
  ab60: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  ab70: 4c 45 44 5f 0a 08 0a 80 5c 2f 05 5f 53 42 5f 50  LED_....\/._SB_P
  ab80: 43 49 30 4c 50 43 5f 45 43 5f 5f 4c 45 44 5f 0a  CI0LPC_EC__LED_.
  ab90: 09 0a c0 a0 13 5c 57 39 38 46 86 5c 2e 5f 53 42  .....\W98F.\._SB
  aba0: 5f 47 44 43 4b 0a 01 a1 0e 86 5c 2e 5f 53 42 5f  _GDCK.....\._SB_
  abb0: 47 44 43 4b 0a 03 14 46 19 44 41 54 54 02 70 0a  GDCK...F.DATT.p.
  abc0: 00 60 a0 42 08 93 68 0a 00 a0 28 93 69 0a 01 a0  .`.B..h...(.i...
  abd0: 11 5c 48 38 44 52 7d 48 41 4d 36 0a 80 48 41 4d  .\H8DR}HAM6..HAM
  abe0: 36 a1 0c 5c 4d 42 45 43 0a 16 0a ff 0a 80 70 0a  6..\MBEC......p.
  abf0: 01 60 a0 24 93 69 0a 00 a0 11 5c 48 38 44 52 7b  .`.$.i....\H8DR{
  ac00: 48 41 4d 36 0a 7f 48 41 4d 36 a1 0c 5c 4d 42 45  HAM6..HAM6..\MBE
  ac10: 43 0a 16 0a 7f 0a 00 a0 2d 93 69 0a 02 a0 14 5c  C.......-.i....\
  ac20: 48 38 44 52 a0 0d 7b 48 41 4d 36 0a 80 00 70 0a  H8DR..{HAM6...p.
  ac30: 01 60 a1 12 a0 10 7b 5c 52 42 45 43 0a 16 0a 80  .`....{\RBEC....
  ac40: 00 70 0a 01 60 a0 42 08 93 68 0a 01 a0 28 93 69  .p..`.B..h...(.i
  ac50: 0a 01 a0 11 5c 48 38 44 52 7d 48 41 4d 41 0a 01  ....\H8DR}HAMA..
  ac60: 48 41 4d 41 a1 0c 5c 4d 42 45 43 0a 1a 0a ff 0a  HAMA..\MBEC.....
  ac70: 01 70 0a 01 60 a0 24 93 69 0a 00 a0 11 5c 48 38  .p..`.$.i....\H8
  ac80: 44 52 7b 48 41 4d 41 0a fe 48 41 4d 41 a1 0c 5c  DR{HAMA..HAMA..\
  ac90: 4d 42 45 43 0a 1a 0a fe 0a 00 a0 2d 93 69 0a 02  MBEC.......-.i..
  aca0: a0 14 5c 48 38 44 52 a0 0d 7b 48 41 4d 41 0a 01  ..\H8DR..{HAMA..
  acb0: 00 70 0a 01 60 a1 12 a0 10 7b 5c 52 42 45 43 0a  .p..`....{\RBEC.
  acc0: 1a 0a 01 00 70 0a 01 60 a0 42 08 93 68 0a 02 a0  ....p..`.B..h...
  acd0: 28 93 69 0a 01 a0 11 5c 48 38 44 52 7d 48 41 4d  (.i....\H8DR}HAM
  ace0: 42 0a 01 48 41 4d 42 a1 0c 5c 4d 42 45 43 0a 1b  B..HAMB..\MBEC..
  acf0: 0a ff 0a 01 70 0a 01 60 a0 24 93 69 0a 00 a0 11  ....p..`.$.i....
  ad00: 5c 48 38 44 52 7b 48 41 4d 42 0a fe 48 41 4d 42  \H8DR{HAMB..HAMB
  ad10: a1 0c 5c 4d 42 45 43 0a 1a 0a fe 0a 00 a0 2d 93  ..\MBEC.......-.
  ad20: 69 0a 02 a0 14 5c 48 38 44 52 a0 0d 7b 48 41 4d  i....\H8DR..{HAM
  ad30: 42 0a 01 00 70 0a 01 60 a1 12 a0 10 7b 5c 52 42  B...p..`....{\RB
  ad40: 45 43 0a 1b 0a 01 00 70 0a 01 60 a4 60 14 4b 07  EC.....p..`.`.K.
  ad50: 44 44 57 4b 01 70 0a 00 60 a0 23 93 68 0a 01 a0  DDWK.p..`.#.h...
  ad60: 0c 5c 48 38 44 52 70 01 48 57 44 4b a1 0c 5c 4d  .\H8DRp.HWDK..\M
  ad70: 42 45 43 0a 32 0a ff 0a 08 70 0a 01 60 a0 1f 93  BEC.2....p..`...
  ad80: 68 0a 00 a0 0c 5c 48 38 44 52 70 00 48 57 44 4b  h....\H8DRp.HWDK
  ad90: a1 0c 5c 4d 42 45 43 0a 32 0a f7 0a 00 a0 29 93  ..\MBEC.2.....).
  ada0: 68 0a 02 a0 10 5c 48 38 44 52 a0 09 48 57 44 4b  h....\H8DR..HWDK
  adb0: 70 0a 01 60 a1 12 a0 10 7b 5c 52 42 45 43 0a 32  p..`....{\RBEC.2
  adc0: 0a 08 00 70 0a 01 60 a4 60 10 23 5c 2f 04 5f 53  ...p..`.`.#\/._S
  add0: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 14 07  B_PCI0LPC_EC__..
  ade0: 52 50 54 53 01 a3 14 06 52 57 41 4b 01 10 42 10  RPTS....RWAK..B.
  adf0: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  ae00: 43 5f 5f 14 4e 04 5f 51 31 43 00 a0 3f 5c 2f 06  C__.N._Q1C..?\/.
  ae10: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  ae20: 48 4b 45 59 4d 48 4b 4b 0c 00 00 20 00 5c 2f 06  HKEYMHKK... .\/.
  ae30: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  ae40: 48 4b 45 59 4d 48 4b 51 0b 16 10 5c 55 43 4d 53  HKEYMHKQ...\UCMS
  ae50: 0a 00 14 4e 04 5f 51 31 44 00 a0 3f 5c 2f 06 5f  ...N._Q1D..?\/._
  ae60: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  ae70: 4b 45 59 4d 48 4b 4b 0c 00 00 10 00 5c 2f 06 5f  KEYMHKK.....\/._
  ae80: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  ae90: 4b 45 59 4d 48 4b 51 0b 15 10 5c 55 43 4d 53 0a  KEYMHKQ...\UCMS.
  aea0: 01 14 4e 04 5f 51 31 45 00 a0 3f 5c 2f 06 5f 53  ..N._Q1E..?\/._S
  aeb0: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b  B_PCI0LPC_EC__HK
  aec0: 45 59 4d 48 4b 4b 0c 00 00 40 00 5c 2f 06 5f 53  EYMHKK...@.\/._S
  aed0: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b  B_PCI0LPC_EC__HK
  aee0: 45 59 4d 48 4b 51 0b 17 10 5c 55 43 4d 53 0a 02  EYMHKQ...\UCMS..
  aef0: 10 4c 13 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  .L.\/._SB_PCI0LP
  af00: 43 5f 45 43 5f 5f 08 42 52 54 46 0a 01 14 4e 08  C_EC__.BRTF...N.
  af10: 5f 51 31 34 00 a0 3d 5c 2f 06 5f 53 42 5f 50 43  _Q14..=\/._SB_PC
  af20: 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48  I0LPC_EC__HKEYMH
  af30: 4b 4b 0b 00 80 5c 2f 06 5f 53 42 5f 50 43 49 30  KK...\/._SB_PCI0
  af40: 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51  LPC_EC__HKEYMHKQ
  af50: 0b 10 10 a0 3f 5c 4e 42 43 46 a0 1c 5c 56 49 47  ....?\NBCF..\VIG
  af60: 44 86 5c 2f 04 5f 53 42 5f 50 43 49 30 56 49 44  D.\/._SB_PCI0VID
  af70: 5f 4c 43 44 30 0a 86 a1 1b 86 5c 2f 05 5f 53 42  _LCD0.....\/._SB
  af80: 5f 50 43 49 30 41 47 50 5f 56 49 44 5f 4c 43 44  _PCI0AGP_VID_LCD
  af90: 30 0a 86 a1 08 5c 55 43 4d 53 0a 04 14 40 09 5f  0....\UCMS...@._
  afa0: 51 31 35 00 a0 3f 5c 2f 06 5f 53 42 5f 50 43 49  Q15..?\/._SB_PCI
  afb0: 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b  0LPC_EC__HKEYMHK
  afc0: 4b 0c 00 00 01 00 5c 2f 06 5f 53 42 5f 50 43 49  K.....\/._SB_PCI
  afd0: 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b  0LPC_EC__HKEYMHK
  afe0: 51 0b 11 10 a0 3f 5c 4e 42 43 46 a0 1c 5c 56 49  Q....?\NBCF..\VI
  aff0: 47 44 86 5c 2f 04 5f 53 42 5f 50 43 49 30 56 49  GD.\/._SB_PCI0VI
  b000: 44 5f 4c 43 44 30 0a 87 a1 1b 86 5c 2f 05 5f 53  D_LCD0.....\/._S
  b010: 42 5f 50 43 49 30 41 47 50 5f 56 49 44 5f 4c 43  B_PCI0AGP_VID_LC
  b020: 44 30 0a 87 a1 08 5c 55 43 4d 53 0a 05 10 44 06  D0....\UCMS...D.
  b030: 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  b040: 43 5f 5f 14 4e 04 5f 51 31 39 00 a0 3f 5c 2f 06  C__.N._Q19..?\/.
  b050: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  b060: 48 4b 45 59 4d 48 4b 4b 0c 00 00 80 00 5c 2f 06  HKEYMHKK.....\/.
  b070: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  b080: 48 4b 45 59 4d 48 4b 51 0b 18 10 5c 55 43 4d 53  HKEYMHKQ...\UCMS
  b090: 0a 03 10 44 06 5c 2f 04 5f 53 42 5f 50 43 49 30  ...D.\/._SB_PCI0
  b0a0: 4c 50 43 5f 45 43 5f 5f 14 4e 04 5f 51 36 33 00  LPC_EC__.N._Q63.
  b0b0: a0 3f 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43  .?\/._SB_PCI0LPC
  b0c0: 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 4b 0c 00 00  _EC__HKEYMHKK...
  b0d0: 08 00 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  b0e0: 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b 14 10  _EC__HKEYMHKQ...
  b0f0: 5c 55 43 4d 53 0a 0b 10 43 09 5c 2f 04 5f 53 42  \UCMS...C.\/._SB
  b100: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 14 0a 5f  _PCI0LPC_EC__.._
  b110: 51 37 30 00 46 4e 53 54 14 0a 5f 51 37 32 00 46  Q70.FNST.._Q72.F
  b120: 4e 53 54 14 0a 5f 51 37 33 00 46 4e 53 54 14 4c  NST.._Q73.FNST.L
  b130: 05 46 4e 53 54 00 a0 12 5c 48 38 44 52 70 48 46  .FNST...\H8DRpHF
  b140: 4e 53 60 70 48 46 4e 45 61 a1 17 7b 5c 52 42 45  NS`pHFNEa..{\RBE
  b150: 43 0a 0e 0a 03 60 7b 5c 52 42 45 43 0a 00 0a 08  C....`{\RBEC....
  b160: 61 a0 29 61 a0 0c 93 60 0a 00 5c 55 43 4d 53 0a  a.)a...`..\UCMS.
  b170: 11 a0 0c 93 60 0a 01 5c 55 43 4d 53 0a 0f a0 0c  ....`..\UCMS....
  b180: 93 60 0a 02 5c 55 43 4d 53 0a 10 10 49 3c 5c 2f  .`..\UCMS...I<\/
  b190: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  b1a0: 5f 48 4b 45 59 08 57 47 46 4c 0a 00 14 1e 57 4c  _HKEY.WGFL....WL
  b1b0: 53 57 00 a4 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  SW..\/._SB_PCI0L
  b1c0: 50 43 5f 45 43 5f 5f 47 53 54 53 14 42 04 47 57  PC_EC__GSTS.B.GW
  b1d0: 41 4e 00 70 0a 00 60 a0 0e 7b 57 47 46 4c 0a 01  AN.p..`..{WGFL..
  b1e0: 00 7d 60 0a 01 60 a0 0b 7b 57 47 46 4c 0a 08 00  .}`..`..{WGFL...
  b1f0: a4 60 a0 0a 57 50 57 53 7d 60 0a 02 60 a0 0e 7b  .`..WPWS}`..`..{
  b200: 57 47 46 4c 0a 04 00 7d 60 0a 04 60 a4 60 14 4b  WGFL...}`..`.`.K
  b210: 04 53 57 41 4e 01 a0 0c 7b 68 0a 02 00 57 50 57  .SWAN...{h...WPW
  b220: 43 0a 01 a1 07 57 50 57 43 0a 00 a0 18 7b 68 0a  C....WPWC....{h.
  b230: 04 00 7d 57 47 46 4c 0a 04 57 47 46 4c 5c 57 47  ..}WGFL..WGFL\WG
  b240: 53 56 0a 02 a1 15 7b 57 47 46 4c 80 0a 04 00 57  SV....{WGFL....W
  b250: 47 46 4c 5c 57 47 53 56 0a 03 14 42 04 47 42 44  GFL\WGSV...B.GBD
  b260: 43 00 70 0a 00 60 a0 0e 7b 57 47 46 4c 0a 10 00  C.p..`..{WGFL...
  b270: 7d 60 0a 01 60 a0 0b 7b 57 47 46 4c 0a 80 00 a4  }`..`..{WGFL....
  b280: 60 a0 0a 42 50 57 53 7d 60 0a 02 60 a0 0e 7b 57  `..BPWS}`..`..{W
  b290: 47 46 4c 0a 40 00 7d 60 0a 04 60 a4 60 14 4b 04  GFL.@.}`..`.`.K.
  b2a0: 53 42 44 43 01 a0 0c 7b 68 0a 02 00 42 50 57 43  SBDC...{h...BPWC
  b2b0: 0a 01 a1 07 42 50 57 43 0a 00 a0 18 7b 68 0a 04  ....BPWC....{h..
  b2c0: 00 7d 57 47 46 4c 0a 40 57 47 46 4c 5c 42 4c 54  .}WGFL.@WGFL\BLT
  b2d0: 48 0a 02 a1 15 7b 57 47 46 4c 80 0a 40 00 57 47  H....{WGFL..@.WG
  b2e0: 46 4c 5c 42 4c 54 48 0a 03 14 3b 57 50 57 53 00  FL\BLTH...;WPWS.
  b2f0: a0 1f 5c 48 38 44 52 70 5c 2f 05 5f 53 42 5f 50  ..\H8DRp\/._SB_P
  b300: 43 49 30 4c 50 43 5f 45 43 5f 5f 44 43 57 57 60  CI0LPC_EC__DCWW`
  b310: a1 12 70 7a 7b 5c 52 42 45 43 0a 3a 0a 40 00 0a  ..pz{\RBEC.:.@..
  b320: 06 00 60 a4 60 14 19 57 54 47 4c 00 a0 12 7b 57  ..`.`..WTGL...{W
  b330: 47 46 4c 0a 01 00 57 50 57 43 92 57 50 57 53 14  GFL...WPWC.WPWS.
  b340: 42 09 57 50 57 43 01 a0 4e 04 90 68 90 7b 57 47  B.WPWC..N..h.{WG
  b350: 46 4c 0a 01 00 92 7b 57 47 46 4c 0a 08 00 a0 1f  FL....{WGFL.....
  b360: 5c 48 38 44 52 70 01 5c 2f 05 5f 53 42 5f 50 43  \H8DRp.\/._SB_PC
  b370: 49 30 4c 50 43 5f 45 43 5f 5f 44 43 57 57 a1 0c  I0LPC_EC__DCWW..
  b380: 5c 4d 42 45 43 0a 3a 0a ff 0a 40 7d 57 47 46 4c  \MBEC.:...@}WGFL
  b390: 0a 02 57 47 46 4c a1 3b a0 1f 5c 48 38 44 52 70  ..WGFL.;..\H8DRp
  b3a0: 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  b3b0: 45 43 5f 5f 44 43 57 57 a1 0c 5c 4d 42 45 43 0a  EC__DCWW..\MBEC.
  b3c0: 3a 0a bf 0a 00 7b 57 47 46 4c 80 0a 02 00 57 47  :....{WGFL....WG
  b3d0: 46 4c 14 3b 42 50 57 53 00 a0 1f 5c 48 38 44 52  FL.;BPWS...\H8DR
  b3e0: 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  p\/._SB_PCI0LPC_
  b3f0: 45 43 5f 5f 44 43 42 44 60 a1 12 70 7a 7b 5c 52  EC__DCBD`..pz{\R
  b400: 42 45 43 0a 3a 0a 10 00 0a 04 00 60 a4 60 14 19  BEC.:......`.`..
  b410: 42 54 47 4c 00 a0 12 7b 57 47 46 4c 0a 10 00 42  BTGL...{WGFL...B
  b420: 50 57 43 92 42 50 57 53 14 42 09 42 50 57 43 01  PWC.BPWS.B.BPWC.
  b430: a0 4e 04 90 68 90 7b 57 47 46 4c 0a 10 00 92 7b  .N..h.{WGFL....{
  b440: 57 47 46 4c 0a 80 00 a0 1f 5c 48 38 44 52 70 01  WGFL.....\H8DRp.
  b450: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  b460: 43 5f 5f 44 43 42 44 a1 0c 5c 4d 42 45 43 0a 3a  C__DCBD..\MBEC.:
  b470: 0a ff 0a 10 7d 57 47 46 4c 0a 20 57 47 46 4c a1  ....}WGFL. WGFL.
  b480: 3b a0 1f 5c 48 38 44 52 70 00 5c 2f 05 5f 53 42  ;..\H8DRp.\/._SB
  b490: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 44 43 42  _PCI0LPC_EC__DCB
  b4a0: 44 a1 0c 5c 4d 42 45 43 0a 3a 0a ef 0a 00 7b 57  D..\MBEC.:....{W
  b4b0: 47 46 4c 80 0a 20 00 57 47 46 4c 14 3b 57 47 49  GFL.. .WGFL.;WGI
  b4c0: 4e 00 70 0a 00 57 47 46 4c 70 5c 57 47 53 56 0a  N.p..WGFLp\WGSV.
  b4d0: 01 57 47 46 4c a0 10 57 50 57 53 7d 57 47 46 4c  .WGFL..WPWS}WGFL
  b4e0: 0a 02 57 47 46 4c a0 10 42 50 57 53 7d 57 47 46  ..WGFL..BPWS}WGF
  b4f0: 4c 0a 20 57 47 46 4c 14 36 57 47 50 53 01 a0 0d  L. WGFL.6WGPS...
  b500: 92 95 68 0a 04 5c 42 4c 54 48 0a 05 a0 10 92 7b  ..h..\BLTH.....{
  b510: 57 47 46 4c 0a 04 00 57 50 57 43 0a 00 a0 10 92  WGFL...WPWC.....
  b520: 7b 57 47 46 4c 0a 40 00 42 50 57 43 0a 00 14 26  {WGFL.@.BPWC...&
  b530: 57 47 57 4b 01 a0 0f 7b 57 47 46 4c 0a 20 00 42  WGWK...{WGFL. .B
  b540: 50 57 43 0a 01 a0 0f 7b 57 47 46 4c 0a 02 00 57  PWC....{WGFL...W
  b550: 50 57 43 0a 01 10 39 5c 2f 04 5f 53 42 5f 50 43  PWC...9\/._SB_PC
  b560: 49 30 4c 50 43 5f 45 43 5f 5f 14 24 5f 51 34 31  I0LPC_EC__.$_Q41
  b570: 00 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  b580: 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 0b 00 70 10  EC__HKEYMHKQ..p.
  b590: 4e 0b 5c 5f 53 42 5f 5b 82 45 0b 4c 43 49 4f 08  N.\_SB_[.E.LCIO.
  b5a0: 5f 48 49 44 0c 30 ae 00 01 08 5f 43 49 44 0c 41  _HID.0...._CID.A
  b5b0: d0 0a 06 14 29 5f 53 54 41 00 a0 1d 5c 2f 05 5f  ....)_STA...\/._
  b5c0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42  SB_PCI0LPC_EC__B
  b5d0: 53 54 41 0a 03 a4 0a 0f a1 04 a4 0a 00 14 40 07  STA...........@.
  b5e0: 5f 45 4a 30 01 5c 2f 05 5f 53 42 5f 50 43 49 30  _EJ0.\/._SB_PCI0
  b5f0: 4c 50 43 5f 45 43 5f 5f 42 45 4a 30 68 a0 40 05  LPC_EC__BEJ0h.@.
  b600: 91 93 5c 2f 03 5f 53 42 5f 47 44 43 4b 47 44 49  ..\/._SB_GDCKGDI
  b610: 44 0c 24 4d 00 4c 93 5c 2f 03 5f 53 42 5f 47 44  D.$M.L.\/._SB_GD
  b620: 43 4b 47 44 49 44 0c 24 4d 00 44 70 0a 00 5c 2f  CKGDID.$M.Dp..\/
  b630: 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 44 52 53  ._SB_PCI0LPC_DRS
  b640: 54 86 5c 2e 5f 53 42 5f 47 44 43 4b 0a 00 10 23  T.\._SB_GDCK...#
  b650: 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 33 45  \/._SB_PCI0EXP3E
  b660: 58 50 44 08 5f 45 4a 44 0d 5f 53 42 2e 47 44 43  XPD._EJD._SB.GDC
  b670: 4b 00 10 27 5c 2f 05 5f 53 42 5f 50 43 49 30 55  K..'\/._SB_PCI0U
  b680: 53 42 32 55 52 54 48 55 50 44 4b 08 5f 45 4a 44  SB2URTHUPDK._EJD
  b690: 0d 5f 53 42 2e 47 44 43 4b 00 10 27 5c 2f 05 5f  ._SB.GDCK..'\/._
  b6a0: 53 42 5f 50 43 49 30 55 53 42 37 55 52 54 48 55  SB_PCI0USB7URTHU
  b6b0: 50 44 4b 08 5f 45 4a 44 0d 5f 53 42 2e 47 44 43  PDK._EJD._SB.GDC
  b6c0: 4b 00 10 31 5c 2f 05 5f 53 42 5f 50 43 49 30 55  K..1\/._SB_PCI0U
  b6d0: 53 42 31 55 52 54 48 55 50 45 58 08 5f 45 4a 44  SB1URTHUPEX._EJD
  b6e0: 0d 5f 53 42 2e 50 43 49 30 2e 45 58 50 32 2e 45  ._SB.PCI0.EXP2.E
  b6f0: 58 55 50 00 10 31 5c 2f 05 5f 53 42 5f 50 43 49  XUP..1\/._SB_PCI
  b700: 30 55 53 42 37 55 52 54 48 55 50 45 58 08 5f 45  0USB7URTHUPEX._E
  b710: 4a 44 0d 5f 53 42 2e 50 43 49 30 2e 45 58 50 32  JD._SB.PCI0.EXP2
  b720: 2e 45 58 55 50 00 10 32 5c 2f 04 5f 53 42 5f 50  .EXUP..2\/._SB_P
  b730: 43 49 30 45 58 50 32 45 58 55 50 08 5f 45 4a 44  CI0EXP2EXUP._EJD
  b740: 0d 5f 53 42 2e 50 43 49 30 2e 55 53 42 37 2e 55  ._SB.PCI0.USB7.U
  b750: 52 54 48 2e 55 50 45 58 00 08 5c 5f 53 30 5f 12  RTH.UPEX..\_S0_.
  b760: 0a 04 0a 00 0a 00 0a 00 0a 00 08 5c 5f 53 33 5f  ...........\_S3_
  b770: 12 0a 04 0a 05 0a 05 0a 00 0a 00 08 5c 5f 53 34  ............\_S4
  b780: 5f 12 0a 04 0a 06 0a 06 0a 00 0a 00 08 5c 5f 53  _............\_S
  b790: 35 5f 12 0a 04 0a 07 0a 07 0a 00 0a 00 14 4f 1d  5_............O.
  b7a0: 5c 5f 50 54 53 01 70 0a 01 60 a0 0c 93 68 5c 53  \_PTS.p..`...h\S
  b7b0: 50 53 5f 70 0a 00 60 a0 0f 91 93 68 0a 00 92 95  PS_p..`....h....
  b7c0: 68 0a 06 70 0a 00 60 a0 45 1b 60 70 68 5c 53 50  h..p..`.E.`ph\SP
  b7d0: 53 5f 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43  S_\/._SB_PCI0LPC
  b7e0: 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 45 0a 00 a0  _EC__HKEYMHKE...
  b7f0: 1f 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  b800: 45 43 5f 5f 4b 42 4c 54 5c 55 43 4d 53 0a 0d a0  EC__KBLT\UCMS...
  b810: 47 05 93 68 0a 01 70 5c 2f 05 5f 53 42 5f 50 43  G..h..p\/._SB_PC
  b820: 49 30 4c 50 43 5f 45 43 5f 5f 48 46 4e 49 5c 46  I0LPC_EC__HFNI\F
  b830: 4e 49 44 70 0a 00 5c 2f 05 5f 53 42 5f 50 43 49  NIDp..\/._SB_PCI
  b840: 30 4c 50 43 5f 45 43 5f 5f 48 46 4e 49 70 0a 00  0LPC_EC__HFNIp..
  b850: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  b860: 43 5f 5f 48 46 53 50 a0 32 93 68 0a 03 5c 56 56  C__HFSP.2.h..\VV
  b870: 50 44 0a 03 5c 54 52 41 50 70 5c 2f 06 5f 53 42  PD..\TRAPp\/._SB
  b880: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 41 43 5f  _PCI0LPC_EC__AC_
  b890: 5f 5f 50 53 52 5c 41 43 53 54 a0 29 93 68 0a 04  __PSR\ACST.).h..
  b8a0: 5c 2f 03 5f 53 42 5f 53 4c 50 42 5f 50 53 57 0a  \/._SB_SLPB_PSW.
  b8b0: 00 a0 0d 5c 53 50 45 4e 5c 53 54 45 50 0a 07 5c  ...\SPEN\STEP..\
  b8c0: 54 52 41 50 a0 0a 93 68 0a 05 5c 54 52 41 50 5c  TRAP...h..\TRAP\
  b8d0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  b8e0: 5f 5f 42 50 54 53 68 a0 20 92 95 68 0a 04 70 0a  __BPTSh. ..h..p.
  b8f0: 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  b900: 45 43 5f 5f 48 57 4c 42 a1 1b 70 0a 01 5c 2f 05  EC__HWLB..p..\/.
  b910: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  b920: 48 57 4c 42 a0 3c 92 93 68 0a 05 70 0a 01 5c 2f  HWLB.<..h..p..\/
  b930: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  b940: 5f 48 43 4d 55 5c 2f 03 5f 53 42 5f 47 44 43 4b  _HCMU\/._SB_GDCK
  b950: 47 50 54 53 68 a0 0b 5c 57 39 38 46 5c 43 42 52  GPTSh..\W98F\CBR
  b960: 49 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f  I\/._SB_PCI0LPC_
  b970: 45 43 5f 5f 48 4b 45 59 57 47 50 53 68 08 57 41  EC__HKEYWGPSh.WA
  b980: 4b 49 12 06 02 0a 00 0a 00 14 41 4a 5c 5f 57 41  KI........AJ\_WA
  b990: 4b 01 a0 10 91 93 68 0a 00 92 95 68 0a 05 a4 57  K.....h....h...W
  b9a0: 41 4b 49 70 0a 00 5c 53 50 53 5f 70 0a 00 5c 2f  AKIp..\SPS_p..\/
  b9b0: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  b9c0: 5f 48 43 4d 55 70 0a 80 5c 2f 05 5f 53 42 5f 50  _HCMUp..\/._SB_P
  b9d0: 43 49 30 4c 50 43 5f 45 43 5f 5f 48 46 53 50 5c  CI0LPC_EC__HFSP\
  b9e0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  b9f0: 5f 5f 45 56 4e 54 0a 01 5c 2f 06 5f 53 42 5f 50  __EVNT..\/._SB_P
  ba00: 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59 4d  CI0LPC_EC__HKEYM
  ba10: 48 4b 45 0a 01 5c 2f 05 5f 53 42 5f 50 43 49 30  HKE..\/._SB_PCI0
  ba20: 4c 50 43 5f 45 43 5f 5f 46 4e 53 54 5c 55 43 4d  LPC_EC__FNST\UCM
  ba30: 53 0a 0d 70 0a 00 5c 4c 49 44 42 a0 22 93 68 0a  S..p..\LIDB.".h.
  ba40: 01 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  .p\/._SB_PCI0LPC
  ba50: 5f 45 43 5f 5f 48 46 4e 49 5c 46 4e 49 44 a0 41  _EC__HFNI\FNID.A
  ba60: 13 93 68 0a 03 54 48 52 4d 0a 00 a0 45 04 5c 57  ..h..THRM...E.\W
  ba70: 58 50 46 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49  XPFp..\/._SB_PCI
  ba80: 30 4c 50 43 5f 43 34 43 33 a0 27 5c 4f 53 43 34  0LPC_C4C3.'\OSC4
  ba90: 86 5c 2e 5f 50 52 5f 43 50 55 30 0a 81 a0 13 5c  .\._PR_CPU0....\
  baa0: 4d 50 45 4e 86 5c 2e 5f 50 52 5f 43 50 55 31 0a  MPEN.\._PR_CPU1.
  bab0: 81 a1 44 07 a0 41 07 5c 57 4e 54 46 a0 32 5c 2f  ..D..A.\WNTF.2\/
  bac0: 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  bad0: 5f 41 43 5f 5f 5f 50 53 52 70 0a 00 5c 2f 04 5f  _AC___PSRp..\/._
  bae0: 53 42 5f 50 43 49 30 4c 50 43 5f 43 34 43 33 a1  SB_PCI0LPC_C4C3.
  baf0: 36 a0 1c 5c 43 57 41 53 70 0a 00 5c 2f 04 5f 53  6..\CWASp..\/._S
  bb00: 42 5f 50 43 49 30 4c 50 43 5f 43 34 43 33 a1 17  B_PCI0LPC_C4C3..
  bb10: 70 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 4c 50  p..\/._SB_PCI0LP
  bb20: 43 5f 43 34 43 33 a0 3a 92 93 5c 41 43 53 54 5c  C_C4C3.:..\ACST\
  bb30: 2f 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  bb40: 5f 5f 41 43 5f 5f 5f 50 53 52 5c 2f 05 5f 53 42  __AC___PSR\/._SB
  bb50: 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 41 54 4d  _PCI0LPC_EC__ATM
  bb60: 43 a0 2e 90 7b 5c 43 46 47 44 0c 00 00 00 01 00  C...{\CFGD......
  bb70: 90 5c 57 58 50 46 92 94 5c 57 53 50 56 0a 01 a0  .\WXPF..\WSPV...
  bb80: 10 7b 5c 43 46 47 44 0a f0 00 50 50 4d 53 0a 00  .{\CFGD...PPMS..
  bb90: a0 40 13 93 68 0a 04 a0 0b 44 54 53 45 54 48 52  .@..h....DTSETHR
  bba0: 4d 0a 02 a0 13 5c 57 39 38 46 86 5c 2e 5f 53 42  M....\W98F.\._SB
  bbb0: 5f 53 4c 50 42 0a 02 a0 1f 5c 57 4d 45 46 5c 2f  _SLPB....\WMEF\/
  bbc0: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  bbd0: 5f 42 45 45 50 0a 05 a0 21 92 5c 57 39 38 46 70  _BEEP...!.\W98Fp
  bbe0: 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43  ..\/._SB_PCI0LPC
  bbf0: 5f 45 43 5f 5f 48 53 50 41 a0 2e 5c 57 58 50 46  _EC__HSPA..\WXPF
  bc00: a0 27 5c 4f 53 43 34 86 5c 2e 5f 50 52 5f 43 50  .'\OSC4.\._PR_CP
  bc10: 55 30 0a 81 a0 13 5c 4d 50 45 4e 86 5c 2e 5f 50  U0....\MPEN.\._P
  bc20: 52 5f 43 50 55 31 0a 81 a1 44 04 a0 41 04 5c 57  R_CPU1...D..A.\W
  bc30: 4e 54 46 a0 39 91 92 5c 2f 06 5f 53 42 5f 50 43  NTF.9..\/._SB_PC
  bc40: 49 30 4c 50 43 5f 45 43 5f 5f 41 43 5f 5f 5f 50  I0LPC_EC__AC___P
  bc50: 53 52 5c 43 57 41 53 70 0a 00 5c 2f 04 5f 53 42  SR\CWASp..\/._SB
  bc60: 5f 50 43 49 30 4c 50 43 5f 43 34 43 33 a0 0d 5c  _PCI0LPC_C4C3..\
  bc70: 53 50 45 4e 5c 53 54 45 50 0a 08 5c 2f 05 5f 53  SPEN\STEP..\/._S
  bc80: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 41 54  B_PCI0LPC_EC__AT
  bc90: 4d 43 a0 2e 90 7b 5c 43 46 47 44 0c 00 00 00 01  MC...{\CFGD.....
  bca0: 00 90 5c 57 58 50 46 92 94 5c 57 53 50 56 0a 01  ..\WXPF..\WSPV..
  bcb0: a0 10 7b 5c 43 46 47 44 0a f0 00 50 50 4d 53 0a  ..{\CFGD...PPMS.
  bcc0: 00 a0 4f 07 7f 5c 2f 04 5f 53 42 5f 50 43 49 30  ..O..\/._SB_PCI0
  bcd0: 45 58 50 32 50 44 53 5f 5c 2f 04 5f 53 42 5f 50  EXP2PDS_\/._SB_P
  bce0: 43 49 30 45 58 50 32 58 43 50 46 00 a0 2a 5c 2f  CI0EXP2XCPF..*\/
  bcf0: 04 5f 53 42 5f 50 43 49 30 45 58 50 32 50 44 53  ._SB_PCI0EXP2PDS
  bd00: 5f 70 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45  _p..\/._SB_PCI0E
  bd10: 58 50 32 58 43 50 46 a1 17 70 0a 00 5c 2f 04 5f  XP2XCPF..p..\/._
  bd20: 53 42 5f 50 43 49 30 45 58 50 32 58 43 50 46 86  SB_PCI0EXP2XCPF.
  bd30: 5c 2f 03 5f 53 42 5f 50 43 49 30 45 58 50 32 0a  \/._SB_PCI0EXP2.
  bd40: 00 5c 2f 03 5f 53 42 5f 47 44 43 4b 47 57 41 4b  .\/._SB_GDCKGWAK
  bd50: 68 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  h\/._SB_PCI0LPC_
  bd60: 45 43 5f 5f 42 57 41 4b 68 5c 2f 06 5f 53 42 5f  EC__BWAKh\/._SB_
  bd70: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 4b 45 59  PCI0LPC_EC__HKEY
  bd80: 57 47 57 4b 68 86 5c 2e 5f 54 5a 5f 54 48 4d 30  WGWKh.\._TZ_THM0
  bd90: 0a 80 86 5c 2e 5f 54 5a 5f 54 48 4d 31 0a 80 5c  ...\._TZ_THM1..\
  bda0: 56 53 4c 44 5c 2f 03 5f 53 42 5f 4c 49 44 5f 5f  VSLD\/._SB_LID__
  bdb0: 4c 49 44 a0 31 90 5c 57 39 38 46 92 5c 57 4d 45  LID.1.\W98F.\WME
  bdc0: 46 86 5c 2f 03 5f 53 42 5f 50 43 49 30 55 53 42  F.\/._SB_PCI0USB
  bdd0: 30 0a 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 55  0...\/._SB_PCI0U
  bde0: 53 42 31 0a 00 a0 39 95 68 0a 04 a0 33 7b 5c 52  SB1...9.h...3{\R
  bdf0: 52 42 46 0a 02 00 79 68 0a 08 60 70 7d 0b 13 20  RBF...yh..`p}.. 
  be00: 60 00 60 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50  `.`\/._SB_PCI0LP
  be10: 43 5f 45 43 5f 5f 48 4b 45 59 4d 48 4b 51 60 70  C_EC__HKEYMHKQ`p
  be20: 00 5c 52 52 42 46 a4 57 41 4b 49 10 40 1e 5c 5f  .\RRBF.WAKI.@.\_
  be30: 53 49 5f 14 48 1d 5f 53 53 54 01 a0 3b 93 68 0a  SI_.H._SST..;.h.
  be40: 00 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  be50: 45 43 5f 5f 4c 45 44 5f 0a 00 0a 00 5c 2f 05 5f  EC__LED_....\/._
  be60: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 4c  SB_PCI0LPC_EC__L
  be70: 45 44 5f 0a 07 0a 00 a0 42 06 93 68 0a 01 a0 25  ED_.....B..h...%
  be80: 91 5c 53 50 53 5f 5c 57 4e 54 46 5c 2f 05 5f 53  .\SPS_\WNTF\/._S
  be90: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 42 45  B_PCI0LPC_EC__BE
  bea0: 45 50 0a 05 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  EP..\/._SB_PCI0L
  beb0: 50 43 5f 45 43 5f 5f 4c 45 44 5f 0a 00 0a 80 5c  PC_EC__LED_....\
  bec0: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  bed0: 5f 5f 4c 45 44 5f 0a 07 0a 00 a0 3b 93 68 0a 02  __LED_.....;.h..
  bee0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  bef0: 43 5f 5f 4c 45 44 5f 0a 00 0a 80 5c 2f 05 5f 53  C__LED_....\/._S
  bf00: 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 4c 45  B_PCI0LPC_EC__LE
  bf10: 44 5f 0a 07 0a c0 a0 4b 0b 93 68 0a 03 a0 22 94  D_.....K..h...".
  bf20: 5c 53 50 53 5f 0a 03 5c 2f 05 5f 53 42 5f 50 43  \SPS_..\/._SB_PC
  bf30: 49 30 4c 50 43 5f 45 43 5f 5f 42 45 45 50 0a 07  I0LPC_EC__BEEP..
  bf40: a1 4f 04 a0 31 93 5c 53 50 53 5f 0a 03 5c 2f 05  .O..1.\SPS_..\/.
  bf50: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  bf60: 42 45 45 50 0a 03 5c 2f 03 5f 53 42 5f 47 44 43  BEEP..\/._SB_GDC
  bf70: 4b 50 45 4a 33 a1 1a 5c 2f 05 5f 53 42 5f 50 43  KPEJ3..\/._SB_PC
  bf80: 49 30 4c 50 43 5f 45 43 5f 5f 42 45 45 50 0a 04  I0LPC_EC__BEEP..
  bf90: a0 09 93 5c 53 50 53 5f 0a 03 a1 1c 5c 2f 05 5f  ...\SPS_....\/._
  bfa0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 4c  SB_PCI0LPC_EC__L
  bfb0: 45 44 5f 0a 00 0a 80 5c 2f 05 5f 53 42 5f 50 43  ED_....\/._SB_PC
  bfc0: 49 30 4c 50 43 5f 45 43 5f 5f 4c 45 44 5f 0a 07  I0LPC_EC__LED_..
  bfd0: 0a c0 a0 39 93 68 0a 04 5c 2f 05 5f 53 42 5f 50  ...9.h..\/._SB_P
  bfe0: 43 49 30 4c 50 43 5f 45 43 5f 5f 42 45 45 50 0a  CI0LPC_EC__BEEP.
  bff0: 03 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f  .\/._SB_PCI0LPC_
  c000: 45 43 5f 5f 4c 45 44 5f 0a 07 0a c0 10 43 3c 5c  EC__LED_.....C<\
  c010: 5f 47 50 45 5b 01 4d 47 50 45 07 14 4e 0a 5f 4c  _GPE[.MGPE..N._L
  c020: 31 38 00 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c  18.p\/._SB_PCI0L
  c030: 50 43 5f 45 43 5f 5f 48 57 41 4b 60 70 60 5c 52  PC_EC__HWAK`p`\R
  c040: 52 42 46 5b 22 0a 0a a0 06 7b 60 0a 02 00 a0 29  RBF["....{`....)
  c050: 7b 60 0a 04 00 a0 13 5c 57 39 38 46 86 5c 2e 5f  {`.....\W98F.\._
  c060: 53 42 5f 53 4c 50 42 0a 02 a1 0e 86 5c 2e 5f 53  SB_SLPB.....\._S
  c070: 42 5f 4c 49 44 5f 0a 02 a0 22 7b 60 0a 08 00 5c  B_LID_..."{`...\
  c080: 2f 03 5f 53 42 5f 47 44 43 4b 47 47 50 45 86 5c  /._SB_GDCKGGPE.\
  c090: 2e 5f 53 42 5f 53 4c 50 42 0a 02 a0 13 7b 60 0a  ._SB_SLPB....{`.
  c0a0: 10 00 86 5c 2e 5f 53 42 5f 53 4c 50 42 0a 02 a0  ...\._SB_SLPB...
  c0b0: 06 7b 60 0a 40 00 a0 13 7b 60 0a 80 00 86 5c 2e  .{`.@...{`....\.
  c0c0: 5f 53 42 5f 53 4c 50 42 0a 02 14 4b 0f 5f 4c 30  _SB_SLPB...K._L0
  c0d0: 39 00 a0 3c 5c 2f 04 5f 53 42 5f 50 43 49 30 45  9..<\/._SB_PCI0E
  c0e0: 58 50 30 50 53 50 30 70 0a 01 5c 2f 04 5f 53 42  XP0PSP0p..\/._SB
  c0f0: 5f 50 43 49 30 45 58 50 30 50 53 50 30 86 5c 2f  _PCI0EXP0PSP0.\/
  c100: 03 5f 53 42 5f 50 43 49 30 45 58 50 30 0a 02 a0  ._SB_PCI0EXP0...
  c110: 3c 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 31  <\/._SB_PCI0EXP1
  c120: 50 53 50 31 70 0a 01 5c 2f 04 5f 53 42 5f 50 43  PSP1p..\/._SB_PC
  c130: 49 30 45 58 50 31 50 53 50 31 86 5c 2f 03 5f 53  I0EXP1PSP1.\/._S
  c140: 42 5f 50 43 49 30 45 58 50 31 0a 02 a0 3c 5c 2f  B_PCI0EXP1...<\/
  c150: 04 5f 53 42 5f 50 43 49 30 45 58 50 32 50 53 50  ._SB_PCI0EXP2PSP
  c160: 32 70 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45  2p..\/._SB_PCI0E
  c170: 58 50 32 50 53 50 32 86 5c 2f 03 5f 53 42 5f 50  XP2PSP2.\/._SB_P
  c180: 43 49 30 45 58 50 32 0a 02 a0 3c 5c 2f 04 5f 53  CI0EXP2...<\/._S
  c190: 42 5f 50 43 49 30 45 58 50 33 50 53 50 33 70 0a  B_PCI0EXP3PSP3p.
  c1a0: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 33  .\/._SB_PCI0EXP3
  c1b0: 50 53 50 33 86 5c 2f 03 5f 53 42 5f 50 43 49 30  PSP3.\/._SB_PCI0
  c1c0: 45 58 50 33 0a 02 14 44 17 5f 4c 30 31 00 a0 40  EXP3...D._L01..@
  c1d0: 0f 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 32  .\/._SB_PCI0EXP2
  c1e0: 48 50 43 53 70 0a 01 5c 2f 04 5f 53 42 5f 50 43  HPCSp..\/._SB_PC
  c1f0: 49 30 45 58 50 32 48 50 43 53 a0 2a 5c 2f 04 5f  I0EXP2HPCS.*\/._
  c200: 53 42 5f 50 43 49 30 45 58 50 32 41 42 50 5f 70  SB_PCI0EXP2ABP_p
  c210: 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50  ..\/._SB_PCI0EXP
  c220: 32 41 42 50 5f a0 49 09 5c 2f 04 5f 53 42 5f 50  2ABP_.I.\/._SB_P
  c230: 43 49 30 45 58 50 32 50 44 43 5f 70 0a 01 5c 2f  CI0EXP2PDC_p..\/
  c240: 04 5f 53 42 5f 50 43 49 30 45 58 50 32 50 44 43  ._SB_PCI0EXP2PDC
  c250: 5f 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 45  _p..\/._SB_PCI0E
  c260: 58 50 32 58 43 50 46 86 5c 2f 03 5f 53 42 5f 50  XP2XCPF.\/._SB_P
  c270: 43 49 30 45 58 50 32 0a 00 a0 45 04 5c 2f 04 5f  CI0EXP2...E.\/._
  c280: 53 42 5f 50 43 49 30 45 58 50 32 50 44 53 5f 70  SB_PCI0EXP2PDS_p
  c290: 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50  ..\/._SB_PCI0EXP
  c2a0: 32 58 43 50 46 5b 22 0a 64 86 5c 2f 04 5f 53 42  2XCPF[".d.\/._SB
  c2b0: 5f 50 43 49 30 45 58 50 32 45 58 55 50 0a 01 5b  _PCI0EXP2EXUP..[
  c2c0: 23 4d 47 50 45 ff ff a0 4d 06 5c 2f 04 5f 53 42  #MGPE...M.\/._SB
  c2d0: 5f 50 43 49 30 45 58 50 30 48 50 43 53 70 0a 01  _PCI0EXP0HPCSp..
  c2e0: 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 30 48  \/._SB_PCI0EXP0H
  c2f0: 50 43 53 a0 41 04 5c 2f 04 5f 53 42 5f 50 43 49  PCS.A.\/._SB_PCI
  c300: 30 45 58 50 30 50 44 43 5f 5b 22 0a c8 70 0a 01  0EXP0PDC_["..p..
  c310: 5c 2f 04 5f 53 42 5f 50 43 49 30 45 58 50 30 50  \/._SB_PCI0EXP0P
  c320: 44 43 5f 86 5c 2f 03 5f 53 42 5f 50 43 49 30 45  DC_.\/._SB_PCI0E
  c330: 58 50 30 0a 00 5b 27 4d 47 50 45 14 44 09 5f 4c  XP0..['MGPE.D._L
  c340: 30 32 00 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49  02.p..\/._SB_PCI
  c350: 30 4c 50 43 5f 53 57 47 45 a0 41 04 5c 2f 06 5f  0LPC_SWGE.A.\/._
  c360: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  c370: 4b 45 59 44 48 4b 43 a0 23 44 54 30 32 5c 2f 06  KEYDHKC.#DT02\/.
  c380: 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f  _SB_PCI0LPC_EC__
  c390: 48 4b 45 59 4d 48 4b 51 0b 22 60 86 5c 2e 5f 54  HKEYMHKQ."`.\._T
  c3a0: 5a 5f 54 48 4d 31 0a 80 a0 27 5c 4f 53 50 58 86  Z_THM1...'\OSPX.
  c3b0: 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 a0 13 5c 4d  \._PR_CPU0....\M
  c3c0: 50 45 4e 86 5c 2e 5f 50 52 5f 43 50 55 31 0a 80  PEN.\._PR_CPU1..
  c3d0: 10 40 28 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50  .@(\/._SB_PCI0LP
  c3e0: 43 5f 45 43 5f 5f 48 4b 45 59 14 48 0c 4d 48 51  C_EC__HKEY.H.MHQ
  c3f0: 54 01 a0 4d 0b 90 5c 57 4e 54 46 5c 54 41 54 43  T..M..\WNTF\TATC
  c400: a0 0e 93 68 0a 00 70 5c 54 41 54 43 60 a4 60 a1  ...h..p\TATC`.`.
  c410: 40 0a a0 4b 04 93 68 0a 01 70 5c 54 44 46 41 60  @..K..h..p\TDFA`
  c420: 72 60 79 5c 54 44 54 41 0a 04 00 60 72 60 79 5c  r`y\TDTA...`r`y\
  c430: 54 44 46 44 0a 08 00 60 72 60 79 5c 54 44 54 44  TDFD...`r`y\TDTD
  c440: 0a 0c 00 60 72 60 79 5c 54 4e 46 54 0a 10 00 60  ...`r`y\TNFT...`
  c450: 72 60 79 5c 54 4e 54 54 0a 14 00 60 a4 60 a1 41  r`y\TNTT...`.`.A
  c460: 05 a0 32 93 68 0a 02 70 5c 54 43 46 41 60 72 60  ..2.h..p\TCFA`r`
  c470: 79 5c 54 43 54 41 0a 04 00 60 72 60 79 5c 54 43  y\TCTA...`r`y\TC
  c480: 46 44 0a 08 00 60 72 60 79 5c 54 43 54 44 0a 0c  FD...`r`y\TCTD..
  c490: 00 60 a4 60 a1 1b a0 05 93 68 0a 03 a1 13 a0 0e  .`.`.....h......
  c4a0: 93 68 0a 04 70 5c 54 41 54 57 60 a4 60 a1 02 a3  .h..p\TATW`.`...
  c4b0: a4 0a 00 14 4f 07 4d 48 41 54 01 a0 44 07 90 5c  ....O.MHAT..D..\
  c4c0: 57 4e 54 46 5c 54 41 54 43 70 7b 68 0a ff 00 60  WNTF\TATCp{h...`
  c4d0: a0 0a 92 41 54 4d 56 60 a4 0a 00 70 7b 7a 68 0a  ...ATMV`...p{zh.
  c4e0: 08 00 0a ff 00 60 a0 0a 92 41 54 4d 56 60 a4 0a  .....`...ATMV`..
  c4f0: 00 70 7b 68 0a 0f 00 5c 54 43 46 41 70 7b 7a 68  .p{h...\TCFAp{zh
  c500: 0a 04 00 0a 0f 00 5c 54 43 54 41 70 7b 7a 68 0a  ......\TCTAp{zh.
  c510: 08 00 0a 0f 00 5c 54 43 46 44 70 7b 7a 68 0a 0c  .....\TCFDp{zh..
  c520: 00 0a 0f 00 5c 54 43 54 44 41 54 4d 43 a4 0a 01  ....\TCTDATMC...
  c530: a4 0a 00 14 40 0d 4d 48 47 54 01 a0 45 0c 90 5c  ....@.MHGT..E..\
  c540: 57 4e 54 46 5c 54 41 54 43 70 79 5c 54 53 46 54  WNTF\TATCpy\TSFT
  c550: 0a 10 00 60 72 60 79 5c 54 53 54 54 0a 14 00 60  ...`r`y\TSTT...`
  c560: 70 7b 68 0a ff 00 61 a0 0b 92 41 54 4d 56 61 a4  p{h...a...ATMVa.
  c570: 0b ff ff 70 7b 68 0a 0f 00 61 a0 0d 93 61 0a 00  ...p{h...a...a..
  c580: 72 60 5c 54 49 46 30 60 a1 26 a0 0d 93 61 0a 01  r`\TIF0`.&...a..
  c590: 72 60 5c 54 49 46 31 60 a1 16 a0 0d 93 61 0a 02  r`\TIF1`.....a..
  c5a0: 72 60 5c 54 49 46 32 60 a1 06 72 60 0a ff 60 70  r`\TIF2`..r`..`p
  c5b0: 7b 7a 68 0a 04 00 0a 0f 00 61 a0 11 93 61 0a 00  {zh......a...a..
  c5c0: 72 60 79 5c 54 49 54 30 0a 08 00 60 a1 32 a0 11  r`y\TIT0...`.2..
  c5d0: 93 61 0a 01 72 60 79 5c 54 49 54 31 0a 08 00 60  .a..r`y\TIT1...`
  c5e0: a1 1e a0 11 93 61 0a 02 72 60 79 5c 54 49 54 32  .....a..r`y\TIT2
  c5f0: 0a 08 00 60 a1 0a 72 60 79 0a ff 0a 08 00 60 a4  ...`..r`y.....`.
  c600: 60 a4 0a 00 14 4c 04 41 54 4d 56 01 70 7b 68 0a  `....L.ATMV.p{h.
  c610: 0f 00 61 70 5c 54 4e 46 54 60 a0 08 92 95 61 60  ..ap\TNFT`....a`
  c620: a4 0a 00 70 7b 7a 68 0a 04 00 0a 0f 00 62 70 5c  ...p{zh......bp\
  c630: 54 4e 54 54 60 a0 08 92 95 62 60 a4 0a 00 a0 0f  TNTT`....b`.....
  c640: 5c 54 41 54 4c a0 08 7f 61 62 00 a4 0a 00 a4 0a  \TATL...ab......
  c650: 01 10 46 10 5c 2f 04 5f 53 42 5f 50 43 49 30 4c  ..F.\/._SB_PCI0L
  c660: 50 43 5f 45 43 5f 5f 14 40 0f 41 54 4d 43 00 a0  PC_EC__.@.ATMC..
  c670: 48 0e 90 5c 57 4e 54 46 5c 54 41 54 43 a0 45 06  H..\WNTF\TATC.E.
  c680: 48 50 41 43 70 5c 54 43 46 41 60 70 5c 54 43 54  HPACp\TCFA`p\TCT
  c690: 41 61 70 7d 79 61 0a 04 00 60 00 41 54 4d 58 a0  Aap}ya...`.ATMX.
  c6a0: 1f 93 5c 54 43 54 41 0a 00 70 5c 54 43 52 30 5c  ..\TCTA..p\TCR0\
  c6b0: 54 43 52 54 70 5c 54 50 53 30 5c 54 50 53 56 a1  TCRTp\TPS0\TPSV.
  c6c0: 23 a0 1f 93 5c 54 43 54 41 0a 01 70 5c 54 43 52  #...\TCTA..p\TCR
  c6d0: 31 5c 54 43 52 54 70 5c 54 50 53 31 5c 54 50 53  1\TCRTp\TPS1\TPS
  c6e0: 56 a1 01 a1 41 06 70 5c 54 43 46 44 60 70 5c 54  V...A.p\TCFD`p\T
  c6f0: 43 54 44 61 70 7d 79 61 0a 04 00 60 00 41 54 4d  CTDap}ya...`.ATM
  c700: 58 a0 1f 93 5c 54 43 54 44 0a 00 70 5c 54 43 52  X...\TCTD..p\TCR
  c710: 30 5c 54 43 52 54 70 5c 54 50 53 30 5c 54 50 53  0\TCRTp\TPS0\TPS
  c720: 56 a1 23 a0 1f 93 5c 54 43 54 44 0a 01 70 5c 54  V.#...\TCTD..p\T
  c730: 43 52 31 5c 54 43 52 54 70 5c 54 50 53 31 5c 54  CR1\TCRTp\TPS1\T
  c740: 50 53 56 a1 01 86 5c 2e 5f 54 5a 5f 54 48 4d 30  PSV...\._TZ_THM0
  c750: 0a 81 54 48 52 4d 0a 01 10 43 1f 5c 5f 54 5a 5f  ..THRM...C.\_TZ_
  c760: 5b 85 4c 0c 54 48 4d 30 14 0d 5f 43 52 54 00 a4  [.L.THM0.._CRT..
  c770: 43 32 4b 5f 0a 7f 14 47 0b 5f 54 4d 50 00 a0 42  C2K_...G._TMP..B
  c780: 05 5c 48 38 44 52 70 5c 2f 05 5f 53 42 5f 50 43  .\H8DRp\/._SB_PC
  c790: 49 30 4c 50 43 5f 45 43 5f 5f 54 4d 50 30 60 70  I0LPC_EC__TMP0`p
  c7a0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45  \/._SB_PCI0LPC_E
  c7b0: 43 5f 5f 48 54 31 32 61 70 5c 2f 05 5f 53 42 5f  C__HT12ap\/._SB_
  c7c0: 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48 54 31 33  PCI0LPC_EC__HT13
  c7d0: 62 a1 24 70 5c 52 42 45 43 0a 78 60 70 7b 5c 52  b.$p\RBEC.x`p{\R
  c7e0: 42 45 43 0a 20 0a 40 00 61 70 7b 5c 52 42 45 43  BEC. .@.ap{\RBEC
  c7f0: 0a 20 0a 80 00 62 a0 09 62 a4 43 32 4b 5f 0a 80  . ...b..b.C2K_..
  c800: a0 27 92 5c 2f 06 5f 53 42 5f 50 43 49 30 4c 50  .'.\/._SB_PCI0LP
  c810: 43 5f 45 43 5f 5f 48 4b 45 59 44 48 4b 43 a0 09  C_EC__HKEYDHKC..
  c820: 61 a4 43 32 4b 5f 0a 80 a4 43 32 4b 5f 60 5b 85  a.C2K_...C2K_`[.
  c830: 40 0f 54 48 4d 31 14 33 5f 50 53 4c 00 a0 1e 5c  @.THM1.3_PSL...\
  c840: 4d 50 45 4e a4 12 16 02 5c 2e 5f 50 52 5f 43 50  MPEN....\._PR_CP
  c850: 55 30 5c 2e 5f 50 52 5f 43 50 55 31 a4 12 0c 01  U0\._PR_CPU1....
  c860: 5c 2e 5f 50 52 5f 43 50 55 30 14 0c 5f 43 52 54  \._PR_CPU0.._CRT
  c870: 00 a4 5c 54 43 52 54 14 0c 5f 50 53 56 00 a4 5c  ..\TCRT.._PSV..\
  c880: 54 50 53 56 14 0c 5f 54 43 31 00 a4 5c 54 54 43  TPSV.._TC1..\TTC
  c890: 31 14 0c 5f 54 43 32 00 a4 5c 54 54 43 32 14 0c  1.._TC2..\TTC2..
  c8a0: 5f 54 53 50 00 a4 5c 54 54 53 50 14 44 07 5f 54  _TSP..\TTSP.D._T
  c8b0: 4d 50 00 a0 4a 05 5c 44 54 53 45 54 48 52 4d 0a  MP..J.\DTSETHRM.
  c8c0: 02 70 44 54 53 31 60 a0 11 92 95 44 54 53 30 44  .pDTS1`....DTS0D
  c8d0: 54 53 31 70 44 54 53 30 60 a0 2e 92 5c 2f 06 5f  TS1pDTS0`...\/._
  c8e0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  c8f0: 4b 45 59 44 48 4b 43 a0 10 44 54 30 32 72 5c 54  KEYDHKC..DT02r\T
  c900: 43 52 54 0a 01 60 a4 60 a4 43 32 4b 5f 60 a1 11  CRT..`.`.C2K_`..
  c910: a4 5c 2f 03 5f 54 5a 5f 54 48 4d 30 5f 54 4d 50  .\/._TZ_THM0_TMP
  c920: 14 2b 43 32 4b 5f 01 72 77 68 0a 0a 00 0b ac 0a  .+C2K_.rwh......
  c930: 60 a0 0c 92 94 60 0b ac 0a 70 0b b8 0b 60 a0 0b  `....`...p...`..
  c940: 94 60 0b ac 0f 70 0b b8 0b 60 a4 60 10 4f 13 5c  .`...p...`.`.O.\
  c950: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  c960: 5f 5f 14 49 12 5f 51 34 30 00 86 5c 2e 5f 54 5a  __.I._Q40..\._TZ
  c970: 5f 54 48 4d 30 0a 80 a0 38 5c 48 38 44 52 70 5c  _THM0...8\H8DRp\
  c980: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43  /._SB_PCI0LPC_EC
  c990: 5f 5f 48 54 31 31 60 70 5c 2f 05 5f 53 42 5f 50  __HT11`p\/._SB_P
  c9a0: 43 49 30 4c 50 43 5f 45 43 5f 5f 48 54 31 32 61  CI0LPC_EC__HT12a
  c9b0: a1 1b 70 7b 5c 52 42 45 43 0a 20 0a 20 00 60 70  ..p{\RBEC. . .`p
  c9c0: 7b 5c 52 42 45 43 0a 20 0a 40 00 61 a0 3d 5c 2f  {\RBEC. .@.a.=\/
  c9d0: 06 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  c9e0: 5f 48 4b 45 59 44 48 4b 43 a0 20 61 5c 2f 06 5f  _HKEYDHKC. a\/._
  c9f0: 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f 5f 48  SB_PCI0LPC_EC__H
  ca00: 4b 45 59 4d 48 4b 51 0b 22 60 a0 06 56 49 47 44  KEYMHKQ."`..VIGD
  ca10: a3 a1 06 5c 56 54 48 52 a0 43 07 5c 53 50 45 4e  ...\VTHR.C.\SPEN
  ca20: a0 27 5c 4f 53 50 58 86 5c 2e 5f 50 52 5f 43 50  .'\OSPX.\._PR_CP
  ca30: 55 30 0a 80 a0 13 5c 4d 50 45 4e 86 5c 2e 5f 50  U0....\MPEN.\._P
  ca40: 52 5f 43 50 55 31 0a 80 a1 43 04 a0 37 91 5c 2f  R_CPU1...C..7.\/
  ca50: 05 5f 53 42 5f 50 43 49 30 4c 50 43 5f 45 43 5f  ._SB_PCI0LPC_EC_
  ca60: 5f 48 54 30 30 5c 2f 05 5f 53 42 5f 50 43 49 30  _HT00\/._SB_PCI0
  ca70: 4c 50 43 5f 45 43 5f 5f 48 54 31 30 5c 53 54 45  LPC_EC__HT10\STE
  ca80: 50 0a 09 a1 08 5c 53 54 45 50 0a 0a 08 47 50 49  P....\STEP...GPI
  ca90: 43 0a 00 14 0d 5f 50 49 43 01 70 68 5c 47 50 49  C...._PIC.ph\GPI
  caa0: 43 5b 80 4d 4e 56 53 00 0c 00 40 ef 7f 0b 00 10  C[.MNVS...@.....
  cab0: 5b 81 42 2b 4d 4e 56 53 03 00 80 80 07 47 41 50  [.B+MNVS.....GAP
  cac0: 41 20 47 41 50 4c 20 44 43 4b 49 20 44 43 4b 53  A GAPL DCKI DCKS
  cad0: 20 56 43 44 4c 01 56 43 44 43 01 56 43 44 54 01   VCDL.VCDC.VCDT.
  cae0: 56 43 44 44 01 56 49 47 44 01 56 43 53 53 01 56  VCDD.VIGD.VCSS.V
  caf0: 43 44 42 01 56 43 49 4e 01 56 50 44 46 01 00 07  CDB.VCIN.VPDF...
  cb00: 56 4c 49 44 04 56 56 50 4f 04 00 08 43 44 46 4c  VLID.VVPO...CDFL
  cb10: 08 43 44 41 48 08 50 4d 4f 44 02 50 44 49 52 01  .CDAH.PMOD.PDIR.
  cb20: 50 44 4d 41 01 00 04 4c 46 44 43 01 00 07 43 32  PDMA...LFDC...C2
  cb30: 4e 41 01 43 33 4e 41 01 43 34 4e 41 01 00 05 53  NA.C3NA.C4NA...S
  cb40: 50 45 4e 01 00 01 00 01 00 01 4d 50 45 4e 01 00  PEN.......MPEN..
  cb50: 03 4f 53 50 58 01 4f 53 43 34 01 4f 53 53 53 01  .OSPX.OSC4.OSSS.
  cb60: 4e 48 50 53 01 4e 50 4d 45 01 00 03 55 4f 50 54  NHPS.NPME...UOPT
  cb70: 08 42 54 49 44 20 4c 57 53 54 08 4c 50 53 54 08  .BTID LWST.LPST.
  cb80: 54 43 52 54 10 54 50 53 56 10 54 54 43 31 10 54  TCRT.TPSV.TTC1.T
  cb90: 54 43 32 10 54 54 53 50 10 53 52 41 48 08 53 52  TC2.TTSP.SRAH.SR
  cba0: 48 45 08 53 52 45 30 08 53 52 45 31 08 53 52 45  HE.SRE0.SRE1.SRE
  cbb0: 32 08 53 52 45 33 08 53 52 45 34 08 53 52 45 35  2.SRE3.SRE4.SRE5
  cbc0: 08 53 52 55 30 08 53 52 55 31 08 53 52 55 32 08  .SRU0.SRU1.SRU2.
  cbd0: 53 52 55 33 08 53 52 55 37 08 53 52 50 42 08 53  SRU3.SRU7.SRPB.S
  cbe0: 52 4c 50 08 53 52 53 41 08 53 52 53 4d 08 43 57  RLP.SRSA.SRSM.CW
  cbf0: 41 43 01 43 57 41 53 01 00 06 43 57 41 50 10 43  AC.CWAS...CWAP.C
  cc00: 57 41 54 10 44 42 47 43 01 00 07 46 53 31 4c 10  WAT.DBGC...FS1L.
  cc10: 46 53 31 4d 10 46 53 31 48 10 46 53 32 4c 10 46  FS1M.FS1H.FS2L.F
  cc20: 53 32 4d 10 46 53 32 48 10 46 53 33 4c 10 46 53  S2M.FS2H.FS3L.FS
  cc30: 33 4d 10 46 53 33 48 10 54 41 54 43 01 00 06 54  3M.FS3H.TATC...T
  cc40: 41 54 4c 01 54 41 54 57 08 54 4e 46 54 04 54 4e  ATL.TATW.TNFT.TN
  cc50: 54 54 04 54 44 46 41 04 54 44 54 41 04 54 44 46  TT.TDFA.TDTA.TDF
  cc60: 44 04 54 44 54 44 04 54 43 46 41 04 54 43 54 41  D.TDTD.TCFA.TCTA
  cc70: 04 54 43 46 44 04 54 43 54 44 04 54 53 46 54 04  .TCFD.TCTD.TSFT.
  cc80: 54 53 54 54 04 54 49 54 30 08 54 43 52 30 10 54  TSTT.TIT0.TCR0.T
  cc90: 50 53 30 10 54 49 54 31 08 54 43 52 31 10 54 50  PS0.TIT1.TCR1.TP
  cca0: 53 31 10 54 49 54 32 08 54 43 52 32 10 54 50 53  S1.TIT2.TCR2.TPS
  ccb0: 32 10 54 49 46 30 08 54 49 46 31 08 54 49 46 32  2.TIF0.TIF1.TIF2
  ccc0: 08 00 20 54 43 5a 31 08 54 43 5a 32 08 54 43 5a  .. TCZ1.TCZ2.TCZ
  ccd0: 33 08 42 54 48 49 01 00 07 48 44 49 52 01 48 44  3.BTHI...HDIR.HD
  cce0: 45 48 01 00 06 54 50 4d 50 01 54 50 4d 53 01 00  EH...TPMP.TPMS..
  ccf0: 06 42 49 44 45 08 00 01 44 54 53 45 01 00 06 44  .BIDE...DTSE...D
  cd00: 54 53 30 08 44 54 53 31 08 44 54 30 30 01 44 54  TS0.DTS1.DT00.DT
  cd10: 30 31 01 44 54 30 32 01 44 54 30 33 01 00 04 50  01.DT02.DT03...P
  cd20: 48 30 31 08 50 48 30 32 08 50 48 30 33 08 50 48  H01.PH02.PH03.PH
  cd30: 30 34 08 50 48 30 35 08 50 48 30 36 08 50 48 30  04.PH05.PH06.PH0
  cd40: 37 08 50 48 30 38 08 50 48 30 39 08 50 48 30 41  7.PH08.PH09.PH0A
  cd50: 08 50 48 30 42 08 4c 49 44 42 01 00 07 54 43 47  .PH0B.LIDB...TCG
  cd60: 30 01 00 07 5b 81 13 4d 4e 56 53 01 00 80 00 07  0...[..MNVS.....
  cd70: 44 44 43 31 40 40 00 40 40 5b 81 10 4d 4e 56 53  DDC1@@.@@[..MNVS
  cd80: 01 00 80 00 07 44 44 43 32 40 80 5b 80 53 4d 49  .....DDC2@.[.SMI
  cd90: 30 01 0a b2 0a 01 5b 81 0b 53 4d 49 30 01 41 50  0.....[..SMI0.AP
  cda0: 4d 43 08 5b 81 28 4d 4e 56 53 00 00 80 e0 07 43  MC.[.(MNVS.....C
  cdb0: 4d 44 5f 08 45 52 52 5f 20 50 41 52 30 20 50 41  MD_.ERR_ PAR0 PA
  cdc0: 52 31 20 50 41 52 32 20 50 41 52 33 20 5b 01 4d  R1 PAR2 PAR3 [.M
  cdd0: 53 4d 49 07 14 46 05 53 4d 49 5f 05 5b 23 4d 53  SMI..F.SMI_.[#MS
  cde0: 4d 49 ff ff 70 68 43 4d 44 5f 70 69 50 41 52 30  MI..phCMD_piPAR0
  cdf0: 70 6a 50 41 52 31 70 6b 50 41 52 32 70 6c 50 41  pjPAR1pkPAR2plPA
  ce00: 52 33 70 0a f5 41 50 4d 43 a2 13 93 45 52 52 5f  R3p..APMC...ERR_
  ce10: 0a 01 5b 22 0a 64 70 0a f5 41 50 4d 43 70 50 41  ..[".dp..APMCpPA
  ce20: 52 30 60 5b 27 4d 53 4d 49 a4 60 14 14 52 50 43  R0`['MSMI.`..RPC
  ce30: 49 01 a4 53 4d 49 5f 0a 00 0a 00 68 0a 00 0a 00  I..SMI_....h....
  ce40: 14 12 57 50 43 49 02 53 4d 49 5f 0a 00 0a 01 68  ..WPCI.SMI_....h
  ce50: 69 0a 00 14 11 4d 50 43 49 03 53 4d 49 5f 0a 00  i....MPCI.SMI_..
  ce60: 0a 02 68 69 6a 14 14 52 42 45 43 01 a4 53 4d 49  ..hij..RBEC..SMI
  ce70: 5f 0a 00 0a 03 68 0a 00 0a 00 14 12 57 42 45 43  _....h......WBEC
  ce80: 02 53 4d 49 5f 0a 00 0a 04 68 69 0a 00 14 11 4d  .SMI_....hi....M
  ce90: 42 45 43 03 53 4d 49 5f 0a 00 0a 05 68 69 6a 14  BEC.SMI_....hij.
  cea0: 14 52 49 53 41 01 a4 53 4d 49 5f 0a 00 0a 06 68  .RISA..SMI_....h
  ceb0: 0a 00 0a 00 14 12 57 49 53 41 02 53 4d 49 5f 0a  ......WISA.SMI_.
  cec0: 00 0a 07 68 69 0a 00 14 11 4d 49 53 41 03 53 4d  ...hi....MISA.SM
  ced0: 49 5f 0a 00 0a 08 68 69 6a 14 14 56 45 58 50 00  I_....hij..VEXP.
  cee0: 53 4d 49 5f 0a 01 0a 00 0a 00 0a 00 0a 00 14 13  SMI_............
  cef0: 56 55 50 53 01 53 4d 49 5f 0a 01 0a 01 68 0a 00  VUPS.SMI_....h..
  cf00: 0a 00 14 12 56 53 44 53 02 53 4d 49 5f 0a 01 0a  ....VSDS.SMI_...
  cf10: 02 68 69 0a 00 14 14 56 44 44 43 00 53 4d 49 5f  .hi....VDDC.SMI_
  cf20: 0a 01 0a 03 0a 00 0a 00 0a 00 14 13 56 56 50 44  ............VVPD
  cf30: 01 53 4d 49 5f 0a 01 0a 04 68 0a 00 0a 00 14 13  .SMI_....h......
  cf40: 56 4e 52 53 01 53 4d 49 5f 0a 01 0a 05 68 0a 00  VNRS.SMI_....h..
  cf50: 0a 00 14 15 47 4c 50 57 00 a4 53 4d 49 5f 0a 01  ....GLPW..SMI_..
  cf60: 0a 06 0a 00 0a 00 0a 00 14 13 56 53 4c 44 01 53  ..........VSLD.S
  cf70: 4d 49 5f 0a 01 0a 07 68 0a 00 0a 00 14 14 56 45  MI_....h......VE
  cf80: 56 54 01 a4 53 4d 49 5f 0a 01 0a 08 68 0a 00 0a  VT..SMI_....h...
  cf90: 00 14 15 56 54 48 52 00 a4 53 4d 49 5f 0a 01 0a  ...VTHR..SMI_...
  cfa0: 09 0a 00 0a 00 0a 00 14 13 56 42 52 43 01 53 4d  .........VBRC.SM
  cfb0: 49 5f 0a 01 0a 0a 68 0a 00 0a 00 14 15 56 42 52  I_....h......VBR
  cfc0: 47 00 a4 53 4d 49 5f 0a 01 0a 0e 0a 00 0a 00 0a  G..SMI_.........
  cfd0: 00 14 14 55 43 4d 53 01 a4 53 4d 49 5f 0a 02 68  ...UCMS..SMI_..h
  cfe0: 0a 00 0a 00 0a 00 14 13 42 48 44 50 02 a4 53 4d  ........BHDP..SM
  cff0: 49 5f 0a 03 0a 00 68 69 0a 00 14 14 44 48 44 50  I_....hi....DHDP
  d000: 01 a4 53 4d 49 5f 0a 03 0a 01 68 0a 00 0a 00 14  ..SMI_....h.....
  d010: 13 53 54 45 50 01 53 4d 49 5f 0a 04 68 0a 00 0a  .STEP.SMI_..h...
  d020: 00 0a 00 14 14 54 52 41 50 00 53 4d 49 5f 0a 05  .....TRAP.SMI_..
  d030: 0a 00 0a 00 0a 00 0a 00 14 14 43 42 52 49 00 53  ..........CBRI.S
  d040: 4d 49 5f 0a 05 0a 01 0a 00 0a 00 0a 00 14 22 44  MI_..........."D
  d050: 53 50 44 01 a0 18 92 94 68 0a 01 72 68 0a 02 68  SPD.....h..rh..h
  d060: 53 4d 49 5f 0a 05 68 0a 00 0a 00 0a 00 a1 02 a3  SMI_..h.........
  d070: 14 14 42 4c 54 48 01 a4 53 4d 49 5f 0a 06 68 0a  ..BLTH..SMI_..h.
  d080: 00 0a 00 0a 00 14 14 46 49 53 50 00 53 4d 49 5f  .......FISP.SMI_
  d090: 0a 07 0a 00 0a 00 0a 00 0a 00 14 13 41 54 43 43  ............ATCC
  d0a0: 01 53 4d 49 5f 0a 08 68 0a 00 0a 00 0a 00 14 14  .SMI_..h........
  d0b0: 57 47 53 56 01 a4 53 4d 49 5f 0a 09 68 0a 00 0a  WGSV..SMI_..h...
  d0c0: 00 0a 00 14 14 54 48 52 4d 01 a4 53 4d 49 5f 0a  .....THRM..SMI_.
  d0d0: 0a 68 0a 00 0a 00 0a 00 14 14 50 50 4d 53 01 a4  .h........PPMS..
  d0e0: 53 4d 49 5f 0a 0b 68 0a 00 0a 00 0a 00 14 13 54  SMI_..h........T
  d0f0: 50 48 59 01 53 4d 49 5f 0a 0c 68 0a 00 0a 00 0a  PHY.SMI_..h.....
  d100: 00 14 13 54 4d 4f 52 01 53 4d 49 5f 0a 0d 68 0a  ...TMOR.SMI_..h.
  d110: 00 0a 00 0a 00 14 33 44 50 49 4f 02 a0 06 92 68  ......3DPIO....h
  d120: a4 0a 00 a0 08 94 68 0a f0 a4 0a 00 a0 10 94 68  ......h........h
  d130: 0a b4 a0 05 69 a4 0a 02 a1 04 a4 0a 01 a0 08 94  ....i...........
  d140: 68 0a 78 a4 0a 03 a4 0a 04 14 3d 44 55 44 4d 02  h.x.......=DUDM.
  d150: a0 06 92 69 a4 0a ff a0 08 94 68 0a 5a a4 0a 00  ...i......h.Z...
  d160: a0 08 94 68 0a 3c a4 0a 01 a0 08 94 68 0a 2d a4  ...h.<......h.-.
  d170: 0a 02 a0 08 94 68 0a 1e a4 0a 03 a0 08 94 68 0a  .....h........h.
  d180: 14 a4 0a 04 a4 0a 05 14 28 44 4d 44 4d 02 a0 05  ........(DMDM...
  d190: 69 a4 0a 00 a0 06 92 68 a4 0a 00 a0 08 94 68 0a  i......h......h.
  d1a0: 96 a4 0a 01 a0 08 94 68 0a 78 a4 0a 02 a4 0a 03  .......h.x......
  d1b0: 14 41 05 55 55 44 4d 02 a0 0a 92 7b 68 0a 04 00  .A.UUDM....{h...
  d1c0: a4 0a 00 a0 09 7b 69 0a 20 00 a4 0a 14 a0 09 7b  .....{i. ......{
  d1d0: 69 0a 10 00 a4 0a 1e a0 09 7b 69 0a 08 00 a4 0a  i........{i.....
  d1e0: 2d a0 09 7b 69 0a 04 00 a4 0a 3c a0 09 7b 69 0a  -..{i.....<..{i.
  d1f0: 02 00 a4 0a 5a a0 09 7b 69 0a 01 00 a4 0a 78 a4  ....Z..{i.....x.
  d200: 0a 00 14 48 04 55 4d 44 4d 04 a0 0a 92 7b 68 0a  ...H.UMDM....{h.
  d210: 02 00 a4 0a 00 a0 08 7b 69 0a 04 00 a4 6b a0 14  .......{i....k..
  d220: 7b 69 0a 02 00 a0 09 92 94 6b 0a 78 a4 0a b4 a1  {i.......k.x....
  d230: 03 a4 6b a0 14 7b 6a 0a 04 00 a0 09 92 94 6b 0a  ..k..{j.......k.
  d240: b4 a4 0a f0 a1 03 a4 6b a4 0a 00 14 4b 04 55 50  .......k....K.UP
  d250: 49 4f 04 a0 16 92 7b 68 0a 02 00 a0 08 93 6a 0a  IO....{h......j.
  d260: 02 a4 0a f0 a1 05 a4 0b 84 03 a0 08 7b 69 0a 02  ............{i..
  d270: 00 a4 6b a0 14 7b 69 0a 01 00 a0 09 92 94 6b 0a  ..k..{i.......k.
  d280: 78 a4 0a b4 a1 03 a4 6b a0 08 93 6a 0a 02 a4 0a  x......k...j....
  d290: f0 a1 05 a4 0b 84 03 14 2d 46 44 4d 41 02 a0 0c  ........-FDMA...
  d2a0: 92 93 69 0a ff a4 7d 69 0a 40 00 a0 10 92 95 68  ..i...}i.@.....h
  d2b0: 0a 03 a4 7d 74 68 0a 02 00 0a 20 00 a0 05 68 a4  ...}th.... ...h.
  d2c0: 0a 12 a4 0a 00 14 1f 46 50 49 4f 01 a0 0c 92 95  .......FPIO.....
  d2d0: 68 0a 03 a4 7d 68 0a 08 00 a0 08 93 68 0a 01 a4  h...}h......h...
  d2e0: 0a 01 a4 0a 00 14 4a 05 53 43 4d 50 02 70 87 68  ......J.SCMP.p.h
  d2f0: 60 a0 08 92 93 60 87 69 a4 01 75 60 08 53 54 52  `....`.i..u`.STR
  d300: 31 11 02 60 08 53 54 52 32 11 02 60 70 68 53 54  1..`.STR2..`phST
  d310: 52 31 70 69 53 54 52 32 70 00 61 a2 22 95 61 60  R1piSTR2p.a.".a`
  d320: 70 83 88 53 54 52 31 61 00 62 70 83 88 53 54 52  p..STR1a.bp..STR
  d330: 32 61 00 63 a0 07 92 93 62 63 a4 01 75 61 a4 00  2a.c....bc..ua..
  d340: 08 53 50 53 5f 0a 00 08 4f 53 49 46 0a 00 08 57  .SPS_...OSIF...W
  d350: 39 38 46 0a 00 08 57 4e 54 46 0a 00 08 57 4d 45  98F...WNTF...WME
  d360: 46 0a 00 08 57 58 50 46 0a 00 08 57 56 49 53 0a  F...WXPF...WVIS.
  d370: 00 08 57 53 50 56 0a 00 08 4c 4e 55 58 0a 00 08  ..WSPV...LNUX...
  d380: 48 38 44 52 0a 00 08 4d 45 4d 58 0a 00 08 41 43  H8DR...MEMX...AC
  d390: 53 54 0a 00 08 46 4e 49 44 0a 00 08 52 52 42 46  ST...FNID...RRBF
  d3a0: 0a 00 08 4e 42 43 46 0a 00                       ...NBCF..

FACS @ 0x7fef4000
  0000: 46 41 43 53 40 00 00 00 3a 15 00 00 00 00 00 00  FACS@...:.......
  0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  0020: 01 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  ................

FACP @ 0x7fed1600
  0000: 46 41 43 50 f4 00 00 00 03 e0 4c 45 4e 4f 56 4f  FACP......LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4c 4e 56 4f  TP-79   0!..LNVO
  0020: 01 00 00 00 00 40 ef 7f 5e 19 ed 7f 00 02 09 00  .....@..^.......
  0030: b2 00 00 00 f0 f1 00 f3 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 f4  (...............
  0060: 01 00 55 00 00 00 00 00 01 03 0d 00 32 12 00 00  ..U.........2...
  0070: ad c2 00 00 01 08 00 00 f9 0c 00 00 00 00 00 00  ................
  0080: 06 00 00 00 00 40 ef 7f 00 00 00 00 5e 19 ed 7f  .....@......^...
  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 20 00 00  . ........... ..
  00e0: 28 10 00 00 00 00 00 00 01 20 00 00 2c 10 00 00  (........ ..,...
  00f0: 00 00 00 00                                      ....

SSDT @ 0x7fed17b4
  0000: 53 53 44 54 aa 01 00 00 01 79 4c 45 4e 4f 56 4f  SSDT.....yLENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4d 53 46 54  TP-79   0!..MSFT
  0020: 0e 00 00 01 10 0e 5c 00 14 0a 4b 4f 55 32 00 5b  ......\...KOU2.[
  0030: 21 0a 64 10 49 0b 5c 2f 04 5f 53 42 5f 50 43 49  !.d.I.\/._SB_PCI
  0040: 30 56 49 44 5f 4c 43 44 30 14 26 5f 42 43 4c 00  0VID_LCD0.&_BCL.
  0050: 70 0a 01 5c 4e 42 43 46 a4 12 16 0a 0a 64 0a 1e  p..\NBCF.....d..
  0060: 0a 1e 0a 28 0a 32 0a 3c 0a 46 0a 50 0a 5a 0a 64  ...(.2.<.F.P.Z.d
  0070: 08 42 43 4c 50 12 12 08 0a 1e 0a 28 0a 32 0a 3c  .BCLP......(.2.<
  0080: 0a 46 0a 50 0a 5a 0a 64 08 42 43 4c 4c 12 12 08  .F.P.Z.d.BCLL...
  0090: 0a 00 0a 01 0a 02 0a 03 0a 04 0a 05 0a 06 0a 07  ................
  00a0: 14 2a 5f 42 43 4d 01 70 89 42 43 4c 50 01 68 00  .*_BCM.p.BCLP.h.
  00b0: 0a 00 0a 00 60 a0 15 92 93 60 ff 70 83 88 42 43  ....`....`.p..BC
  00c0: 4c 4c 60 00 61 5c 56 42 52 43 61 14 21 5f 42 51  LL`.a\VBRCa.!_BQ
  00d0: 43 00 70 5c 56 42 52 47 60 a0 0f 92 94 60 0a 07  C.p\VBRG`....`..
  00e0: a4 83 88 42 43 4c 50 60 00 a1 03 a4 00 10 4c 0b  ...BCLP`......L.
  00f0: 5c 2f 05 5f 53 42 5f 50 43 49 30 41 47 50 5f 56  \/._SB_PCI0AGP_V
  0100: 49 44 5f 4c 43 44 30 14 25 5f 42 43 4c 00 70 0a  ID_LCD0.%_BCL.p.
  0110: 01 4e 42 43 46 a4 12 16 0a 0a 64 0a 1e 0a 1e 0a  .NBCF.....d.....
  0120: 28 0a 32 0a 3c 0a 46 0a 50 0a 5a 0a 64 08 42 43  (.2.<.F.P.Z.d.BC
  0130: 4c 50 12 12 08 0a 1e 0a 28 0a 32 0a 3c 0a 46 0a  LP......(.2.<.F.
  0140: 50 0a 5a 0a 64 08 42 43 4c 4c 12 12 08 0a 00 0a  P.Z.d.BCLL......
  0150: 01 0a 02 0a 03 0a 04 0a 05 0a 06 0a 07 14 2a 5f  ..............*_
  0160: 42 43 4d 01 70 89 42 43 4c 50 01 68 00 0a 00 0a  BCM.p.BCLP.h....
  0170: 00 60 a0 15 92 93 60 ff 70 83 88 42 43 4c 4c 60  .`....`.p..BCLL`
  0180: 00 61 5c 56 42 52 43 61 14 21 5f 42 51 43 00 70  .a\VBRCa.!_BQC.p
  0190: 5c 56 42 52 47 60 a0 0f 92 94 60 0a 07 a4 83 88  \VBRG`....`.....
  01a0: 42 43 4c 50 60 00 a1 03 a4 00                    BCLP`.....

ECDT @ 0x7feded07
  0000: 45 43 44 54 52 00 00 00 01 45 4c 45 4e 4f 56 4f  ECDTR....ELENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4c 4e 56 4f  TP-79   0!..LNVO
  0020: 01 00 00 00 01 08 00 00 66 00 00 00 00 00 00 00  ........f.......
  0030: 01 08 00 00 62 00 00 00 00 00 00 00 00 00 00 00  ....b...........
  0040: 1c 5c 5f 53 42 2e 50 43 49 30 2e 4c 50 43 2e 45  .\_SB.PCI0.LPC.E
  0050: 43 00                                            C.

TCPA @ 0x7feded59
  0000: 54 43 50 41 32 00 00 00 02 39 4c 45 4e 4f 56 4f  TCPA2....9LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4c 4e 56 4f  TP-79   0!..LNVO
  0020: 01 00 00 00 00 00 00 00 01 00 de 1a ee 7f 00 00  ................
  0030: 00 00                                            ..

APIC @ 0x7feded8b
  0000: 41 50 49 43 68 00 00 00 01 5c 4c 45 4e 4f 56 4f  APICh....\LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4c 4e 56 4f  TP-79   0!..LNVO
  0020: 01 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 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                          ........

MCFG @ 0x7fededf3
  0000: 4d 43 46 47 3c 00 00 00 01 72 4c 45 4e 4f 56 4f  MCFG<....rLENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4c 4e 56 4f  TP-79   0!..LNVO
  0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0  ................
  0030: 00 00 00 00 00 00 00 3f 00 00 00 00              .......?....

HPET @ 0x7fedee2f
  0000: 48 50 45 54 38 00 00 00 01 9a 4c 45 4e 4f 56 4f  HPET8.....LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 4c 4e 56 4f  TP-79   0!..LNVO
  0020: 01 00 00 00 01 a2 86 80 00 00 00 00 00 00 d0 fe  ................
  0030: 00 00 00 00 00 80 00 00                          ........

BOOT @ 0x7fedefd8
  0000: 42 4f 4f 54 28 00 00 00 01 98 4c 45 4e 4f 56 4f  BOOT(.....LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 20 4c 54 50  TP-79   0!.. LTP
  0020: 01 00 00 00 35 00 00 00                          ....5...

SSDT @ 0x7fef2697
  0000: 53 53 44 54 5f 02 00 00 01 b2 4c 45 4e 4f 56 4f  SSDT_.....LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 49 4e 54 4c  TP-79   0!..INTL
  0020: 13 05 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 @ 0x7fef28f6
  0000: 53 53 44 54 a6 00 00 00 01 58 4c 45 4e 4f 56 4f  SSDT.....XLENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 49 4e 54 4c  TP-79   0!..INTL
  0020: 13 05 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 @ 0x7fef299c
  0000: 53 53 44 54 f7 04 00 00 01 7c 4c 45 4e 4f 56 4f  SSDT.....|LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 49 4e 54 4c  TP-79   0!..INTL
  0020: 13 05 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 36 1d ef  ...CPU0IST ..6..
  0040: 7f 0c 82 02 00 00 0d 43 50 55 31 49 53 54 20 00  .......CPU1IST .
  0050: 0c 6e 1c ef 7f 0c c8 00 00 00 0d 43 50 55 30 43  .n.........CPU0C
  0060: 53 54 20 00 0c 3d 20 ef 7f 0c 5a 06 00 00 0d 43  ST ..= ...Z....C
  0070: 50 55 31 43 53 54 20 00 0c b8 1f ef 7f 0c 85 00  PU1CST .........
  0080: 00 00 08 43 46 47 44 0c f1 69 1b 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 40 21 5c 2e 5f  ...\SDTL...@!\._
  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 4c  pXq9SREVSSIZEb.L
  0130: 18 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 a0 4c 05 7b 43 46 47 44 0a 01 00 a0 41 05  C0.L.{CFGD....A.
  0210: 90 90 7b 43 46 47 44 0c 00 00 00 01 00 93 7b 50  ..{CFGD.......{P
  0220: 44 43 30 0a 09 00 0a 09 92 7b 53 44 54 4c 0a 01  DC0......{SDTL..
  0230: 00 7d 53 44 54 4c 0a 01 53 44 54 4c 5b 80 49 53  .}SDTL..SDTL[.IS
  0240: 54 30 00 83 88 53 53 44 54 0a 01 00 83 88 53 53  T0...SSDT.....SS
  0250: 44 54 0a 02 00 5b 20 49 53 54 30 48 49 30 5f a0  DT...[ IST0HI0_.
  0260: 49 05 7b 43 46 47 44 0a f0 00 a0 4e 04 90 90 7b  I.{CFGD....N...{
  0270: 43 46 47 44 0c 00 00 00 01 00 7b 50 44 43 30 0a  CFGD......{PDC0.
  0280: 18 00 92 7b 53 44 54 4c 0a 02 00 7d 53 44 54 4c  ...{SDTL...}SDTL
  0290: 0a 02 53 44 54 4c 5b 80 43 53 54 30 00 83 88 53  ..SDTL[.CST0...S
  02a0: 53 44 54 0a 07 00 83 88 53 53 44 54 0a 08 00 5b  SDT.....SSDT...[
  02b0: 20 43 53 54 30 48 43 30 5f a4 6b 10 4b 23 5c 2e   CST0HC0_.k.K#\.
  02c0: 5f 50 52 5f 43 50 55 31 08 48 49 31 5f 0a 00 08  _PR_CPU1.HI1_...
  02d0: 48 43 31 5f 0a 00 14 48 06 5f 50 44 43 01 8a 68  HC1_...H._PDC..h
  02e0: 0a 00 52 45 56 53 8a 68 0a 04 53 49 5a 45 70 87  ..REVS.h..SIZEp.
  02f0: 68 60 70 74 60 0a 08 00 61 5b 13 68 0a 40 77 61  h`pt`...a[.h.@wa
  0300: 0a 08 00 54 45 4d 50 08 53 54 53 31 11 07 0a 04  ...TEMP.STS1....
  0310: 00 00 00 00 73 53 54 53 31 54 45 4d 50 62 5f 4f  ....sSTS1TEMPb_O
  0320: 53 43 11 13 0a 10 16 a6 77 40 0c 29 be 47 9e bd  SC......w@.).G..
  0330: d8 70 58 71 39 53 52 45 56 53 53 49 5a 45 62 14  .pXq9SREVSSIZEb.
  0340: 4c 18 5f 4f 53 43 04 8a 6b 0a 00 53 54 53 31 8a  L._OSC..k..STS1.
  0350: 6b 0a 04 43 41 50 31 8a 68 0a 00 49 49 44 30 8a  k..CAP1.h..IID0.
  0360: 68 0a 04 49 49 44 31 8a 68 0a 08 49 49 44 32 8a  h..IID1.h..IID2.
  0370: 68 0a 0c 49 49 44 33 08 55 49 44 31 11 13 0a 10  h..IID3.UID1....
  0380: 16 a6 77 40 0c 29 be 47 9e bd d8 70 58 71 39 53  ..w@.).G...pXq9S
  0390: 8a 55 49 44 31 0a 00 45 49 44 30 8a 55 49 44 31  .UID1..EID0.UID1
  03a0: 0a 04 45 49 44 31 8a 55 49 44 31 0a 08 45 49 44  ..EID1.UID1..EID
  03b0: 32 8a 55 49 44 31 0a 0c 45 49 44 33 a0 32 92 90  2.UID1..EID3.2..
  03c0: 90 93 49 49 44 30 45 49 44 30 93 49 49 44 31 45  ..IID0EID0.IID1E
  03d0: 49 44 31 90 93 49 49 44 32 45 49 44 32 93 49 49  ID1..IID2EID2.II
  03e0: 44 33 45 49 44 33 70 0a 06 53 54 53 31 a4 6b a0  D3EID3p..STS1.k.
  03f0: 0f 92 93 69 0a 01 70 0a 0a 53 54 53 31 a4 6b 7d  ...i..p..STS1.k}
  0400: 7b 50 44 43 31 0c ff ff ff 7f 00 43 41 50 31 50  {PDC1......CAP1P
  0410: 44 43 31 a0 4c 05 7b 43 46 47 44 0a 01 00 a0 41  DC1.L.{CFGD....A
  0420: 05 90 90 7b 43 46 47 44 0c 00 00 00 01 00 93 7b  ...{CFGD.......{
  0430: 50 44 43 31 0a 09 00 0a 09 92 7b 53 44 54 4c 0a  PDC1......{SDTL.
  0440: 10 00 7d 53 44 54 4c 0a 10 53 44 54 4c 5b 80 49  ..}SDTL..SDTL[.I
  0450: 53 54 31 00 83 88 53 53 44 54 0a 04 00 83 88 53  ST1...SSDT.....S
  0460: 53 44 54 0a 05 00 5b 20 49 53 54 31 48 49 31 5f  SDT...[ IST1HI1_
  0470: a0 49 05 7b 43 46 47 44 0a f0 00 a0 4e 04 90 90  .I.{CFGD....N...
  0480: 7b 43 46 47 44 0c 00 00 00 01 00 7b 50 44 43 31  {CFGD......{PDC1
  0490: 0a 18 00 92 7b 53 44 54 4c 0a 20 00 7d 53 44 54  ....{SDTL. .}SDT
  04a0: 4c 0a 20 53 44 54 4c 5b 80 43 53 54 31 00 83 88  L. SDTL[.CST1...
  04b0: 53 53 44 54 0a 0a 00 83 88 53 53 44 54 0a 0b 00  SSDT.....SSDT...
  04c0: 5b 20 43 53 54 31 48 43 31 5f a4 6b 14 2a 5f 49  [ CST1HC1_.k.*_I
  04d0: 4e 49 00 a0 0c 5c 44 54 53 45 54 48 52 4d 0a 00  NI...\DTSETHRM..
  04e0: a0 16 90 5c 57 58 50 46 92 94 5c 57 53 50 56 0a  ...\WXPF..\WSPV.
  04f0: 01 50 50 4d 53 0a 00                             .PPMS..

SSDT @ 0x7fef2e93
  0000: 53 53 44 54 d8 01 00 00 01 f9 4c 45 4e 4f 56 4f  SSDT......LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 49 4e 54 4c  TP-79   0!..INTL
  0020: 13 05 05 20 10 43 1b 5c 2f 03 5f 53 42 5f 50 43  ... .C.\/._SB_PC
  0030: 49 30 53 41 54 41 5b 82 40 1a 50 52 54 30 08 44  I0SATA[.@.PRT0.D
  0040: 52 45 30 0a 00 08 44 49 50 30 0a 00 08 48 44 54  RE0...DIP0...HDT
  0050: 46 11 11 0a 0e 02 00 00 00 00 a0 ef 00 00 00 00  F...............
  0060: 00 a0 f5 8c 48 44 54 46 0a 0d 48 46 4c 43 08 45  ....HDTF..HFLC.E
  0070: 52 54 46 11 18 0a 15 02 00 00 00 00 a0 ef 00 00  RTF.............
  0080: 00 00 00 a0 f5 5f 00 00 00 00 a0 ef 8c 45 52 54  ....._.......ERT
  0090: 46 0a 0d 45 46 4c 43 08 48 50 54 46 11 18 0a 15  F..EFLC.HPTF....
  00a0: 02 00 00 00 00 a0 ef 00 00 00 00 00 a0 f5 10 03  ................
  00b0: 00 00 00 a0 ef 8c 48 50 54 46 0a 0d 50 46 4c 43  ......HPTF..PFLC
  00c0: 08 48 58 54 46 11 1f 0a 1c 02 00 00 00 00 a0 ef  .HXTF...........
  00d0: 00 00 00 00 00 a0 f5 5f 00 00 00 00 a0 ef 10 03  ......._........
  00e0: 00 00 00 a0 ef 8c 48 58 54 46 0a 0d 58 46 4c 43  ......HXTF..XFLC
  00f0: 08 5f 41 44 52 0b ff ff 14 4c 08 5f 53 44 44 01  ._ADR....L._SDD.
  0100: 70 0a 00 44 52 45 30 70 0a 00 44 49 50 30 a0 46  p..DRE0p..DIP0.F
  0110: 07 93 87 68 0b 00 02 8b 68 0a 9c 4d 30 37 38 8b  ...h....h..M078.
  0120: 68 0a ac 4d 30 38 36 8b 68 0a ee 4d 31 31 39 8b  h..M086.h..M119.
  0130: 68 0b 28 01 4d 31 34 38 a0 1f 93 7b 4d 31 34 38  h.(.M148...{M148
  0140: 0b 00 c0 00 0b 00 40 a0 10 7b 4d 31 34 38 0a 04  ......@..{M148..
  0150: 00 70 0a 01 44 52 45 30 a0 1b 7b 4d 30 38 36 0b  .p..DRE0..{M086.
  0160: 00 80 00 a0 10 7b 4d 31 31 39 0a 01 00 70 0a 01  .....{M119...p..
  0170: 44 52 45 30 a0 10 7b 4d 30 37 38 0a 08 00 70 0a  DRE0..{M078...p.
  0180: 01 44 49 50 30 14 42 05 5f 47 54 46 00 a0 22 5c  .DIP0.B._GTF.."\
  0190: 4f 53 53 53 70 0a e1 58 46 4c 43 70 0a e1 45 46  OSSSp..XFLCp..EF
  01a0: 4c 43 70 0a e1 48 46 4c 43 70 0a e1 50 46 4c 43  LCp..HFLCp..PFLC
  01b0: a0 17 44 52 45 30 a0 0a 44 49 50 30 a4 48 58 54  ..DRE0..DIP0.HXT
  01c0: 46 a1 06 a4 45 52 54 46 a0 0a 44 49 50 30 a4 48  F...ERTF..DIP0.H
  01d0: 50 54 46 a4 48 44 54 46                          PTF.HDTF

XSDT @ 0x7fed155e
  0000: 58 53 44 54 84 00 00 00 01 93 4c 45 4e 4f 56 4f  XSDT......LENOVO
  0010: 54 50 2d 37 39 20 20 20 30 21 00 00 20 4c 54 50  TP-79   0!.. LTP
  0020: 00 00 00 00 00 16 ed 7f 00 00 00 00 b4 17 ed 7f  ................
  0030: 00 00 00 00 07 ed ed 7f 00 00 00 00 59 ed ed 7f  ............Y...
  0040: 00 00 00 00 8b ed ed 7f 00 00 00 00 f3 ed ed 7f  ................
  0050: 00 00 00 00 2f ee ed 7f 00 00 00 00 d8 ef ed 7f  ..../...........
  0060: 00 00 00 00 97 26 ef 7f 00 00 00 00 f6 28 ef 7f  .....&.......(..
  0070: 00 00 00 00 9c 29 ef 7f 00 00 00 00 93 2e ef 7f  .....)..........
  0080: 00 00 00 00                                      ....

RSD PTR @ 0xf67d0
  0000: 52 53 44 20 50 54 52 20 81 4c 45 4e 4f 56 4f 02  RSD PTR .LENOVO.
  0010: 0a 15 ed 7f 24 00 00 00 5e 15 ed 7f 00 00 00 00  ....$...^.......
  0020: fd 00 00 00                                      ....


^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 20:57     ` broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p) Rafael J. Wysocki
@ 2008-02-25 21:26       ` Pavel Machek
  2008-02-25 21:31         ` Michael S. Tsirkin
  2008-02-25 21:32         ` Jeff Garzik
  0 siblings, 2 replies; 47+ messages in thread
From: Pavel Machek @ 2008-02-25 21:26 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Michael S. Tsirkin, Andrew Morton, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

Hi!

> On Monday, 25 of February 2008, Michael S. Tsirkin wrote:
> > On Mon, Feb 25, 2008 at 9:46 PM, Andrew Morton
> > <akpm@linux-foundation.org> wrote:
> > > On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
> > >
> > >  > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
> > >  > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
> > >  > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
> > >
> > >  You mean suspend-to-ram works correctly on your t61p?
> > >
> > >  Mine suspends, then five seconds later magically resumes itself and the
> > >  screen is all black.
> > 
> > Sorry, have not noticed what you were asking about.
> > Yes, rc2 seems to suspend/resume fine.
> > 
> > And after reverting
> > 
> >      revert commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2.
> 
> commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
> Author: Pavel Machek <pavel@ucw.cz>
> Date:   Thu Feb 21 13:56:55 2008 +0100
> 
>     power_state: get rid of write-only variable in SATA

This is pretty unlikely to be it. Can you double check that this patch
really breaks something?

> >      revert commit 208c70a45624400fafd7511b96bc426bf01f8f5e.
> 
> commit 208c70a45624400fafd7511b96bc426bf01f8f5e
> Author: Alexey Starikovskiy <astarikovskiy@suse.de>
> Date:   Thu Feb 14 15:58:47 2008 -0500
> 
>     ACPI: EC: Use proper handle for boot EC
> 
> > r3 does, too.
> 
> Please, _please_ always add commit subjects to your reports.  Also, please
> include the names of the authors of the commits that turn out to break things
> and send CCs to them.
> 
> It won't hurt to send CCs to the people who signed those commits off, too.

Hmm, as EC is the piece of hw that does the wakeups, yes, EC might be
responsible for autowaking.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 21:26       ` Pavel Machek
@ 2008-02-25 21:31         ` Michael S. Tsirkin
  2008-02-25 21:50           ` Pavel Machek
  2008-02-25 21:32         ` Jeff Garzik
  1 sibling, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 21:31 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Rafael J. Wysocki, Andrew Morton, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Mon, Feb 25, 2008 at 11:26 PM, Pavel Machek <pavel@ucw.cz> wrote:
> Hi!
>
>
>  > On Monday, 25 of February 2008, Michael S. Tsirkin wrote:
>  > > On Mon, Feb 25, 2008 at 9:46 PM, Andrew Morton
>  > > <akpm@linux-foundation.org> wrote:
>  > > > On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
>  > > >
>  > > >  > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
>  > > >  > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
>  > > >  > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
>  > > >
>  > > >  You mean suspend-to-ram works correctly on your t61p?
>  > > >
>  > > >  Mine suspends, then five seconds later magically resumes itself and the
>  > > >  screen is all black.
>  > >
>  > > Sorry, have not noticed what you were asking about.
>  > > Yes, rc2 seems to suspend/resume fine.
>  > >
>  > > And after reverting
>  > >
>  > >      revert commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2.
>  >
>  > commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
>  > Author: Pavel Machek <pavel@ucw.cz>
>  > Date:   Thu Feb 21 13:56:55 2008 +0100
>  >
>  >     power_state: get rid of write-only variable in SATA
>
>  This is pretty unlikely to be it. Can you double check that this patch
>  really breaks something?

I did and it seems to: just reverting
559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2 fixes resume for me.
635adc28087ced0c843d2ecb6d4ae474d0e611cd which is
559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2~1
also resumes fine.

>
>  > >      revert commit 208c70a45624400fafd7511b96bc426bf01f8f5e.
>  >
>  > commit 208c70a45624400fafd7511b96bc426bf01f8f5e
>  > Author: Alexey Starikovskiy <astarikovskiy@suse.de>
>  > Date:   Thu Feb 14 15:58:47 2008 -0500
>  >
>  >     ACPI: EC: Use proper handle for boot EC
>  >
>  > > r3 does, too.
>  >
>  > Please, _please_ always add commit subjects to your reports.  Also, please
>  > include the names of the authors of the commits that turn out to break things
>  > and send CCs to them.
>  >
>  > It won't hurt to send CCs to the people who signed those commits off, too.
>
>  Hmm, as EC is the piece of hw that does the wakeups, yes, EC might be
>  responsible for autowaking.
>                                                                         Pavel

As far as I can tell, nope, reverting
208c70a45624400fafd7511b96bc426bf01f8f5e fixes acpi
keyboard/lid events but does fix resume from suspend to ram for me.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 21:26       ` Pavel Machek
  2008-02-25 21:31         ` Michael S. Tsirkin
@ 2008-02-25 21:32         ` Jeff Garzik
  2008-02-25 22:21           ` Pavel Machek
  1 sibling, 1 reply; 47+ messages in thread
From: Jeff Garzik @ 2008-02-25 21:32 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Rafael J. Wysocki, Michael S. Tsirkin, Andrew Morton, LKML,
	Alexey Starikovskiy, Len Brown, linux-acpi

Pavel Machek wrote:
>> commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
>> Author: Pavel Machek <pavel@ucw.cz>
>> Date:   Thu Feb 21 13:56:55 2008 +0100
>>
>>     power_state: get rid of write-only variable in SATA
> 
> This is pretty unlikely to be it. Can you double check that this patch
> really breaks something?

Quote...

	After reverting 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
	on top of 2.6.25-rc3 the kernel again resumes from suspend to
	ram.

Seems pretty clear to me.

	Jeff



^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 21:31         ` Michael S. Tsirkin
@ 2008-02-25 21:50           ` Pavel Machek
  2008-02-25 22:15             ` Michael S. Tsirkin
  0 siblings, 1 reply; 47+ messages in thread
From: Pavel Machek @ 2008-02-25 21:50 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Rafael J. Wysocki, Andrew Morton, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

Hi!

> >  > commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
> >  > Author: Pavel Machek <pavel@ucw.cz>
> >  > Date:   Thu Feb 21 13:56:55 2008 +0100
> >  >
> >  >     power_state: get rid of write-only variable in SATA
> >
> >  This is pretty unlikely to be it. Can you double check that this patch
> >  really breaks something?
> 
> I did and it seems to: just reverting
> 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2 fixes resume for me.
> 635adc28087ced0c843d2ecb6d4ae474d0e611cd which is
> 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2~1
> also resumes fine.

Hmm, I guess that should teach me about "simple cleanups".

Do you use any of:

ata/sata_inic162x.c
ata/sata_nv.c
ata/sata_sil24.c

by chance?

(Ok, the patch is very safe to revert, it was "cleanup", it fixes
nothing).
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 21:50           ` Pavel Machek
@ 2008-02-25 22:15             ` Michael S. Tsirkin
  2008-02-25 22:20               ` Pavel Machek
  0 siblings, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 22:15 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Rafael J. Wysocki, Andrew Morton, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Mon, Feb 25, 2008 at 11:50 PM, Pavel Machek <pavel@ucw.cz> wrote:
> Hi!
>
>
>  > >  > commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
>  > >  > Author: Pavel Machek <pavel@ucw.cz>
>  > >  > Date:   Thu Feb 21 13:56:55 2008 +0100
>  > >  >
>  > >  >     power_state: get rid of write-only variable in SATA
>  > >
>  > >  This is pretty unlikely to be it. Can you double check that this patch
>  > >  really breaks something?
>  >
>  > I did and it seems to: just reverting
>  > 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2 fixes resume for me.
>  > 635adc28087ced0c843d2ecb6d4ae474d0e611cd which is
>  > 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2~1
>  > also resumes fine.
>
>  Hmm, I guess that should teach me about "simple cleanups".
>
>  Do you use any of:
>
>  ata/sata_inic162x.c
>  ata/sata_nv.c
>  ata/sata_sil24.c
>
>  by chance?

I don't think so.
Here are the only 3 ata modules I have built:
drivers/ata/ahci.ko
drivers/ata/ata_piix.ko
drivers/ata/libata.ko


ahci.c seems to look at power_state.

static int ahci_pci_device_resume(struct pci_dev *pdev)
{
        struct ata_host *host = dev_get_drvdata(&pdev->dev);
        int rc;

        rc = ata_pci_device_do_resume(pdev);
        if (rc)
                return rc;

        if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
                rc = ahci_reset_controller(host);
                if (rc)
                        return rc;

                ahci_init_controller(host);
        }

        ata_host_resume(host);

        return 0;
}

Right?

>  (Ok, the patch is very safe to revert, it was "cleanup", it fixes
>  nothing).
>
>
>                                                                         Pavel

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:15             ` Michael S. Tsirkin
@ 2008-02-25 22:20               ` Pavel Machek
  2008-02-25 22:36                 ` Michael S. Tsirkin
  0 siblings, 1 reply; 47+ messages in thread
From: Pavel Machek @ 2008-02-25 22:20 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Rafael J. Wysocki, Andrew Morton, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

Hi!

> >  > >  > commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
> >  > >  > Author: Pavel Machek <pavel@ucw.cz>
> >  > >  > Date:   Thu Feb 21 13:56:55 2008 +0100
> >  > >  >
> >  > >  >     power_state: get rid of write-only variable in SATA
> >  > >
> >  > >  This is pretty unlikely to be it. Can you double check that this patch
> >  > >  really breaks something?
> >  >
> >  > I did and it seems to: just reverting
> >  > 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2 fixes resume for me.
> >  > 635adc28087ced0c843d2ecb6d4ae474d0e611cd which is
> >  > 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2~1
> >  > also resumes fine.
> >
> >  Hmm, I guess that should teach me about "simple cleanups".
> >
> >  Do you use any of:
> >
> >  ata/sata_inic162x.c
> >  ata/sata_nv.c
> >  ata/sata_sil24.c
> >
> >  by chance?
> 
> I don't think so.
> Here are the only 3 ata modules I have built:
> drivers/ata/ahci.ko
> drivers/ata/ata_piix.ko
> drivers/ata/libata.ko
> 
> 
> ahci.c seems to look at power_state.
> 
> static int ahci_pci_device_resume(struct pci_dev *pdev)
> {
>         struct ata_host *host = dev_get_drvdata(&pdev->dev);
>         int rc;
> 
>         rc = ata_pci_device_do_resume(pdev);
>         if (rc)
>                 return rc;
> 
>         if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
>                 rc = ahci_reset_controller(host);
>                 if (rc)
>                         return rc;
> 
>                 ahci_init_controller(host);
>         }

> Right?

Hmm, mystery partly solved... as you guessed it, this piece of code
was not in my tree.

(still, how can this cause autoresume after 5 seconds is a mystery to
me).
								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 21:32         ` Jeff Garzik
@ 2008-02-25 22:21           ` Pavel Machek
  0 siblings, 0 replies; 47+ messages in thread
From: Pavel Machek @ 2008-02-25 22:21 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Rafael J. Wysocki, Michael S. Tsirkin, Andrew Morton, LKML,
	Alexey Starikovskiy, Len Brown, linux-acpi

On Mon 2008-02-25 16:32:38, Jeff Garzik wrote:
> Pavel Machek wrote:
>>> commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
>>> Author: Pavel Machek <pavel@ucw.cz>
>>> Date:   Thu Feb 21 13:56:55 2008 +0100
>>>
>>>     power_state: get rid of write-only variable in SATA
>>
>> This is pretty unlikely to be it. Can you double check that this patch
>> really breaks something?
>
> Quote...
>
> 	After reverting 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
> 	on top of 2.6.25-rc3 the kernel again resumes from suspend to
> 	ram.
>
> Seems pretty clear to me.

Yep, that patch was crappy. I developed it on machine with SCSI
powersave patches applied, and did not realize this code
changed. Sorry.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 21:01       ` Michael S. Tsirkin
@ 2008-02-25 22:33         ` Alexey Starikovskiy
  2008-02-25 23:18           ` Michael S. Tsirkin
  0 siblings, 1 reply; 47+ messages in thread
From: Alexey Starikovskiy @ 2008-02-25 22:33 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Andrew Morton, LKML, Rafael J. Wysocki, Len Brown, linux-acpi

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

Michael S. Tsirkin wrote:
> On Mon, Feb 25, 2008 at 10:50 PM, Alexey Starikovskiy
> <astarikovskiy@suse.de> wrote:
>> Michael S. Tsirkin wrote:
>>  > Did you guys stop accepting reports by mail?
>>  > I hope not.
>>  It is easier to track bug information in bugzilla.
>>  If you for some reason do not wish to create a bug report,
>>  I can do it for you. You only need to provide acpidump.
> 
> Great.
> 
>>  >> and attach acpidump?
>>  >
>>  > I'll see if I can get acpidump output - in which state do you want it?
>>  > Right after boot on the broken kernel?
>>  acpidump output does not change over time, you could get it even with some other kernel.
>>
>>
> 
> Attached is the acpidump output run under 2.6.23-rc3 + with reverted
> 37f9b4c7c612fcbeb8fb6faddaef4ccdb5350145
> (IOW - this is a working configuration).
Thanks, you've got round 10100 bug number.

Please check if the following patch on top of Linus git tree helps.

Regards,
Alex 

> 
> HTH,
> MST
> 


[-- Attachment #2: ec-x.patch --]
[-- Type: text/x-patch, Size: 1694 bytes --]

ACPI: EC: fix regression

From: Alexey Starikovskiy <astarikovskiy@suse.de>


---

 drivers/acpi/ec.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index caf873c..d6f9956 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -129,7 +129,8 @@ static struct acpi_ec {
 	struct mutex lock;
 	wait_queue_head_t wait;
 	struct list_head list;
-	u8 handlers_installed;
+	u8 handlers_installed:1;
+	u8 from_ecdt:1;
 } *boot_ec, *first_ec;
 
 /* --------------------------------------------------------------------------
@@ -772,16 +773,18 @@ static int acpi_ec_add(struct acpi_device *device)
 
 	/* Check for boot EC */
 	if (boot_ec) {
-		if (boot_ec->handle == device->handle) {
-			/* Pre-loaded EC from DSDT, just move pointer */
-			ec = boot_ec;
-			boot_ec = NULL;
-			goto end;
-		} else if (boot_ec->handle == ACPI_ROOT_OBJECT) {
+		if (boot_ec->from_ecdt &&
+		    (boot_ec->handle == device->handle ||
+		     boot_ec->handle == ACPI_ROOT_OBJECT)) {
 			/* ECDT-based EC, time to shut it down */
 			ec_remove_handlers(boot_ec);
 			kfree(boot_ec);
 			first_ec = boot_ec = NULL;
+		} else if (boot_ec->handle == device->handle) {
+			/* Pre-loaded EC from DSDT, just move pointer */
+			ec = boot_ec;
+			boot_ec = NULL;
+			goto end;
 		}
 	}
 
@@ -943,6 +946,7 @@ int __init acpi_ec_ecdt_probe(void)
 		boot_ec->command_addr = ecdt_ptr->control.address;
 		boot_ec->data_addr = ecdt_ptr->data.address;
 		boot_ec->gpe = ecdt_ptr->gpe;
+		boot_ec->from_ecdt = 1;
 		if (ACPI_FAILURE(acpi_get_handle(NULL, ecdt_ptr->id,
 				&boot_ec->handle))) {
 			pr_info("Failed to locate handle for boot EC\n");

^ permalink raw reply related	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:20               ` Pavel Machek
@ 2008-02-25 22:36                 ` Michael S. Tsirkin
  2008-02-25 22:39                   ` Andrew Morton
  0 siblings, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 22:36 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Rafael J. Wysocki, Andrew Morton, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Tue, Feb 26, 2008 at 12:20 AM, Pavel Machek <pavel@ucw.cz> wrote:
>
> Hi!
>
>  > >  > >  > commit 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
>  > >  > >  > Author: Pavel Machek <pavel@ucw.cz>
>  > >  > >  > Date:   Thu Feb 21 13:56:55 2008 +0100
>  > >  > >  >
>  > >  > >  >     power_state: get rid of write-only variable in SATA
>  > >  > >
>  > >  > >  This is pretty unlikely to be it. Can you double check that this patch
>  > >  > >  really breaks something?
>  > >  >
>  > >  > I did and it seems to: just reverting
>  > >  > 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2 fixes resume for me.
>  > >  > 635adc28087ced0c843d2ecb6d4ae474d0e611cd which is
>  > >  > 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2~1
>  > >  > also resumes fine.
>  > >
>  > >  Hmm, I guess that should teach me about "simple cleanups".
>  > >
>  > >  Do you use any of:
>  > >
>  > >  ata/sata_inic162x.c
>  > >  ata/sata_nv.c
>  > >  ata/sata_sil24.c
>  > >
>  > >  by chance?
>  >
>  > I don't think so.
>  > Here are the only 3 ata modules I have built:
>  > drivers/ata/ahci.ko
>  > drivers/ata/ata_piix.ko
>  > drivers/ata/libata.ko
>  >
>  >
>  > ahci.c seems to look at power_state.
>  >
>  > static int ahci_pci_device_resume(struct pci_dev *pdev)
>  > {
>  >         struct ata_host *host = dev_get_drvdata(&pdev->dev);
>  >         int rc;
>  >
>  >         rc = ata_pci_device_do_resume(pdev);
>  >         if (rc)
>  >                 return rc;
>  >
>  >         if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
>  >                 rc = ahci_reset_controller(host);
>  >                 if (rc)
>  >                         return rc;
>  >
>  >                 ahci_init_controller(host);
>  >         }
>
>  > Right?
>
>  Hmm, mystery partly solved... as you guessed it, this piece of code
>  was not in my tree.
>
>  (still, how can this cause autoresume after 5 seconds is a mystery to
>  me).
>
>
>                                                                 Pavel

Maybe it doesn't. Andrew saw the autoresume on -rc[2,3], I didn't.
For me, it causes resume to fail.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:36                 ` Michael S. Tsirkin
@ 2008-02-25 22:39                   ` Andrew Morton
  2008-02-25 22:48                     ` Michael S. Tsirkin
  0 siblings, 1 reply; 47+ messages in thread
From: Andrew Morton @ 2008-02-25 22:39 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Pavel Machek, Rafael J. Wysocki, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Tue, 26 Feb 2008 00:36:54 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:

> >  Hmm, mystery partly solved... as you guessed it, this piece of code
> >  was not in my tree.
> >
> >  (still, how can this cause autoresume after 5 seconds is a mystery to
> >  me).
> >
> >
> >                                                                 Pavel
> 
> Maybe it doesn't. Andrew saw the autoresume on -rc[2,3]

And earlier - I think 2.6.23 does it as well.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:39                   ` Andrew Morton
@ 2008-02-25 22:48                     ` Michael S. Tsirkin
  2008-02-25 22:53                       ` Andrew Morton
  0 siblings, 1 reply; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 22:48 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Pavel Machek, Rafael J. Wysocki, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Tue, Feb 26, 2008 at 12:39 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Tue, 26 Feb 2008 00:36:54 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
>
>  > >  Hmm, mystery partly solved... as you guessed it, this piece of code
>  > >  was not in my tree.
>  > >
>  > >  (still, how can this cause autoresume after 5 seconds is a mystery to
>  > >  me).
>  > >
>  > >
>  > >                                                                 Pavel
>  >
>  > Maybe it doesn't. Andrew saw the autoresume on -rc[2,3]
>
>  And earlier - I think 2.6.23 does it as well.

But that one at least resumes fine, does it not?

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:48                     ` Michael S. Tsirkin
@ 2008-02-25 22:53                       ` Andrew Morton
  2008-02-25 22:58                         ` Michael S. Tsirkin
  2008-02-25 22:58                         ` Pavel Machek
  0 siblings, 2 replies; 47+ messages in thread
From: Andrew Morton @ 2008-02-25 22:53 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Pavel Machek, Rafael J. Wysocki, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Tue, 26 Feb 2008 00:48:12 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:

> On Tue, Feb 26, 2008 at 12:39 AM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
> > On Tue, 26 Feb 2008 00:36:54 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
> >
> >  > >  Hmm, mystery partly solved... as you guessed it, this piece of code
> >  > >  was not in my tree.
> >  > >
> >  > >  (still, how can this cause autoresume after 5 seconds is a mystery to
> >  > >  me).
> >  > >
> >  > >
> >  > >                                                                 Pavel
> >  >
> >  > Maybe it doesn't. Andrew saw the autoresume on -rc[2,3]
> >
> >  And earlier - I think 2.6.23 does it as well.
> 
> But that one at least resumes fine, does it not?

Nope, the resume-after-five-seconds and black-screen-after-resume have
always been there (I've only had the thing a few months).

I thought the restoring of the screen after resume is handled by the X
server?  I'm using the nv.o driver.  Perhaps nvidia's driver handles it
right, dunno.


^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:53                       ` Andrew Morton
@ 2008-02-25 22:58                         ` Michael S. Tsirkin
  2008-02-25 22:58                         ` Pavel Machek
  1 sibling, 0 replies; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 22:58 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Pavel Machek, Rafael J. Wysocki, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

On Tue, Feb 26, 2008 at 12:53 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
>
> On Tue, 26 Feb 2008 00:48:12 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
>
>  > On Tue, Feb 26, 2008 at 12:39 AM, Andrew Morton
>  > <akpm@linux-foundation.org> wrote:
>  > > On Tue, 26 Feb 2008 00:36:54 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
>  > >
>  > >  > >  Hmm, mystery partly solved... as you guessed it, this piece of code
>  > >  > >  was not in my tree.
>  > >  > >
>  > >  > >  (still, how can this cause autoresume after 5 seconds is a mystery to
>  > >  > >  me).
>  > >  > >
>  > >  > >
>  > >  > >                                                                 Pavel
>  > >  >
>  > >  > Maybe it doesn't. Andrew saw the autoresume on -rc[2,3]
>  > >
>  > >  And earlier - I think 2.6.23 does it as well.
>  >
>  > But that one at least resumes fine, does it not?
>
>  Nope, the resume-after-five-seconds and black-screen-after-resume have
>  always been there (I've only had the thing a few months).
>
>  I thought the restoring of the screen after resume is handled by the X
>  server?  I'm using the nv.o driver.  Perhaps nvidia's driver handles it
>  right, dunno.
>
>

Oh, I have the ATI thingy.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-25 22:53                       ` Andrew Morton
  2008-02-25 22:58                         ` Michael S. Tsirkin
@ 2008-02-25 22:58                         ` Pavel Machek
       [not found]                           ` <20080225155550.4a020dfb.akpm@linux-foundation.org>
  1 sibling, 1 reply; 47+ messages in thread
From: Pavel Machek @ 2008-02-25 22:58 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Michael S. Tsirkin, Rafael J. Wysocki, LKML, Alexey Starikovskiy,
	Len Brown, linux-acpi, Jeff Garzik

Hi!

> > >  > Maybe it doesn't. Andrew saw the autoresume on -rc[2,3]
> > >
> > >  And earlier - I think 2.6.23 does it as well.
> > 
> > But that one at least resumes fine, does it not?
> 
> Nope, the resume-after-five-seconds and black-screen-after-resume have
> always been there (I've only had the thing a few months).
> 
> I thought the restoring of the screen after resume is handled by the X
> server?  I'm using the nv.o driver.  Perhaps nvidia's driver handles it
> right, dunno.

Aha, so you do not have s2ram from suspend.sf.net installed, do you?

Restoring the screen is done by either

a) kernel/bios (acpi_sleep=..., or better s2ram -f -a X )

b) vbetool

c) X

. s2ram should detect your machine, and automatically set acpi_sleep
and/or perform vbetool magic.

Please try s2ram, there's good chance it will just work.
								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 22:33         ` Alexey Starikovskiy
@ 2008-02-25 23:18           ` Michael S. Tsirkin
  0 siblings, 0 replies; 47+ messages in thread
From: Michael S. Tsirkin @ 2008-02-25 23:18 UTC (permalink / raw)
  To: Alexey Starikovskiy
  Cc: Andrew Morton, LKML, Rafael J. Wysocki, Len Brown, linux-acpi

On Tue, Feb 26, 2008 at 12:33 AM, Alexey Starikovskiy
<astarikovskiy@suse.de> wrote:
>  > Attached is the acpidump output run under 2.6.23-rc3 + with reverted
>  > 37f9b4c7c612fcbeb8fb6faddaef4ccdb5350145
>  > (IOW - this is a working configuration).
>  Thanks, you've got round 10100 bug number.
>
>  Please check if the following patch on top of Linus git tree helps.
>
>  Regards,
>  Alex

I did some light testing, but yes, this seems to help.
With this patch applied on top of 2.6.25-rc3, I get keyboard acpi events again,
so that I can suspend by clicking Fn+F4.

-- 
MST

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-25 19:46 ` Andrew Morton
  2008-02-25 20:39   ` Michael S. Tsirkin
  2008-02-25 20:45   ` Michael S. Tsirkin
@ 2008-02-26  8:54   ` Klaus S. Madsen
  2008-02-26 21:32     ` Klaus S. Madsen
  2 siblings, 1 reply; 47+ messages in thread
From: Klaus S. Madsen @ 2008-02-26  8:54 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Michael S. Tsirkin, LKML, Rafael J. Wysocki, Alexey Starikovskiy,
	Len Brown, linux-acpi

On Mon, Feb 25, 2008 at 11:46:11 -0800, Andrew Morton wrote:
> On Mon, 25 Feb 2008 21:19:24 +0200 "Michael S. Tsirkin" <m.s.tsirkin@gmail.com> wrote:
> 
> > On my T61p, 2.6.25-rc2 seems to get acpi events from keypresses
> > such as Fn-F4 and lid open/close, prints them in /var/log/acpid
> > and reacts accordingly (my acpi scripts suspend on lid close and Fn-F4).
> 
> You mean suspend-to-ram works correctly on your t61p?
> 
> Mine suspends, then five seconds later magically resumes itself and the
> screen is all black.
I also have a T61p, on which STR works. I haven't tried 2.6.25, but it
works with 2.6.24. Both using the suspend scripts included in Ubuntu
7.10, and with s2ram 0.8 (although I need to use --acpi_sleep 2
(s3_mode) as an option, instead of 1 (s3_bios), which is used by default
on my model).

But I'm using the NVidia module, so that most likely changes a lot of
things.  I'll see if I can find time tonight to test 2.6.25-rc3 + nv,
and report back.

-- 
Kind regards
	Klaus S. Madsen

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
       [not found]                             ` <20080226000007.GB22102@atrey.karlin.mff.cuni.cz>
@ 2008-02-26 10:11                               ` Pavel Machek
  2008-02-26 17:46                                 ` Dave Jones
  0 siblings, 1 reply; 47+ messages in thread
From: Pavel Machek @ 2008-02-26 10:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Rafael J. Wysocki, Dave Jones, kernel list

Hi!

Andrew is trying to get s2ram to work on Fedora:

> > > Please try s2ram, there's good chance it will just work.
> > 
> > configure: error: Required libx86 was not found
> 
> apt-get install libx86-dev?
> 
> Alternatively, can you post dmidecode? Thinkpads usually work with
> acpi_sleep=s3_bios,s3_mode ; and I can look up whitelist manually.

...unfortunately, it does not ship s2ram by default, and does not even
carry its dependencies.

Is there some custom mechanism to get suspend-to-ram to work on
Fedora? If not, would it be possible to start shipping s2ram from
suspend.sf.net? 

(Unlike s2disk, this will not eat filesystems, I promise  :-).
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 10:11                               ` Pavel Machek
@ 2008-02-26 17:46                                 ` Dave Jones
  2008-02-26 17:59                                   ` Pavel Machek
  0 siblings, 1 reply; 47+ messages in thread
From: Dave Jones @ 2008-02-26 17:46 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andrew Morton, Rafael J. Wysocki, kernel list

On Tue, Feb 26, 2008 at 11:11:17AM +0100, Pavel Machek wrote:
 > Hi!
 > 
 > Andrew is trying to get s2ram to work on Fedora:
 > 
 > > > > Please try s2ram, there's good chance it will just work.
 > > > 
 > > > configure: error: Required libx86 was not found
 > > 
 > > apt-get install libx86-dev?
 > > 
 > > Alternatively, can you post dmidecode? Thinkpads usually work with
 > > acpi_sleep=s3_bios,s3_mode ; and I can look up whitelist manually.
 > 
 > ...unfortunately, it does not ship s2ram by default, and does not even
 > carry its dependencies.
 > 
 > Is there some custom mechanism to get suspend-to-ram to work on
 > Fedora? 

if by 'custom' you mean the solution everyone agreed to work
toward at the power management summit several years ago
(hal/pm-utils) then, yes.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 17:46                                 ` Dave Jones
@ 2008-02-26 17:59                                   ` Pavel Machek
  2008-02-26 18:10                                     ` Dave Jones
  0 siblings, 1 reply; 47+ messages in thread
From: Pavel Machek @ 2008-02-26 17:59 UTC (permalink / raw)
  To: Dave Jones, Andrew Morton, Rafael J. Wysocki, kernel list

On Tue 2008-02-26 12:46:13, Dave Jones wrote:
> On Tue, Feb 26, 2008 at 11:11:17AM +0100, Pavel Machek wrote:
>  > Hi!
>  > 
>  > Andrew is trying to get s2ram to work on Fedora:
>  > 
>  > > > > Please try s2ram, there's good chance it will just work.
>  > > > 
>  > > > configure: error: Required libx86 was not found
>  > > 
>  > > apt-get install libx86-dev?
>  > > 
>  > > Alternatively, can you post dmidecode? Thinkpads usually work with
>  > > acpi_sleep=s3_bios,s3_mode ; and I can look up whitelist manually.
>  > 
>  > ...unfortunately, it does not ship s2ram by default, and does not even
>  > carry its dependencies.
>  > 
>  > Is there some custom mechanism to get suspend-to-ram to work on
>  > Fedora? 
> 
> if by 'custom' you mean the solution everyone agreed to work
> toward at the power management summit several years ago
> (hal/pm-utils) then, yes.

I must have been on different summit... I believe it is bad to tie
s2ram to hal, because it makes testing on minimal system hard.

Anyway, what is the "default" way to trigger s2ram for Andrew? Perhaps
Fedora already has his machine whitelisted...
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 17:59                                   ` Pavel Machek
@ 2008-02-26 18:10                                     ` Dave Jones
  2008-02-26 18:16                                       ` Pavel Machek
  0 siblings, 1 reply; 47+ messages in thread
From: Dave Jones @ 2008-02-26 18:10 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andrew Morton, Rafael J. Wysocki, kernel list

On Tue, Feb 26, 2008 at 06:59:54PM +0100, Pavel Machek wrote:
 
 > > if by 'custom' you mean the solution everyone agreed to work
 > > toward at the power management summit several years ago
 > > (hal/pm-utils) then, yes.
 > 
 > I must have been on different summit... I believe it is bad to tie
 > s2ram to hal, because it makes testing on minimal system hard.
 > 
 > Anyway, what is the "default" way to trigger s2ram for Andrew? Perhaps
 > Fedora already has his machine whitelisted...

There is no s2ram. pm-suspend uses the white/black-lists in pm-utils.
Remember that? The cross-distro package everyone agreed was a good idea
so that every distro didn't have their own magic utility ?

sigh, I give up.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 18:10                                     ` Dave Jones
@ 2008-02-26 18:16                                       ` Pavel Machek
  2008-02-26 18:22                                         ` Dave Jones
  2008-02-26 18:56                                         ` Andrew Morton
  0 siblings, 2 replies; 47+ messages in thread
From: Pavel Machek @ 2008-02-26 18:16 UTC (permalink / raw)
  To: Dave Jones, Andrew Morton, Rafael J. Wysocki, kernel list

On Tue 2008-02-26 13:10:01, Dave Jones wrote:
> On Tue, Feb 26, 2008 at 06:59:54PM +0100, Pavel Machek wrote:
>  
>  > > if by 'custom' you mean the solution everyone agreed to work
>  > > toward at the power management summit several years ago
>  > > (hal/pm-utils) then, yes.
>  > 
>  > I must have been on different summit... I believe it is bad to tie
>  > s2ram to hal, because it makes testing on minimal system hard.
>  > 
>  > Anyway, what is the "default" way to trigger s2ram for Andrew? Perhaps
>  > Fedora already has his machine whitelisted...
> 
> There is no s2ram. pm-suspend uses the white/black-lists in pm-utils.
> Remember that? The cross-distro package everyone agreed was a good idea
> so that every distro didn't have their own magic utility ?

Well, we have cross-distro package, it is at suspend.sf.net , and it
can bring up video - which is kind of important. (It is single binary,
so it can be pagelocked -- which is important for s2disk).

Plus it does not depend on HAL.
								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 18:16                                       ` Pavel Machek
@ 2008-02-26 18:22                                         ` Dave Jones
  2008-02-26 21:56                                           ` Pavel Machek
  2008-02-26 18:56                                         ` Andrew Morton
  1 sibling, 1 reply; 47+ messages in thread
From: Dave Jones @ 2008-02-26 18:22 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andrew Morton, Rafael J. Wysocki, kernel list

On Tue, Feb 26, 2008 at 07:16:11PM +0100, Pavel Machek wrote:
 > On Tue 2008-02-26 13:10:01, Dave Jones wrote:
 > > On Tue, Feb 26, 2008 at 06:59:54PM +0100, Pavel Machek wrote:
 > >  
 > >  > > if by 'custom' you mean the solution everyone agreed to work
 > >  > > toward at the power management summit several years ago
 > >  > > (hal/pm-utils) then, yes.
 > >  > 
 > >  > I must have been on different summit... I believe it is bad to tie
 > >  > s2ram to hal, because it makes testing on minimal system hard.
 > >  > 
 > >  > Anyway, what is the "default" way to trigger s2ram for Andrew? Perhaps
 > >  > Fedora already has his machine whitelisted...
 > > 
 > > There is no s2ram. pm-suspend uses the white/black-lists in pm-utils.
 > > Remember that? The cross-distro package everyone agreed was a good idea
 > > so that every distro didn't have their own magic utility ?
 > 
 > Well, we have cross-distro package, it is at suspend.sf.net , and it
 > can bring up video - which is kind of important. (It is single binary,
 > so it can be pagelocked -- which is important for s2disk).
 > 
 > Plus it does not depend on HAL.

Neither does pm-utils.  Once again for the hard of thinking..

The mechanism belongs in pm-utils.  HAL is just a fancy wrapper around that.
Don't want/like hal? fine, a smaller wrapper around pm-suspend and friends
is trivial (or even unnecessary if you're happy with running pm-suspend by hand)

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 18:16                                       ` Pavel Machek
  2008-02-26 18:22                                         ` Dave Jones
@ 2008-02-26 18:56                                         ` Andrew Morton
  2008-02-26 20:09                                           ` Len Brown
  2008-02-26 23:31                                           ` Ray Lee
  1 sibling, 2 replies; 47+ messages in thread
From: Andrew Morton @ 2008-02-26 18:56 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Dave Jones, Rafael J. Wysocki, kernel list

On Tue, 26 Feb 2008 19:16:11 +0100 Pavel Machek <pavel@ucw.cz> wrote:

> On Tue 2008-02-26 13:10:01, Dave Jones wrote:
> > On Tue, Feb 26, 2008 at 06:59:54PM +0100, Pavel Machek wrote:
> >  
> >  > > if by 'custom' you mean the solution everyone agreed to work
> >  > > toward at the power management summit several years ago
> >  > > (hal/pm-utils) then, yes.
> >  > 
> >  > I must have been on different summit... I believe it is bad to tie
> >  > s2ram to hal, because it makes testing on minimal system hard.
> >  > 
> >  > Anyway, what is the "default" way to trigger s2ram for Andrew? Perhaps
> >  > Fedora already has his machine whitelisted...
> > 
> > There is no s2ram. pm-suspend uses the white/black-lists in pm-utils.
> > Remember that? The cross-distro package everyone agreed was a good idea
> > so that every distro didn't have their own magic utility ?
> 
> Well, we have cross-distro package, it is at suspend.sf.net , and it
> can bring up video - which is kind of important. (It is single binary,
> so it can be pagelocked -- which is important for s2disk).
> 
> Plus it does not depend on HAL.

Meanwhile, my computer continues to not work.

First thing we need to do is to work out why it won't stay suspended?

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 18:56                                         ` Andrew Morton
@ 2008-02-26 20:09                                           ` Len Brown
  2008-02-26 23:31                                           ` Ray Lee
  1 sibling, 0 replies; 47+ messages in thread
From: Len Brown @ 2008-02-26 20:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Pavel Machek, Dave Jones, Rafael J. Wysocki, kernel list

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

2.6.25 suspends correctly on my T61 using
# echo mem >/sys/power/state

(though the patch that started this thread broke it, it works again when reverted)

I use the attached .config -- perhaps you can send me your .config
and I can try it on this end in case there is some config issue?
(The T61 happens to be the only machine I have with me on this trip)

My T61 has intel video, which X restores when in graphics mode.
However, in older kernels I needed to manually switch virtual consoles
on resume to coax X to do this)
With 2.6.25's i915 driver, video restores even w/o X running.

The T61p has add-in graphics, so Documentation/power/video.txt
workarounds may be necessary -- depending on what grahics device,
bios and graphics driver are running.

-Len

[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 45041 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.25-rc2
# Sun Feb 24 13:35:58 2008
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
# CONFIG_QUICKLIST is not set
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_AOUT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_CGROUPS is not set
# CONFIG_GROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_COMPAT_BRK=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
# CONFIG_MARKERS is not set
CONFIG_OPROFILE=y
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_KMOD is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_BLK_DEV_BSG is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_IOMMU_HELPER=y
CONFIG_SWIOTLB=y
CONFIG_NR_CPUS=32
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
# CONFIG_RCU_TRACE is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_I8K=m
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_NUMA=y
CONFIG_K8_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NUMA_EMU=y
CONFIG_NODES_SHIFT=6
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y

#
# Memory hotplug is currently incompatible with Software Suspend
#
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MIGRATION=y
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y

#
# Power management options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=m
CONFIG_ACPI_BAY=m
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_NUMA=y
CONFIG_ACPI_WMI=m
# CONFIG_ACPI_ASUS is not set
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_CUSTOM_DSDT_INITRD=y
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=m

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_POWERNOW_K8_ACPI=y
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_P4_CLOCKMOD=m

#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
CONFIG_X86_SPEEDSTEP_LIB=m
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_DMAR=y
CONFIG_DMAR_GFX_WA=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_HT_IRQ is not set
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA_DEBUG=y
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=m
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set

#
# Wireless
#
CONFIG_CFG80211=m
CONFIG_NL80211=y
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=m

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_DEFAULT_PID=y
# CONFIG_MAC80211_RC_DEFAULT_SIMPLE is not set
# CONFIG_MAC80211_RC_DEFAULT_NONE is not set

#
# Selecting 'y' for an algorithm will
#

#
# build the algorithm into mac80211.
#
CONFIG_MAC80211_RC_DEFAULT="pid"
CONFIG_MAC80211_RC_PID=y
# CONFIG_MAC80211_RC_SIMPLE is not set
# CONFIG_MAC80211_LEDS is not set
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT is not set
# CONFIG_MAC80211_DEBUG is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
# CONFIG_IEEE80211_CRYPT_TKIP is not set
# CONFIG_IEEE80211_SOFTMAC is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m
CONFIG_RFKILL_LEDS=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
CONFIG_ACER_WMI=m
CONFIG_ASUS_LAPTOP=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_MSI_LAPTOP=m
CONFIG_SONY_LAPTOP=m
CONFIG_SONYPI_COMPAT=y
CONFIG_THINKPAD_ACPI=m
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_INTEL_MENLOW=m
CONFIG_ENCLOSURE_SERVICES=m
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_BLK_DEV_IDECS is not set
# CONFIG_BLK_DEV_DELKIN is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_IDEACPI=y
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y

#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
CONFIG_BLK_DEV_ATIIXP=y
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
CONFIG_BLK_DEV_PDC202XX_NEW=y
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDE_ARCH_OBSOLETE_INIT=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_ENCLOSURE is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_SAS_ATTRS=y
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=4000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=y
CONFIG_MEGARAID_MAILBOX=y
# CONFIG_MEGARAID_LEGACY is not set
CONFIG_MEGARAID_SAS=y
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_SVW=y
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
CONFIG_SATA_NV=y
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
CONFIG_PATA_ACPI=m
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
# CONFIG_DM_CRYPT is not set
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
# CONFIG_FUSION_FC is not set
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
CONFIG_IEEE1394=y

#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set

#
# Controllers
#
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=y

#
# Protocols
#
# CONFIG_IEEE1394_VIDEO1394 is not set
# CONFIG_IEEE1394_SBP2 is not set
# CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
# CONFIG_IEEE1394_ETH1394 is not set
# CONFIG_IEEE1394_DV1394 is not set
CONFIG_IEEE1394_RAWIO=y
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_NETDEVICES_MULTIQUEUE=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=y
# CONFIG_TYPHOON is not set
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_MMIO is not set
# CONFIG_TULIP_NAPI is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_PCMCIA_XIRCOM is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=y
# CONFIG_FORCEDETH_NAPI is not set
# CONFIG_EEPRO100 is not set
CONFIG_E100=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
CONFIG_E1000E=m
CONFIG_E1000E_ENABLED=y
# CONFIG_IP1000 is not set
CONFIG_IGB=m
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=y
CONFIG_BNX2=y
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
CONFIG_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
CONFIG_IXGBE=m
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
CONFIG_IPW2100=m
# CONFIG_IPW2100_MONITOR is not set
# CONFIG_IPW2100_DEBUG is not set
CONFIG_IPW2200=m
# CONFIG_IPW2200_MONITOR is not set
# CONFIG_IPW2200_QOS is not set
# CONFIG_IPW2200_DEBUG is not set
# CONFIG_LIBERTAS is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
CONFIG_PRISM54=m
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
CONFIG_IWL4965=m
# CONFIG_IWL4965_QOS is not set
# CONFIG_IWL4965_SPECTRUM_MEASUREMENT is not set
# CONFIG_IWL4965_SENSITIVITY is not set
# CONFIG_IWL4965_DEBUG is not set
CONFIG_IWL3945=m
# CONFIG_IWL3945_QOS is not set
# CONFIG_IWL3945_SPECTRUM_MEASUREMENT is not set
# CONFIG_IWL3945_DEBUG is not set
# CONFIG_HOSTAP is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_NET_PCMCIA is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m

#
# I2C Algorithms
#
# CONFIG_I2C_ALGOBIT is not set
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_TINY_USB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_TPS65010 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_SUPPLY_DEBUG=y
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
CONFIG_SENSORS_I5K_AMB=m
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
CONFIG_SENSORS_LM93=m
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
CONFIG_SENSORS_SMSC47B397=m
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
# CONFIG_WATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
CONFIG_DAB=y
# CONFIG_USB_DABUSB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=m
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=m
CONFIG_DRM_I810=m
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=m
CONFIG_DRM_MGA=m
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
# CONFIG_FB is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=m
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set

#
# Open Sound System
#
CONFIG_SOUND_PRIME=y
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_OSS is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
# CONFIG_HIDRAW is not set

#
# USB Input Devices
#
CONFIG_USB_HID=y
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_HCD_SSB is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
CONFIG_USB_MON=y

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m

#
# LED drivers
#
# CONFIG_LEDS_CLEVO_MAIL is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y

#
# Conflicting RTC option has been selected, check GEN_RTC and RTC
#
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
# CONFIG_RTC_INTF_PROC is not set
# CONFIG_RTC_INTF_DEV is not set
CONFIG_RTC_DRV_TEST=m

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set

#
# Userspace I/O
#
# CONFIG_UIO is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
# CONFIG_EXT2_FS_SECURITY is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
# CONFIG_REISERFS_FS_SECURITY is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_SUNRPC_BIND34 is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
CONFIG_DEBUG_SLAB=y
CONFIG_DEBUG_SLAB_LEAK=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_LKDTM is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_X86_MPPARSE=y
# CONFIG_IOMMU_DEBUG is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=m
CONFIG_CRYPTO_BLKCIPHER=m
# CONFIG_CRYPTO_SEQIV is not set
CONFIG_CRYPTO_MANAGER=m
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=m
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=m
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# CONFIG_CRYPTO_DEFLATE is not set
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_TEST is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_CRC_CCITT is not set
# CONFIG_CRC16 is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-26  8:54   ` new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Klaus S. Madsen
@ 2008-02-26 21:32     ` Klaus S. Madsen
  2008-02-26 21:44       ` Jiri Kosina
  0 siblings, 1 reply; 47+ messages in thread
From: Klaus S. Madsen @ 2008-02-26 21:32 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Michael S. Tsirkin, LKML, Rafael J. Wysocki, Alexey Starikovskiy,
	Len Brown, linux-acpi

> I also have a T61p, on which STR works. I haven't tried 2.6.25, but it
> works with 2.6.24. Both using the suspend scripts included in Ubuntu
> 7.10, and with s2ram 0.8 (although I need to use --acpi_sleep 2
> (s3_mode) as an option, instead of 1 (s3_bios), which is used by default
> on my model).
> 
> But I'm using the NVidia module, so that most likely changes a lot of
> things.  I'll see if I can find time tonight to test 2.6.25-rc3 + nv,
> and report back.
Ok. I've spent some time testing this. The good news is that with the nv
driver, s2ram as available from suspend.sf.net works, when run without
parameters on a 32-bit 2.6.24.3.

The bad news, however, is that it segfaults reliably after "Calling
get_mode" when I run it on 2.6.25-rc3. GDB shows that the segmentation
fault happens in the libx86 library, but as the version I use doesn't
have debug symbols, I don't have a complete backtrace. I'll try to
compile a version of libx86 tomorrow evening with debug symbols, and
return with a proper backtrace.

I have also tried to bisect the problem (its somewhere between 2.6.24
and 2.6.25rc1, quite a large span). However reverting the resulting
commit didn't solve the problem, I suspect I took a wrong turn
somewhere. I'll try to redo the bisection also tomorrow evening.

So I'll return with a proper bug report tomorrow (in its own thread). I
just wanted to give a heads up, if the above makes sense to anyone ;-)

--
Kind regards
 	Klaus S. Madsen


^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-26 21:32     ` Klaus S. Madsen
@ 2008-02-26 21:44       ` Jiri Kosina
  2008-02-27 22:13         ` Klaus S. Madsen
  0 siblings, 1 reply; 47+ messages in thread
From: Jiri Kosina @ 2008-02-26 21:44 UTC (permalink / raw)
  To: Klaus S. Madsen
  Cc: Andrew Morton, Michael S. Tsirkin, LKML, Rafael J. Wysocki,
	Alexey Starikovskiy, Len Brown, linux-acpi

On Tue, 26 Feb 2008, Klaus S. Madsen wrote:

> The bad news, however, is that it segfaults reliably after "Calling
> get_mode" when I run it on 2.6.25-rc3. GDB shows that the segmentation
> fault happens in the libx86 library, but as the version I use doesn't
> have debug symbols, I don't have a complete backtrace. I'll try to
> compile a version of libx86 tomorrow evening with debug symbols, and
> return with a proper backtrace.

Hmm, just a random shot (shouldn't be the case, but just to be on the safe 
side) -- could you please try

        echo 0 > /proc/sys/kernel/randomize_va_space

to see whether it removes the segfault by any chance?

I don't know how exactly execution of real-mode code through libx86 works, 
but this might be worth trying before starting the next round of 
bisection.

Thanks,

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 18:22                                         ` Dave Jones
@ 2008-02-26 21:56                                           ` Pavel Machek
  2008-02-26 22:23                                             ` Dave Jones
  2008-02-27 13:12                                             ` Matthew Garrett
  0 siblings, 2 replies; 47+ messages in thread
From: Pavel Machek @ 2008-02-26 21:56 UTC (permalink / raw)
  To: Dave Jones, Andrew Morton, Rafael J. Wysocki, kernel list

On Tue 2008-02-26 13:22:41, Dave Jones wrote:
> On Tue, Feb 26, 2008 at 07:16:11PM +0100, Pavel Machek wrote:
>  > On Tue 2008-02-26 13:10:01, Dave Jones wrote:
>  > > On Tue, Feb 26, 2008 at 06:59:54PM +0100, Pavel Machek wrote:
>  > >  
>  > >  > > if by 'custom' you mean the solution everyone agreed to work
>  > >  > > toward at the power management summit several years ago
>  > >  > > (hal/pm-utils) then, yes.
>  > >  > 
>  > >  > I must have been on different summit... I believe it is bad to tie
>  > >  > s2ram to hal, because it makes testing on minimal system hard.
>  > >  > 
>  > >  > Anyway, what is the "default" way to trigger s2ram for Andrew? Perhaps
>  > >  > Fedora already has his machine whitelisted...
>  > > 
>  > > There is no s2ram. pm-suspend uses the white/black-lists in pm-utils.
>  > > Remember that? The cross-distro package everyone agreed was a good idea
>  > > so that every distro didn't have their own magic utility ?
>  > 
>  > Well, we have cross-distro package, it is at suspend.sf.net , and it
>  > can bring up video - which is kind of important. (It is single binary,
>  > so it can be pagelocked -- which is important for s2disk).
>  > 
>  > Plus it does not depend on HAL.
> 
> Neither does pm-utils.  Once again for the hard of thinking..
> 
> The mechanism belongs in pm-utils.  HAL is just a fancy wrapper around that.
> Don't want/like hal? fine, a smaller wrapper around pm-suspend and friends
> is trivial (or even unnecessary if you're happy with running pm-suspend by hand)

Seems like pm-utils is just a thin wrapper around s2ram, at least in
version debian ships. It does not seem to have its own whitelist.

Now, take a look at 

/usr/lib/pm-utils/functions

... 

        if [ -x /usr/sbin/s2ram ]; then
                if [ -n "$S2RAM_OPTS" ]; then
                        # Trust HAL or the user to pass the correct
options
                        /usr/sbin/s2ram $S2RAM_OPTS
                elif /usr/sbin/s2ram --test > /dev/null ; then
                        # Trust s2ram's internal whitelist
                        /usr/sbin/s2ram
                else
                        # Unknown machine
                        echo "This machine is unkown, please try to
find out how to suspend this machine. See s2ram(8)."
                fi
        else
                echo -n "mem" > /sys/power/state
        fi

...so it is ready to use s2ram, but will fall back to
echo. Unfortunately, that will mean no video resume on _many_
machines.

To give some numbers: according to s2ram whitelist, we can restore
video on 410 machines. On 74 of them, s2ram is not needed. So
approximately 80% of machines need s2ram (at least in configuration
without X running)....

Pretty please, can we get s2ram for Fedora, so that video is restored
there?

								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 21:56                                           ` Pavel Machek
@ 2008-02-26 22:23                                             ` Dave Jones
  2008-02-26 22:31                                               ` Rafael J. Wysocki
  2008-02-26 22:51                                               ` Pavel Machek
  2008-02-27 13:12                                             ` Matthew Garrett
  1 sibling, 2 replies; 47+ messages in thread
From: Dave Jones @ 2008-02-26 22:23 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andrew Morton, Rafael J. Wysocki, kernel list

On Tue, Feb 26, 2008 at 10:56:41PM +0100, Pavel Machek wrote:

 > Seems like pm-utils is just a thin wrapper around s2ram, at least in
 > version debian ships. It does not seem to have its own whitelist.

The actual whitelists still live in hal (or specifically hal-data),
rather than pm-utils.  /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-*
for example.  This gets passed down to pm-utils by hal.

 > /usr/lib/pm-utils/functions
 > 
 > ... 
 > 
 >         if [ -x /usr/sbin/s2ram ]; then
 >                 if [ -n "$S2RAM_OPTS" ]; then
 >                         # Trust HAL or the user to pass the correct
 > options
 >                         /usr/sbin/s2ram $S2RAM_OPTS
 >                 elif /usr/sbin/s2ram --test > /dev/null ; then
 >                         # Trust s2ram's internal whitelist
 >                         /usr/sbin/s2ram
 >                 else
 >                         # Unknown machine
 >                         echo "This machine is unkown, please try to
 > find out how to suspend this machine. See s2ram(8)."
 >                 fi
 >         else
 >                 echo -n "mem" > /sys/power/state
 >         fi

Seems to be a debian specific change, the variant in Fedora, nor upstream
pm-utils doesn't have any of that.  Possibly because it's a dumb idea
to have two separate sources of the same information.

 > ...so it is ready to use s2ram, but will fall back to
 > echo. Unfortunately, that will mean no video resume on _many_
 > machines.
 > 
 > To give some numbers: according to s2ram whitelist, we can restore
 > video on 410 machines. On 74 of them, s2ram is not needed. So
 > approximately 80% of machines need s2ram (at least in configuration
 > without X running)....
 > 
 > Pretty please, can we get s2ram for Fedora, so that video is restored
 > there?
 
I'm not the gatekeeper of what goes into Fedora userspace, but I'm pretty
certain the path forward has already been decided.  Running a modern
Fedora desktop installation without hal just isn't feasible.

	Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 22:23                                             ` Dave Jones
@ 2008-02-26 22:31                                               ` Rafael J. Wysocki
  2008-02-26 22:51                                               ` Pavel Machek
  1 sibling, 0 replies; 47+ messages in thread
From: Rafael J. Wysocki @ 2008-02-26 22:31 UTC (permalink / raw)
  To: Dave Jones; +Cc: Pavel Machek, Andrew Morton, kernel list, Len Brown

On Tuesday, 26 of February 2008, Dave Jones wrote:
> On Tue, Feb 26, 2008 at 10:56:41PM +0100, Pavel Machek wrote:
> 
>  > Seems like pm-utils is just a thin wrapper around s2ram, at least in
>  > version debian ships. It does not seem to have its own whitelist.
> 
> The actual whitelists still live in hal (or specifically hal-data),
> rather than pm-utils.  /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-*
> for example.  This gets passed down to pm-utils by hal.
> 
>  > /usr/lib/pm-utils/functions
>  > 
>  > ... 
>  > 
>  >         if [ -x /usr/sbin/s2ram ]; then
>  >                 if [ -n "$S2RAM_OPTS" ]; then
>  >                         # Trust HAL or the user to pass the correct
>  > options
>  >                         /usr/sbin/s2ram $S2RAM_OPTS
>  >                 elif /usr/sbin/s2ram --test > /dev/null ; then
>  >                         # Trust s2ram's internal whitelist
>  >                         /usr/sbin/s2ram
>  >                 else
>  >                         # Unknown machine
>  >                         echo "This machine is unkown, please try to
>  > find out how to suspend this machine. See s2ram(8)."
>  >                 fi
>  >         else
>  >                 echo -n "mem" > /sys/power/state
>  >         fi
> 
> Seems to be a debian specific change, the variant in Fedora, nor upstream
> pm-utils doesn't have any of that.  Possibly because it's a dumb idea
> to have two separate sources of the same information.
> 
>  > ...so it is ready to use s2ram, but will fall back to
>  > echo. Unfortunately, that will mean no video resume on _many_
>  > machines.
>  > 
>  > To give some numbers: according to s2ram whitelist, we can restore
>  > video on 410 machines. On 74 of them, s2ram is not needed. So
>  > approximately 80% of machines need s2ram (at least in configuration
>  > without X running)....
>  > 
>  > Pretty please, can we get s2ram for Fedora, so that video is restored
>  > there?
>  
> I'm not the gatekeeper of what goes into Fedora userspace, but I'm pretty
> certain the path forward has already been decided.  Running a modern
> Fedora desktop installation without hal just isn't feasible.

Well, pm-utils seems to be a bunch of shell scripts that run some addtional
utilities, such as vbetool, to actually do the quirks.  In s2ram we have all
these additional utilities put together in one package and you need not
use the whiltelist it contains.  You can just very well make pm-utils use
s2ram for doing the low-level work, just build the appropriate command line
for it on the basis of the HAL whitelist.

Frankly, I don't see any conflict between pm-utils and s2ram at a technical
level.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 22:23                                             ` Dave Jones
  2008-02-26 22:31                                               ` Rafael J. Wysocki
@ 2008-02-26 22:51                                               ` Pavel Machek
  1 sibling, 0 replies; 47+ messages in thread
From: Pavel Machek @ 2008-02-26 22:51 UTC (permalink / raw)
  To: Dave Jones, Andrew Morton, Rafael J. Wysocki, kernel list

On Tue 2008-02-26 17:23:37, Dave Jones wrote:
> On Tue, Feb 26, 2008 at 10:56:41PM +0100, Pavel Machek wrote:
> 
>  > Seems like pm-utils is just a thin wrapper around s2ram, at least in
>  > version debian ships. It does not seem to have its own whitelist.
> 
> The actual whitelists still live in hal (or specifically hal-data),
> rather than pm-utils.  /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-*
> for example.  This gets passed down to pm-utils by hal.

Well... you can keep the whitelist where you prefer it -- it may make
sense for support of desktops...

>  > /usr/lib/pm-utils/functions
>  > 
>  > ... 
>  > 
>  >         if [ -x /usr/sbin/s2ram ]; then
>  >                 if [ -n "$S2RAM_OPTS" ]; then
>  >                         # Trust HAL or the user to pass the correct
>  > options
>  >                         /usr/sbin/s2ram $S2RAM_OPTS
>  >                 elif /usr/sbin/s2ram --test > /dev/null ; then
>  >                         # Trust s2ram's internal whitelist
>  >                         /usr/sbin/s2ram
>  >                 else
>  >                         # Unknown machine
>  >                         echo "This machine is unkown, please try to
>  > find out how to suspend this machine. See s2ram(8)."
>  >                 fi
>  >         else
>  >                 echo -n "mem" > /sys/power/state
>  >         fi
> 
> Seems to be a debian specific change, the variant in Fedora, nor upstream
> pm-utils doesn't have any of that.  Possibly because it's a dumb idea
> to have two separate sources of the same information.
> 
>  > ...so it is ready to use s2ram, but will fall back to
>  > echo. Unfortunately, that will mean no video resume on _many_
>  > machines.
>  > 
>  > To give some numbers: according to s2ram whitelist, we can restore
>  > video on 410 machines. On 74 of them, s2ram is not needed. So
>  > approximately 80% of machines need s2ram (at least in configuration
>  > without X running)....
>  > 
>  > Pretty please, can we get s2ram for Fedora, so that video is restored
>  > there?
>  
> I'm not the gatekeeper of what goes into Fedora userspace, but I'm pretty
> certain the path forward has already been decided.  Running a modern
> Fedora desktop installation without hal just isn't feasible.

Unfortunately, your decision means few things:

1) we can't debug it easily: I can no longer tell Andrew to boot into
init=/bin/bash , and run s2ram. For debugging, trying with minimal
system is very important.

2) you use bunch of shellscripts. If your SATA does not wake up, you
get no video, and probably no chance to pull debug info out of that
box. s2ram is pagelocked for that reason.

...plus, you could easily keep your whitelist in HAL and just call
s2ram, unless user is running it manually.

								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 18:56                                         ` Andrew Morton
  2008-02-26 20:09                                           ` Len Brown
@ 2008-02-26 23:31                                           ` Ray Lee
  2008-02-27  0:12                                             ` Rafael J. Wysocki
  1 sibling, 1 reply; 47+ messages in thread
From: Ray Lee @ 2008-02-26 23:31 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Pavel Machek, Dave Jones, Rafael J. Wysocki, kernel list

On Tue, Feb 26, 2008 at 10:56 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
>  First thing we need to do is to work out why it won't stay suspended?

Forgive me the stupid question, but you don't happen to have Wake On
LAN or somesuch enabled in your BIOS, do you? (Given yours stays down
for five seconds then resumes, and other T61 owners aren't seeing that
behavior... <shrug>)

For Pavel and Rafael: Is there some sort of event that gets handed
back on resume to let the kernel know why the system woke up? One
would think that the Wake On LAN (keyboard, timer, etc.) would hand a
notification over to the OS. One is often wrong though.

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 23:31                                           ` Ray Lee
@ 2008-02-27  0:12                                             ` Rafael J. Wysocki
  0 siblings, 0 replies; 47+ messages in thread
From: Rafael J. Wysocki @ 2008-02-27  0:12 UTC (permalink / raw)
  To: Ray Lee
  Cc: Andrew Morton, Pavel Machek, Dave Jones, kernel list,
	ACPI Devel Maling List

On Wednesday, 27 of February 2008, Ray Lee wrote:
> On Tue, Feb 26, 2008 at 10:56 AM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
> >  First thing we need to do is to work out why it won't stay suspended?
> 
> Forgive me the stupid question, but you don't happen to have Wake On
> LAN or somesuch enabled in your BIOS, do you? (Given yours stays down
> for five seconds then resumes, and other T61 owners aren't seeing that
> behavior... <shrug>)
> 
> For Pavel and Rafael: Is there some sort of event that gets handed
> back on resume to let the kernel know why the system woke up? One
> would think that the Wake On LAN (keyboard, timer, etc.) would hand a
> notification over to the OS. One is often wrong though.

In theory we should be able to get this kind of information from ACPI, but I've
never seriously looked at that.  I'm not sure if anyone has ...

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-26 21:56                                           ` Pavel Machek
  2008-02-26 22:23                                             ` Dave Jones
@ 2008-02-27 13:12                                             ` Matthew Garrett
  2008-02-27 13:23                                               ` Rafael J. Wysocki
  1 sibling, 1 reply; 47+ messages in thread
From: Matthew Garrett @ 2008-02-27 13:12 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Dave Jones, Andrew Morton, Rafael J. Wysocki, kernel list

On Tue, Feb 26, 2008 at 10:56:41PM +0100, Pavel Machek wrote:

> Seems like pm-utils is just a thin wrapper around s2ram, at least in
> version debian ships. It does not seem to have its own whitelist.

That's a Debian patch.

> ...so it is ready to use s2ram, but will fall back to
> echo. Unfortunately, that will mean no video resume on _many_
> machines.

See /usr/lib/pm-utils/sleep.d/99video .

> Pretty please, can we get s2ram for Fedora, so that video is restored
> there?

Stefan told us at FOSDEM that s2ram was being deprecated in OpenSuse, so 
I don't think this is the way to go.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-27 13:12                                             ` Matthew Garrett
@ 2008-02-27 13:23                                               ` Rafael J. Wysocki
  2008-02-27 15:51                                                 ` Stefan Seyfried
  0 siblings, 1 reply; 47+ messages in thread
From: Rafael J. Wysocki @ 2008-02-27 13:23 UTC (permalink / raw)
  To: Matthew Garrett
  Cc: Pavel Machek, Dave Jones, Andrew Morton, kernel list, Stefan Seyfried

On Wednesday, 27 of February 2008, Matthew Garrett wrote:
> On Tue, Feb 26, 2008 at 10:56:41PM +0100, Pavel Machek wrote:
> 
> > Seems like pm-utils is just a thin wrapper around s2ram, at least in
> > version debian ships. It does not seem to have its own whitelist.
> 
> That's a Debian patch.
> 
> > ...so it is ready to use s2ram, but will fall back to
> > echo. Unfortunately, that will mean no video resume on _many_
> > machines.
> 
> See /usr/lib/pm-utils/sleep.d/99video .
> 
> > Pretty please, can we get s2ram for Fedora, so that video is restored
> > there?
> 
> Stefan told us at FOSDEM that s2ram was being deprecated in OpenSuse, so 
> I don't think this is the way to go.

Well, is that really correct?  Stefan??

He probably meant that the s2ram _whitelist_ is going to be deprecated, which
didn't mean s2ram altogether.

s2ram is pretty useful anyway, as it combines many mechanisms that allow us to
bring the video back to life from the user land, so you can use one binary
instead of a bunch of different programs with different command lines etc.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-27 13:23                                               ` Rafael J. Wysocki
@ 2008-02-27 15:51                                                 ` Stefan Seyfried
  2008-02-27 15:55                                                   ` Matthew Garrett
  0 siblings, 1 reply; 47+ messages in thread
From: Stefan Seyfried @ 2008-02-27 15:51 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Matthew Garrett, Pavel Machek, Dave Jones, Andrew Morton, kernel list

Rafael J. Wysocki wrote:
> On Wednesday, 27 of February 2008, Matthew Garrett wrote:
>> On Tue, Feb 26, 2008 at 10:56:41PM +0100, Pavel Machek wrote:
>>
>>> Seems like pm-utils is just a thin wrapper around s2ram, at least in
>>> version debian ships. It does not seem to have its own whitelist.
>> That's a Debian patch.

Yes, the current openSUSE basically uses the same setup, but this will change
in the future.

>>> ...so it is ready to use s2ram, but will fall back to
>>> echo. Unfortunately, that will mean no video resume on _many_
>>> machines.
>> See /usr/lib/pm-utils/sleep.d/99video .
>>
>>> Pretty please, can we get s2ram for Fedora, so that video is restored
>>> there?
>> Stefan told us at FOSDEM that s2ram was being deprecated in OpenSuse, so 
>> I don't think this is the way to go.
> 
> Well, is that really correct?  Stefan??

Not quite :-)

> He probably meant that the s2ram _whitelist_ is going to be deprecated, which
> didn't mean s2ram altogether.

Exactly.

> s2ram is pretty useful anyway, as it combines many mechanisms that allow us to
> bring the video back to life from the user land, so you can use one binary
> instead of a bunch of different programs with different command lines etc.

That's what i like about it and the part i want to keep: do all the
workarounds in one place, ideally with locked VTs and maybe mlock()ed, but get
the workaround options from HAL.

I also had the impression that i had said this quite clearly, but the talk was
short, so the "data compression" of the information might not have been
lossless :-)

Hope this helps to clear up the confusion.
-- 
Stefan Seyfried
R&D Team Mobile Devices            |              "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out."

This footer brought to you by insane German lawmakers:
SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p)
  2008-02-27 15:51                                                 ` Stefan Seyfried
@ 2008-02-27 15:55                                                   ` Matthew Garrett
  0 siblings, 0 replies; 47+ messages in thread
From: Matthew Garrett @ 2008-02-27 15:55 UTC (permalink / raw)
  To: Stefan Seyfried
  Cc: Rafael J. Wysocki, Pavel Machek, Dave Jones, Andrew Morton, kernel list

On Wed, Feb 27, 2008 at 04:51:13PM +0100, Stefan Seyfried wrote:
> Rafael J. Wysocki wrote:
> > He probably meant that the s2ram _whitelist_ is going to be deprecated, which
> > didn't mean s2ram altogether.
> 
> Exactly.

Ah! My apologies, I managed to misunderstand that.
-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-26 21:44       ` Jiri Kosina
@ 2008-02-27 22:13         ` Klaus S. Madsen
  2008-02-27 23:20           ` Jiri Kosina
  0 siblings, 1 reply; 47+ messages in thread
From: Klaus S. Madsen @ 2008-02-27 22:13 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Andrew Morton, Michael S. Tsirkin, LKML, Rafael J. Wysocki,
	Alexey Starikovskiy, Len Brown, linux-acpi

On Tue, Feb 26, 2008 at 22:44:13 +0100, Jiri Kosina wrote:
> Hmm, just a random shot (shouldn't be the case, but just to be on the safe 
> side) -- could you please try
> 
>         echo 0 > /proc/sys/kernel/randomize_va_space
> 
> to see whether it removes the segfault by any chance?
Unfortunately this does not remove the segfault. I got a proper
bisection result (82bc03fc158e28c90d7ed9919410776039cb4e14: x86: add PWT
to NOCACHE flags), which I've reported in a new thread, as it really
doesn't have anything to do with the original subject anymore. The
subject of the new thread is:

Regression in 2.6.25-rc3: s2ram segfaults before suspending

-- 
Kind regards
	Klaus S. Madsen

^ permalink raw reply	[flat|nested] 47+ messages in thread

* Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p
  2008-02-27 22:13         ` Klaus S. Madsen
@ 2008-02-27 23:20           ` Jiri Kosina
  0 siblings, 0 replies; 47+ messages in thread
From: Jiri Kosina @ 2008-02-27 23:20 UTC (permalink / raw)
  To: Klaus S. Madsen
  Cc: Andrew Morton, Michael S. Tsirkin, LKML, Rafael J. Wysocki,
	Alexey Starikovskiy, Len Brown, linux-acpi, Ingo Molnar,
	Pavel Machek

On Wed, 27 Feb 2008, Klaus S. Madsen wrote:

> On Tue, Feb 26, 2008 at 22:44:13 +0100, Jiri Kosina wrote:
> > Hmm, just a random shot (shouldn't be the case, but just to be on the safe 
> > side) -- could you please try
> > 
> >         echo 0 > /proc/sys/kernel/randomize_va_space
> > 
> > to see whether it removes the segfault by any chance?
> Unfortunately this does not remove the segfault. I got a proper
> bisection result (82bc03fc158e28c90d7ed9919410776039cb4e14: x86: add PWT
> to NOCACHE flags), which I've reported in a new thread, as it really
> doesn't have anything to do with the original subject anymore. The
> subject of the new thread is:
> Regression in 2.6.25-rc3: s2ram segfaults before suspending

Thanks for bisecting this.

Please, don't forget to CC the author of the commit, whenever you finish 
your bisection (this time it is Ingo). Added to CC.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2008-02-27 23:20 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-25 19:19 new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Michael S. Tsirkin
2008-02-25 19:42 ` Alexey Starikovskiy
2008-02-25 20:39   ` Michael S. Tsirkin
2008-02-25 20:50     ` Alexey Starikovskiy
2008-02-25 21:01       ` Michael S. Tsirkin
2008-02-25 22:33         ` Alexey Starikovskiy
2008-02-25 23:18           ` Michael S. Tsirkin
2008-02-25 19:46 ` Andrew Morton
2008-02-25 20:39   ` Michael S. Tsirkin
2008-02-25 20:45   ` Michael S. Tsirkin
2008-02-25 20:57     ` broken suspend in .2.6.25-rc3 on T61p (was Re: new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p) Rafael J. Wysocki
2008-02-25 21:26       ` Pavel Machek
2008-02-25 21:31         ` Michael S. Tsirkin
2008-02-25 21:50           ` Pavel Machek
2008-02-25 22:15             ` Michael S. Tsirkin
2008-02-25 22:20               ` Pavel Machek
2008-02-25 22:36                 ` Michael S. Tsirkin
2008-02-25 22:39                   ` Andrew Morton
2008-02-25 22:48                     ` Michael S. Tsirkin
2008-02-25 22:53                       ` Andrew Morton
2008-02-25 22:58                         ` Michael S. Tsirkin
2008-02-25 22:58                         ` Pavel Machek
     [not found]                           ` <20080225155550.4a020dfb.akpm@linux-foundation.org>
     [not found]                             ` <20080226000007.GB22102@atrey.karlin.mff.cuni.cz>
2008-02-26 10:11                               ` Pavel Machek
2008-02-26 17:46                                 ` Dave Jones
2008-02-26 17:59                                   ` Pavel Machek
2008-02-26 18:10                                     ` Dave Jones
2008-02-26 18:16                                       ` Pavel Machek
2008-02-26 18:22                                         ` Dave Jones
2008-02-26 21:56                                           ` Pavel Machek
2008-02-26 22:23                                             ` Dave Jones
2008-02-26 22:31                                               ` Rafael J. Wysocki
2008-02-26 22:51                                               ` Pavel Machek
2008-02-27 13:12                                             ` Matthew Garrett
2008-02-27 13:23                                               ` Rafael J. Wysocki
2008-02-27 15:51                                                 ` Stefan Seyfried
2008-02-27 15:55                                                   ` Matthew Garrett
2008-02-26 18:56                                         ` Andrew Morton
2008-02-26 20:09                                           ` Len Brown
2008-02-26 23:31                                           ` Ray Lee
2008-02-27  0:12                                             ` Rafael J. Wysocki
2008-02-25 21:32         ` Jeff Garzik
2008-02-25 22:21           ` Pavel Machek
2008-02-26  8:54   ` new regression in 2.6.25-rc3: no keyboard/lid acpi events on thinkpad T61p Klaus S. Madsen
2008-02-26 21:32     ` Klaus S. Madsen
2008-02-26 21:44       ` Jiri Kosina
2008-02-27 22:13         ` Klaus S. Madsen
2008-02-27 23:20           ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).