* Problem with the Fn+F3 key. acpi problem ?
@ 2008-01-12 12:06 giggz
2008-01-12 12:17 ` Matthew Garrett
0 siblings, 1 reply; 18+ messages in thread
From: giggz @ 2008-01-12 12:06 UTC (permalink / raw)
To: linux-acpi
Hi,
I have a laptop : aopen 1557. I'm running under debian sid with 2.6.23
under enlightenment 17.
I want to associate a script (which works fine) to a key (Fn+F3). This
key is for the video output switching and my script is a video output
switch using xrandr.
But when I try to associate Fn+F3 it doesn't work. I have try with the
xen command to catch the keycode, but nothing happends when I press on
the key. All the others Fn+F* works fine (help, hibernate, luminosity,
sound...).
So I want to report a bug, but I don't know if it is an acpi problem or
a xorg problem... If anyone could help me...?
Regards,
Guillaume
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 12:06 Problem with the Fn+F3 key. acpi problem ? giggz
@ 2008-01-12 12:17 ` Matthew Garrett
2008-01-12 12:33 ` giggz
0 siblings, 1 reply; 18+ messages in thread
From: Matthew Garrett @ 2008-01-12 12:17 UTC (permalink / raw)
To: giggz; +Cc: linux-acpi
On Sat, Jan 12, 2008 at 01:06:30PM +0100, giggz wrote:
> I want to associate a script (which works fine) to a key (Fn+F3). This
> key is for the video output switching and my script is a video output
> switch using xrandr.
> But when I try to associate Fn+F3 it doesn't work. I have try with the
> xen command to catch the keycode, but nothing happends when I press on
> the key. All the others Fn+F* works fine (help, hibernate, luminosity,
> sound...).
> So I want to report a bug, but I don't know if it is an acpi problem or
> a xorg problem... If anyone could help me...?
Does pressing the key generate any output in dmesg? If so, you need to
run the setkeycodes command to bind it to a keycode. If not, make sure
you have the acpi video module loaded, do
echo -n 4 >/proc/acpi/video/foo/DOS
and check whether it generates an acpi event (there'll be a log message
in /var/log/acpid.log). If so, sufficiently recent kernels ought to
generate an input event.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 12:17 ` Matthew Garrett
@ 2008-01-12 12:33 ` giggz
2008-01-12 12:46 ` Matthew Garrett
0 siblings, 1 reply; 18+ messages in thread
From: giggz @ 2008-01-12 12:33 UTC (permalink / raw)
To: linux-acpi
Matthew Garrett a écrit :
> On Sat, Jan 12, 2008 at 01:06:30PM +0100, giggz wrote:
>
>> I want to associate a script (which works fine) to a key (Fn+F3). This
>> key is for the video output switching and my script is a video output
>> switch using xrandr.
>> But when I try to associate Fn+F3 it doesn't work. I have try with the
>> xen command to catch the keycode, but nothing happends when I press on
>> the key. All the others Fn+F* works fine (help, hibernate, luminosity,
>> sound...).
>> So I want to report a bug, but I don't know if it is an acpi problem or
>> a xorg problem... If anyone could help me...?
>
> Does pressing the key generate any output in dmesg? If so, you need to
> run the setkeycodes command to bind it to a keycode. If not, make sure
> you have the acpi video module loaded, do
>
No, nothing in dmesg.
What is the acpi video module ?
> echo -n 4 >/proc/acpi/video/foo/DOS
>
I have done echo -n 4 >/proc/acpi/video/VGA/DOS
> and check whether it generates an acpi event (there'll be a log message
> in /var/log/acpid.log). If so, sufficiently recent kernels ought to
> generate an input event.
>
I don't have any /var/log/acpid.log
Thx for your quick answer!
Guillaume
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 12:33 ` giggz
@ 2008-01-12 12:46 ` Matthew Garrett
2008-01-12 13:08 ` giggz
2008-01-12 15:02 ` giggz
0 siblings, 2 replies; 18+ messages in thread
From: Matthew Garrett @ 2008-01-12 12:46 UTC (permalink / raw)
To: giggz; +Cc: linux-acpi
On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
> What is the acpi video module ?
If you have /proc/acpi/video, it's loaded.
> I don't have any /var/log/acpid.log
In that case, try catting /proc/acpi/event and hit the button.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 12:46 ` Matthew Garrett
@ 2008-01-12 13:08 ` giggz
2008-01-22 5:47 ` Zhang Rui
2008-01-12 15:02 ` giggz
1 sibling, 1 reply; 18+ messages in thread
From: giggz @ 2008-01-12 13:08 UTC (permalink / raw)
To: linux-acpi
Matthew Garrett a écrit :
> On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
>
>> What is the acpi video module ?
>
> If you have /proc/acpi/video, it's loaded.
>
>> I don't have any /var/log/acpid.log
>
> In that case, try catting /proc/acpi/event and hit the button.
>
When I try cat /proc/acpi/event under root I can't access to this file.
13:54 giggz@debian /proc/acpi/video/VGA % ll /proc/acpi/event
-r-------- 1 root root 0 2008-01-12 09:45 /proc/acpi/event
14:00 root@debian /proc/acpi # LC_ALL=C cat /proc/acpi/event
cat: /proc/acpi/event: Device or resource busy
zsh: exit 1 LC_ALL=C cat /proc/acpi/event
How can I access to thsi file ?
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 12:46 ` Matthew Garrett
2008-01-12 13:08 ` giggz
@ 2008-01-12 15:02 ` giggz
2008-02-18 15:18 ` Thomas Renninger
1 sibling, 1 reply; 18+ messages in thread
From: giggz @ 2008-01-12 15:02 UTC (permalink / raw)
To: linux-acpi
Matthew Garrett a écrit :
> On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
>
>> What is the acpi video module ?
>
> If you have /proc/acpi/video, it's loaded.
>
>> I don't have any /var/log/acpid.log
it seems to be normal that I don't have any /var/log/acpid.log :
according to the NEWS.debian.gz from acpid package :
" Starting with version 1.0.6 acpid uses syslog instead of its own logging
mechanism. During the upgrade of this package the old log files and the
logrotate configuration file are backed up to
/var/backups/acpid-cruft.tar.gz and are removed from the filesystem."
So if I understand I must look at the syslog and message...but I don't
see anything in these two file...
How can I increase the level of debugging ?
>
> In that case, try catting /proc/acpi/event and hit the button.
>
Have a nice we
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 13:08 ` giggz
@ 2008-01-22 5:47 ` Zhang Rui
2008-01-22 22:02 ` giggzounet
0 siblings, 1 reply; 18+ messages in thread
From: Zhang Rui @ 2008-01-22 5:47 UTC (permalink / raw)
To: giggz; +Cc: linux-acpi
On Sat, 2008-01-12 at 14:08 +0100, giggz wrote:
> Matthew Garrett a écrit :
> > On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
> >
> >> What is the acpi video module ?
> >
> > If you have /proc/acpi/video, it's loaded.
> >
> >> I don't have any /var/log/acpid.log
> >
> > In that case, try catting /proc/acpi/event and hit the button.
> >
>
> When I try cat /proc/acpi/event under root I can't access to this file.
>
> 13:54 giggz@debian /proc/acpi/video/VGA % ll /proc/acpi/event
> -r-------- 1 root root 0 2008-01-12 09:45 /proc/acpi/event
>
> 14:00 root@debian /proc/acpi # LC_ALL=C cat /proc/acpi/event
> cat: /proc/acpi/event: Device or resource busy
> zsh: exit 1 LC_ALL=C cat /proc/acpi/event
>
> How can I access to thsi file ?
Please kill acpid first.
make sure acpi video driver is loaded. (/proc/acpi/video exists)
cat /proc/acpi/event
and press fn+f3 to see what happens.
you can file a bug report at:
http://bugzilla.kernel.org/enter_bug.cgi?product=ACPI
and attach the test result here.
Thanks,
Rui
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-22 5:47 ` Zhang Rui
@ 2008-01-22 22:02 ` giggzounet
0 siblings, 0 replies; 18+ messages in thread
From: giggzounet @ 2008-01-22 22:02 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi
Zhang Rui a écrit :
> On Sat, 2008-01-12 at 14:08 +0100, giggz wrote:
>> Matthew Garrett a écrit :
>>> On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
>>>
>>>> What is the acpi video module ?
>>> If you have /proc/acpi/video, it's loaded.
>>>
>>>> I don't have any /var/log/acpid.log
>>> In that case, try catting /proc/acpi/event and hit the button.
>>>
>> When I try cat /proc/acpi/event under root I can't access to this file.
>>
>> 13:54 giggz@debian /proc/acpi/video/VGA % ll /proc/acpi/event
>> -r-------- 1 root root 0 2008-01-12 09:45 /proc/acpi/event
>>
>> 14:00 root@debian /proc/acpi # LC_ALL=C cat /proc/acpi/event
>> cat: /proc/acpi/event: Device or resource busy
>> zsh: exit 1 LC_ALL=C cat /proc/acpi/event
>>
>> How can I access to thsi file ?
> Please kill acpid first.
Ok, done.
When I stop acpid through invoke-rc.d, I can read the /proc/acpi/event
file. But when I press fn+f3 I just read nothing...nothing appears.
What can I do ? Is it useful to report a bug on kernel without any
informations ?
Thanks for your attention
Guillaume
> make sure acpi video driver is loaded. (/proc/acpi/video exists)
> cat /proc/acpi/event
> and press fn+f3 to see what happens.
>
> you can file a bug report at:
> http://bugzilla.kernel.org/enter_bug.cgi?product=ACPI
> and attach the test result here.
>
> Thanks,
> Rui
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-01-12 15:02 ` giggz
@ 2008-02-18 15:18 ` Thomas Renninger
2008-02-19 9:44 ` GiGGz
2008-03-08 8:56 ` giggz
0 siblings, 2 replies; 18+ messages in thread
From: Thomas Renninger @ 2008-02-18 15:18 UTC (permalink / raw)
To: giggz; +Cc: linux-acpi
On Sat, 2008-01-12 at 16:02 +0100, giggz wrote:
> Matthew Garrett a écrit :
> > On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
> >
> >> What is the acpi video module ?
> >
> > If you have /proc/acpi/video, it's loaded.
> >
> >> I don't have any /var/log/acpid.log
>
> it seems to be normal that I don't have any /var/log/acpid.log :
> according to the NEWS.debian.gz from acpid package :
>
> " Starting with version 1.0.6 acpid uses syslog instead of its own logging
> mechanism. During the upgrade of this package the old log files and the
> logrotate configuration file are backed up to
> /var/backups/acpid-cruft.tar.gz and are removed from the filesystem."
>
> So if I understand I must look at the syslog and message...but I don't
> see anything in these two file...
>
> How can I increase the level of debugging ?
You can download the latest SUSE live-CD, there acpi debug is compiled
in.
Or you have to compile a kernel yourself and enable CONFIG_ACPI_DEBUG=y
When booted, unload polling ACPI drivers (to not pollute the logs):
rmmod battery
rmmod ac
Increase ACPI debug level:
echo 0x1F >/sys/module/acpi/parameters/debug_level
(or even: echo 0x21F >/sys/module/acpi/parameters/debug_level)
then hit the button and you should see some output.
Interesting e.g. would be if a notification "notify" appears and is sent
to a vendor specific device.
> > In that case, try catting /proc/acpi/event and hit the button.
On SUSE, instead of stopping acpid, you can use:
acpi_listen
to log acpi events.
Thomas
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-02-18 15:18 ` Thomas Renninger
@ 2008-02-19 9:44 ` GiGGz
2008-03-08 8:56 ` giggz
1 sibling, 0 replies; 18+ messages in thread
From: GiGGz @ 2008-02-19 9:44 UTC (permalink / raw)
To: linux-acpi
Thomas Renninger a écrit :
> On Sat, 2008-01-12 at 16:02 +0100, giggz wrote:
>> Matthew Garrett a écrit :
>>> On Sat, Jan 12, 2008 at 01:33:38PM +0100, giggz wrote:
>>>
>>>> What is the acpi video module ?
>>> If you have /proc/acpi/video, it's loaded.
>>>
>>>> I don't have any /var/log/acpid.log
>> it seems to be normal that I don't have any /var/log/acpid.log :
>> according to the NEWS.debian.gz from acpid package :
>>
>> " Starting with version 1.0.6 acpid uses syslog instead of its own logging
>> mechanism. During the upgrade of this package the old log files and the
>> logrotate configuration file are backed up to
>> /var/backups/acpid-cruft.tar.gz and are removed from the filesystem."
>>
>> So if I understand I must look at the syslog and message...but I don't
>> see anything in these two file...
>>
>> How can I increase the level of debugging ?
> You can download the latest SUSE live-CD, there acpi debug is compiled
> in.
> Or you have to compile a kernel yourself and enable CONFIG_ACPI_DEBUG=y
> When booted, unload polling ACPI drivers (to not pollute the logs):
> rmmod battery
> rmmod ac
>
> Increase ACPI debug level:
> echo 0x1F >/sys/module/acpi/parameters/debug_level
> (or even: echo 0x21F >/sys/module/acpi/parameters/debug_level)
> then hit the button and you should see some output.
> Interesting e.g. would be if a notification "notify" appears and is sent
> to a vendor specific device.
>
>>> In that case, try catting /proc/acpi/event and hit the button.
> On SUSE, instead of stopping acpid, you can use:
> acpi_listen
> to log acpi events.
>
Ok Thx for the infos. I will try to test it as soon as possible with the
SUSE live-cd
Cheers,
Guillaume
> Thomas
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-02-18 15:18 ` Thomas Renninger
2008-02-19 9:44 ` GiGGz
@ 2008-03-08 8:56 ` giggz
2008-03-08 9:46 ` giggz
2008-03-08 10:08 ` giggz
1 sibling, 2 replies; 18+ messages in thread
From: giggz @ 2008-03-08 8:56 UTC (permalink / raw)
To: linux-acpi
Thomas Renninger a écrit :
[...]
> You can download the latest SUSE live-CD, there acpi debug is compiled
> in.
Hi,
I have downloaded the latest SUSE live-CD and booted with it.
> Or you have to compile a kernel yourself and enable CONFIG_ACPI_DEBUG=y
> When booted, unload polling ACPI drivers (to not pollute the logs):
> rmmod battery
> rmmod ac
>
done
> Increase ACPI debug level:
> echo 0x1F >/sys/module/acpi/parameters/debug_level
done this one.
> (or even: echo 0x21F >/sys/module/acpi/parameters/debug_level)
> then hit the button and you should see some output.
> Interesting e.g. would be if a notification "notify" appears and is sent
> to a vendor specific device.
>
In the /var/log/message I get this message when I hit the Fn+F3 button :
Mar 8 09:32:25 linux kernel: ec-0413 [00] ec_gpe_query :
Evaluating _Q0CExecute Method: [\_SB_.PCI0.LPCB.EC0_._Q0C] (Node dfff5360)
Mar 8 09:32:25 linux kernel: exregion-0287 [00] ex_system_io_space_han:
System-IO (width 8) R/W 1 Address=C043061C00000080
Mar 8 09:32:25 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 1 Address=DFFF0FC47FF7BE7F
Mar 8 09:32:25 linux kernel: exregion-0287 [00] ex_system_io_space_han:
System-IO (width 8) R/W 1 Address=DFFF0FC400000800
Mar 8 09:32:25 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE81
Mar 8 09:32:25 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7D
Mar 8 09:32:25 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7E
Mar 8 09:32:25 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7D
Mar 8 09:32:25 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7E
Mar 8 09:32:25 linux kernel: [ACPI Debug] String: [0x0D] " SMI routine "
Thx for your attention.
If you need more informations, please tell me...I always have the
opensuse live cd.
Cheers
Guillaume
>>> In that case, try catting /proc/acpi/event and hit the button.
> On SUSE, instead of stopping acpid, you can use:
> acpi_listen
> to log acpi events.
>
> Thomas
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-08 8:56 ` giggz
@ 2008-03-08 9:46 ` giggz
2008-03-08 10:08 ` giggz
1 sibling, 0 replies; 18+ messages in thread
From: giggz @ 2008-03-08 9:46 UTC (permalink / raw)
To: linux-acpi
giggz a écrit :
>
>> (or even: echo 0x21F >/sys/module/acpi/parameters/debug_level)
with this level, I get this message in my /var/log/messages :
Mar 8 10:37:45 linux kernel: osl-0798 [00] os_execute :
Scheduling function [c02178d5(dffc7bc0)] for deferred execution.
Mar 8 10:37:45 linux kernel: ec-0413 [00] ec_gpe_query :
Evaluating _Q0C nsutils-0454 [00] ns_build_internal_name: Returning
[f308cb80] (rel) "_Q0C"
Mar 8 10:37:45 linux kernel: nsnames-0239 [00] ns_handle_to_pathname :
\_SB_.PCI0.LPCB.EC0_._Q0C [1A]
Mar 8 10:37:45 linux kernel: Execute Method:
[\_SB_.PCI0.LPCB.EC0_._Q0C] (Node dfff5360)
Mar 8 10:37:45 linux kernel: nseval-0147 [00] ns_evaluate :
Method at AML address f8802e84 Length 20F
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7400 State=f37ca200
Mar 8 10:37:45 linux kernel: dswscope-0139 [00] ds_scope_stack_push :
[01] Pushed scope [\___] (ROOT), New scope -> [_Q0C] (Method)
Mar 8 10:37:45 linux kernel: dsmthdat-0206 [00] ds_method_data_init_ar:
No param list passed to method
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7350 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe324 [RegionField] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7350 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0469 [00] ex_dump_operand :
dfffe324 Namespace Node: 0 P80H RegionField dfffe324 01 Rgn [PORT]
Off 000 Len 08 Acc 01
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 000000000000000C
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0561 [00] ex_store_object_to_nod:
Storing dff8063c(Integer) into node dfffe324(RegionField)
Mar 8 10:37:45 linux kernel: exregion-0287 [00] ex_system_io_space_han:
System-IO (width 8) R/W 1 Address=C020668600000080
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7350 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff802f4 [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe5e0 [RegionField] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7350 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff802f4
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0469 [00] ex_dump_operand :
dfffe5e0 Namespace Node: 0 SMIF RegionField dfffe5e0 01 Rgn [MNVS]
Off 010 Len 08 Acc 01
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff802f4 Integer 000000000000002E
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0561 [00] ex_store_object_to_nod:
Storing dff802f4(Integer) into node dfffe5e0(RegionField)
Mar 8 10:37:45 linux kernel: evmisc-0479 [00] ev_acquire_global_lock:
Acquired hardware Global Lock
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 1 Address=DFFF0FC47FF7BE7F
Mar 8 10:37:45 linux kernel: evmisc-0550 [00] ev_release_global_lock:
Released hardware Global Lock
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff802f4 [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff802f4 [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7350 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe2fc [RegionField] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7350 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0469 [00] ex_dump_operand :
dfffe2fc Namespace Node: 0 TRP0 RegionField dfffe2fc 01 Rgn [IO_T]
Off 000 Len 08 Acc 01
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0561 [00] ex_store_object_to_nod:
Storing dff8063c(Integer) into node dfffe2fc(RegionField)
Mar 8 10:37:45 linux kernel: exregion-0287 [00] ex_system_io_space_han:
System-IO (width 8) R/W 1 Address=DFFF0FC400000800
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7350 State=f37ca200
Mar 8 10:37:45 linux kernel: dswexec-0264 [00] ds_exec_begin_op :
Exec predicate Op=f30a8384 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a72cc State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7274 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a721c State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe5b8 [RegionField] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff802f4 [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=3
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a721c RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 7B [And] RequiredOperandTypes=000018CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff802f4
Mar 8 10:37:45 linux kernel: exresnte-0102 [00] ex_resolve_node_to_val:
Entry=dfffe5b8 SourceDesc=dfff340c [RegionField]
Mar 8 10:37:45 linux kernel: exresnte-0207 [00] ex_resolve_node_to_val:
FieldRead Node=dfffe5b8 SourceDesc=dfff340c Type=11
Mar 8 10:37:45 linux kernel: evmisc-0479 [00] ev_acquire_global_lock:
Acquired hardware Global Lock
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE81
Mar 8 10:37:45 linux kernel: evmisc-0550 [00] ev_release_global_lock:
Released hardware Global Lock
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff80394
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [And], 3 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff802f4 Integer 0000000000000040
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff80394 Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8036c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0256 [00] ds_result_pop_from_bot:
Obj=dff8036c [Integer] Results=f30a7274 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8036c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7274 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 93 [LEqual] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8036c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LEqual], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 0000000000000040
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8036c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8022c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0256 [00] ds_result_pop_from_bot:
Obj=dff8022c [Integer] Results=f30a72cc State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a72cc RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 92 [LNot] RequiredOperandTypes=00000006
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8022c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LNot], 1 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8036c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8036c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswexec-0173 [00] ds_get_predicate_value:
Completed a predicate eval=1 Op=f30a8384
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a72cc State=f37ca200
Mar 8 10:37:45 linux kernel: dswexec-0264 [00] ds_exec_begin_op :
Exec predicate Op=f30a8314 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfff75cc [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8036c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7248 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 93 [LEqual] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8036c
Mar 8 10:37:45 linux kernel: exresnte-0102 [00] ex_resolve_node_to_val:
Entry=dfff75cc SourceDesc=dfff2254 [Integer]
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dfff2254
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LEqual], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8036c Integer 000000000000000F
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dfff2254 Integer 000000000000000F
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswexec-0173 [00] ds_get_predicate_value:
Completed a predicate eval=1 Op=f30a8314
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe5e0 [RegionField] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7248 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0469 [00] ex_dump_operand :
dfffe5e0 Namespace Node: 0 SMIF RegionField dfffe5e0 01 Rgn [MNVS]
Off 010 Len 08 Acc 01
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 000000000000002B
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0561 [00] ex_store_object_to_nod:
Storing dff8063c(Integer) into node dfffe5e0(RegionField)
Mar 8 10:37:45 linux kernel: evmisc-0479 [00] ev_acquire_global_lock:
Acquired hardware Global Lock
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 1 Address=DFFF0FC47FF7BE7F
Mar 8 10:37:45 linux kernel: evmisc-0550 [00] ev_release_global_lock:
Released hardware Global Lock
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe2fc [RegionField] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7248 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8022c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0469 [00] ex_dump_operand :
dfffe2fc Namespace Node: 0 TRP0 RegionField dfffe2fc 01 Rgn [IO_T]
Off 000 Len 08 Acc 01
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0561 [00] ex_store_object_to_nod:
Storing dff8022c(Integer) into node dfffe2fc(RegionField)
Mar 8 10:37:45 linux kernel: exregion-0287 [00] ex_system_io_space_han:
System-IO (width 8) R/W 1 Address=DFFF0FC400000800
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8022c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8022c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswexec-0264 [00] ds_exec_begin_op :
Exec predicate Op=f30a8368 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71c4 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a716c State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe5b8 [RegionField] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a716c RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 95 [LLess] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exresnte-0102 [00] ex_resolve_node_to_val:
Entry=dfffe5b8 SourceDesc=dfff340c [RegionField]
Mar 8 10:37:45 linux kernel: exresnte-0207 [00] ex_resolve_node_to_val:
FieldRead Node=dfffe5b8 SourceDesc=dfff340c Type=11
Mar 8 10:37:45 linux kernel: evmisc-0479 [00] ev_acquire_global_lock:
Acquired hardware Global Lock
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE81
Mar 8 10:37:45 linux kernel: evmisc-0550 [00] ev_release_global_lock:
Released hardware Global Lock
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8036c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LLess], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 0000000000000002
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8036c Integer 0000000000000002
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff802f4 [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0256 [00] ds_result_pop_from_bot:
Obj=dff802f4 [Integer] Results=f30a71c4 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff802f4 [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71c4 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 92 [LNot] RequiredOperandTypes=00000006
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff802f4
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LNot], 1 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff802f4 Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8022c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8022c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswexec-0173 [00] ds_get_predicate_value:
Completed a predicate eval=1 Op=f30a8368
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71c4 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfff75cc [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71c4 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8022c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0469 [00] ex_dump_operand :
dfff75cc Namespace Node: 0 TOGF Integer dfff75cc 01 =
000000000000000F
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0561 [00] ex_store_object_to_nod:
Storing dff8022c(Integer) into node dfff75cc(Integer)
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8022c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8022c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7248 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7248 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a72cc RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a72cc State=f37ca200
Mar 8 10:37:45 linux kernel: dswexec-0264 [00] ds_exec_begin_op :
Exec predicate Op=f30a8314 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71f0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe5f4 [RegionField] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff802f4 [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71f0 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 93 [LEqual] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff802f4
Mar 8 10:37:45 linux kernel: exresnte-0102 [00] ex_resolve_node_to_val:
Entry=dfffe5f4 SourceDesc=dfff3484 [RegionField]
Mar 8 10:37:45 linux kernel: exresnte-0207 [00] ex_resolve_node_to_val:
FieldRead Node=dfffe5f4 SourceDesc=dfff3484 Type=11
Mar 8 10:37:45 linux kernel: evmisc-0479 [00] ev_acquire_global_lock:
Acquired hardware Global Lock
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7D
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7E
Mar 8 10:37:45 linux kernel: evmisc-0550 [00] ev_release_global_lock:
Released hardware Global Lock
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LEqual], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff802f4 Integer 00000000000007CE
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 00000000000007D1
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8036c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71f0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfffe5f4 [RegionField] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71f0 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 93 [LEqual] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8022c
Mar 8 10:37:45 linux kernel: exresnte-0102 [00] ex_resolve_node_to_val:
Entry=dfffe5f4 SourceDesc=dfff3484 [RegionField]
Mar 8 10:37:45 linux kernel: exresnte-0207 [00] ex_resolve_node_to_val:
FieldRead Node=dfffe5f4 SourceDesc=dfff3484 Type=11
Mar 8 10:37:45 linux kernel: evmisc-0479 [00] ev_acquire_global_lock:
Acquired hardware Global Lock
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7D
Mar 8 10:37:45 linux kernel: exregion-0185 [00] ex_system_memory_space:
System-Memory (width 8) R/W 0 Address=DFFF0FC47FF7BE7E
Mar 8 10:37:45 linux kernel: evmisc-0550 [00] ev_release_global_lock:
Released hardware Global Lock
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff802f4
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LEqual], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 00000000000007CF
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff802f4 Integer 00000000000007D1
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=2 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0256 [00] ds_result_pop_from_bot:
Obj=dff8036c [Integer] Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8036c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0256 [00] ds_result_pop_from_bot:
Obj=dff8063c [Integer] Results=f30a7248 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7248 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 91 [LOr] RequiredOperandTypes=000000C6
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8036c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LOr], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8036c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8022c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8022c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswexec-0173 [00] ds_get_predicate_value:
Completed a predicate eval=0 Op=f30a8314
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a72cc RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a72cc State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7274 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dfff761c [Integer] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Reference] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7274 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresop-0257 [00] ex_resolve_operands :
Operand is a Reference, RefOpcode [Local0]
Mar 8 10:37:45 linux kernel: exresnte-0102 [00] ex_resolve_node_to_val:
Entry=dfff761c SourceDesc=dfff22f4 [Integer]
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dfff22f4
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Reference: Local1
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dfff22f4 Integer 0000000000000001
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dsmthdat-0543 [00] ds_store_object_to_loc:
Opcode=60 Index=1 Obj=dfff22f4
Mar 8 10:37:45 linux kernel: dsmthdat-0326 [00] ds_method_data_set_val:
NewObj dff8036c Opcode 60, Refs=1 [Integer]
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dfff22f4 [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dfff22f4 [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7274 State=f37ca200
Mar 8 10:37:45 linux kernel: dswexec-0264 [00] ds_exec_begin_op :
Exec predicate Op=f30a8330 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71f0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Reference] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71f0 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 93 [LEqual] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8022c
Mar 8 10:37:45 linux kernel: exresop-0257 [00] ex_resolve_operands :
Operand is a Reference, RefOpcode [Local0]
Mar 8 10:37:45 linux kernel: exresolv-0195 [00] ex_resolve_object_to_v:
[Arg/Local 1] ValueObj is dff8036c
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8036c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LEqual], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 0000000000000000
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8036c Integer 0000000000000001
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswexec-0173 [00] ds_get_predicate_value:
Completed a predicate eval=0 Op=f30a8330
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7274 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a7274 State=f37ca200
Mar 8 10:37:45 linux kernel: dswexec-0264 [00] ds_exec_begin_op :
Exec predicate Op=f30a8330 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71f0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [Reference] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Integer] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71f0 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 93 [LEqual] RequiredOperandTypes=0000014A
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8022c
Mar 8 10:37:45 linux kernel: exresop-0257 [00] ex_resolve_operands :
Operand is a Reference, RefOpcode [Local0]
Mar 8 10:37:45 linux kernel: exresolv-0195 [00] ex_resolve_object_to_v:
[Arg/Local 1] ValueObj is dff8036c
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8036c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [LEqual], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Integer 0000000000000001
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8036c Integer 0000000000000001
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [Integer] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [Integer] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswexec-0173 [00] ds_get_predicate_value:
Completed a predicate eval=1 Op=f30a8330
Mar 8 10:37:45 linux kernel: dswstate-0344 [00] ds_result_stack_push :
Results=f30a71f0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8063c [String] State=f37ca200 #Ops=1
Mar 8 10:37:45 linux kernel: dswstate-0423 [00] ds_obj_stack_push :
Obj=dff8022c [Reference] State=f37ca200 #Ops=2
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a71f0 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: exresop-0163 [00] ex_resolve_operands :
Opcode 70 [Store] RequiredOperandTypes=000002CF
Mar 8 10:37:45 linux kernel: exresop-0257 [00] ex_resolve_operands :
Operand is a Reference, RefOpcode [Debug]
Mar 8 10:37:45 linux kernel: exresolv-0119 [00] ex_resolve_to_value :
Resolved object dff8063c
Mar 8 10:37:45 linux kernel: exdump-0788 [00] ex_dump_operands :
************* Operand Stack Contents (Opcode [Store], 2 Operands)
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8022c Reference: Debug
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c String length D @ f8803083 " SMI routine "
Mar 8 10:37:45 linux kernel: exdump-0802 [00] ex_dump_operands :
************* Operand Stack dump from dswexec(430), after ExResolveOperands
Mar 8 10:37:45 linux kernel: exstore-0356 [00] ex_store :
**** Write to Debug Object: Object dff8063c String ****:
Mar 8 10:37:45 linux kernel:
Mar 8 10:37:45 linux kernel: [ACPI Debug] String: [0x0D] " SMI routine "
Mar 8 10:37:45 linux kernel:
Mar 8 10:37:45 linux kernel: dswstate-0312 [00] ds_result_push :
Obj=dff8063c [String] State=f37ca200 Num=1 Cur=0
Mar 8 10:37:45 linux kernel: dswstate-0184 [00] ds_result_pop :
Obj=dff8063c [String] Index=0 State=f37ca200 Num=0
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7274 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a72cc RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswstate-0379 [00] ds_result_stack_pop :
Result=f30a7350 RemainingResults=0 State=f37ca200
Mar 8 10:37:45 linux kernel: dswscope-0078 [00] ds_scope_stack_clear :
Popped object type (Method)
Mar 8 10:37:45 linux kernel: dsmthdat-0152 [00] ds_method_data_delete_:
Deleting Local1=dff8036c
Mar 8 10:37:45 linux kernel: exdump-0489 [00] ex_dump_operand :
dff8063c String length D @ f8803083 " SMI routine "
If this help I can send you in a separate file, it could be better...
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-08 8:56 ` giggz
2008-03-08 9:46 ` giggz
@ 2008-03-08 10:08 ` giggz
2008-03-10 1:18 ` Zhao Yakui
1 sibling, 1 reply; 18+ messages in thread
From: giggz @ 2008-03-08 10:08 UTC (permalink / raw)
To: linux-acpi
giggz a écrit :
[snip]
>>>> In that case, try catting /proc/acpi/event and hit the button.
>> On SUSE, instead of stopping acpid, you can use:
>> acpi_listen
>> to log acpi events.
>>
in my case when I increase the level of acpi debug and hit the Fn+F3
button I don't see anything when I cat /proc/acpi/event. And it's the
same if I use acpi_listen. I launch acpi_listen and the hit the button,
but nothing appears. I just get the message I posted in the
/var/log/messages.
Guillaume
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-08 10:08 ` giggz
@ 2008-03-10 1:18 ` Zhao Yakui
2008-03-10 11:23 ` Thomas Renninger
2008-03-10 17:56 ` giggz
0 siblings, 2 replies; 18+ messages in thread
From: Zhao Yakui @ 2008-03-10 1:18 UTC (permalink / raw)
To: giggz; +Cc: linux-acpi
On Sat, 2008-03-08 at 11:08 +0100, giggz wrote:
> giggz a écrit :
> [snip]
>
> >>>> In that case, try catting /proc/acpi/event and hit the button.
> >> On SUSE, instead of stopping acpid, you can use:
> >> acpi_listen
> >> to log acpi events.
> >>
>
> in my case when I increase the level of acpi debug and hit the Fn+F3
> button I don't see anything when I cat /proc/acpi/event. And it's the
> same if I use acpi_listen. I launch acpi_listen and the hit the button,
> but nothing appears. I just get the message I posted in the
> /var/log/messages.
>
Will you please attach the acpidump output ?
The pmtools can be downloaded from :
http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools-20071116.tar.bz2
Thanks.
> Guillaume
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-10 1:18 ` Zhao Yakui
@ 2008-03-10 11:23 ` Thomas Renninger
2008-03-10 18:17 ` giggz
2008-03-11 1:52 ` Zhang, Rui
2008-03-10 17:56 ` giggz
1 sibling, 2 replies; 18+ messages in thread
From: Thomas Renninger @ 2008-03-10 11:23 UTC (permalink / raw)
To: Zhao Yakui; +Cc: giggz, linux-acpi
On Mon, 2008-03-10 at 09:18 +0800, Zhao Yakui wrote:
> On Sat, 2008-03-08 at 11:08 +0100, giggz wrote:
> > giggz a écrit :
> > [snip]
> >
> > >>>> In that case, try catting /proc/acpi/event and hit the button.
> > >> On SUSE, instead of stopping acpid, you can use:
> > >> acpi_listen
> > >> to log acpi events.
> > >>
> >
> > in my case when I increase the level of acpi debug and hit the Fn+F3
> > button I don't see anything when I cat /proc/acpi/event. And it's the
> > same if I use acpi_listen. I launch acpi_listen and the hit the button,
> > but nothing appears. I just get the message I posted in the
> > /var/log/messages.
> >
> Will you please attach the acpidump output ?
> The pmtools can be downloaded from :
> http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools-20071116.tar.bz2
Yep.
Depending on your distribution you might find the acpidump binary in a
package. On SUSE it would be the pmtools package. A bit googling should
tell you what package you need to install on your distri to get
acpidump.
Best is you open a bug here:
http://bugzilla.kernel.org/
and attach the info you already posted on the list (the dmesg output
with increased ACPI debug output) and the acpidump.
Please add me to CC of the bug then.
Currently there are patches to connect ACPI and graphics driver on the
way, it could be that we miss some support in the kernel of the latter,
I don't know, let's evaluate this a bit further in the bug...
Thanks,
Thomas
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-10 1:18 ` Zhao Yakui
2008-03-10 11:23 ` Thomas Renninger
@ 2008-03-10 17:56 ` giggz
1 sibling, 0 replies; 18+ messages in thread
From: giggz @ 2008-03-10 17:56 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
Zhao Yakui a écrit :
> Will you please attach the acpidump output ?
> The pmtools can be downloaded from :
> http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools-20071116.tar.bz2
>
Here it is!
Thx
> Thanks.
[-- Attachment #2: acpidump.log --]
[-- Type: text/x-log, Size: 91266 bytes --]
DSDT @ 0x7ff767e5
0000: 44 53 44 54 ed 46 00 00 01 c8 49 4e 54 45 4c 20 DSDT.F....INTEL
0010: 4f 44 45 4d 20 20 20 20 00 00 04 06 4d 53 46 54 ODEM ....MSFT
0020: 0e 00 00 01 5b 80 50 4f 52 54 01 0a 80 0a 01 5b ....[.PORT.....[
0030: 81 0b 50 4f 52 54 01 50 38 30 48 08 5b 80 49 4f ..PORT.P80H.[.IO
0040: 5f 54 01 0b 00 08 0a 08 5b 81 0b 49 4f 5f 54 01 _T......[..IO_T.
0050: 54 52 50 30 08 5b 80 50 4d 49 4f 01 0b 00 10 0a TRP0.[.PMIO.....
0060: 4f 5b 81 12 50 4d 49 4f 01 50 4d 31 53 10 00 08 O[..PMIO.PM1S...
0070: 50 42 45 4e 08 5b 80 47 50 49 4f 01 0b 80 11 0a PBEN.[.GPIO.....
0080: 3c 5b 81 43 0b 47 50 49 4f 01 47 55 30 30 08 47 <[.C.GPIO.GU00.G
0090: 55 30 31 08 47 55 30 32 08 47 55 30 33 08 47 49 U01.GU02.GU03.GI
00a0: 4f 30 08 47 49 4f 31 08 47 49 4f 32 08 47 49 4f O0.GIO1.GIO2.GIO
00b0: 33 08 00 20 47 4c 30 30 08 47 4c 30 31 08 47 4c 3.. GL00.GL01.GL
00c0: 30 32 08 47 4c 30 33 08 00 40 04 47 42 30 30 08 02.GL03..@.GB00.
00d0: 47 42 30 31 08 47 42 30 32 08 47 42 30 33 08 00 GB01.GB02.GB03..
00e0: 40 08 47 49 56 30 08 47 49 56 31 08 47 49 56 32 @.GIV0.GIV1.GIV2
00f0: 08 47 49 56 33 08 47 55 30 34 08 47 55 30 35 08 .GIV3.GU04.GU05.
0100: 47 55 30 36 08 47 55 30 37 08 47 49 4f 34 08 47 GU06.GU07.GIO4.G
0110: 49 4f 35 08 47 49 4f 36 08 47 49 4f 37 08 00 02 IO5.GIO6.GIO7...
0120: 43 50 45 4e 01 00 05 47 4c 30 35 08 47 4c 30 36 CPEN...GL05.GL06
0130: 08 47 4c 30 37 08 5b 80 4d 4e 56 53 00 0c 7d be .GL07.[.MNVS..}.
0140: f7 7f 0a 40 5b 81 43 0e 4d 4e 56 53 10 4f 53 59 ...@[.C.MNVS.OSY
0150: 53 10 53 4d 49 46 08 53 43 49 46 08 50 41 52 31 S.SMIF.SCIF.PAR1
0160: 08 50 41 52 32 08 44 42 47 53 08 4c 49 44 53 08 .PAR2.DBGS.LIDS.
0170: 41 43 50 53 08 43 4d 41 50 08 43 4d 42 50 08 4c ACPS.CMAP.CMBP.L
0180: 50 54 50 08 46 44 43 50 08 42 54 45 4e 08 41 43 PTP.FDCP.BTEN.AC
0190: 54 54 08 50 53 56 54 08 54 43 31 56 08 54 43 32 TT.PSVT.TC1V.TC2
01a0: 56 08 54 53 50 56 08 43 52 54 54 08 50 52 49 44 V.TSPV.CRTT.PRID
01b0: 08 53 57 32 4c 01 50 4e 43 53 01 00 06 49 47 44 .SW2L.PNCS...IGD
01c0: 53 08 43 41 44 4c 10 50 41 44 4c 10 43 53 54 45 S.CADL.PADL.CSTE
01d0: 10 4e 53 54 45 10 53 53 54 45 10 54 4f 47 4c 10 .NSTE.SSTE.TOGL.
01e0: 4c 43 44 41 10 42 54 43 31 08 42 54 43 32 08 4b LCDA.BTC1.BTC2.K
01f0: 42 43 53 08 00 08 54 4d 50 30 08 54 4d 50 31 08 BCS...TMP0.TMP1.
0200: 54 4d 50 32 08 53 56 43 52 08 54 4d 50 34 40 04 TMP2.SVCR.TMP4@.
0210: 42 54 53 31 08 42 54 53 32 08 57 41 4b 45 08 42 BTS1.BTS2.WAKE.B
0220: 4c 43 53 08 42 52 54 4c 08 5b 01 4d 55 54 58 00 LCS.BRTL.[.MUTX.
0230: 5b 01 4d 49 4f 54 00 08 5f 53 30 5f 12 08 03 0a [.MIOT.._S0_....
0240: 00 0a 00 0a 00 08 5f 53 33 5f 12 08 03 0a 05 0a ......_S3_......
0250: 05 0a 00 08 5f 53 34 5f 12 08 03 0a 06 0a 06 0a ...._S4_........
0260: 00 08 5f 53 35 5f 12 08 03 0a 07 0a 07 0a 00 10 .._S5_..........
0270: 13 5c 5f 50 52 5f 5b 83 0b 43 50 55 30 00 10 10 .\_PR_[..CPU0...
0280: 00 00 06 08 5c 47 50 49 43 0a 00 08 5c 43 54 59 ....\GPIC...\CTY
0290: 50 0a 00 08 5c 45 43 4f 4e 0a 00 08 5c 44 53 45 P...\ECON...\DSE
02a0: 4e 0a 01 08 5c 53 57 41 50 0a 01 08 5c 54 4f 48 N...\SWAP...\TOH
02b0: 4b 0a 01 08 5c 56 47 41 53 0a 00 08 5c 4c 49 44 K...\VGAS...\LID
02c0: 46 0a 00 14 0d 5c 5f 50 49 43 01 70 68 47 50 49 F....\_PIC.phGPI
02d0: 43 14 4e 08 5f 50 54 53 01 70 68 50 38 30 48 70 C.N._PTS.phP80Hp
02e0: 0a 01 5c 4c 49 44 46 a0 2c 93 68 0a 03 70 0a 91 ..\LIDF.,.h..p..
02f0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 \/._SB_PCI0LPCBE
0300: 43 30 5f 50 35 34 53 70 0a 26 53 4d 49 46 70 00 C0_P54Sp.&SMIFp.
0310: 54 52 50 30 a0 1f 93 68 0a 04 70 0a 25 53 4d 49 TRP0...h..p.%SMI
0320: 46 70 00 54 52 50 30 70 0a 27 53 4d 49 46 70 00 Fp.TRP0p.'SMIFp.
0330: 54 52 50 30 a0 2b 93 68 0a 05 7d 50 4d 31 53 0b TRP0.+.h..}PM1S.
0340: 00 04 50 4d 31 53 70 0a 27 53 4d 49 46 70 00 54 ..PM1Sp.'SMIFp.T
0350: 52 50 30 70 0a 2d 53 4d 49 46 70 00 54 52 50 30 RP0p.-SMIFp.TRP0
0360: 14 41 0b 5f 57 41 4b 01 70 68 50 38 30 48 70 0a .A._WAK.phP80Hp.
0370: 29 53 4d 49 46 70 0a 00 54 52 50 30 a0 4b 04 93 )SMIFp..TRP0.K..
0380: 68 0a 03 70 0a a1 5c 2f 05 5f 53 42 5f 50 43 49 h..p..\/._SB_PCI
0390: 30 4c 50 43 42 45 43 30 5f 50 35 34 53 70 0a 12 0LPCBEC0_P54Sp..
03a0: 53 4d 49 46 70 0a 00 54 52 50 30 a0 15 93 50 41 SMIFp..TRP0...PA
03b0: 52 31 0a 00 86 5c 2e 5f 53 42 5f 53 4c 50 42 0a R1...\._SB_SLPB.
03c0: 02 70 0a 66 50 38 30 48 a0 49 04 93 68 0a 04 a0 .p.fP80H.I..h...
03d0: 10 5b 12 5f 4f 53 49 60 70 0b d1 07 4f 53 59 53 .[._OSI`p...OSYS
03e0: a1 31 a0 11 93 87 5f 4f 53 5f 0a 14 70 0b d0 07 .1...._OS_..p...
03f0: 4f 53 59 53 a1 1d a0 11 93 87 5f 4f 53 5f 0a 27 OSYS......_OS_.'
0400: 70 0b cf 07 4f 53 59 53 a1 09 70 0b ce 07 4f 53 p...OSYS..p...OS
0410: 59 53 10 06 5c 5f 47 50 45 10 48 4a 5c 5f 54 5a YS..\_GPE.HJ\_TZ
0420: 5f 08 54 34 46 47 0a 00 08 53 42 46 47 0a 00 08 _.T4FG...SBFG...
0430: 43 42 46 47 0a 00 08 54 42 53 45 0b ac 0a 5b 85 CBFG...TBSE...[.
0440: 40 24 54 48 52 43 14 47 14 5f 54 4d 50 00 a0 49 @$THRC.G._TMP..I
0450: 06 93 54 34 46 47 0a 01 70 0a 01 43 42 46 47 a0 ..T4FG..p..CBFG.
0460: 23 5c 45 43 4f 4e 70 5c 2f 05 5f 53 42 5f 50 43 #\ECONp\/._SB_PC
0470: 49 30 4c 50 43 42 45 43 30 5f 52 41 4d 52 0a d4 I0LPCBEC0_RAMR..
0480: 0a 05 61 a1 23 5b 23 4d 49 4f 54 ff ff 70 0a 1d ..a.#[#MIOT..p..
0490: 53 4d 49 46 70 0a 00 54 52 50 30 5b 27 4d 49 4f SMIFp..TRP0['MIO
04a0: 54 70 50 41 52 31 61 72 61 0a 02 60 a4 72 77 60 TpPAR1ara..`.rw`
04b0: 0a 0a 00 54 42 53 45 00 a0 23 5c 45 43 4f 4e 70 ...TBSE..#\ECONp
04c0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 \/._SB_PCI0LPCBE
04d0: 43 30 5f 52 41 4d 52 0a 83 0a 05 60 a1 23 5b 23 C0_RAMR....`.#[#
04e0: 4d 49 4f 54 ff ff 70 0a 19 53 4d 49 46 70 0a 00 MIOT..p..SMIFp..
04f0: 54 52 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 60 TRP0['MIOTpPAR1`
0500: 7b 60 0a 80 61 a0 09 93 61 0a 80 70 0a 1e 60 a1 {`..a...a..p..`.
0510: 0c a0 0a 92 94 60 0a 10 70 0a 11 60 a0 45 06 93 .....`..p..`.E..
0520: 43 42 46 47 0a 00 a0 23 5c 45 43 4f 4e 70 5c 2f CBFG...#\ECONp\/
0530: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
0540: 5f 52 41 4d 52 0a d4 0a 05 61 a1 23 5b 23 4d 49 _RAMR....a.#[#MI
0550: 4f 54 ff ff 70 0a 1d 53 4d 49 46 70 0a 00 54 52 OT..p..SMIFp..TR
0560: 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 61 a0 0c P0['MIOTpPAR1a..
0570: 92 94 61 60 70 0a 01 54 34 46 47 70 0a 01 43 42 ..a`p..T4FGp..CB
0580: 46 47 a4 72 77 60 0a 0a 00 54 42 53 45 00 14 4b FG.rw`...TBSE..K
0590: 05 5f 43 52 54 00 a0 23 5c 45 43 4f 4e 70 5c 2f ._CRT..#\ECONp\/
05a0: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
05b0: 5f 52 41 4d 52 0a d5 0a 05 60 a1 23 5b 23 4d 49 _RAMR....`.#[#MI
05c0: 4f 54 ff ff 70 0a 1b 53 4d 49 46 70 0a 00 54 52 OT..p..SMIFp..TR
05d0: 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 60 a4 72 P0['MIOTpPAR1`.r
05e0: 77 60 0a 0a 00 54 42 53 45 00 08 5f 50 53 4c 12 w`...TBSE.._PSL.
05f0: 0c 01 5c 2e 5f 50 52 5f 43 50 55 30 14 4d 06 5f ..\._PR_CPU0.M._
0600: 50 53 56 00 70 0d 43 50 55 20 54 34 20 5f 43 52 PSV.p.CPU T4 _CR
0610: 54 20 3d 00 5b 31 a0 23 5c 45 43 4f 4e 70 5c 2f T =.[1.#\ECONp\/
0620: 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 ._SB_PCI0LPCBEC0
0630: 5f 52 41 4d 52 0a d4 0a 05 60 a1 23 5b 23 4d 49 _RAMR....`.#[#MI
0640: 4f 54 ff ff 70 0a 1d 53 4d 49 46 70 0a 00 54 52 OT..p..SMIFp..TR
0650: 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 60 a4 72 P0['MIOTpPAR1`.r
0660: 77 60 0a 0a 00 54 42 53 45 00 08 5f 54 43 31 0a w`...TBSE.._TC1.
0670: 02 08 5f 54 43 32 0a 05 08 5f 54 53 50 0b 2c 01 .._TC2..._TSP.,.
0680: 5b 85 40 24 54 48 52 53 14 47 14 5f 54 4d 50 00 [.@$THRS.G._TMP.
0690: a0 49 06 93 54 34 46 47 0a 01 70 0a 01 53 42 46 .I..T4FG..p..SBF
06a0: 47 a0 23 5c 45 43 4f 4e 70 5c 2f 05 5f 53 42 5f G.#\ECONp\/._SB_
06b0: 50 43 49 30 4c 50 43 42 45 43 30 5f 52 41 4d 52 PCI0LPCBEC0_RAMR
06c0: 0a d8 0a 05 61 a1 23 5b 23 4d 49 4f 54 ff ff 70 ....a.#[#MIOT..p
06d0: 0a 1c 53 4d 49 46 70 0a 00 54 52 50 30 5b 27 4d ..SMIFp..TRP0['M
06e0: 49 4f 54 70 50 41 52 31 61 72 61 0a 02 60 a4 72 IOTpPAR1ara..`.r
06f0: 77 60 0a 0a 00 54 42 53 45 00 a0 23 5c 45 43 4f w`...TBSE..#\ECO
0700: 4e 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 Np\/._SB_PCI0LPC
0710: 42 45 43 30 5f 52 41 4d 52 0a 8b 0a 05 60 a1 23 BEC0_RAMR....`.#
0720: 5b 23 4d 49 4f 54 ff ff 70 0a 18 53 4d 49 46 70 [#MIOT..p..SMIFp
0730: 0a 00 54 52 50 30 5b 27 4d 49 4f 54 70 50 41 52 ..TRP0['MIOTpPAR
0740: 31 60 7b 60 0a 80 61 a0 09 93 61 0a 80 70 0a 1e 1`{`..a...a..p..
0750: 60 a1 0c a0 0a 92 94 60 0a 10 70 0a 11 60 a0 45 `......`..p..`.E
0760: 06 93 53 42 46 47 0a 00 a0 23 5c 45 43 4f 4e 70 ..SBFG...#\ECONp
0770: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 \/._SB_PCI0LPCBE
0780: 43 30 5f 52 41 4d 52 0a d8 0a 05 61 a1 23 5b 23 C0_RAMR....a.#[#
0790: 4d 49 4f 54 ff ff 70 0a 1c 53 4d 49 46 70 0a 00 MIOT..p..SMIFp..
07a0: 54 52 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 61 TRP0['MIOTpPAR1a
07b0: a0 0c 92 94 61 60 70 0a 01 54 34 46 47 70 0a 01 ....a`p..T4FGp..
07c0: 53 42 46 47 a4 72 77 60 0a 0a 00 54 42 53 45 00 SBFG.rw`...TBSE.
07d0: 14 4b 05 5f 43 52 54 00 a0 23 5c 45 43 4f 4e 70 .K._CRT..#\ECONp
07e0: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 \/._SB_PCI0LPCBE
07f0: 43 30 5f 52 41 4d 52 0a d9 0a 05 60 a1 23 5b 23 C0_RAMR....`.#[#
0800: 4d 49 4f 54 ff ff 70 0a 1a 53 4d 49 46 70 0a 00 MIOT..p..SMIFp..
0810: 54 52 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 60 TRP0['MIOTpPAR1`
0820: a4 72 77 60 0a 0a 00 54 42 53 45 00 08 5f 50 53 .rw`...TBSE.._PS
0830: 4c 12 0c 01 5c 2e 5f 50 52 5f 43 50 55 30 14 4d L...\._PR_CPU0.M
0840: 06 5f 50 53 56 00 70 0d 53 59 53 20 54 34 20 5f ._PSV.p.SYS T4 _
0850: 43 52 54 20 3d 00 5b 31 a0 23 5c 45 43 4f 4e 70 CRT =.[1.#\ECONp
0860: 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 \/._SB_PCI0LPCBE
0870: 43 30 5f 52 41 4d 52 0a d8 0a 05 60 a1 23 5b 23 C0_RAMR....`.#[#
0880: 4d 49 4f 54 ff ff 70 0a 1c 53 4d 49 46 70 0a 00 MIOT..p..SMIFp..
0890: 54 52 50 30 5b 27 4d 49 4f 54 70 50 41 52 31 60 TRP0['MIOTpPAR1`
08a0: a4 72 77 60 0a 0a 00 54 42 53 45 00 08 5f 54 43 .rw`...TBSE.._TC
08b0: 31 0a 02 08 5f 54 43 32 0a 05 08 5f 54 53 50 0b 1..._TC2..._TSP.
08c0: 2c 01 10 8a e2 03 5c 5f 53 42 5f 5b 82 40 08 41 ,.....\_SB_[.@.A
08d0: 44 50 31 08 5f 48 49 44 0d 41 43 50 49 30 30 30 DP1._HID.ACPI000
08e0: 33 00 14 43 05 5f 50 53 52 00 a0 36 5c 45 43 4f 3..C._PSR..6\ECO
08f0: 4e 70 5c 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 Np\/._SB_PCI0LPC
0900: 42 45 43 30 5f 43 4f 4d 44 0a c5 0a 19 61 7f 61 BEC0_COMD....a.a
0910: 0a 01 61 a0 08 93 61 0a 01 a4 0a 01 a1 04 a4 0a ..a...a.........
0920: 00 a1 14 70 0a 14 53 4d 49 46 70 0a 00 54 52 50 ...p..SMIFp..TRP
0930: 30 a4 41 43 50 53 14 0c 5f 50 43 4c 00 a4 5c 5f 0.ACPS.._PCL..\_
0940: 53 42 5f 14 09 5f 53 54 41 00 a4 0a 0f 5b 82 4f SB_.._STA....[.O
0950: 27 42 41 54 30 08 5f 48 49 44 0c 41 d0 0c 0a 08 'BAT0._HID.A....
0960: 5f 55 49 44 0a 01 14 3d 5f 53 54 41 00 a0 31 5c _UID...=_STA..1\
0970: 45 43 4f 4e 70 5c 2f 05 5f 53 42 5f 50 43 49 30 ECONp\/._SB_PCI0
0980: 4c 50 43 42 45 43 30 5f 43 4f 4d 44 0a c5 0a 1a LPCBEC0_COMD....
0990: 60 a0 08 93 60 0a 01 a4 0a 0f a1 04 a4 0a 1f a1 `...`...........
09a0: 04 a4 0a 0f 08 50 42 49 46 12 35 0d 0a 01 0b 30 .....PBIF.5....0
09b0: 11 0b 30 11 0a 01 0b d0 39 0b b8 01 0a b0 0b 08 ..0.....9.......
09c0: 01 0b 78 0f 0d 42 41 54 30 00 0d 32 33 36 00 0d ..x..BAT0..236..
09d0: 4c 69 6f 6e 00 0d 20 20 20 20 20 20 20 20 00 14 Lion.. ..
09e0: 25 5f 42 49 46 00 70 0a 28 53 4d 49 46 70 00 54 %_BIF.p.(SMIFp.T
09f0: 52 50 30 70 54 4d 50 34 88 50 42 49 46 0a 0c 00 RP0pTMP4.PBIF...
0a00: a4 50 42 49 46 08 50 42 53 54 12 13 04 0a 00 0c .PBIF.PBST......
0a10: ff ff ff ff 0c ff ff ff ff 0c ff ff ff ff 14 42 ...............B
0a20: 1a 5f 42 53 54 00 a0 45 13 5c 45 43 4f 4e 70 5c ._BST..E.\ECONp\
0a30: 2f 05 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 /._SB_PCI0LPCBEC
0a40: 30 5f 43 4f 4d 44 0a c5 0a 1a 60 a0 3a 93 60 0a 0_COMD....`.:.`.
0a50: 01 70 0a 00 88 50 42 53 54 0a 00 00 70 0c ff ff .p...PBST...p...
0a60: ff ff 88 50 42 53 54 0a 01 00 70 0c ff ff ff ff ...PBST...p.....
0a70: 88 50 42 53 54 0a 02 00 70 0c ff ff ff ff 88 50 .PBST...p......P
0a80: 42 53 54 0a 03 00 a1 45 0d 70 5c 2f 05 5f 53 42 BST....E.p\/._SB
0a90: 5f 50 43 49 30 4c 50 43 42 45 43 30 5f 52 41 4d _PCI0LPCBEC0_RAM
0aa0: 52 0a c7 0a 03 60 70 5c 2f 05 5f 53 42 5f 50 43 R....`p\/._SB_PC
0ab0: 49 30 4c 50 43 42 45 43 30 5f 43 4f 4d 44 0a c5 I0LPCBEC0_COMD..
0ac0: 0a 19 61 a0 47 07 93 61 0a 00 a0 15 92 95 60 0a ..a.G..a......`.
0ad0: 63 70 0a 00 88 50 42 53 54 0a 00 00 70 0a 64 60 cp...PBST...p.d`
0ae0: a1 4a 05 a0 4a 04 92 95 60 0a 5e 70 5c 2f 05 5f .J..J...`.^p\/._
0af0: 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f 52 SB_PCI0LPCBEC0_R
0b00: 41 4d 52 0a c3 0a 03 62 a0 18 93 7b 62 0a 20 00 AMR....b...{b. .
0b10: 0a 20 70 0a 00 88 50 42 53 54 0a 00 00 70 0a 64 . p...PBST...p.d
0b20: 60 a1 0c 70 0a 02 88 50 42 53 54 0a 00 00 a1 0c `..p...PBST.....
0b30: 70 0a 02 88 50 42 53 54 0a 00 00 a1 20 a0 11 92 p...PBST.... ...
0b40: 94 60 0a 0a 70 0a 05 88 50 42 53 54 0a 00 00 a1 .`..p...PBST....
0b50: 0c 70 0a 01 88 50 42 53 54 0a 00 00 a1 36 70 0a .p...PBST....6p.
0b60: 00 88 50 42 53 54 0a 00 00 70 0c ff ff ff ff 88 ..PBST...p......
0b70: 50 42 53 54 0a 01 00 70 0c ff ff ff ff 88 50 42 PBST...p......PB
0b80: 53 54 0a 02 00 70 0c ff ff ff ff 88 50 42 53 54 ST...p......PBST
0b90: 0a 03 00 70 0c ff ff ff ff 88 50 42 53 54 0a 01 ...p......PBST..
0ba0: 00 77 60 0a 2c 60 70 60 88 50 42 53 54 0a 02 00 .w`.,`p`.PBST...
0bb0: 70 0b d0 39 88 50 42 53 54 0a 03 00 a4 50 42 53 p..9.PBST....PBS
0bc0: 54 14 0c 5f 50 43 4c 00 a4 5c 5f 53 42 5f 5b 82 T.._PCL..\_SB_[.
0bd0: 40 05 4c 49 44 30 08 5f 48 49 44 0c 41 d0 0c 0d @.LID0._HID.A...
0be0: 14 33 5f 4c 49 44 00 a0 1f 4c 49 44 53 a0 14 93 .3_LID...LIDS...
0bf0: 5c 4c 49 44 46 0a 01 70 0a 00 5c 4c 49 44 46 a4 \LIDF..p..\LIDF.
0c00: 0a 00 a1 04 a4 0a 01 a1 0c 70 0a 00 5c 4c 49 44 .........p..\LID
0c10: 46 a4 0a 00 08 5f 50 52 57 12 06 02 0a 18 0a 03 F...._PRW.......
0c20: 5b 82 15 5c 2e 5f 53 42 5f 53 4c 50 42 08 5f 48 [..\._SB_SLPB._H
0c30: 49 44 0c 41 d0 0c 0e 5b 82 84 ab 03 50 43 49 30 ID.A...[....PCI0
0c40: 14 4a 04 5f 49 4e 49 00 a0 10 5b 12 5f 4f 53 49 .J._INI...[._OSI
0c50: 60 70 0b d1 07 4f 53 59 53 a1 31 a0 11 93 87 5f `p...OSYS.1...._
0c60: 4f 53 5f 0a 14 70 0b d0 07 4f 53 59 53 a1 1d a0 OS_..p...OSYS...
0c70: 11 93 87 5f 4f 53 5f 0a 27 70 0b cf 07 4f 53 59 ..._OS_.'p...OSY
0c80: 53 a1 09 70 0b ce 07 4f 53 59 53 14 09 5f 53 33 S..p...OSYS.._S3
0c90: 44 00 a4 0a 02 14 09 5f 53 34 44 00 a4 0a 02 08 D......_S4D.....
0ca0: 5f 48 49 44 0c 41 d0 0a 03 08 5f 41 44 52 0a 00 _HID.A...._ADR..
0cb0: 08 5f 42 42 4e 0a 00 5b 80 48 42 55 53 02 0a 40 ._BBN..[.HBUS..@
0cc0: 0a c0 5b 81 43 08 48 42 55 53 03 00 40 10 44 52 ..[.C.HBUS..@.DR
0cd0: 42 30 08 44 52 42 31 08 44 52 42 32 08 44 52 42 B0.DRB1.DRB2.DRB
0ce0: 33 08 00 40 16 00 04 50 4d 30 48 02 00 02 50 4d 3..@...PM0H...PM
0cf0: 31 4c 02 00 02 50 4d 31 48 02 00 02 50 4d 32 4c 1L...PM1H...PM2L
0d00: 02 00 02 50 4d 32 48 02 00 02 50 4d 33 4c 02 00 ...PM2H...PM3L..
0d10: 02 50 4d 33 48 02 00 02 50 4d 34 4c 02 00 02 50 .PM3H...PM4L...P
0d20: 4d 34 48 02 00 02 50 4d 35 4c 02 00 02 50 4d 35 M4H...PM5L...PM5
0d30: 48 02 00 02 50 4d 36 4c 02 00 02 50 4d 36 48 02 H...PM6L...PM6H.
0d40: 00 02 46 44 48 43 08 08 42 55 46 30 11 46 20 0b ..FDHC..BUF0.F .
0d50: 01 02 88 0e 00 02 0c 00 00 00 00 00 ff 00 00 00 ................
0d60: 00 01 00 87 18 00 01 0c 03 00 00 00 00 00 00 00 ................
0d70: 00 f7 0c 00 00 00 00 00 00 f8 0c 00 00 00 47 01 ..............G.
0d80: f8 0c f8 0c 01 08 87 18 00 01 0c 03 00 00 00 00 ................
0d90: 00 0d 00 00 ff ff 00 00 00 00 00 00 00 f3 00 00 ................
0da0: 00 87 18 00 00 0c 03 00 00 00 00 00 00 0a 00 ff ................
0db0: ff 0b 00 00 00 00 00 00 00 02 00 00 87 18 00 00 ................
0dc0: 0c 03 00 00 00 00 00 00 0c 00 ff 3f 0c 00 00 00 ...........?....
0dd0: 00 00 00 40 00 00 00 87 18 00 00 0c 03 00 00 00 ...@............
0de0: 00 00 40 0c 00 ff 7f 0c 00 00 00 00 00 00 40 00 ..@...........@.
0df0: 00 00 87 18 00 00 0c 03 00 00 00 00 00 80 0c 00 ................
0e00: ff bf 0c 00 00 00 00 00 00 40 00 00 00 87 18 00 .........@......
0e10: 00 0c 03 00 00 00 00 00 c0 0c 00 ff ff 0c 00 00 ................
0e20: 00 00 00 00 40 00 00 00 87 18 00 00 0c 03 00 00 ....@...........
0e30: 00 00 00 00 0d 00 ff 3f 0d 00 00 00 00 00 00 40 .......?.......@
0e40: 00 00 00 87 18 00 00 0c 03 00 00 00 00 00 40 0d ..............@.
0e50: 00 ff 7f 0d 00 00 00 00 00 00 40 00 00 00 87 18 ..........@.....
0e60: 00 00 0c 03 00 00 00 00 00 80 0d 00 ff bf 0d 00 ................
0e70: 00 00 00 00 00 40 00 00 00 87 18 00 00 0c 03 00 .....@..........
0e80: 00 00 00 00 c0 0d 00 ff ff 0d 00 00 00 00 00 00 ................
0e90: 40 00 00 00 87 18 00 00 0c 03 00 00 00 00 00 00 @...............
0ea0: 0e 00 ff 3f 0e 00 00 00 00 00 00 40 00 00 00 87 ...?.......@....
0eb0: 18 00 00 0c 03 00 00 00 00 00 40 0e 00 ff 7f 0e ..........@.....
0ec0: 00 00 00 00 00 00 40 00 00 00 87 18 00 00 0c 03 ......@.........
0ed0: 00 00 00 00 00 80 0e 00 ff bf 0e 00 00 00 00 00 ................
0ee0: 00 40 00 00 00 87 18 00 00 0c 03 00 00 00 00 00 .@..............
0ef0: c0 0e 00 ff ff 0e 00 00 00 00 00 00 40 00 00 00 ............@...
0f00: 87 18 00 00 0c 03 00 00 00 00 00 00 0f 00 ff ff ................
0f10: 0f 00 00 00 00 00 00 00 01 00 00 87 18 00 00 0c ................
0f20: 03 00 00 00 00 00 00 00 00 ff ff ff df 00 00 00 ................
0f30: 00 00 00 00 00 00 87 18 00 00 0c 03 00 00 00 00 ................
0f40: 00 00 00 f0 ff ff bf fe 00 00 00 00 00 00 c0 0e ................
0f50: 00 79 00 14 41 2e 5f 43 52 53 08 a0 16 50 4d 31 .y..A._CRS...PM1
0f60: 4c 8a 42 55 46 30 0a 80 43 30 4c 4e 70 00 43 30 L.BUF0..C0LNp.C0
0f70: 4c 4e a0 1a 93 50 4d 31 4c 0a 01 8d 42 55 46 30 LN...PM1L...BUF0
0f80: 0b 78 03 43 30 52 57 70 00 43 30 52 57 a0 16 50 .x.C0RWp.C0RW..P
0f90: 4d 31 48 8a 42 55 46 30 0a 9b 43 34 4c 4e 70 00 M1H.BUF0..C4LNp.
0fa0: 43 34 4c 4e a0 1a 93 50 4d 31 48 0a 01 8d 42 55 C4LN...PM1H...BU
0fb0: 46 30 0b 50 04 43 34 52 57 70 00 43 34 52 57 a0 F0.P.C4RWp.C4RW.
0fc0: 16 50 4d 32 4c 8a 42 55 46 30 0a b6 43 38 4c 4e .PM2L.BUF0..C8LN
0fd0: 70 00 43 38 4c 4e a0 1a 93 50 4d 32 4c 0a 01 8d p.C8LN...PM2L...
0fe0: 42 55 46 30 0b 28 05 43 38 52 57 70 00 43 38 52 BUF0.(.C8RWp.C8R
0ff0: 57 a0 16 50 4d 32 48 8a 42 55 46 30 0a d1 43 43 W..PM2H.BUF0..CC
1000: 4c 4e 70 00 43 43 4c 4e a0 1a 93 50 4d 32 48 0a LNp.CCLN...PM2H.
1010: 01 8d 42 55 46 30 0b 00 06 43 43 52 57 70 00 43 ..BUF0...CCRWp.C
1020: 43 52 57 a0 16 50 4d 33 4c 8a 42 55 46 30 0a ec CRW..PM3L.BUF0..
1030: 44 30 4c 4e 70 00 44 30 4c 4e a0 1a 93 50 4d 33 D0LNp.D0LN...PM3
1040: 4c 0a 01 8d 42 55 46 30 0b d8 06 44 30 52 57 70 L...BUF0...D0RWp
1050: 00 44 30 52 57 a0 17 50 4d 33 48 8a 42 55 46 30 .D0RW..PM3H.BUF0
1060: 0b 07 01 44 34 4c 4e 70 00 44 34 4c 4e a0 1a 93 ...D4LNp.D4LN...
1070: 50 4d 33 48 0a 01 8d 42 55 46 30 0b b0 07 44 34 PM3H...BUF0...D4
1080: 52 57 70 00 44 34 52 57 a0 17 50 4d 34 4c 8a 42 RWp.D4RW..PM4L.B
1090: 55 46 30 0b 22 01 44 38 4c 4e 70 00 44 38 4c 4e UF0.".D8LNp.D8LN
10a0: a0 1a 93 50 4d 34 4c 0a 01 8d 42 55 46 30 0b 88 ...PM4L...BUF0..
10b0: 08 44 38 52 57 70 00 44 38 52 57 a0 17 50 4d 34 .D8RWp.D8RW..PM4
10c0: 48 8a 42 55 46 30 0b 3d 01 44 43 4c 4e 70 00 44 H.BUF0.=.DCLNp.D
10d0: 43 4c 4e a0 1a 93 50 4d 34 48 0a 01 8d 42 55 46 CLN...PM4H...BUF
10e0: 30 0b 60 09 44 43 52 57 70 00 44 43 52 57 a0 17 0.`.DCRWp.DCRW..
10f0: 50 4d 35 4c 8a 42 55 46 30 0b 58 01 45 30 4c 4e PM5L.BUF0.X.E0LN
1100: 70 00 45 30 4c 4e a0 1a 93 50 4d 35 4c 0a 01 8d p.E0LN...PM5L...
1110: 42 55 46 30 0b 38 0a 45 30 52 57 70 00 45 30 52 BUF0.8.E0RWp.E0R
1120: 57 a0 17 50 4d 35 48 8a 42 55 46 30 0b 73 01 45 W..PM5H.BUF0.s.E
1130: 34 4c 4e 70 00 45 34 4c 4e a0 1a 93 50 4d 35 48 4LNp.E4LN...PM5H
1140: 0a 01 8d 42 55 46 30 0b 10 0b 45 34 52 57 70 00 ...BUF0...E4RWp.
1150: 45 34 52 57 a0 17 50 4d 36 4c 8a 42 55 46 30 0b E4RW..PM6L.BUF0.
1160: 8e 01 45 38 4c 4e 70 00 45 38 4c 4e a0 1a 93 50 ..E8LNp.E8LN...P
1170: 4d 36 4c 0a 01 8d 42 55 46 30 0b e8 0b 45 38 52 M6L...BUF0...E8R
1180: 57 70 00 45 38 52 57 a0 17 50 4d 36 48 8a 42 55 Wp.E8RW..PM6H.BU
1190: 46 30 0b a9 01 45 43 4c 4e 70 00 45 43 4c 4e a0 F0...ECLNp.ECLN.
11a0: 1a 93 50 4d 36 48 0a 01 8d 42 55 46 30 0b c0 0c ..PM6H...BUF0...
11b0: 45 43 52 57 70 00 45 43 52 57 a0 17 50 4d 30 48 ECRWp.ECRW..PM0H
11c0: 8a 42 55 46 30 0b c4 01 46 30 4c 4e 70 00 46 30 .BUF0...F0LNp.F0
11d0: 4c 4e a0 1a 93 50 4d 30 48 0a 01 8d 42 55 46 30 LN...PM0H...BUF0
11e0: 0b 98 0d 46 30 52 57 70 00 46 30 52 57 8a 42 55 ...F0RWp.F0RW.BU
11f0: 46 30 0b d3 01 4d 31 4d 4e 8a 42 55 46 30 0b d7 F0...M1MN.BUF0..
1200: 01 4d 31 4d 58 8a 42 55 46 30 0b df 01 4d 31 4c .M1MX.BUF0...M1L
1210: 4e 77 0c 00 00 00 02 44 52 42 33 4d 31 4d 4e 72 Nw.....DRB3M1MNr
1220: 74 4d 31 4d 58 4d 31 4d 4e 00 0a 01 4d 31 4c 4e tM1MXM1MN...M1LN
1230: a4 42 55 46 30 14 49 12 5f 50 52 54 00 a0 4f 05 .BUF0.I._PRT..O.
1240: 47 50 49 43 a4 12 47 05 06 12 0d 04 0c ff ff 1d GPIC..G.........
1250: 00 0a 00 0a 00 0a 10 12 0d 04 0c ff ff 1d 00 0a ................
1260: 01 0a 00 0a 13 12 0d 04 0c ff ff 1d 00 0a 02 0a ................
1270: 00 0a 12 12 0d 04 0c ff ff 1d 00 0a 03 0a 00 0a ................
1280: 17 12 0d 04 0c ff ff 1f 00 0a 00 0a 00 0a 12 12 ................
1290: 0d 04 0c ff ff 1f 00 0a 01 0a 00 0a 11 a1 41 0c ..............A.
12a0: a4 12 4d 0b 06 12 1e 04 0c ff ff 1d 00 0a 00 5c ..M............\
12b0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e /._SB_PCI0LPCBLN
12c0: 4b 41 0a 00 12 1e 04 0c ff ff 1d 00 0a 01 5c 2f KA............\/
12d0: 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b ._SB_PCI0LPCBLNK
12e0: 44 0a 00 12 1e 04 0c ff ff 1d 00 0a 02 5c 2f 04 D............\/.
12f0: 5f 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 43 _SB_PCI0LPCBLNKC
1300: 0a 00 12 1e 04 0c ff ff 1d 00 0a 03 5c 2f 04 5f ............\/._
1310: 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 48 0a SB_PCI0LPCBLNKH.
1320: 00 12 1e 04 0c ff ff 1f 00 0a 00 5c 2f 04 5f 53 ...........\/._S
1330: 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 43 0a 00 B_PCI0LPCBLNKC..
1340: 12 1e 04 0c ff ff 1f 00 0a 01 5c 2f 04 5f 53 42 ..........\/._SB
1350: 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 42 0a 00 5b _PCI0LPCBLNKB..[
1360: 82 44 39 41 47 50 5f 08 5f 41 44 52 0c 00 00 01 .D9AGP_._ADR....
1370: 00 14 49 06 5f 50 52 54 00 a0 21 47 50 49 43 a4 ..I._PRT..!GPIC.
1380: 12 1a 02 12 0b 04 0b ff ff 0a 00 0a 00 0a 10 12 ................
1390: 0b 04 0b ff ff 0a 01 0a 00 0a 11 a1 3f a4 12 3c ............?..<
13a0: 02 12 1c 04 0b ff ff 0a 00 5c 2f 04 5f 53 42 5f .........\/._SB_
13b0: 50 43 49 30 4c 50 43 42 4c 4e 4b 41 0a 00 12 1c PCI0LPCBLNKA....
13c0: 04 0b ff ff 0a 01 5c 2f 04 5f 53 42 5f 50 43 49 ......\/._SB_PCI
13d0: 30 4c 50 43 42 4c 4e 4b 42 0a 00 5b 82 48 31 56 0LPCBLNKB..[.H1V
13e0: 47 41 5f 08 5f 41 44 52 0a 00 08 53 57 49 54 0a GA_._ADR...SWIT.
13f0: 01 08 43 52 54 41 0a 01 08 4c 43 44 41 0a 01 08 ..CRTA...LCDA...
1400: 54 56 41 46 0a 01 08 54 4f 47 46 0a 0f 08 4f 53 TVAF...TOGF...OS
1410: 46 5f 0a 00 14 06 5f 49 4e 49 00 14 14 5f 44 4f F_...._INI..._DO
1420: 53 01 70 68 60 7b 60 0a 01 61 70 61 53 57 49 54 S.ph`{`..apaSWIT
1430: 14 19 5f 44 4f 44 00 a4 12 11 03 0c 00 01 01 00 .._DOD..........
1440: 0c 00 02 01 00 0c 10 01 01 00 5b 82 3e 43 52 54 ..........[.>CRT
1450: 5f 08 5f 41 44 52 0b 00 01 14 14 5f 44 43 53 00 _._ADR....._DCS.
1460: a0 08 43 52 54 41 a4 0a 1f a1 04 a4 0a 1d 14 14 ..CRTA..........
1470: 5f 44 47 53 00 a0 08 43 52 54 41 a4 0a 01 a1 04 _DGS...CRTA.....
1480: a4 0a 00 14 06 5f 44 53 53 01 5b 82 3e 4c 43 44 ....._DSS.[.>LCD
1490: 5f 08 5f 41 44 52 0b 10 01 14 14 5f 44 43 53 00 _._ADR....._DCS.
14a0: a0 08 4c 43 44 41 a4 0a 1f a1 04 a4 0a 1d 14 14 ..LCDA..........
14b0: 5f 44 47 53 00 a0 08 4c 43 44 41 a4 0a 01 a1 04 _DGS...LCDA.....
14c0: a4 0a 00 14 06 5f 44 53 53 01 5b 82 4b 08 54 56 ....._DSS.[.K.TV
14d0: 4f 5f 08 5f 41 44 52 0b 00 02 14 14 5f 44 43 53 O_._ADR....._DCS
14e0: 00 a0 08 54 56 41 46 a4 0a 1f a1 04 a4 0a 1d 14 ...TVAF.........
14f0: 06 5f 44 53 53 01 14 40 06 5f 44 44 43 01 a0 1d ._DSS..@._DDC...
1500: 93 68 0a 01 a4 5c 2f 05 5f 53 42 5f 50 43 49 30 .h...\/._SB_PCI0
1510: 41 47 50 5f 56 47 41 5f 44 44 43 33 a0 37 93 68 AGP_VGA_DDC3.7.h
1520: 0a 02 73 5c 2f 05 5f 53 42 5f 50 43 49 30 41 47 ..s\/._SB_PCI0AG
1530: 50 5f 56 47 41 5f 44 44 43 33 5c 2f 05 5f 53 42 P_VGA_DDC3\/._SB
1540: 5f 50 43 49 30 41 47 50 5f 56 47 41 5f 44 44 43 _PCI0AGP_VGA_DDC
1550: 30 60 a4 60 a4 0a 00 08 44 44 43 30 11 44 08 0a 0`.`....DDC0.D..
1560: 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1570: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1580: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1590: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
15a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
15b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
15c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
15d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
15e0: 00 08 44 44 43 33 11 44 08 0a 80 00 ff ff ff ff ..DDC3.D........
15f0: ff ff 00 41 d0 fe 09 00 00 00 00 00 00 02 00 00 ...A............
1600: 00 00 00 f0 00 00 00 00 00 00 00 00 00 00 21 08 ..............!.
1610: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1620: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1630: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1640: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1650: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1660: 00 00 00 00 00 00 00 00 00 00 d3 08 44 44 43 34 ............DDC4
1670: 11 44 08 0a 80 00 ff ff ff ff ff ff 00 0d af 00 .D..............
1680: 15 00 00 00 00 02 0d 01 03 80 21 15 78 0a ca a5 ..........!.x...
1690: 95 5b 4c 95 27 22 50 54 00 00 00 01 01 01 01 01 .[L.'"PT........
16a0: 01 01 01 01 01 01 01 01 01 01 01 bc 1b 00 a0 50 ...............P
16b0: 20 17 30 30 20 26 00 4b cf 10 00 00 1c 00 00 00 .00 &.K........
16c0: fd 00 3b 3d 30 32 08 00 0a 20 20 20 20 20 20 00 ..;=02... .
16d0: 00 00 fe 00 4e 31 35 34 49 31 0a 20 20 20 20 20 ....N154I1.
16e0: 20 00 00 00 fc 00 43 6f 6c 6f 72 20 4c 43 44 0a .....Color LCD.
16f0: 20 20 20 00 98 5b 82 49 26 50 43 49 42 08 5f 41 ..[.I&PCIB._A
1700: 44 52 0c 00 00 1e 00 5b 82 1b 4c 41 4e 43 08 5f DR.....[..LANC._
1710: 41 44 52 0c 00 00 05 00 08 5f 50 52 57 12 06 02 ADR......_PRW...
1720: 0a 0b 0a 05 5b 82 2d 43 42 53 30 08 5f 41 44 52 ....[.-CBS0._ADR
1730: 0c 01 00 09 00 14 09 5f 53 54 41 00 a4 0a 0f 14 ......._STA.....
1740: 09 5f 53 33 44 00 a4 0a 03 14 09 5f 53 34 44 00 ._S3D......_S4D.
1750: a4 0a 03 14 4c 20 5f 50 52 54 00 a0 41 16 47 50 ....L _PRT..A.GP
1760: 49 43 a4 12 49 15 19 12 0d 04 0c ff ff 08 00 0a IC..I...........
1770: 00 0a 00 0a 14 12 0b 04 0b ff ff 0a 00 0a 00 0a ................
1780: 15 12 0b 04 0b ff ff 0a 01 0a 00 0a 16 12 0b 04 ................
1790: 0b ff ff 0a 02 0a 00 0a 17 12 0b 04 0b ff ff 0a ................
17a0: 03 0a 00 0a 14 12 0d 04 0c ff ff 01 00 0a 00 0a ................
17b0: 00 0a 16 12 0d 04 0c ff ff 01 00 0a 01 0a 00 0a ................
17c0: 15 12 0d 04 0c ff ff 01 00 0a 02 0a 00 0a 14 12 ................
17d0: 0d 04 0c ff ff 01 00 0a 03 0a 00 0a 17 12 0d 04 ................
17e0: 0c ff ff 02 00 0a 00 0a 00 0a 12 12 0d 04 0c ff ................
17f0: ff 02 00 0a 01 0a 00 0a 13 12 0d 04 0c ff ff 02 ................
1800: 00 0a 02 0a 00 0a 11 12 0d 04 0c ff ff 02 00 0a ................
1810: 03 0a 00 0a 10 12 0d 04 0c ff ff 03 00 0a 00 0a ................
1820: 00 0a 13 12 0d 04 0c ff ff 03 00 0a 01 0a 00 0a ................
1830: 12 12 0d 04 0c ff ff 03 00 0a 02 0a 00 0a 15 12 ................
1840: 0d 04 0c ff ff 03 00 0a 03 0a 00 0a 16 12 0d 04 ................
1850: 0c ff ff 04 00 0a 00 0a 00 0a 11 12 0d 04 0c ff ................
1860: ff 04 00 0a 01 0a 00 0a 17 12 0d 04 0c ff ff 04 ................
1870: 00 0a 02 0a 00 0a 10 12 0d 04 0c ff ff 04 00 0a ................
1880: 03 0a 00 0a 14 12 0d 04 0c ff ff 05 00 0a 00 0a ................
1890: 00 0a 12 12 0d 04 0c ff ff 05 00 0a 01 0a 00 0a ................
18a0: 14 12 0d 04 0c ff ff 05 00 0a 02 0a 00 0a 16 12 ................
18b0: 0d 04 0c ff ff 05 00 0a 03 0a 00 0a 15 a1 42 0a ..............B.
18c0: a4 12 4e 09 05 12 1e 04 0c ff ff 05 00 0a 00 5c ..N............\
18d0: 2f 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e /._SB_PCI0LPCBLN
18e0: 4b 44 0a 00 12 1e 04 0c ff ff 06 00 0a 00 5c 2f KD............\/
18f0: 04 5f 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b ._SB_PCI0LPCBLNK
1900: 45 0a 00 12 1e 04 0c ff ff 09 00 0a 00 5c 2f 04 E............\/.
1910: 5f 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 46 _SB_PCI0LPCBLNKF
1920: 0a 00 12 1e 04 0c ff ff 09 00 0a 01 5c 2f 04 5f ............\/._
1930: 53 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 42 0a SB_PCI0LPCBLNKB.
1940: 00 12 1e 04 0c ff ff 09 00 0a 02 5c 2f 04 5f 53 ...........\/._S
1950: 42 5f 50 43 49 30 4c 50 43 42 4c 4e 4b 47 0a 00 B_PCI0LPCBLNKG..
1960: 5b 82 81 c7 01 4c 50 43 42 08 5f 41 44 52 0c 00 [....LPCB._ADR..
1970: 00 1f 00 5b 80 4c 50 43 30 02 0a 40 0a c0 5b 81 ...[.LPC0..@..[.
1980: 48 05 4c 50 43 30 00 00 40 10 50 49 52 41 08 50 H.LPC0..@.PIRA.P
1990: 49 52 42 08 50 49 52 43 08 50 49 52 44 08 00 20 IRB.PIRC.PIRD..
19a0: 50 49 52 45 08 50 49 52 46 08 50 49 52 47 08 50 PIRE.PIRF.PIRG.P
19b0: 49 52 48 08 00 40 2c 54 52 50 34 10 00 40 05 48 IRH..@,TRP4..@.H
19c0: 50 54 45 20 00 40 06 4c 44 45 30 08 4c 44 45 31 PTE .@.LDE0.LDE1
19d0: 08 00 20 4c 44 45 36 10 5b 82 45 0a 4c 4e 4b 41 .. LDE6.[.E.LNKA
19e0: 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a ._HID.A...._UID.
19f0: 01 14 0d 5f 44 49 53 08 70 0a 80 50 49 52 41 08 ..._DIS.p..PIRA.
1a00: 5f 50 52 53 11 09 0a 06 23 00 0c 18 79 00 14 3a _PRS....#...y..:
1a10: 5f 43 52 53 08 08 52 54 4c 41 11 09 0a 06 23 00 _CRS..RTLA....#.
1a20: 00 18 79 00 8b 52 54 4c 41 0a 01 49 52 51 30 70 ..y..RTLA..IRQ0p
1a30: 00 49 52 51 30 79 0a 01 7b 50 49 52 41 0a 0f 00 .IRQ0y..{PIRA...
1a40: 49 52 51 30 a4 52 54 4c 41 14 1c 5f 53 52 53 09 IRQ0.RTLA.._SRS.
1a50: 8b 68 0a 01 49 52 51 30 82 49 52 51 30 60 76 60 .h..IRQ0.IRQ0`v`
1a60: 70 60 50 49 52 41 14 18 5f 53 54 41 08 a0 0c 7b p`PIRA.._STA...{
1a70: 50 49 52 41 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b PIRA...........[
1a80: 82 45 0a 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 0c .E.LNKB._HID.A..
1a90: 0f 08 5f 55 49 44 0a 02 14 0d 5f 44 49 53 08 70 .._UID...._DIS.p
1aa0: 0a 80 50 49 52 42 08 5f 50 52 53 11 09 0a 06 23 ..PIRB._PRS....#
1ab0: 00 04 18 79 00 14 3a 5f 43 52 53 08 08 52 54 4c ...y..:_CRS..RTL
1ac0: 42 11 09 0a 06 23 00 00 18 79 00 8b 52 54 4c 42 B....#...y..RTLB
1ad0: 0a 01 49 52 51 30 70 00 49 52 51 30 79 0a 01 7b ..IRQ0p.IRQ0y..{
1ae0: 50 49 52 42 0a 0f 00 49 52 51 30 a4 52 54 4c 42 PIRB...IRQ0.RTLB
1af0: 14 1c 5f 53 52 53 09 8b 68 0a 01 49 52 51 30 82 .._SRS..h..IRQ0.
1b00: 49 52 51 30 60 76 60 70 60 50 49 52 42 14 18 5f IRQ0`v`p`PIRB.._
1b10: 53 54 41 08 a0 0c 7b 50 49 52 42 0a 80 00 a4 0a STA...{PIRB.....
1b20: 09 a1 04 a4 0a 0b 5b 82 45 0a 4c 4e 4b 43 08 5f ......[.E.LNKC._
1b30: 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 03 14 HID.A...._UID...
1b40: 0d 5f 44 49 53 08 70 0a 80 50 49 52 43 08 5f 50 ._DIS.p..PIRC._P
1b50: 52 53 11 09 0a 06 23 00 0c 18 79 00 14 3a 5f 43 RS....#...y..:_C
1b60: 52 53 08 08 52 54 4c 43 11 09 0a 06 23 00 00 18 RS..RTLC....#...
1b70: 79 00 8b 52 54 4c 43 0a 01 49 52 51 30 70 00 49 y..RTLC..IRQ0p.I
1b80: 52 51 30 79 0a 01 7b 50 49 52 43 0a 0f 00 49 52 RQ0y..{PIRC...IR
1b90: 51 30 a4 52 54 4c 43 14 1c 5f 53 52 53 09 8b 68 Q0.RTLC.._SRS..h
1ba0: 0a 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 ..IRQ0.IRQ0`v`p`
1bb0: 50 49 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 49 PIRC.._STA...{PI
1bc0: 52 43 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 45 RC...........[.E
1bd0: 0a 4c 4e 4b 44 08 5f 48 49 44 0c 41 d0 0c 0f 08 .LNKD._HID.A....
1be0: 5f 55 49 44 0a 04 14 0d 5f 44 49 53 08 70 0a 80 _UID...._DIS.p..
1bf0: 50 49 52 44 08 5f 50 52 53 11 09 0a 06 23 00 04 PIRD._PRS....#..
1c00: 18 79 00 14 3a 5f 43 52 53 08 08 52 54 4c 44 11 .y..:_CRS..RTLD.
1c10: 09 0a 06 23 00 00 18 79 00 8b 52 54 4c 44 0a 01 ...#...y..RTLD..
1c20: 49 52 51 30 70 00 49 52 51 30 79 0a 01 7b 50 49 IRQ0p.IRQ0y..{PI
1c30: 52 44 0a 0f 00 49 52 51 30 a4 52 54 4c 44 14 1c RD...IRQ0.RTLD..
1c40: 5f 53 52 53 09 8b 68 0a 01 49 52 51 30 82 49 52 _SRS..h..IRQ0.IR
1c50: 51 30 60 76 60 70 60 50 49 52 44 14 18 5f 53 54 Q0`v`p`PIRD.._ST
1c60: 41 08 a0 0c 7b 50 49 52 44 0a 80 00 a4 0a 09 a1 A...{PIRD.......
1c70: 04 a4 0a 0b 5b 82 45 0a 4c 4e 4b 45 08 5f 48 49 ....[.E.LNKE._HI
1c80: 44 0c 41 d0 0c 0f 08 5f 55 49 44 0a 05 14 0d 5f D.A...._UID...._
1c90: 44 49 53 08 70 0a 80 50 49 52 45 08 5f 50 52 53 DIS.p..PIRE._PRS
1ca0: 11 09 0a 06 23 00 0c 18 79 00 14 3a 5f 43 52 53 ....#...y..:_CRS
1cb0: 08 08 52 54 4c 45 11 09 0a 06 23 00 00 18 79 00 ..RTLE....#...y.
1cc0: 8b 52 54 4c 45 0a 01 49 52 51 30 70 00 49 52 51 .RTLE..IRQ0p.IRQ
1cd0: 30 79 0a 01 7b 50 49 52 45 0a 0f 00 49 52 51 30 0y..{PIRE...IRQ0
1ce0: a4 52 54 4c 45 14 1c 5f 53 52 53 09 8b 68 0a 01 .RTLE.._SRS..h..
1cf0: 49 52 51 30 82 49 52 51 30 60 76 60 70 60 50 49 IRQ0.IRQ0`v`p`PI
1d00: 52 45 14 18 5f 53 54 41 08 a0 0c 7b 50 49 52 45 RE.._STA...{PIRE
1d10: 0a 80 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 45 0a 4c ...........[.E.L
1d20: 4e 4b 46 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 NKF._HID.A...._U
1d30: 49 44 0a 06 14 0d 5f 44 49 53 08 70 0a 80 50 49 ID...._DIS.p..PI
1d40: 52 46 08 5f 50 52 53 11 09 0a 06 23 00 0c 18 79 RF._PRS....#...y
1d50: 00 14 3a 5f 43 52 53 08 08 52 54 4c 46 11 09 0a ..:_CRS..RTLF...
1d60: 06 23 00 00 18 79 00 8b 52 54 4c 46 0a 01 49 52 .#...y..RTLF..IR
1d70: 51 30 70 00 49 52 51 30 79 0a 01 7b 50 49 52 46 Q0p.IRQ0y..{PIRF
1d80: 0a 0f 00 49 52 51 30 a4 52 54 4c 46 14 1c 5f 53 ...IRQ0.RTLF.._S
1d90: 52 53 09 8b 68 0a 01 49 52 51 30 82 49 52 51 30 RS..h..IRQ0.IRQ0
1da0: 60 76 60 70 60 50 49 52 46 14 18 5f 53 54 41 08 `v`p`PIRF.._STA.
1db0: a0 0c 7b 50 49 52 46 0a 80 00 a4 0a 09 a1 04 a4 ..{PIRF.........
1dc0: 0a 0b 5b 82 45 0a 4c 4e 4b 47 08 5f 48 49 44 0c ..[.E.LNKG._HID.
1dd0: 41 d0 0c 0f 08 5f 55 49 44 0a 07 14 0d 5f 44 49 A...._UID...._DI
1de0: 53 08 70 0a 80 50 49 52 47 08 5f 50 52 53 11 09 S.p..PIRG._PRS..
1df0: 0a 06 23 00 0c 18 79 00 14 3a 5f 43 52 53 08 08 ..#...y..:_CRS..
1e00: 52 54 4c 47 11 09 0a 06 23 00 00 18 79 00 8b 52 RTLG....#...y..R
1e10: 54 4c 47 0a 01 49 52 51 30 70 00 49 52 51 30 79 TLG..IRQ0p.IRQ0y
1e20: 0a 01 7b 50 49 52 47 0a 0f 00 49 52 51 30 a4 52 ..{PIRG...IRQ0.R
1e30: 54 4c 47 14 1c 5f 53 52 53 09 8b 68 0a 01 49 52 TLG.._SRS..h..IR
1e40: 51 30 82 49 52 51 30 60 76 60 70 60 50 49 52 47 Q0.IRQ0`v`p`PIRG
1e50: 14 18 5f 53 54 41 08 a0 0c 7b 50 49 52 47 0a 80 .._STA...{PIRG..
1e60: 00 a4 0a 09 a1 04 a4 0a 0b 5b 82 45 0a 4c 4e 4b .........[.E.LNK
1e70: 48 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 H._HID.A...._UID
1e80: 0a 08 14 0d 5f 44 49 53 08 70 0a 80 50 49 52 48 ...._DIS.p..PIRH
1e90: 08 5f 50 52 53 11 09 0a 06 23 00 0c 18 79 00 14 ._PRS....#...y..
1ea0: 3a 5f 43 52 53 08 08 52 54 4c 48 11 09 0a 06 23 :_CRS..RTLH....#
1eb0: 00 00 18 79 00 8b 52 54 4c 48 0a 01 49 52 51 30 ...y..RTLH..IRQ0
1ec0: 70 00 49 52 51 30 79 0a 01 7b 50 49 52 48 0a 0f p.IRQ0y..{PIRH..
1ed0: 00 49 52 51 30 a4 52 54 4c 48 14 1c 5f 53 52 53 .IRQ0.RTLH.._SRS
1ee0: 09 8b 68 0a 01 49 52 51 30 82 49 52 51 30 60 76 ..h..IRQ0.IRQ0`v
1ef0: 60 70 60 50 49 52 48 14 18 5f 53 54 41 08 a0 0c `p`PIRH.._STA...
1f00: 7b 50 49 52 48 0a 80 00 a4 0a 09 a1 04 a4 0a 0b {PIRH...........
1f10: 5b 82 47 06 54 49 4d 52 08 5f 48 49 44 0c 41 d0 [.G.TIMR._HID.A.
1f20: 01 00 08 42 55 46 30 11 15 0a 12 47 01 40 00 40 ...BUF0....G.@.@
1f30: 00 01 04 47 01 50 00 50 00 10 04 79 00 08 42 55 ...G.P.P...y..BU
1f40: 46 31 11 18 0a 15 47 01 40 00 40 00 01 04 47 01 F1....G.@.@...G.
1f50: 50 00 50 00 10 04 22 01 00 79 00 14 1d 5f 43 52 P.P..."..y..._CR
1f60: 53 08 a0 11 7b 48 50 54 45 0c 00 00 02 00 00 a4 S...{HPTE.......
1f70: 42 55 46 30 a4 42 55 46 31 5b 82 45 0a 49 50 49 BUF0.BUF1[.E.IPI
1f80: 43 08 5f 48 49 44 0b 41 d0 08 5f 43 52 53 11 41 C._HID.A.._CRS.A
1f90: 09 0a 8d 47 01 20 00 20 00 01 02 47 01 24 00 24 ...G. . ...G.$.$
1fa0: 00 01 02 47 01 28 00 28 00 01 02 47 01 2c 00 2c ...G.(.(...G.,.,
1fb0: 00 01 02 47 01 30 00 30 00 01 02 47 01 34 00 34 ...G.0.0...G.4.4
1fc0: 00 01 02 47 01 38 00 38 00 01 02 47 01 3c 00 3c ...G.8.8...G.<.<
1fd0: 00 01 02 47 01 a0 00 a0 00 01 02 47 01 a4 00 a4 ...G.......G....
1fe0: 00 01 02 47 01 a8 00 a8 00 01 02 47 01 ac 00 ac ...G.......G....
1ff0: 00 01 02 47 01 b0 00 b0 00 01 02 47 01 b4 00 b4 ...G.......G....
2000: 00 01 02 47 01 b8 00 b8 00 01 02 47 01 bc 00 bc ...G.......G....
2010: 00 01 02 47 01 d0 04 d0 04 01 02 22 04 00 79 00 ...G......."..y.
2020: 5b 82 47 05 52 54 43 5f 08 5f 48 49 44 0c 41 d0 [.G.RTC_._HID.A.
2030: 0b 00 08 42 55 46 30 11 0d 0a 0a 47 01 70 00 70 ...BUF0....G.p.p
2040: 00 01 08 79 00 08 42 55 46 31 11 10 0a 0d 47 01 ...y..BUF1....G.
2050: 70 00 70 00 01 08 22 00 01 79 00 14 1d 5f 43 52 p.p..."..y..._CR
2060: 53 08 a0 11 7b 48 50 54 45 0c 00 00 02 00 00 a4 S...{HPTE.......
2070: 42 55 46 30 a4 42 55 46 31 5b 82 25 4d 41 54 48 BUF0.BUF1[.%MATH
2080: 08 5f 48 49 44 0c 41 d0 0c 04 08 5f 43 52 53 11 ._HID.A...._CRS.
2090: 10 0a 0d 47 01 f0 00 f0 00 01 01 22 00 20 79 00 ...G.......". y.
20a0: 5b 82 46 04 44 4d 41 43 08 5f 48 49 44 0c 41 d0 [.F.DMAC._HID.A.
20b0: 02 00 08 5f 43 52 53 11 30 0a 2d 47 01 00 00 00 ..._CRS.0.-G....
20c0: 00 01 20 47 01 81 00 81 00 01 0f 47 01 90 00 90 .. G.......G....
20d0: 00 01 02 47 01 93 00 93 00 01 0d 47 01 c0 00 c0 ...G.......G....
20e0: 00 01 20 2a 10 01 79 00 5b 82 47 0a 4d 42 52 44 .. *..y.[.G.MBRD
20f0: 08 5f 48 49 44 0c 41 d0 0c 02 08 5f 55 49 44 0a ._HID.A...._UID.
2100: 02 08 5f 43 52 53 11 4a 08 0a 86 47 01 2e 00 2e .._CRS.J...G....
2110: 00 01 02 47 01 4e 00 4e 00 01 02 47 01 61 00 61 ...G.N.N...G.a.a
2120: 00 01 01 47 01 63 00 63 00 01 01 47 01 65 00 65 ...G.c.c...G.e.e
2130: 00 01 01 47 01 67 00 67 00 01 01 47 01 80 00 80 ...G.g.g...G....
2140: 00 01 01 47 01 92 00 92 00 01 01 47 01 b2 00 b2 ...G.......G....
2150: 00 01 02 47 01 00 02 00 02 01 10 47 01 00 06 00 ...G.......G....
2160: 06 01 10 47 01 00 07 00 07 01 10 47 01 00 08 00 ...G.......G....
2170: 08 01 10 47 01 00 10 00 10 01 80 47 01 80 11 80 ...G.......G....
2180: 11 01 40 86 09 00 01 00 00 c1 fe 00 00 01 00 79 ..@............y
2190: 00 5b 82 26 46 57 48 44 08 5f 48 49 44 0c 25 d4 .[.&FWHD._HID.%.
21a0: 08 00 08 5f 43 52 53 11 11 0a 0e 86 09 00 00 00 ..._CRS.........
21b0: 00 80 ff 00 00 80 00 79 00 5b 82 45 0c 48 50 45 .......y.[.E.HPE
21c0: 54 08 5f 48 49 44 0c 41 d0 01 03 08 42 55 46 30 T._HID.A....BUF0
21d0: 11 17 0a 14 22 01 00 22 00 01 86 09 00 00 00 00 ....".."........
21e0: d0 fe 00 04 00 00 79 00 14 38 5f 53 54 41 00 7a ......y..8_STA.z
21f0: 7b 48 50 54 45 0c 00 80 03 00 00 0a 0f 60 a0 13 {HPTE........`..
2200: 93 4f 53 59 53 0b d1 07 a0 09 7b 60 0a 04 00 a4 .OSYS.....{`....
2210: 0a 0f a1 0b a0 09 7b 60 0a 04 00 a4 0a 0b a4 0a ......{`........
2220: 00 14 4e 05 5f 43 52 53 08 7a 7b 48 50 54 45 0c ..N._CRS.z{HPTE.
2230: 00 80 03 00 00 0a 0f 60 a0 42 04 7b 60 0a 04 00 .......`.B.{`...
2240: 8a 42 55 46 30 0a 0a 48 50 54 30 a0 0f 93 60 0a .BUF0..HPT0...`.
2250: 05 70 0c 00 10 d0 fe 48 50 54 30 a0 0f 93 60 0a .p.....HPT0...`.
2260: 06 70 0c 00 20 d0 fe 48 50 54 30 a0 0f 93 60 0a .p.. ..HPT0...`.
2270: 07 70 0c 00 30 d0 fe 48 50 54 30 a4 42 55 46 30 .p..0..HPT0.BUF0
2280: 5b 82 42 9e 45 43 30 5f 08 5f 48 49 44 0c 41 d0 [.B.EC0_._HID.A.
2290: 0c 09 08 5f 47 50 45 0a 1c 08 4e 52 54 59 0a 03 ..._GPE...NRTY..
22a0: 14 09 5f 53 54 41 00 a4 0a 0f 08 5f 43 52 53 11 .._STA....._CRS.
22b0: 15 0a 12 47 01 62 00 62 00 00 01 47 01 66 00 66 ...G.b.b...G.f.f
22c0: 00 00 01 79 00 5b 80 52 41 4d 5f 03 0a 00 0a 7f ...y.[.RAM_.....
22d0: 5b 81 4c 0c 52 41 4d 5f 10 00 08 53 43 49 43 08 [.L.RAM_...SCIC.
22e0: 00 10 43 4d 43 44 08 44 41 54 31 08 44 41 54 32 ..CMCD.DAT1.DAT2
22f0: 08 44 41 54 33 08 00 40 08 53 4d 50 52 08 53 4d .DAT3..@.SMPR.SM
2300: 53 54 08 53 4d 41 44 08 53 4d 43 4d 08 53 4d 44 ST.SMAD.SMCM.SMD
2310: 30 48 10 53 4d 41 41 08 00 28 50 35 30 5f 01 00 0H.SMAA..(P50_..
2320: 02 50 34 33 5f 01 50 35 34 5f 01 50 35 35 5f 01 .P43_.P54_.P55_.
2330: 00 02 00 20 50 35 34 53 08 50 35 35 53 08 50 35 ... P54S.P55S.P5
2340: 30 53 08 50 34 33 53 08 50 35 34 54 08 50 35 35 0S.P43S.P54T.P55
2350: 54 08 50 35 30 54 08 50 34 33 54 08 50 36 30 53 T.P50T.P43T.P60S
2360: 08 50 36 31 53 08 50 36 32 53 08 50 36 33 53 08 .P61S.P62S.P63S.
2370: 50 36 34 53 08 00 10 50 36 37 53 08 50 36 30 54 P64S...P67S.P60T
2380: 08 00 30 50 36 37 54 08 00 40 0c 00 03 50 36 33 ..0P67T..@...P63
2390: 5f 01 50 36 34 5f 01 00 02 50 36 37 5f 01 5b 81 _.P64_...P67_.[.
23a0: 0e 52 41 4d 5f 01 00 40 0e 53 4d 57 30 10 5b 81 .RAM_..@.SMW0.[.
23b0: 0e 52 41 4d 5f 01 00 40 0e 53 4d 42 30 08 5b 80 .RAM_..@.SMB0.[.
23c0: 45 43 4f 31 01 0a 62 0a 01 5b 81 0b 45 43 4f 31 ECO1..b..[..ECO1
23d0: 11 50 58 36 32 08 5b 80 45 43 4f 32 01 0a 66 0a .PX62.[.ECO2..f.
23e0: 01 5b 81 0b 45 43 4f 32 11 50 58 36 36 08 14 18 .[..ECO2.PX66...
23f0: 5f 52 45 47 02 a0 11 90 93 68 0a 03 93 69 0a 01 _REG.....h...i..
2400: 70 0a 01 45 43 4f 4e 14 41 05 52 41 4d 52 02 5b p..ECON.A.RAMR.[
2410: 23 4d 55 54 58 ff ff a0 0b 94 68 0a 7f 70 69 44 #MUTX.....h..piD
2420: 41 54 33 70 68 44 41 54 32 70 0a ba 43 4d 43 44 AT3phDAT2p..CMCD
2430: 70 0a 64 61 a2 16 61 76 61 5b 22 0a 05 70 43 4d p.da..ava["..pCM
2440: 43 44 60 a0 07 93 60 00 70 00 61 70 44 41 54 31 CD`...`.p.apDAT1
2450: 60 5b 27 4d 55 54 58 a4 60 14 4f 04 52 41 4d 57 `['MUTX.`.O.RAMW
2460: 02 5b 23 4d 55 54 58 ff ff a0 0b 94 68 0a 7f 70 .[#MUTX.....h..p
2470: 6a 44 41 54 33 70 68 44 41 54 32 70 69 44 41 54 jDAT3phDAT2piDAT
2480: 31 70 0a bb 43 4d 43 44 70 0a 64 61 a2 16 61 76 1p..CMCDp.da..av
2490: 61 5b 22 0a 05 70 43 4d 43 44 60 a0 07 93 60 00 a["..pCMCD`...`.
24a0: 70 00 61 5b 27 4d 55 54 58 14 44 04 43 4f 4d 44 p.a['MUTX.D.COMD
24b0: 02 5b 23 4d 55 54 58 ff ff 70 69 44 41 54 31 70 .[#MUTX..piDAT1p
24c0: 68 43 4d 43 44 70 0a 64 61 a2 16 61 76 61 5b 22 hCMCDp.da..ava["
24d0: 0a 05 70 43 4d 43 44 60 a0 07 93 60 00 70 00 61 ..pCMCD`...`.p.a
24e0: 70 44 41 54 31 60 5b 27 4d 55 54 58 a4 60 14 45 pDAT1`['MUTX.`.E
24f0: 0c 53 4d 52 44 04 a0 17 92 93 68 0a 07 a0 10 92 .SMRD.....h.....
2500: 93 68 0a 09 a0 09 92 93 68 0a 0b a4 0a 19 5b 23 .h......h.....[#
2510: 4d 55 54 58 ff ff 70 4e 52 54 59 60 a2 4f 05 94 MUTX..pNRTY`.O..
2520: 60 0a 01 7b 53 4d 53 54 0a 40 53 4d 53 54 70 6a `..{SMST.@SMSTpj
2530: 53 4d 43 4d 70 69 53 4d 41 44 70 68 53 4d 50 52 SMCMpiSMADphSMPR
2540: 70 0d 57 72 69 74 65 20 74 6f 20 45 43 3a 53 4d p.Write to EC:SM
2550: 43 4d 2c 53 4d 41 44 2c 53 4d 50 52 00 5b 31 a2 CM,SMAD,SMPR.[1.
2560: 0e 92 7b 53 4d 53 54 0a bf 61 5b 22 0a 02 a0 09 ..{SMST..a["....
2570: 93 61 0a 80 70 0a 00 60 a1 03 76 60 a0 09 60 70 .a..p..`..v`..`p
2580: 7b 61 0a 1f 00 60 a1 25 a0 0b 93 68 0a 07 70 53 {a...`.%...h..pS
2590: 4d 42 30 6b a0 0b 93 68 0a 09 70 53 4d 57 30 6b MB0k...h..pSMW0k
25a0: a0 0b 93 68 0a 0b 70 53 4d 44 30 6b 5b 27 4d 55 ...h..pSMD0k['MU
25b0: 54 58 a4 60 14 44 0a 53 4d 57 52 04 a0 17 92 93 TX.`.D.SMWR.....
25c0: 68 0a 06 a0 10 92 93 68 0a 08 a0 09 92 93 68 0a h......h......h.
25d0: 0a a4 0a 19 5b 23 4d 55 54 58 ff ff 70 4e 52 54 ....[#MUTX..pNRT
25e0: 59 60 a2 44 06 94 60 0a 01 a0 0b 93 68 0a 06 70 Y`.D..`.....h..p
25f0: 6b 53 4d 42 30 a0 0b 93 68 0a 08 70 6b 53 4d 57 kSMB0...h..pkSMW
2600: 30 a0 0b 93 68 0a 0a 70 6b 53 4d 44 30 7b 53 4d 0...h..pkSMD0{SM
2610: 53 54 0a 40 53 4d 53 54 70 6a 53 4d 43 4d 70 69 ST.@SMSTpjSMCMpi
2620: 53 4d 41 44 70 68 53 4d 50 52 a2 0e 92 7b 53 4d SMADphSMPR...{SM
2630: 53 54 0a bf 61 5b 22 0a 02 a0 09 93 61 0a 80 70 ST..a[".....a..p
2640: 0a 00 60 a1 03 76 60 a0 09 60 70 7b 61 0a 1f 00 ..`..v`..`p{a...
2650: 60 5b 27 4d 55 54 58 a4 60 14 13 5f 51 30 41 00 `['MUTX.`.._Q0A.
2660: 70 0a 0a 50 38 30 48 4c 41 4d 4e 0a 01 14 28 5f p..P80HLAMN...(_
2670: 51 30 42 00 70 0a 0b 50 38 30 48 70 0a 13 53 4d Q0B.p..P80Hp..SM
2680: 49 46 70 0a 00 54 52 50 30 86 5c 2e 5f 53 42 5f IFp..TRP0.\._SB_
2690: 53 4c 50 42 0a 80 14 47 21 5f 51 30 43 00 70 0a SLPB...G!_Q0C.p.
26a0: 0c 50 38 30 48 70 0a 2e 53 4d 49 46 70 0a 00 54 .P80Hp..SMIFp..T
26b0: 52 50 30 a0 4a 1f 92 93 7b 50 41 52 31 0a 40 00 RP0.J...{PAR1.@.
26c0: 0a 40 a0 4d 06 93 5c 2f 05 5f 53 42 5f 50 43 49 .@.M..\/._SB_PCI
26d0: 30 41 47 50 5f 56 47 41 5f 54 4f 47 46 0a 0f 70 0AGP_VGA_TOGF..p
26e0: 0a 2b 53 4d 49 46 70 0a 00 54 52 50 30 a0 23 92 .+SMIFp..TRP0.#.
26f0: 95 50 41 52 31 0a 02 70 0a 00 5c 2f 05 5f 53 42 .PAR1..p..\/._SB
2700: 5f 50 43 49 30 41 47 50 5f 56 47 41 5f 54 4f 47 _PCI0AGP_VGA_TOG
2710: 46 a1 1e 70 75 50 41 52 31 5c 2f 05 5f 53 42 5f F..puPAR1\/._SB_
2720: 50 43 49 30 41 47 50 5f 56 47 41 5f 54 4f 47 46 PCI0AGP_VGA_TOGF
2730: a0 20 91 93 4f 53 59 53 0b ce 07 93 4f 53 59 53 . ..OSYS....OSYS
2740: 0b cf 07 70 0a 2c 53 4d 49 46 70 0a 00 54 52 50 ...p.,SMIFp..TRP
2750: 30 a1 4c 15 70 5c 2f 05 5f 53 42 5f 50 43 49 30 0.L.p\/._SB_PCI0
2760: 41 47 50 5f 56 47 41 5f 53 57 49 54 61 a0 48 12 AGP_VGA_SWITa.H.
2770: 93 61 0a 00 75 5c 2f 05 5f 53 42 5f 50 43 49 30 .a..u\/._SB_PCI0
2780: 41 47 50 5f 56 47 41 5f 54 4f 47 46 70 5c 2f 05 AGP_VGA_TOGFp\/.
2790: 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 47 41 5f _SB_PCI0AGP_VGA_
27a0: 54 4f 47 46 60 a0 3f 93 60 0a 01 70 0d 4c 43 44 TOGF`.?.`..p.LCD
27b0: 00 5b 31 70 01 5c 2f 05 5f 53 42 5f 50 43 49 30 .[1p.\/._SB_PCI0
27c0: 41 47 50 5f 56 47 41 5f 43 52 54 41 70 00 5c 2f AGP_VGA_CRTAp.\/
27d0: 05 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 47 41 ._SB_PCI0AGP_VGA
27e0: 5f 4c 43 44 41 a0 3f 93 60 0a 02 70 0d 43 52 54 _LCDA.?.`..p.CRT
27f0: 00 5b 31 70 00 5c 2f 05 5f 53 42 5f 50 43 49 30 .[1p.\/._SB_PCI0
2800: 41 47 50 5f 56 47 41 5f 43 52 54 41 70 01 5c 2f AGP_VGA_CRTAp.\/
2810: 05 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 47 41 ._SB_PCI0AGP_VGA
2820: 5f 4c 43 44 41 a0 4a 05 93 60 0a 03 70 0d 42 6f _LCDA.J..`..p.Bo
2830: 74 68 00 5b 31 70 01 5c 2f 05 5f 53 42 5f 50 43 th.[1p.\/._SB_PC
2840: 49 30 41 47 50 5f 56 47 41 5f 43 52 54 41 70 01 I0AGP_VGA_CRTAp.
2850: 5c 2f 05 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 \/._SB_PCI0AGP_V
2860: 47 41 5f 4c 43 44 41 70 00 5c 2f 05 5f 53 42 5f GA_LCDAp.\/._SB_
2870: 50 43 49 30 41 47 50 5f 56 47 41 5f 54 4f 47 46 PCI0AGP_VGA_TOGF
2880: 86 5c 2f 04 5f 53 42 5f 50 43 49 30 41 47 50 5f .\/._SB_PCI0AGP_
2890: 56 47 41 5f 0a 80 a0 17 93 61 0a 01 70 0d 20 53 VGA_.....a..p. S
28a0: 4d 49 20 72 6f 75 74 69 6e 65 20 00 5b 31 14 1b MI routine .[1..
28b0: 5f 51 30 44 00 70 0a 0d 50 38 30 48 70 0a 22 53 _Q0D.p..P80Hp."S
28c0: 4d 49 46 70 0a 00 54 52 50 30 14 1b 5f 51 37 46 MIFp..TRP0.._Q7F
28d0: 00 70 0a 7f 50 38 30 48 70 0a 21 53 4d 49 46 70 .p..P80Hp.!SMIFp
28e0: 0a 00 54 52 50 30 14 14 5f 51 35 30 00 70 0a 2f ..TRP0.._Q50.p./
28f0: 53 4d 49 46 70 0a 00 54 52 50 30 14 47 04 5f 51 SMIFp..TRP0.G._Q
2900: 32 45 00 70 0a 2e 50 38 30 48 a0 22 93 5c 2f 05 2E.p..P80H.".\/.
2910: 5f 53 42 5f 50 43 49 30 4c 50 43 42 45 43 30 5f _SB_PCI0LPCBEC0_
2920: 50 35 34 5f 0a 00 70 0a 00 4c 49 44 53 a1 08 70 P54_..p..LIDS..p
2930: 0a 01 4c 49 44 53 86 5c 2e 5f 53 42 5f 4c 49 44 ..LIDS.\._SB_LID
2940: 30 0a 80 14 1a 5f 51 32 46 00 70 0a 2f 50 38 30 0...._Q2F.p./P80
2950: 48 86 5c 2e 5f 53 42 5f 53 4c 50 42 0a 02 14 46 H.\._SB_SLPB...F
2960: 06 5f 51 33 31 00 70 0a 31 50 38 30 48 70 0a 15 ._Q31.p.1P80Hp..
2970: 53 4d 49 46 70 0a 00 54 52 50 30 5b 23 4d 55 54 SMIFp..TRP0[#MUT
2980: 58 ff ff 86 5c 2e 5f 53 42 5f 41 44 50 31 0a 80 X...\._SB_ADP1..
2990: 5b 22 0a 64 86 5c 2e 5f 53 42 5f 42 41 54 30 0a [".d.\._SB_BAT0.
29a0: 80 86 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 5b 22 ..\._PR_CPU0..["
29b0: 0a 64 86 5c 2e 5f 50 52 5f 43 50 55 30 0a 81 5b .d.\._PR_CPU0..[
29c0: 27 4d 55 54 58 14 47 04 5f 51 33 32 00 70 0a 32 'MUTX.G._Q32.p.2
29d0: 50 38 30 48 70 0a 17 53 4d 49 46 70 0a 00 54 52 P80Hp..SMIFp..TR
29e0: 50 30 86 5c 2e 5f 53 42 5f 41 44 50 31 0a 80 5b P0.\._SB_ADP1..[
29f0: 22 0a 64 86 5c 2e 5f 53 42 5f 42 41 54 30 0a 80 ".d.\._SB_BAT0..
2a00: 86 5c 2e 5f 50 52 5f 43 50 55 30 0a 80 14 4e 06 .\._PR_CPU0...N.
2a10: 5f 51 34 30 00 70 0a 01 5c 2f 05 5f 53 42 5f 50 _Q40.p..\/._SB_P
2a20: 43 49 30 41 47 50 5f 56 47 41 5f 54 4f 47 46 70 CI0AGP_VGA_TOGFp
2a30: 01 5c 2f 05 5f 53 42 5f 50 43 49 30 41 47 50 5f .\/._SB_PCI0AGP_
2a40: 56 47 41 5f 43 52 54 41 70 00 5c 2f 05 5f 53 42 VGA_CRTAp.\/._SB
2a50: 5f 50 43 49 30 41 47 50 5f 56 47 41 5f 4c 43 44 _PCI0AGP_VGA_LCD
2a60: 41 5b 22 0b ee 02 86 5c 2f 04 5f 53 42 5f 50 43 A["....\/._SB_PC
2a70: 49 30 41 47 50 5f 56 47 41 5f 0a 80 14 4e 06 5f I0AGP_VGA_...N._
2a80: 51 34 31 00 70 0a 02 5c 2f 05 5f 53 42 5f 50 43 Q41.p..\/._SB_PC
2a90: 49 30 41 47 50 5f 56 47 41 5f 54 4f 47 46 70 00 I0AGP_VGA_TOGFp.
2aa0: 5c 2f 05 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 \/._SB_PCI0AGP_V
2ab0: 47 41 5f 43 52 54 41 70 01 5c 2f 05 5f 53 42 5f GA_CRTAp.\/._SB_
2ac0: 50 43 49 30 41 47 50 5f 56 47 41 5f 4c 43 44 41 PCI0AGP_VGA_LCDA
2ad0: 5b 22 0b ee 02 86 5c 2f 04 5f 53 42 5f 50 43 49 ["....\/._SB_PCI
2ae0: 30 41 47 50 5f 56 47 41 5f 0a 80 14 4e 06 5f 51 0AGP_VGA_...N._Q
2af0: 34 32 00 70 0a 00 5c 2f 05 5f 53 42 5f 50 43 49 42.p..\/._SB_PCI
2b00: 30 41 47 50 5f 56 47 41 5f 54 4f 47 46 70 01 5c 0AGP_VGA_TOGFp.\
2b10: 2f 05 5f 53 42 5f 50 43 49 30 41 47 50 5f 56 47 /._SB_PCI0AGP_VG
2b20: 41 5f 43 52 54 41 70 01 5c 2f 05 5f 53 42 5f 50 A_CRTAp.\/._SB_P
2b30: 43 49 30 41 47 50 5f 56 47 41 5f 4c 43 44 41 5b CI0AGP_VGA_LCDA[
2b40: 22 0b ee 02 86 5c 2f 04 5f 53 42 5f 50 43 49 30 "....\/._SB_PCI0
2b50: 41 47 50 5f 56 47 41 5f 0a 80 14 25 5f 51 34 33 AGP_VGA_...%_Q43
2b60: 00 70 0a 55 5c 2f 03 5f 50 52 5f 43 50 55 30 43 .p.U\/._PR_CPU0C
2b70: 53 54 58 86 5c 2e 5f 50 52 5f 43 50 55 30 0a 81 STX.\._PR_CPU0..
2b80: 14 25 5f 51 34 34 00 70 0a 00 5c 2f 03 5f 50 52 .%_Q44.p..\/._PR
2b90: 5f 43 50 55 30 43 53 54 58 86 5c 2e 5f 50 52 5f _CPU0CSTX.\._PR_
2ba0: 43 50 55 30 0a 81 14 34 5f 51 37 37 00 70 0a 77 CPU0...4_Q77.p.w
2bb0: 50 38 30 48 70 0a 01 5c 2e 5f 54 5a 5f 54 34 46 P80Hp..\._TZ_T4F
2bc0: 47 86 5c 2e 5f 54 5a 5f 54 48 52 53 0a 80 86 5c G.\._TZ_THRS...\
2bd0: 2e 5f 54 5a 5f 54 48 52 43 0a 80 14 34 5f 51 37 ._TZ_THRC...4_Q7
2be0: 38 00 70 0a 78 50 38 30 48 70 0a 00 5c 2e 5f 54 8.p.xP80Hp..\._T
2bf0: 5a 5f 54 34 46 47 86 5c 2e 5f 54 5a 5f 54 48 52 Z_T4FG.\._TZ_THR
2c00: 53 0a 80 86 5c 2e 5f 54 5a 5f 54 48 52 43 0a 80 S...\._TZ_THRC..
2c10: 14 38 5f 51 37 39 00 70 0a 79 50 38 30 48 5b 22 .8_Q79.p.yP80H["
2c20: 0a c8 70 0a 00 5c 2e 5f 54 5a 5f 54 34 46 47 86 ..p..\._TZ_T4FG.
2c30: 5c 2e 5f 54 5a 5f 54 48 52 53 0a 80 86 5c 2e 5f \._TZ_THRS...\._
2c40: 54 5a 5f 54 48 52 43 0a 80 14 1a 4c 41 4d 4e 01 TZ_THRC....LAMN.
2c50: 70 68 50 41 52 31 70 0a 20 53 4d 49 46 70 0a 00 phPAR1p. SMIFp..
2c60: 54 52 50 30 5b 80 4e 33 39 33 01 0a 2e 0a 02 5b TRP0[.N393.....[
2c70: 81 10 4e 33 39 33 01 49 4e 44 58 08 44 41 54 41 ..N393.INDX.DATA
2c80: 08 5b 01 4d 54 49 4f 00 14 21 53 45 54 44 09 5b .[.MTIO..!SETD.[
2c90: 23 4d 54 49 4f ff ff 70 0a 07 49 4e 44 58 70 68 #MTIO..p..INDXph
2ca0: 44 41 54 41 5b 27 4d 54 49 4f 14 22 52 45 41 44 DATA['MTIO."READ
2cb0: 09 5b 23 4d 54 49 4f ff ff 70 68 49 4e 44 58 70 .[#MTIO..phINDXp
2cc0: 44 41 54 41 60 a4 60 5b 27 4d 54 49 4f 14 20 57 DATA`.`['MTIO. W
2cd0: 52 49 54 0a 5b 23 4d 54 49 4f ff ff 70 68 49 4e RIT.[#MTIO..phIN
2ce0: 44 58 70 69 44 41 54 41 5b 27 4d 54 49 4f 14 27 DXpiDATA['MTIO.'
2cf0: 53 54 41 54 01 5b 23 4d 54 49 4f ff ff 70 0a 26 STAT.[#MTIO..p.&
2d00: 49 4e 44 58 7b 44 41 54 41 68 60 5b 27 4d 54 49 INDX{DATAh`['MTI
2d10: 4f a4 7f 60 68 00 5b 82 4a 41 4c 50 54 5f 08 5f O..`h.[.JALPT_._
2d20: 55 49 44 0a 00 08 46 4c 41 47 0a ff 08 49 53 4e UID...FLAG...ISN
2d30: 4f 0a 00 08 4d 45 43 50 0a 01 08 4d 4c 50 54 0a O...MECP...MLPT.
2d40: 02 14 48 05 4d 4f 44 45 00 a0 4b 04 93 46 4c 41 ..H.MODE..K..FLA
2d50: 47 0a ff a0 36 53 54 41 54 0a 02 53 45 54 44 0a G...6STAT..SETD.
2d60: 01 7a 52 45 41 44 0a f0 0a 05 60 a0 13 91 93 60 .zREAD....`....`
2d70: 0a 04 93 60 0a 07 70 4d 45 43 50 46 4c 41 47 a1 ...`..pMECPFLAG.
2d80: 0a 70 4d 4c 50 54 46 4c 41 47 a1 0a 70 49 53 4e .pMLPTFLAG..pISN
2d90: 4f 46 4c 41 47 a4 46 4c 41 47 14 1f 5f 48 49 44 OFLAG.FLAG.._HID
2da0: 00 a0 10 93 4d 4f 44 45 4d 45 43 50 a4 0c 41 d0 ....MODEMECP..A.
2db0: 04 01 a1 07 a4 0c 41 d0 04 00 14 2c 5f 53 54 41 ......A....,_STA
2dc0: 00 a0 0d 93 4d 4f 44 45 49 53 4e 4f a4 0a 00 a1 ....MODEISNO....
2dd0: 17 53 45 54 44 0a 01 a0 0a 52 45 41 44 0a 30 a4 .SETD....READ.0.
2de0: 0a 0f a1 04 a4 0a 0d 14 14 5f 44 49 53 00 53 45 ........._DIS.SE
2df0: 54 44 0a 01 57 52 49 54 0a 30 0a 00 08 43 52 53 TD..WRIT.0...CRS
2e00: 41 11 10 0a 0d 47 01 00 00 00 00 01 08 22 00 00 A....G......."..
2e10: 79 00 08 43 52 53 42 11 1b 0a 18 47 01 00 00 00 y..CRSB....G....
2e20: 00 01 08 47 01 00 00 00 00 01 08 22 00 00 2a 00 ...G......."..*.
2e30: 00 79 00 14 4c 19 5f 43 52 53 00 8b 43 52 53 41 .y..L._CRS..CRSA
2e40: 0a 02 4d 49 4e 41 8b 43 52 53 41 0a 04 4d 41 58 ..MINA.CRSA..MAX
2e50: 41 8b 43 52 53 41 0a 09 49 4e 54 41 8c 43 52 53 A.CRSA..INTA.CRS
2e60: 41 0a 07 4c 45 4e 41 70 00 4d 49 4e 41 70 00 4d A..LENAp.MINAp.M
2e70: 41 58 41 70 00 49 4e 54 41 70 00 4c 45 4e 41 8b AXAp.INTAp.LENA.
2e80: 43 52 53 42 0a 02 4d 49 4e 42 8b 43 52 53 42 0a CRSB..MINB.CRSB.
2e90: 04 4d 41 58 42 8c 43 52 53 42 0a 07 4c 45 4e 42 .MAXB.CRSB..LENB
2ea0: 8b 43 52 53 42 0a 0a 4d 49 4e 43 8b 43 52 53 42 .CRSB..MINC.CRSB
2eb0: 0a 0c 4d 41 58 43 8c 43 52 53 42 0a 0f 4c 45 4e ..MAXC.CRSB..LEN
2ec0: 43 8b 43 52 53 42 0a 11 49 4e 54 42 8c 43 52 53 C.CRSB..INTB.CRS
2ed0: 42 0a 14 44 4d 41 42 70 00 4d 49 4e 42 70 00 4d B..DMABp.MINBp.M
2ee0: 41 58 42 70 00 4c 45 4e 42 70 00 4d 49 4e 43 70 AXBp.LENBp.MINCp
2ef0: 00 4d 41 58 43 70 00 4c 45 4e 43 70 00 49 4e 54 .MAXCp.LENCp.INT
2f00: 42 70 00 44 4d 41 42 53 45 54 44 0a 01 a0 4b 0a Bp.DMABSETD...K.
2f10: 52 45 41 44 0a 30 79 52 45 41 44 0a 60 0a 08 60 READ.0yREAD.`..`
2f20: 72 60 52 45 41 44 0a 61 60 70 60 4d 49 4e 41 70 r`READ.a`p`MINAp
2f30: 60 4d 41 58 41 70 60 4d 49 4e 42 70 60 4d 41 58 `MAXAp`MINBp`MAX
2f40: 42 72 60 0b 00 04 60 70 60 4d 49 4e 43 70 60 4d Br`...`p`MINCp`M
2f50: 41 58 43 a0 1b 93 60 0b bc 07 70 0a 04 4c 45 4e AXC...`...p..LEN
2f60: 41 70 0a 04 4c 45 4e 42 70 0a 04 4c 45 4e 43 a1 Ap..LENBp..LENC.
2f70: 16 70 0a 08 4c 45 4e 41 70 0a 08 4c 45 4e 42 70 .p..LENAp..LENBp
2f80: 0a 08 4c 45 4e 43 7b 52 45 41 44 0a 70 0a 0f 60 ..LENC{READ.p..`
2f90: a0 06 60 79 01 60 60 70 60 49 4e 54 41 70 60 49 ..`y.``p`INTAp`I
2fa0: 4e 54 42 70 52 45 41 44 0a 74 60 a0 0d 92 93 60 NTBpREAD.t`....`
2fb0: 0a 04 79 01 60 44 4d 41 42 a0 0f 93 4d 4f 44 45 ..y.`DMAB...MODE
2fc0: 4d 45 43 50 a4 43 52 53 42 a1 06 a4 43 52 53 41 MECP.CRSB...CRSA
2fd0: 08 50 52 53 41 11 2a 0a 27 30 47 01 78 03 78 03 .PRSA.*.'0G.x.x.
2fe0: 01 08 22 a0 00 30 47 01 78 02 78 02 01 08 22 a0 .."..0G.x.x...".
2ff0: 00 30 47 01 bc 03 bc 03 01 04 22 a0 00 38 79 00 .0G......."..8y.
3000: 08 50 52 53 42 11 4c 04 0a 48 30 47 01 78 03 78 .PRSB.L..H0G.x.x
3010: 03 01 08 47 01 78 07 78 07 01 08 22 a0 00 2a 0a ...G.x.x..."..*.
3020: 00 30 47 01 78 02 78 02 01 08 47 01 78 06 78 06 .0G.x.x...G.x.x.
3030: 01 08 22 a0 00 2a 0a 00 30 47 01 bc 03 bc 03 01 .."..*..0G......
3040: 04 47 01 bc 07 bc 07 01 04 22 a0 00 2a 0a 00 38 .G......."..*..8
3050: 79 00 14 1d 5f 50 52 53 00 a0 0f 93 4d 4f 44 45 y..._PRS....MODE
3060: 4d 45 43 50 a4 50 52 53 42 a1 06 a4 50 52 53 41 MECP.PRSB...PRSA
3070: 14 41 0c 5f 53 52 53 01 a0 4f 04 93 4d 4f 44 45 .A._SRS..O..MODE
3080: 4d 45 43 50 70 68 43 52 53 42 8b 43 52 53 42 0a MECPphCRSB.CRSB.
3090: 02 4d 49 4e 42 8b 43 52 53 42 0a 11 49 4e 54 42 .MINB.CRSB..INTB
30a0: 8c 43 52 53 42 0a 14 44 4d 41 42 82 44 4d 41 42 .CRSB..DMAB.DMAB
30b0: 60 a0 04 60 76 60 a1 05 70 0a 04 60 70 4d 49 4e `..`v`..p..`pMIN
30c0: 42 61 70 49 4e 54 42 62 a1 2d 70 68 43 52 53 41 BapINTBb.-phCRSA
30d0: 8b 43 52 53 41 0a 02 4d 49 4e 41 8b 43 52 53 41 .CRSA..MINA.CRSA
30e0: 0a 09 49 4e 54 41 70 0a 04 60 70 4d 49 4e 41 61 ..INTAp..`pMINAa
30f0: 70 49 4e 54 41 62 53 45 54 44 0a 01 57 52 49 54 pINTAbSETD..WRIT
3100: 0a 74 60 7a 61 0a 08 60 57 52 49 54 0a 60 60 7b .t`za..`WRIT.``{
3110: 61 0a ff 60 57 52 49 54 0a 61 60 82 62 60 a0 04 a..`WRIT.a`.b`..
3120: 60 76 60 57 52 49 54 0a 70 60 57 52 49 54 0a 30 `v`WRIT.p`WRIT.0
3130: 0a 01 5b 82 4b 3d 43 4f 4d 42 08 5f 55 49 44 0a ..[.K=COMB._UID.
3140: 02 08 46 4c 41 47 0a ff 08 49 53 4e 4f 0a 00 08 ..FLAG...ISNO...
3150: 49 53 49 52 0a 01 08 49 53 43 42 0a 02 14 4e 04 ISIR...ISCB...N.
3160: 4d 4f 44 45 00 a0 41 04 93 46 4c 41 47 0a ff a0 MODE..A..FLAG...
3170: 2c 53 54 41 54 0a 04 53 45 54 44 0a 02 a0 13 93 ,STAT..SETD.....
3180: 52 45 41 44 0a 74 0a 04 70 49 53 43 42 46 4c 41 READ.t..pISCBFLA
3190: 47 a1 0a 70 49 53 49 52 46 4c 41 47 a1 0a 70 49 G..pISIRFLAG..pI
31a0: 53 4e 4f 46 4c 41 47 a4 46 4c 41 47 14 1f 5f 48 SNOFLAG.FLAG.._H
31b0: 49 44 00 a0 10 93 4d 4f 44 45 49 53 49 52 a4 0c ID....MODEISIR..
31c0: 3a 63 60 01 a1 07 a4 0c 41 d0 05 01 14 2c 5f 53 :c`.....A....,_S
31d0: 54 41 00 a0 0d 93 4d 4f 44 45 49 53 4e 4f a4 0a TA....MODEISNO..
31e0: 00 a1 17 53 45 54 44 0a 02 a0 0a 52 45 41 44 0a ...SETD....READ.
31f0: 30 a4 0a 0f a1 04 a4 0a 0d 14 14 5f 44 49 53 00 0.........._DIS.
3200: 53 45 54 44 0a 02 57 52 49 54 0a 30 0a 00 08 43 SETD..WRIT.0...C
3210: 52 53 41 11 10 0a 0d 47 01 00 00 00 00 01 08 22 RSA....G......."
3220: 00 00 79 00 08 43 52 53 42 11 13 0a 10 47 01 00 ..y..CRSB....G..
3230: 00 00 00 01 08 22 00 00 2a 00 00 79 00 14 42 10 ....."..*..y..B.
3240: 5f 43 52 53 00 8b 43 52 53 41 0a 02 4d 49 4e 41 _CRS..CRSA..MINA
3250: 8b 43 52 53 41 0a 04 4d 41 58 41 8b 43 52 53 41 .CRSA..MAXA.CRSA
3260: 0a 09 49 4e 54 41 70 00 4d 49 4e 41 70 00 4d 41 ..INTAp.MINAp.MA
3270: 58 41 70 00 49 4e 54 41 8b 43 52 53 42 0a 02 4d XAp.INTA.CRSB..M
3280: 49 4e 42 8b 43 52 53 42 0a 04 4d 41 58 42 8b 43 INB.CRSB..MAXB.C
3290: 52 53 42 0a 09 49 4e 54 42 8c 43 52 53 42 0a 0c RSB..INTB.CRSB..
32a0: 44 4d 41 42 70 00 4d 49 4e 42 70 00 4d 41 58 42 DMABp.MINBp.MAXB
32b0: 70 00 49 4e 54 42 70 00 44 4d 41 42 53 45 54 44 p.INTBp.DMABSETD
32c0: 0a 02 a0 46 06 52 45 41 44 0a 30 79 52 45 41 44 ...F.READ.0yREAD
32d0: 0a 60 0a 08 60 72 60 52 45 41 44 0a 61 60 70 60 .`..`r`READ.a`p`
32e0: 4d 49 4e 41 70 60 4d 41 58 41 70 60 4d 49 4e 42 MINAp`MAXAp`MINB
32f0: 70 60 4d 41 58 42 7b 52 45 41 44 0a 70 0a 0f 60 p`MAXB{READ.p..`
3300: a0 06 60 79 01 60 60 70 60 49 4e 54 41 70 60 49 ..`y.``p`INTAp`I
3310: 4e 54 42 70 52 45 41 44 0a 74 60 a0 0d 92 93 60 NTBpREAD.t`....`
3320: 0a 04 79 01 60 44 4d 41 42 a0 0f 93 4d 4f 44 45 ..y.`DMAB...MODE
3330: 49 53 49 52 a4 43 52 53 42 a1 06 a4 43 52 53 41 ISIR.CRSB...CRSA
3340: 08 50 52 53 41 11 36 0a 33 30 47 01 f8 03 f8 03 .PRSA.6.30G.....
3350: 01 08 22 18 00 30 47 01 f8 02 f8 02 01 08 22 18 .."..0G.......".
3360: 00 30 47 01 e8 03 e8 03 01 08 22 18 00 30 47 01 .0G......."..0G.
3370: e8 02 e8 02 01 08 22 18 00 38 79 00 08 50 52 53 ......"..8y..PRS
3380: 42 11 43 04 0a 3f 30 47 01 f8 03 f8 03 01 08 22 B.C..?0G......."
3390: 18 00 2a 0f 00 30 47 01 f8 02 f8 02 01 08 22 18 ..*..0G.......".
33a0: 00 2a 0f 00 30 47 01 e8 03 e8 03 01 08 22 18 00 .*..0G......."..
33b0: 2a 0f 00 30 47 01 e8 02 e8 02 01 08 22 18 00 2a *..0G......."..*
33c0: 0f 00 38 79 00 14 1d 5f 50 52 53 00 a0 0f 93 4d ..8y..._PRS....M
33d0: 4f 44 45 49 53 49 52 a4 50 52 53 42 a1 06 a4 50 ODEISIR.PRSB...P
33e0: 52 53 41 14 45 0e 5f 53 52 53 01 a0 4f 04 93 4d RSA.E._SRS..O..M
33f0: 4f 44 45 49 53 49 52 70 68 43 52 53 42 8b 43 52 ODEISIRphCRSB.CR
3400: 53 42 0a 02 4d 49 4e 42 8b 43 52 53 42 0a 09 49 SB..MINB.CRSB..I
3410: 4e 54 42 8c 43 52 53 42 0a 0c 44 4d 41 42 82 44 NTB.CRSB..DMAB.D
3420: 4d 41 42 60 a0 04 60 76 60 a1 05 70 0a 04 60 70 MAB`..`v`..p..`p
3430: 4d 49 4e 42 61 70 49 4e 54 42 62 a1 2d 70 68 43 MINBapINTBb.-phC
3440: 52 53 41 8b 43 52 53 41 0a 02 4d 49 4e 41 8b 43 RSA.CRSA..MINA.C
3450: 52 53 41 0a 09 49 4e 54 41 70 0a 04 60 70 4d 49 RSA..INTAp..`pMI
3460: 4e 41 61 70 49 4e 54 41 62 53 45 54 44 0a 02 57 NAapINTAbSETD..W
3470: 52 49 54 0a 74 60 72 61 0a 06 54 52 50 34 7a 61 RIT.t`ra..TRP4za
3480: 0a 08 60 57 52 49 54 0a 60 60 7b 61 0a ff 60 57 ..`WRIT.``{a..`W
3490: 52 49 54 0a 61 60 82 62 60 a0 04 60 76 60 57 52 RIT.a`.b`..`v`WR
34a0: 49 54 0a 70 60 57 52 49 54 0a 30 0a 01 a0 1b 93 IT.p`WRIT.0.....
34b0: 4d 4f 44 45 49 53 49 52 7d 52 45 41 44 0a f0 0a MODEISIR}READ...
34c0: 80 60 57 52 49 54 0a f0 60 14 30 5f 50 53 30 00 .`WRIT..`.0_PS0.
34d0: 53 45 54 44 0a 02 a0 1b 93 4d 4f 44 45 49 53 49 SETD.....MODEISI
34e0: 52 7d 52 45 41 44 0a f0 0a 80 61 57 52 49 54 0a R}READ....aWRIT.
34f0: f0 61 57 52 49 54 0a 30 0a 01 14 14 5f 50 53 33 .aWRIT.0...._PS3
3500: 00 53 45 54 44 0a 02 57 52 49 54 0a 30 0a 00 5b .SETD..WRIT.0..[
3510: 82 47 04 4b 42 43 30 08 5f 48 49 44 0c 41 d0 03 .G.KBC0._HID.A..
3520: 03 08 5f 43 52 53 11 19 0a 16 47 01 60 00 60 00 .._CRS....G.`.`.
3530: 01 01 47 01 64 00 64 00 01 01 23 02 00 01 79 00 ..G.d.d...#...y.
3540: 14 17 5f 53 54 41 00 a0 0b 93 4b 42 43 53 0a 01 .._STA....KBCS..
3550: a4 0a 00 a1 04 a4 0a 0f 5b 82 47 04 4b 42 43 31 ........[.G.KBC1
3560: 08 5f 48 49 44 0c 41 d0 03 20 08 5f 43 52 53 11 ._HID.A.. ._CRS.
3570: 19 0a 16 47 01 60 00 60 00 01 01 47 01 64 00 64 ...G.`.`...G.d.d
3580: 00 01 01 23 02 00 01 79 00 14 17 5f 53 54 41 00 ...#...y..._STA.
3590: a0 0b 93 4b 42 43 53 0a 01 a4 0a 0f a1 04 a4 0a ...KBCS.........
35a0: 00 5b 82 30 50 53 32 4d 08 5f 48 49 44 0c 4f 2e .[.0PS2M._HID.O.
35b0: 03 02 08 5f 43 49 44 12 0c 02 0c 4f 2e 03 00 0c ..._CID....O....
35c0: 41 d0 0f 13 08 5f 43 52 53 11 09 0a 06 23 00 10 A...._CRS....#..
35d0: 01 79 00 5b 82 23 55 53 42 30 08 5f 41 44 52 0c .y.[.#USB0._ADR.
35e0: 00 00 1d 00 14 09 5f 53 33 44 00 a4 0a 02 14 09 ......_S3D......
35f0: 5f 53 34 44 00 a4 0a 02 5b 82 23 55 53 42 31 08 _S4D....[.#USB1.
3600: 5f 41 44 52 0c 01 00 1d 00 14 09 5f 53 33 44 00 _ADR......._S3D.
3610: a4 0a 02 14 09 5f 53 34 44 00 a4 0a 02 5b 82 23 ....._S4D....[.#
3620: 55 53 42 32 08 5f 41 44 52 0c 02 00 1d 00 14 09 USB2._ADR.......
3630: 5f 53 33 44 00 a4 0a 02 14 09 5f 53 34 44 00 a4 _S3D......_S4D..
3640: 0a 02 5b 82 4f 05 55 53 42 37 08 5f 41 44 52 0c ..[.O.USB7._ADR.
3650: 07 00 1d 00 14 09 5f 53 33 44 00 a4 0a 02 14 09 ......_S3D......
3660: 5f 53 34 44 00 a4 0a 02 5b 80 55 37 43 53 02 0a _S4D....[.U7CS..
3670: 64 0a 02 5b 81 0b 55 37 43 53 02 55 37 4f 57 10 d..[..U7CS.U7OW.
3680: 14 0d 5f 50 53 30 00 70 0a 00 55 37 4f 57 14 06 .._PS0.p..U7OW..
3690: 5f 50 53 33 00 14 0d 5f 44 49 53 00 70 0a 3e 55 _PS3..._DIS.p.>U
36a0: 37 4f 57 08 50 55 41 4c 12 07 01 0c 01 00 1f 00 7OW.PUAL........
36b0: 5b 82 45 ec 49 44 45 43 08 5f 41 44 52 0c 01 00 [.E.IDEC._ADR...
36c0: 1f 00 5b 80 49 44 45 43 02 0a 40 0a 18 5b 81 4f ..[.IDEC..@..[.O
36d0: 05 49 44 45 43 03 50 52 49 54 10 53 45 43 54 10 .IDEC.PRIT.SECT.
36e0: 50 53 49 54 04 53 53 49 54 04 00 18 53 59 4e 43 PSIT.SSIT...SYNC
36f0: 04 00 0c 53 44 54 30 02 00 02 53 44 54 31 02 00 ...SDT0...SDT1..
3700: 02 53 44 54 32 02 00 02 53 44 54 33 02 00 42 04 .SDT2...SDT3..B.
3710: 49 43 52 30 04 49 43 52 31 04 49 43 52 32 04 49 ICR0.ICR1.ICR2.I
3720: 43 52 33 04 49 43 52 34 04 49 43 52 35 04 5b 82 CR3.ICR4.ICR5.[.
3730: 42 64 50 52 49 44 08 5f 41 44 52 0a 00 14 49 14 BdPRID._ADR...I.
3740: 5f 47 54 4d 00 08 50 42 55 46 11 17 0a 14 00 00 _GTM..PBUF......
3750: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
3760: 00 00 8a 50 42 55 46 0a 00 50 49 4f 30 8a 50 42 ...PBUF..PIO0.PB
3770: 55 46 0a 04 44 4d 41 30 8a 50 42 55 46 0a 08 50 UF..DMA0.PBUF..P
3780: 49 4f 31 8a 50 42 55 46 0a 0c 44 4d 41 31 8a 50 IO1.PBUF..DMA1.P
3790: 42 55 46 0a 10 46 4c 41 47 70 47 45 54 50 50 52 BUF..FLAGpGETPPR
37a0: 49 54 50 49 4f 30 70 47 44 4d 41 7b 53 59 4e 43 ITPIO0pGDMA{SYNC
37b0: 0a 01 00 7b 49 43 52 33 0a 01 00 7b 49 43 52 30 ...{ICR3...{ICR0
37c0: 0a 01 00 53 44 54 30 7b 49 43 52 31 0a 01 00 44 ...SDT0{ICR1...D
37d0: 4d 41 30 a0 14 93 44 4d 41 30 0c ff ff ff ff 70 MA0...DMA0.....p
37e0: 50 49 4f 30 44 4d 41 30 a0 2e 7b 50 52 49 54 0b PIO0DMA0..{PRIT.
37f0: 00 40 00 a0 14 93 7b 50 52 49 54 0a 90 00 0a 80 .@....{PRIT.....
3800: 70 0b 84 03 50 49 4f 31 a1 0e 70 47 45 54 54 50 p...PIO1..pGETTP
3810: 53 49 54 50 49 4f 31 a1 0b 70 0c ff ff ff ff 50 SITPIO1..p.....P
3820: 49 4f 31 70 47 44 4d 41 7b 53 59 4e 43 0a 02 00 IO1pGDMA{SYNC...
3830: 7b 49 43 52 33 0a 02 00 7b 49 43 52 30 0a 02 00 {ICR3...{ICR0...
3840: 53 44 54 31 7b 49 43 52 31 0a 02 00 44 4d 41 31 SDT1{ICR1...DMA1
3850: a0 14 93 44 4d 41 31 0c ff ff ff ff 70 50 49 4f ...DMA1.....pPIO
3860: 31 44 4d 41 31 70 47 45 54 46 7b 53 59 4e 43 0a 1DMA1pGETF{SYNC.
3870: 01 00 7b 53 59 4e 43 0a 02 00 50 52 49 54 46 4c ..{SYNC...PRITFL
3880: 41 47 a4 50 42 55 46 14 41 2c 5f 53 54 4d 03 8a AG.PBUF.A,_STM..
3890: 68 0a 00 50 49 4f 30 8a 68 0a 04 44 4d 41 30 8a h..PIO0.h..DMA0.
38a0: 68 0a 08 50 49 4f 31 8a 68 0a 0c 44 4d 41 31 8a h..PIO1.h..DMA1.
38b0: 68 0a 10 46 4c 41 47 70 0a 04 49 43 52 32 a0 47 h..FLAGp..ICR2.G
38c0: 12 93 87 69 0b 00 02 7b 50 52 49 54 0b f0 40 50 ...i...{PRIT..@P
38d0: 52 49 54 7b 53 59 4e 43 0a 0e 53 59 4e 43 70 0a RIT{SYNC..SYNCp.
38e0: 00 53 44 54 30 7b 49 43 52 30 0a 0e 49 43 52 30 .SDT0{ICR0..ICR0
38f0: 7b 49 43 52 31 0a 0e 49 43 52 31 7b 49 43 52 33 {ICR1..ICR1{ICR3
3900: 0a 0e 49 43 52 33 7b 49 43 52 35 0a 0e 49 43 52 ..ICR3{ICR5..ICR
3910: 35 8b 69 0a 62 57 34 39 30 8b 69 0a 6a 57 35 33 5.i.bW490.i.jW53
3920: 30 8b 69 0a 7e 57 36 33 30 8b 69 0a 80 57 36 34 0.i.~W630.i..W64
3930: 30 8b 69 0a b0 57 38 38 30 8b 69 0a ba 57 39 33 0.i..W880.i..W93
3940: 30 7d 50 52 49 54 0b 04 80 50 52 49 54 a0 1e 90 0}PRIT...PRIT...
3950: 7b 46 4c 41 47 0a 02 00 7b 57 34 39 30 0b 00 08 {FLAG...{W490...
3960: 00 7d 50 52 49 54 0a 02 50 52 49 54 7d 50 52 49 .}PRIT..PRIT}PRI
3970: 54 53 45 54 50 50 49 4f 30 57 35 33 30 57 36 34 TSETPPIO0W530W64
3980: 30 50 52 49 54 a0 40 06 7b 46 4c 41 47 0a 01 00 0PRIT.@.{FLAG...
3990: 7d 53 59 4e 43 0a 01 53 59 4e 43 70 53 44 4d 41 }SYNC..SYNCpSDMA
39a0: 44 4d 41 30 53 44 54 30 a0 13 95 44 4d 41 30 0a DMA0SDT0...DMA0.
39b0: 1e 7d 49 43 52 33 0a 01 49 43 52 33 a0 13 95 44 .}ICR3..ICR3...D
39c0: 4d 41 30 0a 3c 7d 49 43 52 30 0a 01 49 43 52 30 MA0.<}ICR0..ICR0
39d0: a0 15 7b 57 39 33 30 0b 00 20 00 7d 49 43 52 31 ..{W930.. .}ICR1
39e0: 0a 01 49 43 52 31 a0 42 16 93 87 6a 0b 00 02 7b ..ICR1.B...j...{
39f0: 50 52 49 54 0b 0f 3f 50 52 49 54 70 0a 00 50 53 PRIT..?PRITp..PS
3a00: 49 54 7b 53 59 4e 43 0a 0d 53 59 4e 43 70 0a 00 IT{SYNC..SYNCp..
3a10: 53 44 54 31 7b 49 43 52 30 0a 0d 49 43 52 30 7b SDT1{ICR0..ICR0{
3a20: 49 43 52 31 0a 0d 49 43 52 31 7b 49 43 52 33 0a ICR1..ICR1{ICR3.
3a30: 0d 49 43 52 33 7b 49 43 52 35 0a 0d 49 43 52 35 .ICR3{ICR5..ICR5
3a40: 8b 6a 0a 62 57 34 39 31 8b 6a 0a 6a 57 35 33 31 .j.bW491.j.jW531
3a50: 8b 6a 0a 7e 57 36 33 31 8b 6a 0a 80 57 36 34 31 .j.~W631.j..W641
3a60: 8b 6a 0a b0 57 38 38 31 8b 6a 0a ba 57 39 33 31 .j..W881.j..W931
3a70: 7d 50 52 49 54 0b 40 80 50 52 49 54 a0 1e 90 7b }PRIT.@.PRIT...{
3a80: 46 4c 41 47 0a 08 00 7b 57 34 39 31 0b 00 08 00 FLAG...{W491....
3a90: 7d 50 52 49 54 0a 20 50 52 49 54 a0 4c 04 7b 46 }PRIT. PRIT.L.{F
3aa0: 4c 41 47 0a 10 00 7d 50 52 49 54 0b 00 40 50 52 LAG...}PRIT..@PR
3ab0: 49 54 a0 13 94 50 49 4f 31 0a f0 7d 50 52 49 54 IT...PIO1..}PRIT
3ac0: 0a 80 50 52 49 54 a1 21 7d 50 52 49 54 0a 10 50 ..PRIT.!}PRIT..P
3ad0: 52 49 54 70 53 45 54 54 50 49 4f 31 57 35 33 31 RITpSETTPIO1W531
3ae0: 57 36 34 31 50 53 49 54 a0 40 06 7b 46 4c 41 47 W641PSIT.@.{FLAG
3af0: 0a 04 00 7d 53 59 4e 43 0a 02 53 59 4e 43 70 53 ...}SYNC..SYNCpS
3b00: 44 4d 41 44 4d 41 31 53 44 54 31 a0 13 95 44 4d DMADMA1SDT1...DM
3b10: 41 31 0a 1e 7d 49 43 52 33 0a 02 49 43 52 33 a0 A1..}ICR3..ICR3.
3b20: 13 95 44 4d 41 31 0a 3c 7d 49 43 52 30 0a 02 49 ..DMA1.<}ICR0..I
3b30: 43 52 30 a0 15 7b 57 39 33 31 0b 00 20 00 7d 49 CR0..{W931.. .}I
3b40: 43 52 31 0a 02 49 43 52 31 5b 82 4e 10 50 5f 44 CR1..ICR1[.N.P_D
3b50: 30 08 5f 41 44 52 0a 00 14 40 10 5f 47 54 46 00 0._ADR...@._GTF.
3b60: 08 50 49 42 30 11 11 0a 0e 03 00 00 00 00 a0 ef .PIB0...........
3b70: 03 00 00 00 00 a0 ef 8c 50 49 42 30 0a 01 50 4d ........PIB0..PM
3b80: 44 30 8c 50 49 42 30 0a 08 44 4d 44 30 a0 40 06 D0.PIB0..DMD0.@.
3b90: 7b 50 52 49 54 0a 02 00 a0 13 93 7b 50 52 49 54 {PRIT......{PRIT
3ba0: 0a 09 00 0a 08 70 0a 08 50 4d 44 30 a1 41 04 70 .....p..PMD0.A.p
3bb0: 0a 0a 50 4d 44 30 7a 7b 50 52 49 54 0b 00 03 00 ..PMD0z{PRIT....
3bc0: 0a 08 60 7a 7b 50 52 49 54 0b 00 30 00 0a 0c 61 ..`z{PRIT..0...a
3bd0: 72 60 61 62 a0 0c 93 0a 03 62 70 0a 0b 50 4d 44 r`ab.....bp..PMD
3be0: 30 a0 0c 93 0a 05 62 70 0a 0c 50 4d 44 30 a1 08 0.....bp..PMD0..
3bf0: 70 0a 01 50 4d 44 30 a0 47 04 7b 53 59 4e 43 0a p..PMD0.G.{SYNC.
3c00: 01 00 70 7d 53 44 54 30 0a 40 00 44 4d 44 30 a0 ..p}SDT0.@.DMD0.
3c10: 2f 7b 49 43 52 31 0a 01 00 a0 14 7b 49 43 52 30 /{ICR1.....{ICR0
3c20: 0a 01 00 72 44 4d 44 30 0a 02 44 4d 44 30 a0 10 ...rDMD0..DMD0..
3c30: 7b 49 43 52 33 0a 01 00 70 0a 45 44 4d 44 30 a1 {ICR3...p.EDMD0.
3c40: 14 7d 74 7b 50 4d 44 30 0a 07 00 0a 02 00 0a 20 .}t{PMD0.......
3c50: 44 4d 44 30 a4 50 49 42 30 5b 82 49 10 50 5f 44 DMD0.PIB0[.I.P_D
3c60: 31 08 5f 41 44 52 0a 01 14 4b 0f 5f 47 54 46 00 1._ADR...K._GTF.
3c70: 08 50 49 42 31 11 11 0a 0e 03 00 00 00 00 b0 ef .PIB1...........
3c80: 03 00 00 00 00 b0 ef 8c 50 49 42 31 0a 01 50 4d ........PIB1..PM
3c90: 44 31 8c 50 49 42 31 0a 08 44 4d 44 31 a0 4b 05 D1.PIB1..DMD1.K.
3ca0: 7b 50 52 49 54 0a 20 00 a0 13 93 7b 50 52 49 54 {PRIT. ....{PRIT
3cb0: 0a 90 00 0a 80 70 0a 08 50 4d 44 31 a1 3c 72 7b .....p..PMD1.<r{
3cc0: 50 53 49 54 0a 03 00 7a 7b 50 53 49 54 0a 0c 00 PSIT...z{PSIT...
3cd0: 0a 02 00 60 a0 0c 93 0a 05 60 70 0a 0c 50 4d 44 ...`.....`p..PMD
3ce0: 31 a1 17 a0 0c 93 0a 03 60 70 0a 0b 50 4d 44 31 1.......`p..PMD1
3cf0: a1 08 70 0a 0a 50 4d 44 31 a1 08 70 0a 01 50 4d ..p..PMD1..p..PM
3d00: 44 31 a0 47 04 7b 53 59 4e 43 0a 02 00 70 7d 53 D1.G.{SYNC...p}S
3d10: 44 54 31 0a 40 00 44 4d 44 31 a0 2f 7b 49 43 52 DT1.@.DMD1./{ICR
3d20: 31 0a 02 00 a0 14 7b 49 43 52 30 0a 02 00 72 44 1.....{ICR0...rD
3d30: 4d 44 31 0a 02 44 4d 44 31 a0 10 7b 49 43 52 33 MD1..DMD1..{ICR3
3d40: 0a 02 00 70 0a 45 44 4d 44 31 a1 14 7d 74 7b 50 ...p.EDMD1..}t{P
3d50: 4d 44 31 0a 07 00 0a 02 00 0a 20 44 4d 44 31 a4 MD1....... DMD1.
3d60: 50 49 42 31 14 06 5f 50 53 30 00 14 06 5f 50 53 PIB1.._PS0..._PS
3d70: 33 00 5b 82 48 65 53 45 43 44 08 5f 41 44 52 0a 3.[.HeSECD._ADR.
3d80: 01 14 49 14 5f 47 54 4d 00 08 53 42 55 46 11 17 ..I._GTM..SBUF..
3d90: 0a 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
3da0: 00 00 00 00 00 00 8a 53 42 55 46 0a 00 50 49 4f .......SBUF..PIO
3db0: 30 8a 53 42 55 46 0a 04 44 4d 41 30 8a 53 42 55 0.SBUF..DMA0.SBU
3dc0: 46 0a 08 50 49 4f 31 8a 53 42 55 46 0a 0c 44 4d F..PIO1.SBUF..DM
3dd0: 41 31 8a 53 42 55 46 0a 10 46 4c 41 47 70 47 45 A1.SBUF..FLAGpGE
3de0: 54 50 53 45 43 54 50 49 4f 30 70 47 44 4d 41 7b TPSECTPIO0pGDMA{
3df0: 53 59 4e 43 0a 04 00 7b 49 43 52 33 0a 04 00 7b SYNC...{ICR3...{
3e00: 49 43 52 30 0a 04 00 53 44 54 32 7b 49 43 52 31 ICR0...SDT2{ICR1
3e10: 0a 04 00 44 4d 41 30 a0 14 93 44 4d 41 30 0c ff ...DMA0...DMA0..
3e20: ff ff ff 70 50 49 4f 30 44 4d 41 30 a0 2e 7b 53 ...pPIO0DMA0..{S
3e30: 45 43 54 0b 00 40 00 a0 14 93 7b 53 45 43 54 0a ECT..@....{SECT.
3e40: 90 00 0a 80 70 0b 84 03 50 49 4f 31 a1 0e 70 47 ....p...PIO1..pG
3e50: 45 54 54 53 53 49 54 50 49 4f 31 a1 0b 70 0c ff ETTSSITPIO1..p..
3e60: ff ff ff 50 49 4f 31 70 47 44 4d 41 7b 53 59 4e ...PIO1pGDMA{SYN
3e70: 43 0a 08 00 7b 49 43 52 33 0a 08 00 7b 49 43 52 C...{ICR3...{ICR
3e80: 30 0a 08 00 53 44 54 33 7b 49 43 52 31 0a 08 00 0...SDT3{ICR1...
3e90: 44 4d 41 31 a0 14 93 44 4d 41 31 0c ff ff ff ff DMA1...DMA1.....
3ea0: 70 50 49 4f 31 44 4d 41 31 70 47 45 54 46 7b 53 pPIO1DMA1pGETF{S
3eb0: 59 4e 43 0a 04 00 7b 53 59 4e 43 0a 08 00 53 45 YNC...{SYNC...SE
3ec0: 43 54 46 4c 41 47 a4 53 42 55 46 14 41 2c 5f 53 CTFLAG.SBUF.A,_S
3ed0: 54 4d 03 8a 68 0a 00 50 49 4f 30 8a 68 0a 04 44 TM..h..PIO0.h..D
3ee0: 4d 41 30 8a 68 0a 08 50 49 4f 31 8a 68 0a 0c 44 MA0.h..PIO1.h..D
3ef0: 4d 41 31 8a 68 0a 10 46 4c 41 47 70 0a 04 49 43 MA1.h..FLAGp..IC
3f00: 52 32 a0 47 12 93 87 69 0b 00 02 7b 53 45 43 54 R2.G...i...{SECT
3f10: 0b f0 40 53 45 43 54 7b 53 59 4e 43 0a 0b 53 59 ..@SECT{SYNC..SY
3f20: 4e 43 70 0a 00 53 44 54 32 7b 49 43 52 30 0a 0b NCp..SDT2{ICR0..
3f30: 49 43 52 30 7b 49 43 52 31 0a 0b 49 43 52 31 7b ICR0{ICR1..ICR1{
3f40: 49 43 52 33 0a 0b 49 43 52 33 7b 49 43 52 35 0a ICR3..ICR3{ICR5.
3f50: 0b 49 43 52 35 8b 69 0a 62 57 34 39 30 8b 69 0a .ICR5.i.bW490.i.
3f60: 6a 57 35 33 30 8b 69 0a 7e 57 36 33 30 8b 69 0a jW530.i.~W630.i.
3f70: 80 57 36 34 30 8b 69 0a b0 57 38 38 30 8b 69 0a .W640.i..W880.i.
3f80: ba 57 39 33 30 7d 53 45 43 54 0b 04 80 53 45 43 .W930}SECT...SEC
3f90: 54 a0 1e 90 7b 46 4c 41 47 0a 02 00 7b 57 34 39 T...{FLAG...{W49
3fa0: 30 0b 00 08 00 7d 53 45 43 54 0a 02 53 45 43 54 0....}SECT..SECT
3fb0: 7d 53 45 43 54 53 45 54 50 50 49 4f 30 57 35 33 }SECTSETPPIO0W53
3fc0: 30 57 36 34 30 53 45 43 54 a0 40 06 7b 46 4c 41 0W640SECT.@.{FLA
3fd0: 47 0a 01 00 7d 53 59 4e 43 0a 04 53 59 4e 43 70 G...}SYNC..SYNCp
3fe0: 53 44 4d 41 44 4d 41 30 53 44 54 32 a0 13 95 44 SDMADMA0SDT2...D
3ff0: 4d 41 30 0a 1e 7d 49 43 52 33 0a 04 49 43 52 33 MA0..}ICR3..ICR3
4000: a0 13 95 44 4d 41 30 0a 3c 7d 49 43 52 30 0a 04 ...DMA0.<}ICR0..
4010: 49 43 52 30 a0 15 7b 57 39 33 30 0b 00 20 00 7d ICR0..{W930.. .}
4020: 49 43 52 31 0a 04 49 43 52 31 a0 42 16 93 87 6a ICR1..ICR1.B...j
4030: 0b 00 02 7b 53 45 43 54 0b 0f 3f 53 45 43 54 70 ...{SECT..?SECTp
4040: 0a 00 53 53 49 54 7b 53 59 4e 43 0a 07 53 59 4e ..SSIT{SYNC..SYN
4050: 43 70 0a 00 53 44 54 33 7b 49 43 52 30 0a 07 49 Cp..SDT3{ICR0..I
4060: 43 52 30 7b 49 43 52 31 0a 07 49 43 52 31 7b 49 CR0{ICR1..ICR1{I
4070: 43 52 33 0a 07 49 43 52 33 7b 49 43 52 35 0a 07 CR3..ICR3{ICR5..
4080: 49 43 52 35 8b 6a 0a 62 57 34 39 31 8b 6a 0a 6a ICR5.j.bW491.j.j
4090: 57 35 33 31 8b 6a 0a 7e 57 36 33 31 8b 6a 0a 80 W531.j.~W631.j..
40a0: 57 36 34 31 8b 6a 0a b0 57 38 38 31 8b 6a 0a ba W641.j..W881.j..
40b0: 57 39 33 31 7d 53 45 43 54 0b 40 80 53 45 43 54 W931}SECT.@.SECT
40c0: a0 1e 90 7b 46 4c 41 47 0a 08 00 7b 57 34 39 31 ...{FLAG...{W491
40d0: 0b 00 08 00 7d 53 45 43 54 0a 20 53 45 43 54 a0 ....}SECT. SECT.
40e0: 4c 04 7b 46 4c 41 47 0a 10 00 7d 53 45 43 54 0b L.{FLAG...}SECT.
40f0: 00 40 53 45 43 54 a0 13 94 50 49 4f 31 0a f0 7d .@SECT...PIO1..}
4100: 53 45 43 54 0a 80 53 45 43 54 a1 21 7d 53 45 43 SECT..SECT.!}SEC
4110: 54 0a 10 53 45 43 54 70 53 45 54 54 50 49 4f 31 T..SECTpSETTPIO1
4120: 57 35 33 31 57 36 34 31 53 53 49 54 a0 40 06 7b W531W641SSIT.@.{
4130: 46 4c 41 47 0a 04 00 7d 53 59 4e 43 0a 08 53 59 FLAG...}SYNC..SY
4140: 4e 43 70 53 44 4d 41 44 4d 41 31 53 44 54 33 a0 NCpSDMADMA1SDT3.
4150: 13 95 44 4d 41 31 0a 1e 7d 49 43 52 33 0a 08 49 ..DMA1..}ICR3..I
4160: 43 52 33 a0 13 95 44 4d 41 31 0a 3c 7d 49 43 52 CR3...DMA1.<}ICR
4170: 30 0a 08 49 43 52 30 a0 15 7b 57 39 33 31 0b 00 0..ICR0..{W931..
4180: 20 00 7d 49 43 52 31 0a 08 49 43 52 31 5b 82 4e .}ICR1..ICR1[.N
4190: 10 53 5f 44 30 08 5f 41 44 52 0a 00 14 40 10 5f .S_D0._ADR...@._
41a0: 47 54 46 00 08 53 49 42 30 11 11 0a 0e 03 00 00 GTF..SIB0.......
41b0: 00 00 a0 ef 03 00 00 00 00 a0 ef 8c 53 49 42 30 ............SIB0
41c0: 0a 01 50 4d 44 30 8c 53 49 42 30 0a 08 44 4d 44 ..PMD0.SIB0..DMD
41d0: 30 a0 40 06 7b 53 45 43 54 0a 02 00 a0 13 93 7b 0.@.{SECT......{
41e0: 53 45 43 54 0a 09 00 0a 08 70 0a 08 50 4d 44 30 SECT.....p..PMD0
41f0: a1 41 04 70 0a 0a 50 4d 44 30 7a 7b 53 45 43 54 .A.p..PMD0z{SECT
4200: 0b 00 03 00 0a 08 60 7a 7b 53 45 43 54 0b 00 30 ......`z{SECT..0
4210: 00 0a 0c 61 72 60 61 62 a0 0c 93 0a 03 62 70 0a ...ar`ab.....bp.
4220: 0b 50 4d 44 30 a0 0c 93 0a 05 62 70 0a 0c 50 4d .PMD0.....bp..PM
4230: 44 30 a1 08 70 0a 01 50 4d 44 30 a0 47 04 7b 53 D0..p..PMD0.G.{S
4240: 59 4e 43 0a 04 00 70 7d 53 44 54 32 0a 40 00 44 YNC...p}SDT2.@.D
4250: 4d 44 30 a0 2f 7b 49 43 52 31 0a 04 00 a0 14 7b MD0./{ICR1.....{
4260: 49 43 52 30 0a 04 00 72 44 4d 44 30 0a 02 44 4d ICR0...rDMD0..DM
4270: 44 30 a0 10 7b 49 43 52 33 0a 04 00 70 0a 45 44 D0..{ICR3...p.ED
4280: 4d 44 30 a1 14 7d 74 7b 50 4d 44 30 0a 07 00 0a MD0..}t{PMD0....
4290: 02 00 0a 20 44 4d 44 30 a4 53 49 42 30 5b 82 49 ... DMD0.SIB0[.I
42a0: 10 53 5f 44 31 08 5f 41 44 52 0a 01 14 4b 0f 5f .S_D1._ADR...K._
42b0: 47 54 46 00 08 53 49 42 31 11 11 0a 0e 03 00 00 GTF..SIB1.......
42c0: 00 00 b0 ef 03 00 00 00 00 b0 ef 8c 53 49 42 31 ............SIB1
42d0: 0a 01 50 4d 44 31 8c 53 49 42 31 0a 08 44 4d 44 ..PMD1.SIB1..DMD
42e0: 31 a0 4b 05 7b 53 45 43 54 0a 20 00 a0 13 93 7b 1.K.{SECT. ....{
42f0: 53 45 43 54 0a 90 00 0a 80 70 0a 08 50 4d 44 31 SECT.....p..PMD1
4300: a1 3c 72 7b 53 53 49 54 0a 03 00 7a 7b 53 53 49 .<r{SSIT...z{SSI
4310: 54 0a 0c 00 0a 02 00 60 a0 0c 93 0a 05 60 70 0a T......`.....`p.
4320: 0c 50 4d 44 31 a1 17 a0 0c 93 0a 03 60 70 0a 0b .PMD1.......`p..
4330: 50 4d 44 31 a1 08 70 0a 0a 50 4d 44 31 a1 08 70 PMD1..p..PMD1..p
4340: 0a 01 50 4d 44 31 a0 47 04 7b 53 59 4e 43 0a 08 ..PMD1.G.{SYNC..
4350: 00 70 7d 53 44 54 33 0a 40 00 44 4d 44 31 a0 2f .p}SDT3.@.DMD1./
4360: 7b 49 43 52 31 0a 08 00 a0 14 7b 49 43 52 30 0a {ICR1.....{ICR0.
4370: 08 00 72 44 4d 44 31 0a 02 44 4d 44 31 a0 10 7b ..rDMD1..DMD1..{
4380: 49 43 52 33 0a 08 00 70 0a 45 44 4d 44 31 a1 14 ICR3...p.EDMD1..
4390: 7d 74 7b 50 4d 44 31 0a 07 00 0a 02 00 0a 20 44 }t{PMD1....... D
43a0: 4d 44 31 a4 53 49 42 31 14 11 5f 50 53 30 00 7b MD1.SIB1.._PS0.{
43b0: 49 43 52 34 0a 03 49 43 52 34 14 11 5f 50 53 33 ICR4..ICR4.._PS3
43c0: 00 7d 49 43 52 34 0a 04 49 43 52 34 14 46 04 47 .}ICR4..ICR4.F.G
43d0: 45 54 50 09 a0 0f 93 7b 68 0a 09 00 0a 00 a4 0c ETP....{h.......
43e0: ff ff ff ff a0 0d 93 7b 68 0a 09 00 0a 08 a4 0b .......{h.......
43f0: 84 03 7a 7b 68 0b 00 03 00 0a 08 60 7a 7b 68 0b ..z{h......`z{h.
4400: 00 30 00 0a 0c 61 a4 77 0a 1e 74 0a 09 72 60 61 .0...a.w..t..r`a
4410: 00 00 00 14 30 47 44 4d 41 0d a0 23 68 a0 07 90 ....0GDMA..#h...
4420: 69 6c a4 0a 14 a0 0e 90 6a 6c a4 77 74 0a 04 6b il......jl.wt..k
4430: 00 0a 0f 00 a4 77 74 0a 04 6b 00 0a 1e 00 a4 0c .....wt..k......
4440: ff ff ff ff 14 1f 47 45 54 54 09 a4 77 0a 1e 74 ......GETT..w..t
4450: 0a 09 72 7b 7a 68 0a 02 00 0a 03 00 7b 68 0a 03 ..r{zh......{h..
4460: 00 00 00 00 14 46 06 47 45 54 46 0b 08 54 4d 50 .....F.GETF..TMP
4470: 46 0a 00 a0 0d 68 7d 54 4d 50 46 0a 01 54 4d 50 F....h}TMPF..TMP
4480: 46 a0 11 7b 6a 0a 02 00 7d 54 4d 50 46 0a 02 54 F..{j...}TMPF..T
4490: 4d 50 46 a0 0d 69 7d 54 4d 50 46 0a 04 54 4d 50 MPF..i}TMPF..TMP
44a0: 46 a0 11 7b 6a 0a 20 00 7d 54 4d 50 46 0a 08 54 F..{j. .}TMPF..T
44b0: 4d 50 46 a0 12 7b 6a 0b 00 40 00 7d 54 4d 50 46 MPF..{j..@.}TMPF
44c0: 0a 10 54 4d 50 46 a4 54 4d 50 46 14 3e 53 45 54 ..TMPF.TMPF.>SET
44d0: 50 0b a0 08 94 68 0a f0 a4 0a 08 a1 2e a0 28 7b P....h........({
44e0: 69 0a 02 00 a0 10 90 92 94 68 0a 78 7b 6a 0a 02 i........h.x{j..
44f0: 00 a4 0b 01 23 a0 10 90 92 94 68 0a b4 7b 6a 0a ....#.....h..{j.
4500: 01 00 a4 0b 01 21 a4 0b 01 10 14 3b 53 44 4d 41 .....!.....;SDMA
4510: 09 a0 09 92 94 68 0a 14 a4 0a 01 a0 09 92 94 68 .....h.........h
4520: 0a 1e a4 0a 02 a0 09 92 94 68 0a 2d a4 0a 01 a0 .........h.-....
4530: 09 92 94 68 0a 3c a4 0a 02 a0 09 92 94 68 0a 5a ...h.<.......h.Z
4540: a4 0a 01 a4 0a 00 14 30 53 45 54 54 0b a0 26 7b .......0SETT..&{
4550: 69 0a 02 00 a0 0f 90 92 94 68 0a 78 7b 6a 0a 02 i........h.x{j..
4560: 00 a4 0a 0b a0 0f 90 92 94 68 0a b4 7b 6a 0a 01 .........h..{j..
4570: 00 a4 0a 09 a4 0a 04 5b 82 46 14 53 42 55 53 08 .......[.F.SBUS.
4580: 5f 41 44 52 0c 03 00 1f 00 5b 80 53 42 55 53 01 _ADR.....[.SBUS.
4590: 0b 80 18 0a 10 5b 81 37 53 42 55 53 01 48 53 54 .....[.7SBUS.HST
45a0: 53 08 00 08 48 43 4f 4e 08 48 43 4f 4d 08 54 58 S...HCON.HCOM.TX
45b0: 53 41 08 44 41 54 30 08 44 41 54 31 08 42 44 42 SA.DAT0.DAT1.BDB
45c0: 52 08 00 08 52 58 53 41 08 53 44 41 54 10 14 4f R...RXSA.SDAT..O
45d0: 04 53 42 57 42 03 70 0a 0a 60 a2 11 90 7b 48 53 .SBWB.p..`...{HS
45e0: 54 53 0a 01 00 60 5b 22 0a 64 76 60 70 0a ff 48 TS...`[".dv`p..H
45f0: 53 54 53 70 68 54 58 53 41 70 69 48 43 4f 4d 70 STSphTXSApiHCOMp
4600: 6a 44 41 54 30 70 0a 00 44 41 54 31 70 0a 08 48 jDAT0p..DAT1p..H
4610: 43 4f 4e 5b 22 0a 64 70 0a 48 48 43 4f 4e 14 41 CON[".dp.HHCON.A
4620: 06 53 42 52 42 02 70 0a 0a 60 a2 11 90 7b 48 53 .SBRB.p..`...{HS
4630: 54 53 0a 01 00 60 5b 22 0a 64 76 60 70 0a ff 48 TS...`[".dv`p..H
4640: 53 54 53 70 7d 68 0a 01 00 54 58 53 41 70 69 48 STSp}h...TXSApiH
4650: 43 4f 4d 70 0a 08 48 43 4f 4e 5b 22 0a 64 70 0a COMp..HCON[".dp.
4660: 48 48 43 4f 4e 70 0a 0a 60 a2 11 90 7b 48 53 54 HHCONp..`...{HST
4670: 53 0a 02 00 60 5b 22 0a 64 76 60 a4 44 41 54 30 S...`[".dv`.DAT0
4680: 14 3e 53 42 53 42 02 a2 09 7b 48 53 54 53 0a 01 .>SBSB...{HSTS..
4690: 00 70 0a 1e 48 53 54 53 70 68 54 58 53 41 70 69 .p..HSTSphTXSApi
46a0: 48 43 4f 4d 70 0a 44 48 43 4f 4e a2 0c 93 7b 48 HCOMp.DHCON...{H
46b0: 53 54 53 0a 1e 00 0a 00 70 0a 1e 48 53 54 53 5b STS.....p..HSTS[
46c0: 82 0f 41 55 44 30 08 5f 41 44 52 0c 05 00 1f 00 ..AUD0._ADR.....
46d0: 5b 82 1b 4d 4f 44 4d 08 5f 41 44 52 0c 06 00 1f [..MODM._ADR....
46e0: 00 08 5f 50 52 57 12 06 02 0a 05 0a 03 .._PRW.......
FACS @ 0x7ff7bfc0
0000: 46 41 43 53 40 00 00 00 ab 0b 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: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
FACP @ 0x7ff7aed2
0000: 46 41 43 50 74 00 00 00 01 87 49 4e 54 45 4c 20 FACPt.....INTEL
0010: 4f 44 45 4d 20 20 20 20 00 00 04 06 50 54 4c 20 ODEM ....PTL
0020: 50 00 00 00 c0 bf f7 7f e5 67 f7 7f 00 00 09 00 P........g......
0030: b2 00 00 00 f0 f1 f2 80 00 10 00 00 00 00 00 00 ................
0040: 04 10 00 00 00 00 00 00 20 10 00 00 08 10 00 00 ........ .......
0050: 28 10 00 00 00 00 00 00 04 02 01 04 08 00 00 85 (...............
0060: 01 00 55 00 00 00 00 00 01 03 0d 00 32 00 00 00 ..U.........2...
0070: a5 00 00 00 ....
BOOT @ 0x7ff7afd8
0000: 42 4f 4f 54 28 00 00 00 01 a5 50 54 4c 54 44 20 BOOT(.....PTLTD
0010: 24 53 42 46 54 42 4c 24 00 00 04 06 20 4c 54 50 $SBFTBL$.... LTP
0020: 01 00 00 00 36 00 00 00 ....6...
SSDT @ 0x7ff7630d
0000: 53 53 44 54 d0 04 00 00 01 c5 49 4e 54 45 4c 20 SSDT......INTEL
0010: 47 56 33 52 65 66 00 00 01 10 00 00 4d 53 46 54 GV3Ref......MSFT
0020: 0e 00 00 01 10 4b 4a 5c 2e 5f 50 52 5f 43 50 55 .....KJ\._PR_CPU
0030: 30 08 43 53 54 58 0a 00 14 4c 0b 5f 43 53 54 00 0.CSTX...L._CST.
0040: a0 4c 06 93 43 53 54 58 0a 00 a4 12 41 06 04 0a .L..CSTX....A...
0050: 03 12 1e 04 11 14 0a 11 82 0c 00 7f 08 00 00 00 ................
0060: 00 00 00 00 00 00 00 79 00 0a 01 0a 01 0b e8 03 .......y........
0070: 12 1e 04 11 14 0a 11 82 0c 00 01 08 00 00 14 10 ................
0080: 00 00 00 00 00 00 79 00 0a 02 0a 01 0b f4 01 12 ......y.........
0090: 1d 04 11 14 0a 11 82 0c 00 01 08 00 00 15 10 00 ................
00a0: 00 00 00 00 00 79 00 0a 03 0a 55 0a fa a1 47 04 .....y....U...G.
00b0: a4 12 43 04 03 0a 02 12 1e 04 11 14 0a 11 82 0c ..C.............
00c0: 00 7f 08 00 00 00 00 00 00 00 00 00 00 79 00 0a .............y..
00d0: 01 0a 01 0b e8 03 12 1e 04 11 14 0a 11 82 0c 00 ................
00e0: 01 08 00 00 14 10 00 00 00 00 00 00 79 00 0a 02 ............y...
00f0: 0a 01 0b f4 01 08 50 44 43 30 0a 00 14 0c 5f 50 ......PDC0...._P
0100: 44 43 01 70 68 50 44 43 30 14 42 07 5f 50 43 54 DC.phPDC0.B._PCT
0110: 00 a0 3a 93 7b 50 44 43 30 0a 01 00 0a 01 a4 12 ..:.{PDC0.......
0120: 2c 02 11 14 0a 11 82 0c 00 7f 00 00 00 00 00 00 ,...............
0130: 00 00 00 00 00 79 00 11 14 0a 11 82 0c 00 7f 00 .....y..........
0140: 00 00 00 00 00 00 00 00 00 00 79 00 a1 2f a4 12 ..........y../..
0150: 2c 02 11 14 0a 11 82 0c 00 01 10 00 00 b2 00 00 ,...............
0160: 00 00 00 00 00 79 00 11 14 0a 11 82 0c 00 01 08 .....y..........
0170: 00 00 b3 00 00 00 00 00 00 00 79 00 08 4e 50 53 ..........y..NPS
0180: 53 12 4a 0e 07 12 20 06 0c 08 07 00 00 0c 08 52 S.J... ........R
0190: 00 00 0c 0a 00 00 00 0c 0a 00 00 00 0c 28 12 00 .............(..
01a0: 00 0c 28 12 00 00 12 20 06 0c 40 06 00 00 0c 38 ..(.... ..@....8
01b0: 4a 00 00 0c 0a 00 00 00 0c 0a 00 00 00 0c 25 10 J.............%.
01c0: 00 00 0c 25 10 00 00 12 20 06 0c 78 05 00 00 0c ...%.... ..x....
01d0: 74 40 00 00 0c 0a 00 00 00 0c 0a 00 00 00 0c 21 t@.............!
01e0: 0e 00 00 0c 21 0e 00 00 12 20 06 0c b0 04 00 00 ....!.... ......
01f0: 0c a4 38 00 00 0c 0a 00 00 00 0c 0a 00 00 00 0c ..8.............
0200: 1d 0c 00 00 0c 1d 0c 00 00 12 20 06 0c e8 03 00 .......... .....
0210: 00 0c e0 2e 00 00 0c 0a 00 00 00 0c 0a 00 00 00 ................
0220: 0c 1a 0a 00 00 0c 1a 0a 00 00 12 20 06 0c 20 03 ........... .. .
0230: 00 00 0c 10 27 00 00 0c 0a 00 00 00 0c 0a 00 00 ....'...........
0240: 00 0c 16 08 00 00 0c 16 08 00 00 12 20 06 0c 58 ............ ..X
0250: 02 00 00 0c 4c 1d 00 00 0c 0a 00 00 00 0c 0a 00 ....L...........
0260: 00 00 0c 12 06 00 00 0c 12 06 00 00 a3 a3 a3 a3 ................
0270: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0280: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0290: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
02a0: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
02b0: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
02c0: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
02d0: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
02e0: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
02f0: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0300: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0310: a3 08 53 50 53 53 12 4a 0e 07 12 20 06 0c 08 07 ..SPSS.J... ....
0320: 00 00 0c 08 52 00 00 0c 64 00 00 00 0c 6e 00 00 ....R...d....n..
0330: 00 0c 83 00 00 00 0c 00 00 00 00 12 20 06 0c 40 ............ ..@
0340: 06 00 00 0c 38 4a 00 00 0c 64 00 00 00 0c 6e 00 ....8J...d....n.
0350: 00 00 0c 83 01 00 00 0c 01 00 00 00 12 20 06 0c ............. ..
0360: 78 05 00 00 0c 74 40 00 00 0c 64 00 00 00 0c 6e x....t@...d....n
0370: 00 00 00 0c 83 02 00 00 0c 02 00 00 00 12 20 06 .............. .
0380: 0c b0 04 00 00 0c a4 38 00 00 0c 64 00 00 00 0c .......8...d....
0390: 6e 00 00 00 0c 83 03 00 00 0c 03 00 00 00 12 20 n..............
03a0: 06 0c e8 03 00 00 0c e0 2e 00 00 0c 64 00 00 00 ............d...
03b0: 0c 6e 00 00 00 0c 83 04 00 00 0c 04 00 00 00 12 .n..............
03c0: 20 06 0c 20 03 00 00 0c 10 27 00 00 0c 64 00 00 .. .....'...d..
03d0: 00 0c 6e 00 00 00 0c 83 05 00 00 0c 05 00 00 00 ..n.............
03e0: 12 20 06 0c 58 02 00 00 0c 4c 1d 00 00 0c 64 00 . ..X....L....d.
03f0: 00 00 0c 6e 00 00 00 0c 83 06 00 00 0c 06 00 00 ...n............
0400: 00 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0410: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0420: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0430: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0440: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0450: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0460: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0470: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0480: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
0490: a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 a3 ................
04a0: a3 a3 a3 a3 a3 a3 14 1f 5f 50 53 53 00 a0 11 93 ........_PSS....
04b0: 7b 50 44 43 30 0a 01 00 0a 01 a4 4e 50 53 53 a1 {PDC0......NPSS.
04c0: 06 a4 53 50 53 53 14 09 5f 50 50 43 00 a4 0a 00 ..SPSS.._PPC....
RSDT @ 0x7ff762dd
0000: 52 53 44 54 30 00 00 00 01 e1 50 54 4c 54 44 20 RSDT0.....PTLTD
0010: 57 69 73 74 72 6f 6e 20 00 00 04 06 20 4c 54 50 Wistron .... LTP
0020: 00 00 00 00 d2 ae f7 7f d8 af f7 7f 0d 63 f7 7f .............c..
RSD PTR @ 0xf66b0
0000: 52 53 44 20 50 54 52 20 84 50 54 4c 54 44 20 00 RSD PTR .PTLTD .
0010: dd 62 f7 7f .b..
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-10 11:23 ` Thomas Renninger
@ 2008-03-10 18:17 ` giggz
2008-03-11 1:52 ` Zhang, Rui
1 sibling, 0 replies; 18+ messages in thread
From: giggz @ 2008-03-10 18:17 UTC (permalink / raw)
To: linux-acpi
Thomas Renninger a écrit :
[snip]
> Yep.
> Depending on your distribution you might find the acpidump binary in a
> package. On SUSE it would be the pmtools package. A bit googling should
> tell you what package you need to install on your distri to get
> acpidump.
>
> Best is you open a bug here:
> http://bugzilla.kernel.org/
> and attach the info you already posted on the list (the dmesg output
> with increased ACPI debug output) and the acpidump.
> Please add me to CC of the bug then.
> Currently there are patches to connect ACPI and graphics driver on the
> way, it could be that we miss some support in the kernel of the latter,
> I don't know, let's evaluate this a bit further in the bug...
>
Ok, done! I hope I don't make mistakes...If there is a problem please
tell me.
have a nice day
Guillaume
> Thanks,
>
> Thomas
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Problem with the Fn+F3 key. acpi problem ?
2008-03-10 11:23 ` Thomas Renninger
2008-03-10 18:17 ` giggz
@ 2008-03-11 1:52 ` Zhang, Rui
1 sibling, 0 replies; 18+ messages in thread
From: Zhang, Rui @ 2008-03-11 1:52 UTC (permalink / raw)
To: trenn; +Cc: Zhao Yakui, giggz, linux-acpi, hong.liu
On Mon, 2008-03-10 at 12:23 +0100, Thomas Renninger wrote:
> On Mon, 2008-03-10 at 09:18 +0800, Zhao Yakui wrote:
> > On Sat, 2008-03-08 at 11:08 +0100, giggz wrote:
> > > giggz a écrit :
> > > [snip]
> > >
> > > >>>> In that case, try catting /proc/acpi/event and hit the button.
> > > >> On SUSE, instead of stopping acpid, you can use:
> > > >> acpi_listen
> > > >> to log acpi events.
> > > >>
> > >
> > > in my case when I increase the level of acpi debug and hit the Fn+F3
> > > button I don't see anything when I cat /proc/acpi/event. And it's the
> > > same if I use acpi_listen. I launch acpi_listen and the hit the button,
> > > but nothing appears. I just get the message I posted in the
> > > /var/log/messages.
> > >
> > Will you please attach the acpidump output ?
> > The pmtools can be downloaded from :
> > http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/pmtools-20071116.tar.bz2
>
> Yep.
> Depending on your distribution you might find the acpidump binary in a
> package. On SUSE it would be the pmtools package. A bit googling should
> tell you what package you need to install on your distri to get
> acpidump.
>
> Best is you open a bug here:
> http://bugzilla.kernel.org/
> and attach the info you already posted on the list (the dmesg output
> with increased ACPI debug output) and the acpidump.
> Please add me to CC of the bug then.
> Currently there are patches to connect ACPI and graphics driver on the
> way,
And these patches are used to notify graphics kernel mode driver to
change the brightness when some events occur, like hot key press, lid
close/open and dock/undock.
But unfortunately the graphics kernel mode driver is not finished yet,
which means that we've just setup the full working stack but won't do
any actual work at the last step.
Hong, correct me if I say something wrong. :)
thanks,
rui
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2008-03-11 2:02 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-12 12:06 Problem with the Fn+F3 key. acpi problem ? giggz
2008-01-12 12:17 ` Matthew Garrett
2008-01-12 12:33 ` giggz
2008-01-12 12:46 ` Matthew Garrett
2008-01-12 13:08 ` giggz
2008-01-22 5:47 ` Zhang Rui
2008-01-22 22:02 ` giggzounet
2008-01-12 15:02 ` giggz
2008-02-18 15:18 ` Thomas Renninger
2008-02-19 9:44 ` GiGGz
2008-03-08 8:56 ` giggz
2008-03-08 9:46 ` giggz
2008-03-08 10:08 ` giggz
2008-03-10 1:18 ` Zhao Yakui
2008-03-10 11:23 ` Thomas Renninger
2008-03-10 18:17 ` giggz
2008-03-11 1:52 ` Zhang, Rui
2008-03-10 17:56 ` giggz
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).