public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Time Problems with 2.6.23-rc1-gf695baf2
       [not found]   ` <20070725113349.GB5469@alice>
@ 2007-07-25 16:50     ` Len Brown
  2007-07-25 23:17       ` Eric Sesterhenn / Snakebyte
  0 siblings, 1 reply; 8+ messages in thread
From: Len Brown @ 2007-07-25 16:50 UTC (permalink / raw)
  To: Eric Sesterhenn / Snakebyte
  Cc: Michal Piotrowski, linux-kernel, IDE/ATA development list,
	Bartlomiej Zolnierkiewicz, linux-acpi, Ingo Molnar,
	Thomas Gleixner

On Wednesday 25 July 2007 07:33, Eric Sesterhenn / Snakebyte wrote:
> * Michal Piotrowski (michal.k.k.piotrowski@gmail.com) wrote:
> >  On 24/07/07, Eric Sesterhenn / Snakebyte <snakebyte@gmx.de> wrote:
> > > see second 13 to 510, after pressing it about ten
> > > times, it continues booting.
> > 
> >  Probing IDE interface...
> > 
> >  [   13.867939] VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on
> >  pci0000:00:04.1
> >  [   13.868062]     ide0: BM-DMA at 0xd800-0xd807, BIOS settings:
> >  hda:DMA, hdb:pio
> >  [   13.868268]     ide1: BM-DMA at 0xd808-0xd80f, BIOS settings:
> >  hdc:DMA, hdd:DMA
> >  [   13.868574] Probing IDE interface ide0...
> >  [  387.279576] Clocksource tsc unstable (delta = 370195339890 ns)
> >  [  496.200082] hda: ST340823A, ATA DISK drive
> >  [  510.264511] hda: selected mode 0x44
> >  [  510.264826] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > 
> >  Could you please try to revert these commits
> > 
> >  commit 4099d14322149c7a467e4997b87be4ba8eb78697
> >  commit 6a824c92db4d606c324272c4eed366fb71672440
> >  commit a5d8c5c834d3cabf4b7b477c3f6ee923c25026fc
> 
> reverting these commits didnt change anything at all,
> booting with acpi=off resolved the issue, so i guess it is
> an acpi problem after all.

Maybe yes, maybe no.

> > > > [   13.506890] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126]
> > > > [   13.507101] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126]

Note that these are just noise -- new code being verbose when looking for an optional feature.

The fact that hitting the power button a bunch of times
to make the system move along suggests some sort of missing interrupt problem --
most likely the timer itself.

[   13.868574] Probing IDE interface ide0...
[  387.279576] Clocksource tsc unstable (delta = 370195339890 ns)

5-minutes -- a long probe:-)

> CONFIG_NO_HZ=y

does CONFIG_NO_HZ=n make a difference?

> CONFIG_HIGH_RES_TIMERS=y

does CONFIG_HIGH_RES_TIMERS=n make a difference?

does "irqpoll" make any difference?
does "notsc" make any difference?
does "idle=poll" make any difference?

cheers,
-Len

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

* Re: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-25 16:50     ` Time Problems with 2.6.23-rc1-gf695baf2 Len Brown
@ 2007-07-25 23:17       ` Eric Sesterhenn / Snakebyte
  2007-07-30 14:32         ` Michal Piotrowski
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Sesterhenn / Snakebyte @ 2007-07-25 23:17 UTC (permalink / raw)
  To: Len Brown
  Cc: Eric Sesterhenn / Snakebyte, Michal Piotrowski, linux-kernel,
	IDE/ATA development list, Bartlomiej Zolnierkiewicz, linux-acpi,
	Ingo Molnar, Thomas Gleixner

* Len Brown (lenb@kernel.org) wrote:
> > > > > [   13.506890] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126]
> > > > > [   13.507101] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126]
> 
> Note that these are just noise -- new code being verbose when looking for an optional feature.
> 
> The fact that hitting the power button a bunch of times
> to make the system move along suggests some sort of missing interrupt problem --
> most likely the timer itself.
> 
> [   13.868574] Probing IDE interface ide0...
> [  387.279576] Clocksource tsc unstable (delta = 370195339890 ns)
> 
> 5-minutes -- a long probe:-)
> 
> > CONFIG_NO_HZ=y
> 
> does CONFIG_NO_HZ=n make a difference?

[   41.007654] EXT3 FS on hda1, internal journal
[  322.133656] Clocksource tsc unstable (delta = 276476174785 ns)
Boot went fine but the system got pretty unresponsive later, 2-3 seconds
delay after keypresses on an idle system and a hang during shutdown which i had to resolve by
pressing the power button (not to switch it of the hard way, but to keep it rebooting)

> > CONFIG_HIGH_RES_TIMERS=y
> 
> does CONFIG_HIGH_RES_TIMERS=n make a difference?

doesnt change anything

> does "irqpoll" make any difference?
> does "notsc" make any difference?
> does "idle=poll" make any difference?

I tried these with the HIGH_RES_TIMERS=n, irqpoll and notsc dont change
a thing, idle=poll makes it boot normally


Greetings, Eric

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

* Re: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-25 23:17       ` Eric Sesterhenn / Snakebyte
@ 2007-07-30 14:32         ` Michal Piotrowski
  2007-07-31 14:54           ` Eric Sesterhenn / Snakebyte
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Piotrowski @ 2007-07-30 14:32 UTC (permalink / raw)
  To: Eric Sesterhenn / Snakebyte
  Cc: Len Brown, linux-kernel, IDE/ATA development list,
	Bartlomiej Zolnierkiewicz, linux-acpi, Ingo Molnar,
	Thomas Gleixner

Hi Eric,

On 26/07/07, Eric Sesterhenn / Snakebyte <snakebyte@gmx.de> wrote:
> * Len Brown (lenb@kernel.org) wrote:
> > > > > > [   13.506890] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126]
> > > > > > [   13.507101] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126]
> >
> > Note that these are just noise -- new code being verbose when looking for an optional feature.
> >
> > The fact that hitting the power button a bunch of times
> > to make the system move along suggests some sort of missing interrupt problem --
> > most likely the timer itself.
> >
> > [   13.868574] Probing IDE interface ide0...
> > [  387.279576] Clocksource tsc unstable (delta = 370195339890 ns)
> >
> > 5-minutes -- a long probe:-)
> >
> > > CONFIG_NO_HZ=y
> >
> > does CONFIG_NO_HZ=n make a difference?
>
> [   41.007654] EXT3 FS on hda1, internal journal
> [  322.133656] Clocksource tsc unstable (delta = 276476174785 ns)
> Boot went fine but the system got pretty unresponsive later, 2-3 seconds
> delay after keypresses on an idle system and a hang during shutdown which i had to resolve by
> pressing the power button (not to switch it of the hard way, but to keep it rebooting)
>
> > > CONFIG_HIGH_RES_TIMERS=y
> >
> > does CONFIG_HIGH_RES_TIMERS=n make a difference?
>
> doesnt change anything
>
> > does "irqpoll" make any difference?
> > does "notsc" make any difference?
> > does "idle=poll" make any difference?
>
> I tried these with the HIGH_RES_TIMERS=n, irqpoll and notsc dont change
> a thing, idle=poll makes it boot normally

Please use git-bisect

git-bisect start
git-bisect bad
git-bisect good 7dcca30a32aadb0520417521b0c44f42d09fe05c

>
>
> Greetings, Eric
>

Regards,
Michal

-- 
LOG
http://www.stardust.webpages.pl/log/

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

* Re: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-30 14:32         ` Michal Piotrowski
@ 2007-07-31 14:54           ` Eric Sesterhenn / Snakebyte
  2007-07-31 15:15             ` Pallipadi, Venkatesh
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Sesterhenn / Snakebyte @ 2007-07-31 14:54 UTC (permalink / raw)
  To: Michal Piotrowski
  Cc: Eric Sesterhenn / Snakebyte, Len Brown, linux-kernel,
	IDE/ATA development list, Bartlomiej Zolnierkiewicz, linux-acpi,
	Ingo Molnar, Thomas Gleixner, venkatesh.pallipadi

* Michal Piotrowski (michal.k.k.piotrowski@gmail.com) wrote:
> Hi Eric,
> 
> On 26/07/07, Eric Sesterhenn / Snakebyte <snakebyte@gmx.de> wrote:
> > * Len Brown (lenb@kernel.org) wrote:
> > > > > > > [   13.506890] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126]
> > > > > > > [   13.507101] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126]
> > >
> > > Note that these are just noise -- new code being verbose when looking for an optional feature.
> > >
> > > The fact that hitting the power button a bunch of times
> > > to make the system move along suggests some sort of missing interrupt problem --
> > > most likely the timer itself.
> > >
> > > [   13.868574] Probing IDE interface ide0...
> > > [  387.279576] Clocksource tsc unstable (delta = 370195339890 ns)
> > >
> > > 5-minutes -- a long probe:-)
> > >
> > > > CONFIG_NO_HZ=y
> > >
> > > does CONFIG_NO_HZ=n make a difference?
> >
> > [   41.007654] EXT3 FS on hda1, internal journal
> > [  322.133656] Clocksource tsc unstable (delta = 276476174785 ns)
> > Boot went fine but the system got pretty unresponsive later, 2-3 seconds
> > delay after keypresses on an idle system and a hang during shutdown which i had to resolve by
> > pressing the power button (not to switch it of the hard way, but to keep it rebooting)
> >
> > > > CONFIG_HIGH_RES_TIMERS=y
> > >
> > > does CONFIG_HIGH_RES_TIMERS=n make a difference?
> >
> > doesnt change anything
> >
> > > does "irqpoll" make any difference?
> > > does "notsc" make any difference?
> > > does "idle=poll" make any difference?
> >
> > I tried these with the HIGH_RES_TIMERS=n, irqpoll and notsc dont change
> > a thing, idle=poll makes it boot normally
> 
> Please use git-bisect
> 
> git-bisect start
> git-bisect bad
> git-bisect good 7dcca30a32aadb0520417521b0c44f42d09fe05c


took some time, but i got a scape goat, added venkatesh to the CC list,

greetings, Eric

b8550397f1f3d4b8b2c5257c88dae25d58ed is first bad commit
commit 18eab8550397f1f3d4b8b2c5257c88dae25d58ed
Author: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Date:   Fri Jun 15 19:37:00 2007 -0400

    ACPI: Enable C3 even when PM2_control is zero
    
    On systems that do not have pm2_control_block, we cannot really use
    ARB_DISABLE before C3. We used to disable C3 totally on such systems.
    
    To be compatible with Windows, we need to enable C3 on such systems now.
    We just skip ARB_DISABLE step before entering the C3-state and assume
    hardware is handling things correctly. Also, ACPI spec is not clear
    about pm2_control is _needed_ for C3 or not.
    
    We have atleast one system that need this to enable C3.
    
    Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>


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

* RE: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-31 14:54           ` Eric Sesterhenn / Snakebyte
@ 2007-07-31 15:15             ` Pallipadi, Venkatesh
  2007-07-31 15:38               ` Eric Sesterhenn / Snakebyte
  0 siblings, 1 reply; 8+ messages in thread
From: Pallipadi, Venkatesh @ 2007-07-31 15:15 UTC (permalink / raw)
  To: Eric Sesterhenn / Snakebyte, Michal Piotrowski
  Cc: Len Brown, linux-kernel, IDE/ATA development list,
	Bartlomiej Zolnierkiewicz, linux-acpi, Ingo Molnar,
	Thomas Gleixner

 

>-----Original Message-----
>From: Eric Sesterhenn / Snakebyte [mailto:snakebyte@gmx.de] 
>Sent: Tuesday, July 31, 2007 7:55 AM
>To: Michal Piotrowski
>Cc: Eric Sesterhenn / Snakebyte; Len Brown; 
>linux-kernel@vger.kernel.org; IDE/ATA development list; 
>Bartlomiej Zolnierkiewicz; linux-acpi@vger.kernel.org; Ingo 
>Molnar; Thomas Gleixner; Pallipadi, Venkatesh
>Subject: Re: Time Problems with 2.6.23-rc1-gf695baf2
>
>* Michal Piotrowski (michal.k.k.piotrowski@gmail.com) wrote:
>> Hi Eric,
>> 
>> On 26/07/07, Eric Sesterhenn / Snakebyte <snakebyte@gmx.de> wrote:
>> > * Len Brown (lenb@kernel.org) wrote:
>> > > > > > > [   13.506890] ACPI Exception 
>(processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126]
>> > > > > > > [   13.507101] ACPI Exception 
>(processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126]
>> > >
>> > > Note that these are just noise -- new code being verbose 
>when looking for an optional feature.
>> > >
>> > > The fact that hitting the power button a bunch of times
>> > > to make the system move along suggests some sort of 
>missing interrupt problem --
>> > > most likely the timer itself.
>> > >
>> > > [   13.868574] Probing IDE interface ide0...
>> > > [  387.279576] Clocksource tsc unstable (delta = 370195339890 ns)
>> > >
>> > > 5-minutes -- a long probe:-)
>> > >
>> > > > CONFIG_NO_HZ=y
>> > >
>> > > does CONFIG_NO_HZ=n make a difference?
>> >
>> > [   41.007654] EXT3 FS on hda1, internal journal
>> > [  322.133656] Clocksource tsc unstable (delta = 276476174785 ns)
>> > Boot went fine but the system got pretty unresponsive 
>later, 2-3 seconds
>> > delay after keypresses on an idle system and a hang during 
>shutdown which i had to resolve by
>> > pressing the power button (not to switch it of the hard 
>way, but to keep it rebooting)
>> >
>> > > > CONFIG_HIGH_RES_TIMERS=y
>> > >
>> > > does CONFIG_HIGH_RES_TIMERS=n make a difference?
>> >
>> > doesnt change anything
>> >
>> > > does "irqpoll" make any difference?
>> > > does "notsc" make any difference?
>> > > does "idle=poll" make any difference?
>> >
>> > I tried these with the HIGH_RES_TIMERS=n, irqpoll and 
>notsc dont change
>> > a thing, idle=poll makes it boot normally
>> 
>> Please use git-bisect
>> 
>> git-bisect start
>> git-bisect bad
>> git-bisect good 7dcca30a32aadb0520417521b0c44f42d09fe05c
>
>
>took some time, but i got a scape goat, added venkatesh to the CC list,
>

Eric,

This means things should work fine with processor.max_cstate=2 boot
option
as well. Can you please double check that.

Also, please send in the acpidump from your system.

Thanks,
Venki 

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

* Re: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-31 15:15             ` Pallipadi, Venkatesh
@ 2007-07-31 15:38               ` Eric Sesterhenn / Snakebyte
  2007-07-31 19:04                 ` Venki Pallipadi
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Sesterhenn / Snakebyte @ 2007-07-31 15:38 UTC (permalink / raw)
  To: Pallipadi, Venkatesh
  Cc: Eric Sesterhenn / Snakebyte, Michal Piotrowski, Len Brown,
	linux-kernel, IDE/ATA development list, Bartlomiej Zolnierkiewicz,
	linux-acpi, Ingo Molnar, Thomas Gleixner

* Pallipadi, Venkatesh (venkatesh.pallipadi@intel.com) wrote:
> This means things should work fine with processor.max_cstate=2 boot
> option
> as well. Can you please double check that.

yes, system boots fine with this kernel parameter

> Also, please send in the acpidump from your system.

here we go, if you need some parameters to acpidump, just say so.

Thanks, Eric

DSDT @ 0xfffc100
  0000: 44 53 44 54 53 22 00 00 01 49 41 53 55 53 00 00  DSDTS"...IASUS..
  0010: 4d 45 44 5f 32 30 30 31 00 10 00 00 4d 53 46 54  MED_2001....MSFT
  0020: 0b 00 00 01 10 19 5c 5f 50 52 5f 5b 83 11 5c 2e  ......\_PR_[..\.
  0030: 5f 50 52 5f 43 50 55 30 01 10 e4 00 00 06 08 5c  _PR_CPU0.......\
  0040: 5f 53 30 5f 12 0a 04 0a 00 0a 00 0a 00 0a 00 08  _S0_............
  0050: 5c 5f 53 31 5f 12 0a 04 0a 03 0a 03 0a 00 0a 00  \_S1_...........
  0060: 08 5c 5f 53 34 5f 12 0a 04 0a 07 0a 07 0a 00 0a  .\_S4_..........
  0070: 00 08 5c 5f 53 35 5f 12 0a 04 0a 07 0a 07 0a 00  ..\_S5_.........
  0080: 0a 00 14 10 4d 45 4d 53 00 70 45 58 54 4d 61 75  ....MEMS.pEXTMau
  0090: 61 a4 61 5b 80 5c 44 45 42 47 01 0a 80 0a 01 5b  a.a[.\DEBG.....[
  00a0: 81 0c 5c 44 45 42 47 01 44 42 47 31 08 5b 80 47  ..\DEBG.DBG1.[.G
  00b0: 4d 45 4d 00 0b bc 04 0a 02 5b 81 0b 47 4d 45 4d  MEM......[..GMEM
  00c0: 01 45 58 54 4d 10 5b 80 47 50 4f 42 01 0b 00 e4  .EXTM.[.GPOB....
  00d0: 0a 4f 5b 81 17 47 50 4f 42 01 00 20 53 43 49 45  .O[..GPOB.. SCIE
  00e0: 01 00 4f 12 00 0e 54 52 50 30 01 5b 80 45 43 4f  ..O...TRP0.[.ECO
  00f0: 53 01 0a 72 0a 02 5b 81 10 45 43 4f 53 01 43 49  S..r..[..ECOS.CI
  0100: 44 58 08 43 44 41 54 08 5b 86 44 04 43 49 44 58  DX.CDAT.[.D.CIDX
  0110: 43 44 41 54 01 00 40 6d 48 43 55 44 04 48 43 50  CDAT..@mHCUD.HCP
  0120: 49 04 48 44 55 44 04 48 44 50 49 04 48 45 55 44  I.HDUD.HDPI.HEUD
  0130: 04 48 45 50 49 04 48 46 55 44 04 48 46 50 49 04  .HEPI.HFUD.HFPI.
  0140: 00 08 53 55 53 33 01 00 03 53 4c 53 54 04 08 50  ..SUS3...SLST..P
  0150: 52 57 31 12 1e 04 12 06 02 0a 0d 0a 01 12 06 02  RW1.............
  0160: 0a 0b 0a 01 12 06 02 0a 09 0a 01 12 06 02 0a 08  ................
  0170: 0a 01 08 50 52 57 33 12 1e 04 12 06 02 0a 0d 0a  ...PRW3.........
  0180: 03 12 06 02 0a 0b 0a 03 12 06 02 0a 09 0a 03 12  ................
  0190: 06 02 0a 08 0a 03 08 50 52 57 54 12 0a 04 0a 0d  .......PRWT.....
  01a0: 0a 0b 0a 09 0a 08 14 33 53 50 52 57 01 70 89 50  .......3SPRW.p.P
  01b0: 52 57 54 01 68 00 0a 00 0a 00 60 70 53 55 53 33  RWT.h.....`pSUS3
  01c0: 62 a0 0d 93 62 00 a4 83 88 50 52 57 31 60 00 a1  b...b....PRW1`..
  01d0: 0a a4 83 88 50 52 57 33 60 00 5b 80 47 50 53 43  ....PRW3`.[.GPSC
  01e0: 01 0b 2f e4 0a 01 5b 81 0b 47 50 53 43 01 53 4d  ../...[..GPSC.SM
  01f0: 43 4d 08 14 4b 09 5c 5f 50 54 53 01 70 68 53 4c  CM..K.\_PTS.phSL
  0200: 53 54 a0 05 93 68 0a 01 70 01 54 52 50 30 a0 4e  ST...h..p.TRP0.N
  0210: 05 93 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34  ..\/._SB_PCI0PX4
  0220: 30 44 45 56 44 0b 96 05 a0 2d 92 94 5c 2f 04 5f  0DEVD....-..\/._
  0230: 53 42 5f 50 43 49 30 50 58 34 30 52 45 56 49 0a  SB_PCI0PX40REVI.
  0240: 12 70 01 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58  .p.\/._SB_PCI0PX
  0250: 34 30 50 43 53 41 a1 16 70 01 5c 2f 04 5f 53 42  40PCSA..p.\/._SB
  0260: 5f 50 43 49 30 50 58 34 30 50 43 53 30 a1 16 70  _PCI0PX40PCS0..p
  0270: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30  .\/._SB_PCI0PX40
  0280: 50 43 53 30 7d 68 0a f0 62 70 62 44 42 47 31 14  PCS0}h..bpbDBG1.
  0290: 48 09 5c 5f 57 41 4b 01 a0 4e 05 93 5c 2f 04 5f  H.\_WAK..N..\/._
  02a0: 53 42 5f 50 43 49 30 50 58 34 30 44 45 56 44 0b  SB_PCI0PX40DEVD.
  02b0: 96 05 a0 2d 92 94 5c 2f 04 5f 53 42 5f 50 43 49  ...-..\/._SB_PCI
  02c0: 30 50 58 34 30 52 45 56 49 0a 12 70 00 5c 2f 04  0PX40REVI..p.\/.
  02d0: 5f 53 42 5f 50 43 49 30 50 58 34 30 50 43 53 41  _SB_PCI0PX40PCSA
  02e0: a1 16 70 00 5c 2f 04 5f 53 42 5f 50 43 49 30 50  ..p.\/._SB_PCI0P
  02f0: 58 34 30 50 43 53 30 a1 16 70 00 5c 2f 04 5f 53  X40PCS0..p.\/._S
  0300: 42 5f 50 43 49 30 50 58 34 30 50 43 53 30 70 00  B_PCI0PX40PCS0p.
  0310: 54 52 50 30 70 0a ff 44 42 47 31 86 5c 2e 5f 53  TRP0p..DBG1.\._S
  0320: 42 5f 50 57 52 42 0a 02 10 80 eb 01 5c 5f 53 42  B_PWRB......\_SB
  0330: 5f 5b 82 19 50 57 52 42 08 5f 48 49 44 0c 41 d0  _[..PWRB._HID.A.
  0340: 0c 0c 14 09 5f 53 54 41 00 a4 0a 0b 5b 82 4c 07  ...._STA....[.L.
  0350: 4d 45 4d 31 08 5f 48 49 44 0c 41 d0 0c 01 14 4b  MEM1._HID.A....K
  0360: 06 5f 43 52 53 00 08 42 55 46 31 11 35 0a 32 86  ._CRS..BUF1.5.2.
  0370: 09 00 01 00 00 00 00 00 00 0a 00 86 09 00 00 00  ................
  0380: 00 0f 00 00 00 01 00 86 09 00 01 00 00 10 00 00  ................
  0390: 00 00 00 86 09 00 00 00 00 fe ff 00 00 02 00 79  ...............y
  03a0: 00 8a 42 55 46 31 0a 20 45 4d 4c 4e 70 4d 45 4d  ..BUF1. EMLNpMEM
  03b0: 53 45 4d 4c 4e 76 45 4d 4c 4e 79 45 4d 4c 4e 0a  SEMLNvEMLNyEMLN.
  03c0: 14 45 4d 4c 4e a4 42 55 46 31 5b 82 40 10 4c 4e  .EMLN.BUF1[.@.LN
  03d0: 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49  KA._HID.A...._UI
  03e0: 44 0a 01 14 27 5f 53 54 41 00 a0 1b 92 93 5c 2f  D...'_STA.....\/
  03f0: 04 5f 53 42 5f 50 43 49 30 50 58 34 30 50 49 52  ._SB_PCI0PX40PIR
  0400: 41 0a 00 a4 0a 0b a1 04 a4 0a 09 08 5f 50 52 53  A..........._PRS
  0410: 11 09 0a 06 23 f8 de 18 79 00 14 1c 5f 44 49 53  ....#...y..._DIS
  0420: 00 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49 30 50  .p..\/._SB_PCI0P
  0430: 58 34 30 50 49 52 41 14 42 04 5f 43 52 53 00 08  X40PIRA.B._CRS..
  0440: 42 55 46 41 11 09 0a 06 23 00 00 18 79 00 8b 42  BUFA....#...y..B
  0450: 55 46 41 0a 01 49 52 41 5f 79 01 5c 2f 04 5f 53  UFA..IRA_y.\/._S
  0460: 42 5f 50 43 49 30 50 58 34 30 50 49 52 41 60 70  B_PCI0PX40PIRA`p
  0470: 60 49 52 41 5f a4 42 55 46 41 14 41 05 5f 53 52  `IRA_.BUFA.A._SR
  0480: 53 01 8c 68 0a 01 49 52 41 31 8c 68 0a 02 49 52  S..h..IRA1.h..IR
  0490: 41 32 79 49 52 41 32 0a 08 60 7d 60 49 52 41 31  A2yIRA2..`}`IRA1
  04a0: 60 70 0a 00 61 7a 60 0a 01 60 a2 0c 94 60 0a 00  `p..az`..`...`..
  04b0: 75 61 7a 60 0a 01 60 70 61 5c 2f 04 5f 53 42 5f  uaz`..`pa\/._SB_
  04c0: 50 43 49 30 50 58 34 30 50 49 52 41 5b 82 40 10  PCI0PX40PIRA[.@.
  04d0: 4c 4e 4b 42 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f  LNKB._HID.A...._
  04e0: 55 49 44 0a 02 14 27 5f 53 54 41 00 a0 1b 92 93  UID...'_STA.....
  04f0: 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30 50  \/._SB_PCI0PX40P
  0500: 49 52 42 0a 00 a4 0a 0b a1 04 a4 0a 09 08 5f 50  IRB..........._P
  0510: 52 53 11 09 0a 06 23 f8 de 18 79 00 14 1c 5f 44  RS....#...y..._D
  0520: 49 53 00 70 0a 00 5c 2f 04 5f 53 42 5f 50 43 49  IS.p..\/._SB_PCI
  0530: 30 50 58 34 30 50 49 52 42 14 42 04 5f 43 52 53  0PX40PIRB.B._CRS
  0540: 00 08 42 55 46 41 11 09 0a 06 23 00 00 18 79 00  ..BUFA....#...y.
  0550: 8b 42 55 46 41 0a 01 49 52 41 5f 79 01 5c 2f 04  .BUFA..IRA_y.\/.
  0560: 5f 53 42 5f 50 43 49 30 50 58 34 30 50 49 52 42  _SB_PCI0PX40PIRB
  0570: 60 70 60 49 52 41 5f a4 42 55 46 41 14 41 05 5f  `p`IRA_.BUFA.A._
  0580: 53 52 53 01 8c 68 0a 01 49 52 41 31 8c 68 0a 02  SRS..h..IRA1.h..
  0590: 49 52 41 32 79 49 52 41 32 0a 08 60 7d 60 49 52  IRA2yIRA2..`}`IR
  05a0: 41 31 60 70 0a 00 61 7a 60 0a 01 60 a2 0c 94 60  A1`p..az`..`...`
  05b0: 0a 00 75 61 7a 60 0a 01 60 70 61 5c 2f 04 5f 53  ..uaz`..`pa\/._S
  05c0: 42 5f 50 43 49 30 50 58 34 30 50 49 52 42 5b 82  B_PCI0PX40PIRB[.
  05d0: 40 10 4c 4e 4b 43 08 5f 48 49 44 0c 41 d0 0c 0f  @.LNKC._HID.A...
  05e0: 08 5f 55 49 44 0a 03 14 27 5f 53 54 41 00 a0 1b  ._UID...'_STA...
  05f0: 92 93 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34  ..\/._SB_PCI0PX4
  0600: 30 50 49 52 43 0a 00 a4 0a 0b a1 04 a4 0a 09 08  0PIRC...........
  0610: 5f 50 52 53 11 09 0a 06 23 f8 de 18 79 00 14 1c  _PRS....#...y...
  0620: 5f 44 49 53 00 70 0a 00 5c 2f 04 5f 53 42 5f 50  _DIS.p..\/._SB_P
  0630: 43 49 30 50 58 34 30 50 49 52 43 14 42 04 5f 43  CI0PX40PIRC.B._C
  0640: 52 53 00 08 42 55 46 41 11 09 0a 06 23 00 00 18  RS..BUFA....#...
  0650: 79 00 8b 42 55 46 41 0a 01 49 52 41 5f 79 01 5c  y..BUFA..IRA_y.\
  0660: 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30 50 49  /._SB_PCI0PX40PI
  0670: 52 43 60 70 60 49 52 41 5f a4 42 55 46 41 14 41  RC`p`IRA_.BUFA.A
  0680: 05 5f 53 52 53 01 8c 68 0a 01 49 52 41 31 8c 68  ._SRS..h..IRA1.h
  0690: 0a 02 49 52 41 32 79 49 52 41 32 0a 08 60 7d 60  ..IRA2yIRA2..`}`
  06a0: 49 52 41 31 60 70 0a 00 61 7a 60 0a 01 60 a2 0c  IRA1`p..az`..`..
  06b0: 94 60 0a 00 75 61 7a 60 0a 01 60 70 61 5c 2f 04  .`..uaz`..`pa\/.
  06c0: 5f 53 42 5f 50 43 49 30 50 58 34 30 50 49 52 43  _SB_PCI0PX40PIRC
  06d0: 5b 82 40 10 4c 4e 4b 44 08 5f 48 49 44 0c 41 d0  [.@.LNKD._HID.A.
  06e0: 0c 0f 08 5f 55 49 44 0a 04 14 27 5f 53 54 41 00  ..._UID...'_STA.
  06f0: a0 1b 92 93 5c 2f 04 5f 53 42 5f 50 43 49 30 50  ....\/._SB_PCI0P
  0700: 58 34 30 50 49 52 44 0a 00 a4 0a 0b a1 04 a4 0a  X40PIRD.........
  0710: 09 08 5f 50 52 53 11 09 0a 06 23 f8 de 18 79 00  .._PRS....#...y.
  0720: 14 1c 5f 44 49 53 00 70 0a 00 5c 2f 04 5f 53 42  .._DIS.p..\/._SB
  0730: 5f 50 43 49 30 50 58 34 30 50 49 52 44 14 42 04  _PCI0PX40PIRD.B.
  0740: 5f 43 52 53 00 08 42 55 46 41 11 09 0a 06 23 00  _CRS..BUFA....#.
  0750: 00 18 79 00 8b 42 55 46 41 0a 01 49 52 41 5f 79  ..y..BUFA..IRA_y
  0760: 01 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30  .\/._SB_PCI0PX40
  0770: 50 49 52 44 60 70 60 49 52 41 5f a4 42 55 46 41  PIRD`p`IRA_.BUFA
  0780: 14 41 05 5f 53 52 53 01 8c 68 0a 01 49 52 41 31  .A._SRS..h..IRA1
  0790: 8c 68 0a 02 49 52 41 32 79 49 52 41 32 0a 08 60  .h..IRA2yIRA2..`
  07a0: 7d 60 49 52 41 31 60 70 0a 00 61 7a 60 0a 01 60  }`IRA1`p..az`..`
  07b0: a2 0c 94 60 0a 00 75 61 7a 60 0a 01 60 70 61 5c  ...`..uaz`..`pa\
  07c0: 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30 50 49  /._SB_PCI0PX40PI
  07d0: 52 44 5b 82 85 a0 01 50 43 49 30 08 5f 48 49 44  RD[....PCI0._HID
  07e0: 0c 41 d0 0a 03 08 5f 41 44 52 0a 00 08 43 52 45  .A...._ADR...CRE
  07f0: 53 11 4c 08 0a 88 88 0d 00 02 0c 00 00 00 00 00  S.L.............
  0800: ff 00 00 00 00 01 47 01 f8 0c f8 0c 01 08 88 0d  ......G.........
  0810: 00 01 0c 03 00 00 00 00 f7 0c 00 00 f8 0c 88 0d  ................
  0820: 00 01 0c 03 00 00 00 0d ff ff 00 00 00 f3 87 17  ................
  0830: 00 00 0c 03 00 00 00 00 00 00 0a 00 ff ff 0b 00  ................
  0840: 00 00 00 00 00 00 02 00 87 17 00 00 0c 03 00 00  ................
  0850: 00 00 00 80 0c 00 ff ff 0d 00 00 00 00 00 00 80  ................
  0860: 01 00 87 17 00 00 0c 03 00 00 00 00 00 00 10 00  ................
  0870: ff ff ff ff 00 00 00 00 00 00 f0 ff 79 00 14 49  ............y..I
  0880: 04 5f 43 52 53 00 8a 43 52 45 53 0a 76 52 41 4d  ._CRS..CRES.vRAM
  0890: 54 8a 43 52 45 53 0a 82 52 41 4d 52 70 4d 45 4d  T.CRES..RAMRpMEM
  08a0: 53 52 41 4d 54 79 52 41 4d 54 0a 14 52 41 4d 54  SRAMTyRAMT..RAMT
  08b0: 74 0c ff ff ff ff 52 41 4d 54 52 41 4d 52 75 52  t.....RAMTRAMRuR
  08c0: 41 4d 52 a4 43 52 45 53 08 50 49 43 4d 12 49 17  AMR.CRES.PICM.I.
  08d0: 11 12 15 04 0c ff ff 04 00 0a 00 5c 2e 5f 53 42  ...........\._SB
  08e0: 5f 4c 4e 4b 44 0a 00 12 15 04 0c ff ff 04 00 0a  _LNKD...........
  08f0: 01 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a 00 12 15 04  .\._SB_LNKA.....
  0900: 0c ff ff 04 00 0a 02 5c 2e 5f 53 42 5f 4c 4e 4b  .......\._SB_LNK
  0910: 42 0a 00 12 15 04 0c ff ff 04 00 0a 03 5c 2e 5f  B............\._
  0920: 53 42 5f 4c 4e 4b 43 0a 00 12 15 04 0c ff ff 0b  SB_LNKC.........
  0930: 00 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a 00 12  ...\._SB_LNKB...
  0940: 15 04 0c ff ff 0b 00 0a 01 5c 2e 5f 53 42 5f 4c  .........\._SB_L
  0950: 4e 4b 43 0a 00 12 15 04 0c ff ff 0b 00 0a 02 5c  NKC............\
  0960: 2e 5f 53 42 5f 4c 4e 4b 44 0a 00 12 15 04 0c ff  ._SB_LNKD.......
  0970: ff 0b 00 0a 03 5c 2e 5f 53 42 5f 4c 4e 4b 41 0a  .....\._SB_LNKA.
  0980: 00 12 15 04 0c ff ff 0a 00 0a 00 5c 2e 5f 53 42  ...........\._SB
  0990: 5f 4c 4e 4b 43 0a 00 12 15 04 0c ff ff 0a 00 0a  _LNKC...........
  09a0: 01 5c 2e 5f 53 42 5f 4c 4e 4b 44 0a 00 12 15 04  .\._SB_LNKD.....
  09b0: 0c ff ff 0a 00 0a 02 5c 2e 5f 53 42 5f 4c 4e 4b  .......\._SB_LNK
  09c0: 41 0a 00 12 15 04 0c ff ff 0a 00 0a 03 5c 2e 5f  A............\._
  09d0: 53 42 5f 4c 4e 4b 42 0a 00 12 15 04 0c ff ff 09  SB_LNKB.........
  09e0: 00 0a 00 5c 2e 5f 53 42 5f 4c 4e 4b 44 0a 00 12  ...\._SB_LNKD...
  09f0: 15 04 0c ff ff 09 00 0a 01 5c 2e 5f 53 42 5f 4c  .........\._SB_L
  0a00: 4e 4b 41 0a 00 12 15 04 0c ff ff 09 00 0a 02 5c  NKA............\
  0a10: 2e 5f 53 42 5f 4c 4e 4b 42 0a 00 12 15 04 0c ff  ._SB_LNKB.......
  0a20: ff 09 00 0a 03 5c 2e 5f 53 42 5f 4c 4e 4b 43 0a  .....\._SB_LNKC.
  0a30: 00 12 15 04 0c ff ff 05 00 0a 00 5c 2e 5f 53 42  ...........\._SB
  0a40: 5f 4c 4e 4b 44 0a 00 14 0b 5f 50 52 54 00 a4 50  _LNKD...._PRT..P
  0a50: 49 43 4d 5b 82 44 06 50 43 49 31 08 5f 41 44 52  ICM[.D.PCI1._ADR
  0a60: 0c 00 00 01 00 14 09 5f 53 31 44 00 a4 0a 01 14  ......._S1D.....
  0a70: 0d 5f 50 52 57 00 a4 53 50 52 57 0a 0b 08 50 49  ._PRW..SPRW...PI
  0a80: 43 4d 12 2a 02 12 13 04 0b ff ff 0a 00 5c 2e 5f  CM.*.........\._
  0a90: 53 42 5f 4c 4e 4b 41 0a 00 12 13 04 0b ff ff 0a  SB_LNKA.........
  0aa0: 01 5c 2e 5f 53 42 5f 4c 4e 4b 42 0a 00 14 0b 5f  .\._SB_LNKB...._
  0ab0: 50 52 54 00 a4 50 49 43 4d 5b 82 4e 3a 49 44 45  PRT..PICM[.N:IDE
  0ac0: 30 08 5f 41 44 52 0c 01 00 04 00 08 50 49 4f 54  0._ADR......PIOT
  0ad0: 12 0e 05 0b 58 02 0b 7c 01 0a f0 0a b4 0a 78 08  ....X..|......x.
  0ae0: 55 44 4d 54 12 0e 06 0a 78 0a 50 0a 3c 0a 2d 0a  UDMT....x.P.<.-.
  0af0: 1e 0a 14 08 42 55 30 30 11 17 0a 14 00 00 00 00  ....BU00........
  0b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  0b10: 8a 42 55 30 30 0a 00 50 49 4f 30 8a 42 55 30 30  .BU00..PIO0.BU00
  0b20: 0a 04 44 4d 41 30 8a 42 55 30 30 0a 08 50 49 4f  ..DMA0.BU00..PIO
  0b30: 31 8a 42 55 30 30 0a 0c 44 4d 41 31 8a 42 55 30  1.BU00..DMA1.BU0
  0b40: 30 0a 10 46 4c 41 47 14 4d 0a 43 56 44 52 03 08  0..FLAG.M.CVDR..
  0b50: 47 54 46 30 11 11 0a 0e 03 42 00 00 00 00 ef 03  GTF0.....B......
  0b60: 0c 00 00 00 00 ef 08 47 54 46 31 11 0a 0a 07 03  .......GTF1.....
  0b70: 0c 00 00 00 a0 ef a0 2e 93 69 0a 0f 8c 47 54 46  .........i...GTF
  0b80: 31 0a 01 4d 44 50 31 8c 47 54 46 31 0a 05 44 52  1..MDP1.GTF1..DR
  0b90: 50 31 72 68 0a 08 4d 44 50 31 70 6a 44 52 50 31  P1rh..MDP1pjDRP1
  0ba0: a4 47 54 46 31 a1 4f 04 8c 47 54 46 30 0a 01 4d  .GTF1.O..GTF0..M
  0bb0: 44 55 44 8c 47 54 46 30 0a 05 44 52 55 44 8c 47  DUD.GTF0..DRUD.G
  0bc0: 54 46 30 0a 08 4d 44 50 49 8c 47 54 46 30 0a 0c  TF0..MDPI.GTF0..
  0bd0: 44 52 50 49 72 68 0a 08 4d 44 50 49 70 6a 44 52  DRPIrh..MDPIpjDR
  0be0: 50 49 7d 69 0a 40 4d 44 55 44 70 6a 44 52 55 44  PI}i.@MDUDpjDRUD
  0bf0: a4 47 54 46 30 5b 82 48 13 43 48 4e 30 08 5f 41  .GTF0[.H.CHN0._A
  0c00: 44 52 0a 00 14 4f 0c 5f 47 54 4d 00 70 0c ff ff  DR...O._GTM.p...
  0c10: ff ff 50 49 4f 30 70 0c ff ff ff ff 50 49 4f 31  ..PIO0p.....PIO1
  0c20: 70 0c ff ff ff ff 44 4d 41 30 70 0c ff ff ff ff  p.....DMA0p.....
  0c30: 44 4d 41 31 70 0a 10 46 4c 41 47 a0 24 92 93 48  DMA1p..FLAG.$..H
  0c40: 43 50 49 0a 0f 7d 46 4c 41 47 0a 02 46 4c 41 47  CPI..}FLAG..FLAG
  0c50: 70 83 88 50 49 4f 54 48 43 50 49 00 50 49 4f 30  p..PIOTHCPI.PIO0
  0c60: a0 24 92 93 48 44 50 49 0a 0f 7d 46 4c 41 47 0a  .$..HDPI..}FLAG.
  0c70: 08 46 4c 41 47 70 83 88 50 49 4f 54 48 44 50 49  .FLAGp..PIOTHDPI
  0c80: 00 50 49 4f 31 a0 24 92 93 48 43 55 44 0a 0f 70  .PIO1.$..HCUD..p
  0c90: 83 88 55 44 4d 54 48 43 55 44 00 44 4d 41 30 7d  ..UDMTHCUD.DMA0}
  0ca0: 46 4c 41 47 0a 01 46 4c 41 47 a0 24 92 93 48 44  FLAG..FLAG.$..HD
  0cb0: 55 44 0a 0f 70 83 88 55 44 4d 54 48 44 55 44 00  UD..p..UDMTHDUD.
  0cc0: 44 4d 41 31 7d 46 4c 41 47 0a 04 46 4c 41 47 a4  DMA1}FLAG..FLAG.
  0cd0: 42 55 30 30 14 12 5f 53 54 4d 03 70 68 5b 31 70  BU00.._STM.ph[1p
  0ce0: 69 5b 31 70 6a 5b 31 5b 82 22 44 52 56 30 08 5f  i[1pj[1[."DRV0._
  0cf0: 41 44 52 0a 00 14 15 5f 47 54 46 00 a4 43 56 44  ADR...._GTF..CVD
  0d00: 52 48 43 50 49 48 43 55 44 0a a0 5b 82 22 44 52  RHCPIHCUD..[."DR
  0d10: 56 31 08 5f 41 44 52 0a 01 14 15 5f 47 54 46 00  V1._ADR...._GTF.
  0d20: a4 43 56 44 52 48 44 50 49 48 44 55 44 0a b0 5b  .CVDRHDPIHDUD..[
  0d30: 82 48 13 43 48 4e 31 08 5f 41 44 52 0a 01 14 4f  .H.CHN1._ADR...O
  0d40: 0c 5f 47 54 4d 00 70 0c ff ff ff ff 50 49 4f 30  ._GTM.p.....PIO0
  0d50: 70 0c ff ff ff ff 50 49 4f 31 70 0c ff ff ff ff  p.....PIO1p.....
  0d60: 44 4d 41 30 70 0c ff ff ff ff 44 4d 41 31 70 0a  DMA0p.....DMA1p.
  0d70: 10 46 4c 41 47 a0 24 92 93 48 45 50 49 0a 0f 7d  .FLAG.$..HEPI..}
  0d80: 46 4c 41 47 0a 02 46 4c 41 47 70 83 88 50 49 4f  FLAG..FLAGp..PIO
  0d90: 54 48 45 50 49 00 50 49 4f 30 a0 24 92 93 48 46  THEPI.PIO0.$..HF
  0da0: 50 49 0a 0f 7d 46 4c 41 47 0a 08 46 4c 41 47 70  PI..}FLAG..FLAGp
  0db0: 83 88 50 49 4f 54 48 46 50 49 00 50 49 4f 31 a0  ..PIOTHFPI.PIO1.
  0dc0: 24 92 93 48 45 55 44 0a 0f 70 83 88 55 44 4d 54  $..HEUD..p..UDMT
  0dd0: 48 45 55 44 00 44 4d 41 30 7d 46 4c 41 47 0a 01  HEUD.DMA0}FLAG..
  0de0: 46 4c 41 47 a0 24 92 93 48 46 55 44 0a 0f 70 83  FLAG.$..HFUD..p.
  0df0: 88 55 44 4d 54 48 46 55 44 00 44 4d 41 31 7d 46  .UDMTHFUD.DMA1}F
  0e00: 4c 41 47 0a 04 46 4c 41 47 a4 42 55 30 30 14 12  LAG..FLAG.BU00..
  0e10: 5f 53 54 4d 03 70 68 5b 31 70 69 5b 31 70 6a 5b  _STM.ph[1pi[1pj[
  0e20: 31 5b 82 22 44 52 56 30 08 5f 41 44 52 0a 00 14  1[."DRV0._ADR...
  0e30: 15 5f 47 54 46 00 a4 43 56 44 52 48 45 50 49 48  ._GTF..CVDRHEPIH
  0e40: 45 55 44 0a a0 5b 82 22 44 52 56 31 08 5f 41 44  EUD..[."DRV1._AD
  0e50: 52 0a 01 14 15 5f 47 54 46 00 a4 43 56 44 52 48  R...._GTF..CVDRH
  0e60: 46 50 49 48 46 55 44 0a b0 5b 82 8c 28 01 50 58  FPIHFUD..[..(.PX
  0e70: 34 30 08 5f 41 44 52 0c 00 00 04 00 5b 80 43 48  40._ADR.....[.CH
  0e80: 49 30 02 0a 02 0a 02 5b 81 0b 43 48 49 30 01 44  I0.....[..CHI0.D
  0e90: 45 56 44 10 5b 80 43 48 49 31 02 0a 08 0a 01 5b  EVD.[.CHI1.....[
  0ea0: 81 0b 43 48 49 31 01 52 45 56 49 08 5b 80 55 53  ..CHI1.REVI.[.US
  0eb0: 42 45 02 0a 48 0a 01 5b 81 0f 55 53 42 45 01 00  BE..H..[..USBE..
  0ec0: 02 45 55 53 42 01 00 05 5b 80 49 4f 43 47 02 0a  .EUSB...[.IOCG..
  0ed0: 50 0a 03 5b 81 26 49 4f 43 47 01 46 4c 44 41 02  P..[.&IOCG.FLDA.
  0ee0: 4c 50 44 41 02 00 04 46 4c 49 52 04 4c 50 49 52  LPDA...FLIR.LPIR
  0ef0: 04 55 31 49 52 04 55 32 49 52 04 5b 80 50 49 52  .U1IR.U2IR.[.PIR
  0f00: 51 02 0a 55 0a 03 5b 81 1e 50 49 52 51 01 00 04  Q..U..[..PIRQ...
  0f10: 50 49 52 41 04 50 49 52 42 04 50 49 52 43 04 00  PIRA.PIRB.PIRC..
  0f20: 04 50 49 52 44 04 5b 80 47 50 49 4f 02 0a 74 0a  .PIRD.[.GPIO..t.
  0f30: 04 5b 81 0f 47 50 49 4f 01 00 14 50 43 53 41 01  .[..GPIO...PCSA.
  0f40: 00 0b 5b 82 40 09 53 59 53 31 08 5f 48 49 44 0c  ..[.@.SYS1._HID.
  0f50: 41 d0 0c 02 08 5f 55 49 44 0a 01 14 48 07 5f 43  A...._UID...H._C
  0f60: 52 53 00 08 42 55 46 31 11 46 06 0a 62 47 01 10  RS..BUF1.F..bG..
  0f70: 00 10 00 00 10 47 01 22 00 22 00 00 0c 47 01 30  .....G."."...G.0
  0f80: 00 30 00 00 10 47 01 44 00 44 00 00 1c 47 01 62  .0...G.D.D...G.b
  0f90: 00 62 00 00 02 47 01 65 00 65 00 00 0b 47 01 74  .b...G.e.e...G.t
  0fa0: 00 74 00 00 0c 47 01 91 00 91 00 00 03 47 01 a2  .t...G.......G..
  0fb0: 00 a2 00 00 1e 47 01 e0 00 e0 00 00 10 47 01 f0  .....G.......G..
  0fc0: 03 f0 03 00 02 47 01 d0 04 d0 04 00 02 79 00 a4  .....G.......y..
  0fd0: 42 55 46 31 5b 82 3d 53 59 53 32 08 5f 48 49 44  BUF1[.=SYS2._HID
  0fe0: 0c 41 d0 0c 02 08 5f 55 49 44 0a 02 14 26 5f 43  .A...._UID...&_C
  0ff0: 52 53 00 08 42 55 46 31 11 15 0a 12 47 01 00 e4  RS..BUF1....G...
  1000: 00 e4 01 80 47 01 00 e8 00 e8 01 10 79 00 a4 42  ....G.......y..B
  1010: 55 46 31 5b 82 41 08 53 59 53 33 08 5f 48 49 44  UF1[.A.SYS3._HID
  1020: 0c 41 d0 0c 02 08 5f 55 49 44 0a 03 14 4e 04 5f  .A...._UID...N._
  1030: 53 54 41 00 7b 4e 50 53 32 0a 10 60 7b 4e 50 53  STA.{NPS2..`{NPS
  1040: 32 0a 08 61 a0 13 93 61 0a 08 a0 08 93 60 0a 10  2..a...a.....`..
  1050: a4 0a 0f a1 04 a4 0a 00 a1 22 7b 46 4c 47 30 0a  ........."{FLG0.
  1060: 04 61 a0 08 93 61 0a 04 a4 0a 00 a1 0f a0 08 93  .a...a..........
  1070: 60 0a 10 a4 0a 0f a1 04 a4 0a 00 14 1a 5f 43 52  `............_CR
  1080: 53 00 08 42 55 46 31 11 09 0a 06 23 00 10 01 79  S..BUF1....#...y
  1090: 00 a4 42 55 46 31 5b 82 2b 50 49 43 5f 08 5f 48  ..BUF1[.+PIC_._H
  10a0: 49 44 0b 41 d0 08 5f 43 52 53 11 18 0a 15 47 01  ID.A.._CRS....G.
  10b0: 20 00 20 00 01 02 47 01 a0 00 a0 00 01 02 22 04   . ...G.......".
  10c0: 00 79 00 5b 82 3d 44 4d 41 31 08 5f 48 49 44 0c  .y.[.=DMA1._HID.
  10d0: 41 d0 02 00 08 5f 43 52 53 11 28 0a 25 2a 10 04  A...._CRS.(.%*..
  10e0: 47 01 00 00 00 00 01 10 47 01 80 00 80 00 01 11  G.......G.......
  10f0: 47 01 94 00 94 00 01 0c 47 01 c0 00 c0 00 01 20  G.......G...... 
  1100: 79 00 5b 82 25 54 4d 52 5f 08 5f 48 49 44 0c 41  y.[.%TMR_._HID.A
  1110: d0 01 00 08 5f 43 52 53 11 10 0a 0d 47 01 40 00  ...._CRS....G.@.
  1120: 40 00 01 04 22 01 00 79 00 5b 82 25 52 54 43 5f  @..."..y.[.%RTC_
  1130: 08 5f 48 49 44 0c 41 d0 0b 00 08 5f 43 52 53 11  ._HID.A...._CRS.
  1140: 10 0a 0d 47 01 70 00 70 00 01 04 22 00 01 79 00  ...G.p.p..."..y.
  1150: 5b 82 22 53 50 4b 52 08 5f 48 49 44 0c 41 d0 08  [."SPKR._HID.A..
  1160: 00 08 5f 43 52 53 11 0d 0a 0a 47 01 61 00 61 00  .._CRS....G.a.a.
  1170: 01 01 79 00 5b 82 25 43 4f 50 52 08 5f 48 49 44  ..y.[.%COPR._HID
  1180: 0c 41 d0 0c 04 08 5f 43 52 53 11 10 0a 0d 47 01  .A...._CRS....G.
  1190: f0 00 f0 00 01 10 22 00 20 79 00 5b 80 4d 46 45  ......". y.[.MFE
  11a0: 4e 02 0a 85 0a 01 5b 81 21 4d 46 45 4e 01 49 4f  N.....[.!MFEN.IO
  11b0: 45 4e 01 45 4e 32 43 01 46 55 4e 35 01 46 55 4e  EN.EN2C.FUN5.FUN
  11c0: 36 01 46 55 4e 33 01 00 03 5b 80 50 43 53 45 02  6.FUN3...[.PCSE.
  11d0: 0a 8b 0a 01 5b 81 0d 50 43 53 45 01 50 43 53 30  ....[..PCSE.PCS0
  11e0: 01 00 07 5b 80 56 36 38 36 01 0b f0 03 0a 02 5b  ...[.V686......[
  11f0: 81 10 56 36 38 36 01 4e 49 44 58 08 4e 44 41 54  ..V686.NIDX.NDAT
  1200: 08 5b 86 47 05 4e 49 44 58 4e 44 41 54 01 00 40  .[.G.NIDXNDAT..@
  1210: 70 49 4f 49 44 08 49 4f 56 52 08 49 4f 46 4e 08  pIOID.IOVR.IOFN.
  1220: 46 43 49 4f 08 00 10 50 50 49 4f 08 53 31 49 4f  FCIO...PPIO.S1IO
  1230: 08 53 32 49 4f 08 00 28 53 50 43 47 08 50 44 43  .S2IO..(SPCG.PDC
  1240: 54 08 50 50 43 54 08 53 50 43 54 08 00 20 46 43  T.PPCT.SPCT.. FC
  1250: 43 47 08 00 08 46 44 43 54 08 5b 80 50 43 49 43  CG...FDCT.[.PCIC
  1260: 01 0b f8 0c 0a 08 5b 81 10 50 43 49 43 03 50 49  ......[..PCIC.PI
  1270: 4e 44 20 50 44 41 54 20 14 2c 45 4e 46 47 00 70  ND PDAT .,ENFG.p
  1280: 0c 84 20 00 80 50 49 4e 44 70 50 44 41 54 60 7d  .. ..PINDpPDAT`}
  1290: 60 0b 00 02 60 70 0c 84 20 00 80 50 49 4e 44 70  `...`p.. ..PINDp
  12a0: 60 50 44 41 54 14 2e 45 58 46 47 00 70 0c 84 20  `PDAT..EXFG.p.. 
  12b0: 00 80 50 49 4e 44 70 50 44 41 54 60 7b 60 0c ff  ..PINDpPDAT`{`..
  12c0: fd ff ff 60 70 0c 84 20 00 80 50 49 4e 44 70 60  ...`p.. ..PINDp`
  12d0: 50 44 41 54 5b 82 4b 1e 46 44 43 30 08 5f 48 49  PDAT[.K.FDC0._HI
  12e0: 44 0c 41 d0 07 00 14 44 06 5f 53 54 41 00 70 0c  D.A....D._STA.p.
  12f0: 84 20 00 80 50 49 4e 44 70 50 44 41 54 60 7b 60  . ..PINDpPDAT`{`
  1300: 0b 00 01 60 a0 08 93 60 0a 00 a4 0a 00 a1 3d 45  ...`...`......=E
  1310: 4e 46 47 70 49 4f 46 4e 60 7b 60 0a 10 60 a0 0d  NFGpIOFN`{`..`..
  1320: 92 93 60 0a 00 45 58 46 47 a4 0a 0f a1 1e 70 46  ..`..EXFG.....pF
  1330: 43 49 4f 61 a0 0d 92 93 61 0a 00 45 58 46 47 a4  CIOa....a..EXFG.
  1340: 0a 0d a1 08 45 58 46 47 a4 0a 00 14 1f 5f 44 49  ....EXFG....._DI
  1350: 53 00 45 4e 46 47 70 49 4f 46 4e 60 7b 60 0a ef  S.ENFGpIOFN`{`..
  1360: 60 70 60 49 4f 46 4e 45 58 46 47 14 42 08 5f 43  `p`IOFNEXFG.B._C
  1370: 52 53 00 08 42 55 46 30 11 1c 0a 19 47 01 f2 03  RS..BUF0....G...
  1380: f2 03 00 04 47 01 f7 03 f7 03 00 01 23 40 00 01  ....G.......#@..
  1390: 2a 04 00 79 00 8b 42 55 46 30 0a 11 49 52 51 57  *..y..BUF0..IRQW
  13a0: 8c 42 55 46 30 0a 15 44 4d 41 56 70 5c 2f 04 5f  .BUF0..DMAVp\/._
  13b0: 53 42 5f 50 43 49 30 50 58 34 30 46 4c 49 52 60  SB_PCI0PX40FLIR`
  13c0: 70 01 61 79 61 60 49 52 51 57 70 5c 2f 04 5f 53  p.aya`IRQWp\/._S
  13d0: 42 5f 50 43 49 30 50 58 34 30 46 4c 44 41 60 70  B_PCI0PX40FLDA`p
  13e0: 01 61 79 61 60 44 4d 41 56 a4 42 55 46 30 08 5f  .aya`DMAV.BUF0._
  13f0: 50 52 53 11 1c 0a 19 47 01 f2 03 f2 03 00 04 47  PRS....G.......G
  1400: 01 f7 03 f7 03 00 01 23 40 00 01 2a 04 00 79 00  .......#@..*..y.
  1410: 14 40 0b 5f 53 52 53 01 8c 68 0a 02 49 4f 4c 4f  .@._SRS..h..IOLO
  1420: 8c 68 0a 03 49 4f 48 49 8b 68 0a 11 49 52 51 57  .h..IOHI.h..IRQW
  1430: 8c 68 0a 15 44 4d 41 56 45 4e 46 47 70 49 4f 46  .h..DMAVENFGpIOF
  1440: 4e 60 7b 60 0a ef 61 70 61 49 4f 46 4e 70 49 4f  N`{`..apaIOFNpIO
  1450: 4c 4f 60 7a 60 0a 02 60 7b 60 0a fc 60 70 49 4f  LO`z`..`{`..`pIO
  1460: 48 49 61 79 61 0a 06 61 7d 60 61 60 70 60 46 43  HIaya..a}`a`p`FC
  1470: 49 4f 82 49 52 51 57 60 76 60 70 60 5c 2f 04 5f  IO.IRQW`v`p`\/._
  1480: 53 42 5f 50 43 49 30 50 58 34 30 46 4c 49 52 82  SB_PCI0PX40FLIR.
  1490: 44 4d 41 56 60 76 60 70 60 5c 2f 04 5f 53 42 5f  DMAV`v`p`\/._SB_
  14a0: 50 43 49 30 50 58 34 30 46 4c 44 41 70 49 4f 46  PCI0PX40FLDApIOF
  14b0: 4e 60 7d 60 0a 10 61 70 61 49 4f 46 4e 45 58 46  N`}`..apaIOFNEXF
  14c0: 47 5b 82 46 1f 4c 50 54 5f 08 5f 48 49 44 0c 41  G[.F.LPT_._HID.A
  14d0: d0 04 00 14 49 05 5f 53 54 41 00 a0 09 92 49 4f  ....I._STA....IO
  14e0: 45 4e a4 0a 00 45 4e 46 47 70 49 4f 46 4e 60 7b  EN...ENFGpIOFN`{
  14f0: 60 0a 01 60 a0 09 60 45 58 46 47 a4 0a 00 a1 2e  `..`..`EXFG.....
  1500: a0 23 50 50 49 4f 7b 50 44 43 54 0a 10 60 a0 0c  .#PPIO{PDCT..`..
  1510: 93 60 0a 10 45 58 46 47 a4 0a 0d a1 08 45 58 46  .`..EXFG.....EXF
  1520: 47 a4 0a 0f a1 08 45 58 46 47 a4 0a 00 14 19 5f  G.....EXFG....._
  1530: 44 49 53 00 45 4e 46 47 7d 50 44 43 54 0a 10 50  DIS.ENFG}PDCT..P
  1540: 44 43 54 45 58 46 47 14 42 0c 5f 43 52 53 00 08  DCTEXFG.B._CRS..
  1550: 42 55 46 45 11 10 0a 0d 47 01 78 03 78 03 08 08  BUFE....G.x.x...
  1560: 22 80 00 79 00 8b 42 55 46 45 0a 02 49 4d 49 31  "..y..BUFE..IMI1
  1570: 8b 42 55 46 45 0a 04 49 4d 41 31 8c 42 55 46 45  .BUFE..IMA1.BUFE
  1580: 0a 06 41 4c 4e 31 8c 42 55 46 45 0a 07 4c 45 4e  ..ALN1.BUFE..LEN
  1590: 31 8b 42 55 46 45 0a 09 49 52 51 30 45 4e 46 47  1.BUFE..IRQ0ENFG
  15a0: 70 50 50 49 4f 60 45 58 46 47 70 60 61 7b 61 0a  pPPIO`EXFGp`a{a.
  15b0: c0 61 79 61 0a 02 61 79 60 0a 02 60 7d 60 61 60  .aya..ay`..`}`a`
  15c0: 70 60 49 4d 49 31 70 60 49 4d 41 31 a0 17 93 49  p`IMI1p`IMA1...I
  15d0: 4d 49 31 0b bc 03 70 0a 04 41 4c 4e 31 70 0a 04  MI1...p..ALN1p..
  15e0: 4c 45 4e 31 a1 0f 70 0a 08 41 4c 4e 31 70 0a 08  LEN1..p..ALN1p..
  15f0: 4c 45 4e 31 70 4c 50 49 52 60 70 0a 01 61 79 61  LEN1pLPIR`p..aya
  1600: 60 49 52 51 30 a4 42 55 46 45 08 5f 50 52 53 11  `IRQ0.BUFE._PRS.
  1610: 2a 0a 27 30 47 01 78 03 78 03 08 08 22 a0 00 30  *.'0G.x.x..."..0
  1620: 47 01 78 02 78 02 08 08 22 a0 00 30 47 01 bc 03  G.x.x..."..0G...
  1630: bc 03 04 04 22 a0 00 38 79 00 14 4e 07 5f 53 52  ...."..8y..N._SR
  1640: 53 01 8c 68 0a 02 49 4f 4c 4f 8c 68 0a 03 49 4f  S..h..IOLO.h..IO
  1650: 48 49 8b 68 0a 09 49 52 51 30 45 4e 46 47 70 49  HI.h..IRQ0ENFGpI
  1660: 4f 46 4e 62 7d 62 0a 03 63 70 63 49 4f 46 4e 70  OFNb}b..cpcIOFNp
  1670: 49 4f 4c 4f 60 7a 60 0a 02 60 70 49 4f 48 49 61  IOLO`z`..`pIOHIa
  1680: 79 61 0a 06 61 7d 60 61 60 70 60 50 50 49 4f 82  ya..a}`a`p`PPIO.
  1690: 49 52 51 30 60 a0 08 92 93 60 0a 00 76 60 70 60  IRQ0`....`..v`p`
  16a0: 4c 50 49 52 70 62 49 4f 46 4e 7b 50 44 43 54 0a  LPIRpbIOFN{PDCT.
  16b0: ef 50 44 43 54 45 58 46 47 5b 82 4c 28 45 43 50  .PDCTEXFG[.L(ECP
  16c0: 5f 08 5f 48 49 44 0c 41 d0 04 01 14 4c 05 5f 53  _._HID.A....L._S
  16d0: 54 41 00 a0 09 92 49 4f 45 4e a4 0a 00 45 4e 46  TA....IOEN...ENF
  16e0: 47 70 49 4f 46 4e 60 7b 60 0a 03 60 a0 32 93 60  GpIOFN`{`..`.2.`
  16f0: 0a 01 a0 23 50 50 49 4f 7b 50 44 43 54 0a 10 60  ...#PPIO{PDCT..`
  1700: a0 0c 93 60 0a 10 45 58 46 47 a4 0a 0d a1 08 45  ...`..EXFG.....E
  1710: 58 46 47 a4 0a 0f a1 08 45 58 46 47 a4 0a 00 a1  XFG.....EXFG....
  1720: 08 45 58 46 47 a4 0a 00 14 19 5f 44 49 53 00 45  .EXFG....._DIS.E
  1730: 4e 46 47 7d 50 44 43 54 0a 10 50 44 43 54 45 58  NFG}PDCT..PDCTEX
  1740: 46 47 14 46 11 5f 43 52 53 00 08 42 55 46 45 11  FG.F._CRS..BUFE.
  1750: 1b 0a 18 47 01 78 03 78 03 08 08 47 01 78 07 78  ...G.x.x...G.x.x
  1760: 07 04 04 22 80 00 2a 08 00 79 00 8b 42 55 46 45  ..."..*..y..BUFE
  1770: 0a 02 49 4d 49 31 8b 42 55 46 45 0a 04 49 4d 41  ..IMI1.BUFE..IMA
  1780: 31 8c 42 55 46 45 0a 06 41 4c 4e 31 8c 42 55 46  1.BUFE..ALN1.BUF
  1790: 45 0a 07 4c 45 4e 31 8b 42 55 46 45 0a 0a 49 4d  E..LEN1.BUFE..IM
  17a0: 49 32 8b 42 55 46 45 0a 0c 49 4d 41 32 8b 42 55  I2.BUFE..IMA2.BU
  17b0: 46 45 0a 11 49 52 51 30 8c 42 55 46 45 0a 14 44  FE..IRQ0.BUFE..D
  17c0: 4d 41 30 45 4e 46 47 70 50 50 49 4f 60 45 58 46  MA0ENFGpPPIO`EXF
  17d0: 47 70 60 61 7b 61 0a c0 61 79 61 0a 02 61 79 60  Gp`a{a..aya..ay`
  17e0: 0a 02 60 7d 60 61 60 70 60 49 4d 49 31 70 60 49  ..`}`a`p`IMI1p`I
  17f0: 4d 41 31 72 60 0b 00 04 60 70 60 49 4d 49 32 70  MA1r`...`p`IMI2p
  1800: 60 49 4d 41 32 a0 17 93 49 4d 49 31 0b bc 03 70  `IMA2...IMI1...p
  1810: 0a 04 41 4c 4e 31 70 0a 04 4c 45 4e 31 a1 0f 70  ..ALN1p..LEN1..p
  1820: 0a 08 41 4c 4e 31 70 0a 08 4c 45 4e 31 70 4c 50  ..ALN1p..LEN1pLP
  1830: 49 52 60 70 0a 01 61 79 61 60 49 52 51 30 70 4c  IR`p..aya`IRQ0pL
  1840: 50 44 41 60 7b 60 0a 03 60 70 0a 01 61 79 61 60  PDA`{`..`p..aya`
  1850: 44 4d 41 30 a4 42 55 46 45 08 5f 50 52 53 11 4c  DMA0.BUFE._PRS.L
  1860: 04 0a 48 30 47 01 78 03 78 03 08 08 47 01 78 07  ..H0G.x.x...G.x.
  1870: 78 07 04 04 22 a0 00 2a 0b 00 30 47 01 78 02 78  x..."..*..0G.x.x
  1880: 02 08 08 47 01 78 06 78 06 04 04 22 a0 00 2a 0b  ...G.x.x..."..*.
  1890: 00 30 47 01 bc 03 bc 03 04 04 47 01 bc 07 bc 07  .0G.......G.....
  18a0: 04 04 22 a0 00 2a 0b 00 38 79 00 14 4b 09 5f 53  .."..*..8y..K._S
  18b0: 52 53 01 8c 68 0a 02 49 4f 4c 4f 8c 68 0a 03 49  RS..h..IOLO.h..I
  18c0: 4f 48 49 8b 68 0a 11 49 52 51 30 8c 68 0a 14 44  OHI.h..IRQ0.h..D
  18d0: 4d 41 30 45 4e 46 47 70 49 4f 46 4e 62 7d 62 0a  MA0ENFGpIOFNb}b.
  18e0: 03 63 70 63 49 4f 46 4e 70 49 4f 4c 4f 60 7a 60  .cpcIOFNpIOLO`z`
  18f0: 0a 02 60 70 49 4f 48 49 61 79 61 0a 06 61 7d 60  ..`pIOHIaya..a}`
  1900: 61 60 70 60 50 50 49 4f 82 49 52 51 30 60 a0 08  a`p`PPIO.IRQ0`..
  1910: 92 93 60 0a 00 76 60 70 60 4c 50 49 52 82 44 4d  ..`..v`p`LPIR.DM
  1920: 41 30 60 a0 08 92 93 60 0a 00 76 60 70 60 4c 50  A0`....`..v`p`LP
  1930: 44 41 70 62 49 4f 46 4e 7b 50 44 43 54 0a ef 50  DApbIOFN{PDCT..P
  1940: 44 43 54 45 58 46 47 5b 82 4d 22 55 41 52 31 08  DCTEXFG[.M"UAR1.
  1950: 5f 48 49 44 0c 41 d0 05 01 08 5f 55 49 44 0a 01  _HID.A...._UID..
  1960: 14 44 05 5f 53 54 41 00 70 49 4f 45 4e 60 a0 08  .D._STA.pIOEN`..
  1970: 93 60 0a 00 a4 0a 00 a1 3d 45 4e 46 47 70 49 4f  .`......=ENFGpIO
  1980: 46 4e 60 7b 60 0a 04 60 a0 0d 92 93 60 0a 00 45  FN`{`..`....`..E
  1990: 58 46 47 a4 0a 0f a1 1e 70 53 31 49 4f 61 a0 0d  XFG.....pS1IOa..
  19a0: 92 93 61 0a 00 45 58 46 47 a4 0a 0d a1 08 45 58  ..a..EXFG.....EX
  19b0: 46 47 a4 0a 00 14 19 5f 44 49 53 00 45 4e 46 47  FG....._DIS.ENFG
  19c0: 7b 49 4f 46 4e 0a fb 49 4f 46 4e 45 58 46 47 14  {IOFN..IOFNEXFG.
  19d0: 49 0b 5f 43 52 53 00 08 42 55 46 31 11 11 0a 0e  I._CRS..BUF1....
  19e0: 47 01 f8 03 f8 03 00 08 23 10 00 01 79 00 8c 42  G.......#...y..B
  19f0: 55 46 31 0a 02 49 4f 4c 4f 8c 42 55 46 31 0a 03  UF1..IOLO.BUF1..
  1a00: 49 4f 48 49 8c 42 55 46 31 0a 04 49 4f 52 4c 8c  IOHI.BUF1..IORL.
  1a10: 42 55 46 31 0a 05 49 4f 52 48 8b 42 55 46 31 0a  BUF1..IORH.BUF1.
  1a20: 09 49 52 51 57 45 4e 46 47 70 53 31 49 4f 60 70  .IRQWENFGpS1IO`p
  1a30: 53 31 49 4f 61 7b 61 0a c0 61 7a 61 0a 06 61 7b  S1IOa{a..aza..a{
  1a40: 60 0a 3f 60 79 60 0a 02 60 70 60 49 4f 4c 4f 70  `.?`y`..`p`IOLOp
  1a50: 60 49 4f 52 4c 70 61 49 4f 48 49 70 61 49 4f 52  `IORLpaIOHIpaIOR
  1a60: 48 45 58 46 47 70 5c 2f 04 5f 53 42 5f 50 43 49  HEXFGp\/._SB_PCI
  1a70: 30 50 58 34 30 55 31 49 52 60 70 01 61 79 61 60  0PX40U1IR`p.aya`
  1a80: 49 52 51 57 a4 42 55 46 31 08 5f 50 52 53 11 4d  IRQW.BUF1._PRS.M
  1a90: 04 0a 49 31 05 47 01 f8 03 f8 03 00 08 23 10 00  ..I1.G.......#..
  1aa0: 01 31 05 47 01 f8 02 f8 02 00 08 23 08 00 01 31  .1.G.......#...1
  1ab0: 05 47 01 e8 03 e8 03 00 08 23 10 00 01 31 05 47  .G.......#...1.G
  1ac0: 01 e8 02 e8 02 00 08 23 08 00 01 31 05 47 01 e8  .......#...1.G..
  1ad0: 02 f8 03 00 08 23 b8 14 01 38 79 00 14 4b 08 5f  .....#...8y..K._
  1ae0: 53 52 53 01 8c 68 0a 02 49 4f 4c 4f 8c 68 0a 03  SRS..h..IOLO.h..
  1af0: 49 4f 48 49 8b 68 0a 09 49 52 51 57 45 4e 46 47  IOHI.h..IRQWENFG
  1b00: 70 49 4f 46 4e 60 7b 60 0a fb 61 70 61 49 4f 46  pIOFN`{`..apaIOF
  1b10: 4e 70 49 4f 4c 4f 60 7a 60 0a 02 60 7b 60 0a fe  NpIOLO`z`..`{`..
  1b20: 60 70 49 4f 48 49 61 79 61 0a 06 61 7d 60 61 60  `pIOHIaya..a}`a`
  1b30: 70 60 53 31 49 4f 82 49 52 51 57 60 76 60 70 60  p`S1IO.IRQW`v`p`
  1b40: 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30 55  \/._SB_PCI0PX40U
  1b50: 31 49 52 70 49 4f 46 4e 60 7d 60 0a 04 61 70 61  1IRpIOFN`}`..apa
  1b60: 49 4f 46 4e 45 58 46 47 14 0d 5f 50 52 57 00 a4  IOFNEXFG.._PRW..
  1b70: 53 50 52 57 0a 08 5b 82 46 25 55 41 52 32 08 5f  SPRW..[.F%UAR2._
  1b80: 48 49 44 0c 41 d0 05 01 08 5f 55 49 44 0a 02 14  HID.A...._UID...
  1b90: 4c 06 5f 53 54 41 00 70 49 4f 45 4e 60 a0 08 93  L._STA.pIOEN`...
  1ba0: 60 0a 00 a4 0a 00 a1 45 05 45 4e 46 47 70 53 50  `......E.ENFGpSP
  1bb0: 43 47 60 7b 60 0a 38 60 a0 3a 93 60 0a 00 70 53  CG`{`.8`.:.`..pS
  1bc0: 32 49 4f 61 a0 25 92 93 61 0a 00 7b 49 4f 46 4e  2IOa.%..a..{IOFN
  1bd0: 0a 08 62 a0 0d 92 93 62 0a 00 45 58 46 47 a4 0a  ..b....b..EXFG..
  1be0: 0f a1 08 45 58 46 47 a4 0a 0d a1 08 45 58 46 47  ...EXFG.....EXFG
  1bf0: a4 0a 00 a1 08 45 58 46 47 a4 0a 00 14 2a 5f 44  .....EXFG....*_D
  1c00: 49 53 00 45 4e 46 47 70 53 50 43 47 60 7b 60 0a  IS.ENFGpSPCG`{`.
  1c10: 38 60 a0 10 93 60 0a 00 7b 49 4f 46 4e 0a f7 49  8`...`..{IOFN..I
  1c20: 4f 46 4e 45 58 46 47 14 49 0b 5f 43 52 53 00 08  OFNEXFG.I._CRS..
  1c30: 42 55 46 31 11 11 0a 0e 47 01 f8 02 f8 02 00 08  BUF1....G.......
  1c40: 23 08 00 01 79 00 8c 42 55 46 31 0a 02 49 4f 4c  #...y..BUF1..IOL
  1c50: 4f 8c 42 55 46 31 0a 03 49 4f 48 49 8c 42 55 46  O.BUF1..IOHI.BUF
  1c60: 31 0a 04 49 4f 52 4c 8c 42 55 46 31 0a 05 49 4f  1..IORL.BUF1..IO
  1c70: 52 48 8b 42 55 46 31 0a 09 49 52 51 57 45 4e 46  RH.BUF1..IRQWENF
  1c80: 47 70 53 32 49 4f 60 70 53 32 49 4f 61 7b 61 0a  GpS2IO`pS2IOa{a.
  1c90: c0 61 7a 61 0a 06 61 7b 60 0a 3f 60 79 60 0a 02  .aza..a{`.?`y`..
  1ca0: 60 70 60 49 4f 4c 4f 70 60 49 4f 52 4c 70 61 49  `p`IOLOp`IORLpaI
  1cb0: 4f 48 49 70 61 49 4f 52 48 45 58 46 47 70 5c 2f  OHIpaIORHEXFGp\/
  1cc0: 04 5f 53 42 5f 50 43 49 30 50 58 34 30 55 32 49  ._SB_PCI0PX40U2I
  1cd0: 52 60 70 01 61 79 61 60 49 52 51 57 a4 42 55 46  R`p.aya`IRQW.BUF
  1ce0: 31 08 5f 50 52 53 11 4d 04 0a 49 31 05 47 01 f8  1._PRS.M..I1.G..
  1cf0: 02 f8 02 00 08 23 08 00 01 31 05 47 01 f8 03 f8  .....#...1.G....
  1d00: 03 00 08 23 10 00 01 31 05 47 01 e8 02 e8 02 00  ...#...1.G......
  1d10: 08 23 08 00 01 31 05 47 01 e8 03 e8 03 00 08 23  .#...1.G.......#
  1d20: 10 00 01 31 05 47 01 e8 02 f8 03 00 08 23 b8 14  ...1.G.......#..
  1d30: 01 38 79 00 14 4b 08 5f 53 52 53 01 8c 68 0a 02  .8y..K._SRS..h..
  1d40: 49 4f 4c 4f 8c 68 0a 03 49 4f 48 49 8b 68 0a 09  IOLO.h..IOHI.h..
  1d50: 49 52 51 57 45 4e 46 47 70 49 4f 46 4e 60 7b 60  IRQWENFGpIOFN`{`
  1d60: 0a f7 61 70 61 49 4f 46 4e 70 49 4f 4c 4f 60 7a  ..apaIOFNpIOLO`z
  1d70: 60 0a 02 60 7b 60 0a fe 60 70 49 4f 48 49 61 79  `..`{`..`pIOHIay
  1d80: 61 0a 06 61 7d 60 61 60 70 60 53 32 49 4f 82 49  a..a}`a`p`S2IO.I
  1d90: 52 51 57 60 76 60 70 60 5c 2f 04 5f 53 42 5f 50  RQW`v`p`\/._SB_P
  1da0: 43 49 30 50 58 34 30 55 32 49 52 70 49 4f 46 4e  CI0PX40U2IRpIOFN
  1db0: 60 7d 60 0a 08 61 70 61 49 4f 46 4e 45 58 46 47  `}`..apaIOFNEXFG
  1dc0: 14 0d 5f 50 52 57 00 a4 53 50 52 57 0a 08 5b 82  .._PRW..SPRW..[.
  1dd0: 41 24 49 52 44 41 08 5f 48 49 44 0c 41 d0 05 10  A$IRDA._HID.A...
  1de0: 14 4c 06 5f 53 54 41 00 70 49 4f 45 4e 60 a0 08  .L._STA.pIOEN`..
  1df0: 93 60 0a 00 a4 0a 00 a1 45 05 45 4e 46 47 70 53  .`......E.ENFGpS
  1e00: 50 43 47 60 7b 60 0a 38 60 a0 3a 93 60 0a 08 70  PCG`{`.8`.:.`..p
  1e10: 53 32 49 4f 61 a0 25 92 93 61 0a 00 7b 49 4f 46  S2IOa.%..a..{IOF
  1e20: 4e 0a 08 62 a0 0d 92 93 62 0a 00 45 58 46 47 a4  N..b....b..EXFG.
  1e30: 0a 0f a1 08 45 58 46 47 a4 0a 0d a1 08 45 58 46  ....EXFG.....EXF
  1e40: 47 a4 0a 00 a1 08 45 58 46 47 a4 0a 00 14 2a 5f  G.....EXFG....*_
  1e50: 44 49 53 00 45 4e 46 47 70 53 50 43 47 60 7b 60  DIS.ENFGpSPCG`{`
  1e60: 0a 38 60 a0 10 93 60 0a 08 7b 49 4f 46 4e 0a f7  .8`...`..{IOFN..
  1e70: 49 4f 46 4e 45 58 46 47 14 49 0b 5f 43 52 53 00  IOFNEXFG.I._CRS.
  1e80: 08 42 55 46 31 11 11 0a 0e 47 01 f8 02 f8 02 00  .BUF1....G......
  1e90: 08 23 08 00 01 79 00 8c 42 55 46 31 0a 02 49 4f  .#...y..BUF1..IO
  1ea0: 4c 4f 8c 42 55 46 31 0a 03 49 4f 48 49 8c 42 55  LO.BUF1..IOHI.BU
  1eb0: 46 31 0a 04 49 4f 52 4c 8c 42 55 46 31 0a 05 49  F1..IORL.BUF1..I
  1ec0: 4f 52 48 8b 42 55 46 31 0a 09 49 52 51 57 45 4e  ORH.BUF1..IRQWEN
  1ed0: 46 47 70 53 32 49 4f 60 70 53 32 49 4f 61 7b 61  FGpS2IO`pS2IOa{a
  1ee0: 0a c0 61 7a 61 0a 06 61 7b 60 0a 3f 60 79 60 0a  ..aza..a{`.?`y`.
  1ef0: 02 60 70 60 49 4f 4c 4f 70 60 49 4f 52 4c 70 61  .`p`IOLOp`IORLpa
  1f00: 49 4f 48 49 70 61 49 4f 52 48 45 58 46 47 70 5c  IOHIpaIORHEXFGp\
  1f10: 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30 55 32  /._SB_PCI0PX40U2
  1f20: 49 52 60 70 01 61 79 61 60 49 52 51 57 a4 42 55  IR`p.aya`IRQW.BU
  1f30: 46 31 08 5f 50 52 53 11 4d 04 0a 49 31 05 47 01  F1._PRS.M..I1.G.
  1f40: f8 02 f8 02 00 08 23 08 00 01 31 05 47 01 f8 03  ......#...1.G...
  1f50: f8 03 00 08 23 10 00 01 31 05 47 01 e8 02 e8 02  ....#...1.G.....
  1f60: 00 08 23 08 00 01 31 05 47 01 e8 03 e8 03 00 08  ..#...1.G.......
  1f70: 23 10 00 01 31 05 47 01 e8 02 f8 03 00 08 23 b8  #...1.G.......#.
  1f80: 14 01 38 79 00 14 4b 08 5f 53 52 53 01 8c 68 0a  ..8y..K._SRS..h.
  1f90: 02 49 4f 4c 4f 8c 68 0a 03 49 4f 48 49 8b 68 0a  .IOLO.h..IOHI.h.
  1fa0: 09 49 52 51 57 45 4e 46 47 70 49 4f 46 4e 60 7b  .IRQWENFGpIOFN`{
  1fb0: 60 0a f7 61 70 61 49 4f 46 4e 70 49 4f 4c 4f 60  `..apaIOFNpIOLO`
  1fc0: 7a 60 0a 02 60 7b 60 0a fe 60 70 49 4f 48 49 61  z`..`{`..`pIOHIa
  1fd0: 79 61 0a 06 61 7d 60 61 60 70 60 53 32 49 4f 82  ya..a}`a`p`S2IO.
  1fe0: 49 52 51 57 60 76 60 70 60 5c 2f 04 5f 53 42 5f  IRQW`v`p`\/._SB_
  1ff0: 50 43 49 30 50 58 34 30 55 32 49 52 70 49 4f 46  PCI0PX40U2IRpIOF
  2000: 4e 60 7d 60 0a 08 61 70 61 49 4f 46 4e 45 58 46  N`}`..apaIOFNEXF
  2010: 47 5b 80 47 52 41 4d 00 0b 10 04 0a 01 5b 81 0b  G[.GRAM......[..
  2020: 47 52 41 4d 01 46 4c 47 30 08 5b 80 47 52 4d 31  GRAM.FLG0.[.GRM1
  2030: 00 0b b2 04 0a 01 5b 81 0b 47 52 4d 31 01 4e 50  ......[..GRM1.NP
  2040: 53 32 08 5b 82 3a 50 53 32 4b 08 5f 48 49 44 0c  S2.[.:PS2K._HID.
  2050: 41 d0 03 03 14 2a 5f 43 52 53 00 08 42 55 46 30  A....*_CRS..BUF0
  2060: 11 19 0a 16 47 01 60 00 60 00 00 01 47 01 64 00  ....G.`.`...G.d.
  2070: 64 00 00 01 23 02 00 01 79 00 a4 42 55 46 30 5b  d...#...y..BUF0[
  2080: 80 50 53 4d 47 00 0b 10 04 0a 01 5b 81 0d 50 53  .PSMG......[..PS
  2090: 4d 47 01 00 02 50 53 32 45 01 5b 82 4b 05 50 53  MG...PS2E.[.K.PS
  20a0: 32 4d 08 5f 48 49 44 0c 41 d0 0f 13 14 3c 5f 53  2M._HID.A....<_S
  20b0: 54 41 00 7b 4e 50 53 32 0a 08 60 a0 08 93 60 0a  TA.{NPS2..`...`.
  20c0: 08 a4 0a 00 a0 1f 92 93 50 53 32 45 0a 00 7b 46  ........PS2E..{F
  20d0: 4c 47 30 0a 04 60 a0 08 93 60 0a 04 a4 0a 0f a1  LG0..`...`......
  20e0: 04 a4 0a 00 a1 04 a4 0a 00 08 5f 43 52 53 11 08  .........._CRS..
  20f0: 0a 05 22 00 10 79 00 5b 82 4a 04 50 58 34 33 08  .."..y.[.J.PX43.
  2100: 5f 41 44 52 0c 03 00 04 00 5b 80 49 50 4d 55 02  _ADR.....[.IPMU.
  2110: 0a 48 0a 02 5b 81 10 49 50 4d 55 01 50 4d 30 30  .H..[..IPMU.PM00
  2120: 08 50 4d 30 31 08 5b 80 49 53 4d 42 02 0a 90 0a  .PM01.[.ISMB....
  2130: 02 5b 81 10 49 53 4d 42 01 53 42 30 30 08 53 42  .[..ISMB.SB00.SB
  2140: 30 31 08 5b 82 42 04 55 53 42 30 08 5f 41 44 52  01.[.B.USB0._ADR
  2150: 0c 02 00 04 00 14 0d 5f 50 52 57 00 a4 53 50 52  ......._PRW..SPR
  2160: 57 0a 09 14 23 5f 53 54 41 00 a0 17 5c 2f 04 5f  W...#_STA...\/._
  2170: 53 42 5f 50 43 49 30 50 58 34 30 45 55 53 42 a4  SB_PCI0PX40EUSB.
  2180: 0a 00 a1 04 a4 0a 0f 5b 82 42 04 55 53 42 31 08  .......[.B.USB1.
  2190: 5f 41 44 52 0c 03 00 04 00 14 0d 5f 50 52 57 00  _ADR......._PRW.
  21a0: a4 53 50 52 57 0a 09 14 23 5f 53 54 41 00 a0 17  .SPRW...#_STA...
  21b0: 5c 2f 04 5f 53 42 5f 50 43 49 30 50 58 34 30 46  \/._SB_PCI0PX40F
  21c0: 55 4e 33 a4 0a 00 a1 04 a4 0a 0f 14 0d 5f 50 52  UN3.........._PR
  21d0: 57 00 a4 53 50 52 57 0a 0b 10 49 07 5c 5f 47 50  W..SPRW...I.\_GP
  21e0: 45 14 2a 5f 4c 30 39 00 86 5c 2f 03 5f 53 42 5f  E.*_L09..\/._SB_
  21f0: 50 43 49 30 55 53 42 30 0a 02 86 5c 2f 03 5f 53  PCI0USB0...\/._S
  2200: 42 5f 50 43 49 30 55 53 42 31 0a 02 14 32 5f 4c  B_PCI0USB1...2_L
  2210: 30 38 00 86 5c 2f 04 5f 53 42 5f 50 43 49 30 50  08..\/._SB_PCI0P
  2220: 58 34 30 55 41 52 31 0a 02 86 5c 2f 04 5f 53 42  X40UAR1...\/._SB
  2230: 5f 50 43 49 30 50 58 34 30 55 41 52 32 0a 02 14  _PCI0PX40UAR2...
  2240: 13 5f 4c 30 42 00 86 5c 2e 5f 53 42 5f 50 43 49  ._L0B..\._SB_PCI
  2250: 30 0a 02                                         0..

FACS @ 0xffff000
  0000: 46 41 43 53 40 00 00 00 00 00 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 @ 0xfffc080
  0000: 46 41 43 50 74 00 00 00 01 c6 41 53 55 53 20 20  FACPt.....ASUS  
  0010: 4d 45 44 5f 32 30 30 31 31 30 30 30 4d 53 46 54  MED_20011000MSFT
  0020: 31 30 31 31 00 f0 ff 0f 00 c1 ff 0f 00 00 09 00  1011............
  0030: 2f e4 00 00 a1 a0 00 00 00 e4 00 00 00 00 00 00  /...............
  0040: 04 e4 00 00 00 00 00 00 00 00 00 00 08 e4 00 00  ................
  0050: 20 e4 00 00 00 00 00 00 04 02 00 04 04 00 00 00   ...............
  0060: 5a 00 84 03 00 00 00 00 00 04 7d 7e 00 00 00 00  Z.........}~....
  0070: a5 00 00 00                                      ....

BOOT @ 0xfffc040
  0000: 42 4f 4f 54 28 00 00 00 01 37 41 53 55 53 20 20  BOOT(....7ASUS  
  0010: 4d 45 44 5f 32 30 30 31 31 30 30 30 4d 53 46 54  MED_20011000MSFT
  0020: 31 30 31 31 3a 00 00 00                          1011:...

RSDT @ 0xfffc000
  0000: 52 53 44 54 2c 00 00 00 01 08 41 53 55 53 20 20  RSDT,.....ASUS  
  0010: 4d 45 44 5f 32 30 30 31 31 30 30 30 4d 53 46 54  MED_20011000MSFT
  0020: 31 30 31 31 80 c0 ff 0f 40 c0 ff 0f              1011....@...

RSD PTR @ 0xf5eb0
  0000: 52 53 44 20 50 54 52 20 97 41 53 55 53 20 20 00  RSD PTR .ASUS  .
  0010: 00 c0 ff 0f                                      ....


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

* Re: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-31 15:38               ` Eric Sesterhenn / Snakebyte
@ 2007-07-31 19:04                 ` Venki Pallipadi
  2007-07-31 20:08                   ` Eric Sesterhenn / Snakebyte
  0 siblings, 1 reply; 8+ messages in thread
From: Venki Pallipadi @ 2007-07-31 19:04 UTC (permalink / raw)
  To: Eric Sesterhenn / Snakebyte
  Cc: Pallipadi, Venkatesh, Michal Piotrowski, Len Brown, linux-kernel,
	IDE/ATA development list, Bartlomiej Zolnierkiewicz, linux-acpi,
	Ingo Molnar, Thomas Gleixner

On Tue, Jul 31, 2007 at 05:38:08PM +0200, Eric Sesterhenn / Snakebyte wrote:
> * Pallipadi, Venkatesh (venkatesh.pallipadi@intel.com) wrote:
> > This means things should work fine with processor.max_cstate=2 boot
> > option
> > as well. Can you please double check that.
> 
> yes, system boots fine with this kernel parameter
> 
> > Also, please send in the acpidump from your system.
> 
> here we go, if you need some parameters to acpidump, just say so.
> 

Eric,

Can you check the test patch below (over latest git) and let me know whether it
resolves the issue.

Thanks,
Venki


Enable C3 without bm control only for CST based C3.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>

Index: linux-2.6/drivers/acpi/processor_idle.c
===================================================================
--- linux-2.6.orig/drivers/acpi/processor_idle.c	2007-07-31 04:29:26.000000000 -0700
+++ linux-2.6/drivers/acpi/processor_idle.c	2007-07-31 04:52:50.000000000 -0700
@@ -969,11 +969,17 @@
 	}
 
 	if (pr->flags.bm_check) {
-		/* bus mastering control is necessary */
 		if (!pr->flags.bm_control) {
-			/* In this case we enter C3 without bus mastering */
-			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
-				"C3 support without bus mastering control\n"));
+			if (pr->flags.has_cst != 1) {
+				/* bus mastering control is necessary */
+				ACPI_DEBUG_PRINT((ACPI_DB_INFO,
+					"C3 support requires BM control\n"));
+				return;
+			} else {
+				/* Here we enter C3 without bus mastering */
+				ACPI_DEBUG_PRINT((ACPI_DB_INFO,
+					"C3 support without BM control\n"));
+			}
 		}
 	} else {
 		/*

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

* Re: Time Problems with 2.6.23-rc1-gf695baf2
  2007-07-31 19:04                 ` Venki Pallipadi
@ 2007-07-31 20:08                   ` Eric Sesterhenn / Snakebyte
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Sesterhenn / Snakebyte @ 2007-07-31 20:08 UTC (permalink / raw)
  To: Venki Pallipadi
  Cc: Eric Sesterhenn / Snakebyte, Michal Piotrowski, Len Brown,
	linux-kernel, IDE/ATA development list, Bartlomiej Zolnierkiewicz,
	linux-acpi, Ingo Molnar, Thomas Gleixner

* Venki Pallipadi (venkatesh.pallipadi@intel.com) wrote:
> Can you check the test patch below (over latest git) and let me know whether it
> resolves the issue.
> 

the patch fixes the issue for me,
thanks a lot.

Eric

> Enable C3 without bm control only for CST based C3.
> 
> Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
> 
> Index: linux-2.6/drivers/acpi/processor_idle.c
> ===================================================================
> --- linux-2.6.orig/drivers/acpi/processor_idle.c	2007-07-31 04:29:26.000000000 -0700
> +++ linux-2.6/drivers/acpi/processor_idle.c	2007-07-31 04:52:50.000000000 -0700
> @@ -969,11 +969,17 @@
>  	}
>  
>  	if (pr->flags.bm_check) {
> -		/* bus mastering control is necessary */
>  		if (!pr->flags.bm_control) {
> -			/* In this case we enter C3 without bus mastering */
> -			ACPI_DEBUG_PRINT((ACPI_DB_INFO,
> -				"C3 support without bus mastering control\n"));
> +			if (pr->flags.has_cst != 1) {
> +				/* bus mastering control is necessary */
> +				ACPI_DEBUG_PRINT((ACPI_DB_INFO,
> +					"C3 support requires BM control\n"));
> +				return;
> +			} else {
> +				/* Here we enter C3 without bus mastering */
> +				ACPI_DEBUG_PRINT((ACPI_DB_INFO,
> +					"C3 support without BM control\n"));
> +			}
>  		}
>  	} else {
>  		/*

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

end of thread, other threads:[~2007-07-31 20:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070723221630.GA28951@alice>
     [not found] ` <6bffcb0e0707241614s7b563b5bu114d2ecb227b1557@mail.gmail.com>
     [not found]   ` <20070725113349.GB5469@alice>
2007-07-25 16:50     ` Time Problems with 2.6.23-rc1-gf695baf2 Len Brown
2007-07-25 23:17       ` Eric Sesterhenn / Snakebyte
2007-07-30 14:32         ` Michal Piotrowski
2007-07-31 14:54           ` Eric Sesterhenn / Snakebyte
2007-07-31 15:15             ` Pallipadi, Venkatesh
2007-07-31 15:38               ` Eric Sesterhenn / Snakebyte
2007-07-31 19:04                 ` Venki Pallipadi
2007-07-31 20:08                   ` Eric Sesterhenn / Snakebyte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox