* [Qemu-devel] How to use -acpitable to add a SLIC-table? @ 2009-03-26 17:35 Stefan Hellermann 2009-03-27 7:36 ` [Qemu-devel] " Gleb Natapov 0 siblings, 1 reply; 10+ messages in thread From: Stefan Hellermann @ 2009-03-26 17:35 UTC (permalink / raw) To: gleb, qemu-devel Hello, how can I use the -acpitable parameter to add a SLIC-table to the qemu-bios dynamically? I think I need a file with the SLIC-data, but how can I extract this data out of my BIOS from my host-machine for example? The -acpitable parameter accepts a bunch of settings and a datafile, do I need to set all these settings? I think most of them should sit in the SLIC-file. I tried using SLIC-Data-files downloaded from the web, but I'm unsure if they are formatted correctly. -acpitable data=SLIC.aml or SLIC.bin doesn't throw an error, but the linux-kernel in the virtual machine doesn't detect new acpi-tables. I attached a hexdump from these two files. I read the commit to qemu to add support for -acpitable (SVN 6650), but I don't know enough about qemu/pc-bios/programming to get any clue out of this. Thanks for your time! Your doing great work! $ hexdump -C SLIC.aml 00000000 53 4c 49 43 76 01 00 00 01 0a 48 50 51 4f 45 4d |SLICv.....HPQOEM| 00000010 53 4c 49 43 2d 4d 50 43 00 00 04 06 48 50 51 20 |SLIC-MPC....HPQ | 00000020 01 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 |................| 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 |.$..RSA1........| 00000040 5b ab 60 56 bc 58 1e e8 c1 d2 a1 5c e5 4f bb fd |[.`V.X.....\.O..| 00000050 1d a9 8c 94 b4 ae 08 11 dc 13 59 d3 7f f6 3e 87 |..........Y...>.| 00000060 31 b9 95 74 10 da 3b a4 5b b5 19 82 7c 39 d7 0d |1..t..;.[...|9..| 00000070 7c 22 ac 1c 2a 84 e9 0a 88 6d fa b1 e2 d8 e8 21 ||"..*....m.....!| 00000080 96 e1 2e 68 9a bf 44 45 3e 3c 8e 99 90 de 37 38 |...h..DE><....78| 00000090 57 0b 92 15 bc de ff f2 07 7e b5 40 8c 51 3a c3 |W........~.@.Q:.| 000000a0 02 48 f6 13 12 72 fb 42 78 e6 47 88 54 c7 b0 f0 |.H...r.Bx.G.T...| 000000b0 93 9e fb 04 b7 b8 b8 90 de db ed 32 e1 fb 54 a6 |...........2..T.| 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000170 00 00 00 00 00 00 |......| $ hexdump -C SLIC.bin 00000000 53 4c 49 43 76 01 00 00 01 47 4c 45 4e 4f 56 4f |SLICv....GLENOVO| 00000010 54 43 2d 32 50 20 20 20 00 00 00 00 20 4c 54 50 |TC-2P .... LTP| 00000020 00 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 |................| 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 |.$..RSA1........| 00000040 69 16 4a 9f b1 4b 3a fb 80 20 aa af c4 f9 3e c1 |i.J..K:.. ....>.| 00000050 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a |.I.je&r..._/....| 00000060 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 |......;)..L....A| 00000070 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 |w.p.....cZ....^.| 00000080 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 |........Mg.-..3 | 00000090 e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 |..y*.jw.. *vB...| 000000a0 b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 |.C@UD..7._A.p...| 000000b0 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb |..{.).....H.n>..| 000000c0 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f |............LENO| 000000d0 56 4f 54 43 2d 32 50 20 20 20 57 49 4e 44 4f 57 |VOTC-2P WINDOW| 000000e0 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |S ..............| 000000f0 00 00 00 00 00 00 01 9a 77 4b aa 9b 50 7b 29 09 |........wK..P{).| 00000100 bb cd 70 71 1c b3 fd 90 a6 90 e1 af 8b 2a d5 70 |..pq.........*.p| 00000110 0f b1 41 cc 00 ee 58 ec 32 46 35 02 b1 b9 be bb |..A...X.2F5.....| 00000120 ce 71 eb 21 47 f2 a6 af f1 22 77 b9 dc 38 ae c4 |.q.!G...."w..8..| 00000130 aa 97 6f cb ec 70 6f d0 ed f1 42 d4 95 b9 0e f7 |..o..po...B.....| 00000140 67 ac 64 95 09 a6 d8 a0 51 54 3c 41 f4 b9 7e ef |g.d.....QT<A..~.| 00000150 88 98 bc 9c f6 4e cf 96 23 44 35 4d 83 04 4c f2 |.....N..#D5M..L.| 00000160 83 6f 61 b0 b6 b0 d5 a8 b9 af 41 4e 25 42 e1 9a |.oa.......AN%B..| 00000170 79 82 31 00 88 18 |y.1...| ^ permalink raw reply [flat|nested] 10+ messages in thread
* [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-26 17:35 [Qemu-devel] How to use -acpitable to add a SLIC-table? Stefan Hellermann @ 2009-03-27 7:36 ` Gleb Natapov 2009-03-30 15:36 ` Stefan Hellermann 0 siblings, 1 reply; 10+ messages in thread From: Gleb Natapov @ 2009-03-27 7:36 UTC (permalink / raw) To: Stefan Hellermann; +Cc: qemu-devel On Thu, Mar 26, 2009 at 06:35:16PM +0100, Stefan Hellermann wrote: > Hello, > > how can I use the -acpitable parameter to add a SLIC-table to the > qemu-bios dynamically? > > I think I need a file with the SLIC-data, but how can I extract this > data out of my BIOS from my host-machine for example? > > The -acpitable parameter accepts a bunch of settings and a datafile, do > I need to set all these settings? I think most of them should sit in the > SLIC-file. > -acpitable parameter settings are field from common ACPI table header. If you skip any of them default will be used. Table data that goes after headers should be specified after data=. > I tried using SLIC-Data-files downloaded from the web, but I'm unsure if > they are formatted correctly. It looks like they already contain ACPI header. > -acpitable data=SLIC.aml or SLIC.bin doesn't throw an error, but the > linux-kernel in the virtual machine doesn't detect new acpi-tables. I > attached a hexdump from these two files. How do you know they are not detected. Can you send acpidump output? > > I read the commit to qemu to add support for -acpitable (SVN 6650), but > I don't know enough about qemu/pc-bios/programming to get any clue out > of this. > > Thanks for your time! Your doing great work! > > > $ hexdump -C SLIC.aml > 00000000 53 4c 49 43 76 01 00 00 01 0a 48 50 51 4f 45 4d > |SLICv.....HPQOEM| > 00000010 53 4c 49 43 2d 4d 50 43 00 00 04 06 48 50 51 20 > |SLIC-MPC....HPQ | > 00000020 01 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 > |................| > 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 > |.$..RSA1........| > 00000040 5b ab 60 56 bc 58 1e e8 c1 d2 a1 5c e5 4f bb fd > |[.`V.X.....\.O..| > 00000050 1d a9 8c 94 b4 ae 08 11 dc 13 59 d3 7f f6 3e 87 > |..........Y...>.| > 00000060 31 b9 95 74 10 da 3b a4 5b b5 19 82 7c 39 d7 0d > |1..t..;.[...|9..| > 00000070 7c 22 ac 1c 2a 84 e9 0a 88 6d fa b1 e2 d8 e8 21 > ||"..*....m.....!| > 00000080 96 e1 2e 68 9a bf 44 45 3e 3c 8e 99 90 de 37 38 > |...h..DE><....78| > 00000090 57 0b 92 15 bc de ff f2 07 7e b5 40 8c 51 3a c3 > |W........~.@.Q:.| > 000000a0 02 48 f6 13 12 72 fb 42 78 e6 47 88 54 c7 b0 f0 > |.H...r.Bx.G.T...| > 000000b0 93 9e fb 04 b7 b8 b8 90 de db ed 32 e1 fb 54 a6 > |...........2..T.| > 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > |................| > * > 00000170 00 00 00 00 00 00 |......| > > $ hexdump -C SLIC.bin > 00000000 53 4c 49 43 76 01 00 00 01 47 4c 45 4e 4f 56 4f > |SLICv....GLENOVO| > 00000010 54 43 2d 32 50 20 20 20 00 00 00 00 20 4c 54 50 |TC-2P > .... LTP| > 00000020 00 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 > |................| > 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 > |.$..RSA1........| > 00000040 69 16 4a 9f b1 4b 3a fb 80 20 aa af c4 f9 3e c1 |i.J..K:.. > ....>.| > 00000050 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a > |.I.je&r..._/....| > 00000060 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 > |......;)..L....A| > 00000070 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 > |w.p.....cZ....^.| > 00000080 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 > |........Mg.-..3 | > 00000090 e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 |..y*.jw.. > *vB...| > 000000a0 b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 > |.C@UD..7._A.p...| > 000000b0 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb > |..{.).....H.n>..| > 000000c0 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f > |............LENO| > 000000d0 56 4f 54 43 2d 32 50 20 20 20 57 49 4e 44 4f 57 |VOTC-2P > WINDOW| > 000000e0 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |S > ..............| > 000000f0 00 00 00 00 00 00 01 9a 77 4b aa 9b 50 7b 29 09 > |........wK..P{).| > 00000100 bb cd 70 71 1c b3 fd 90 a6 90 e1 af 8b 2a d5 70 > |..pq.........*.p| > 00000110 0f b1 41 cc 00 ee 58 ec 32 46 35 02 b1 b9 be bb > |..A...X.2F5.....| > 00000120 ce 71 eb 21 47 f2 a6 af f1 22 77 b9 dc 38 ae c4 > |.q.!G...."w..8..| > 00000130 aa 97 6f cb ec 70 6f d0 ed f1 42 d4 95 b9 0e f7 > |..o..po...B.....| > 00000140 67 ac 64 95 09 a6 d8 a0 51 54 3c 41 f4 b9 7e ef > |g.d.....QT<A..~.| > 00000150 88 98 bc 9c f6 4e cf 96 23 44 35 4d 83 04 4c f2 > |.....N..#D5M..L.| > 00000160 83 6f 61 b0 b6 b0 d5 a8 b9 af 41 4e 25 42 e1 9a > |.oa.......AN%B..| > 00000170 79 82 31 00 88 18 |y.1...| > > -- Gleb. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-27 7:36 ` [Qemu-devel] " Gleb Natapov @ 2009-03-30 15:36 ` Stefan Hellermann 2009-03-30 16:37 ` Gleb Natapov ` (2 more replies) 0 siblings, 3 replies; 10+ messages in thread From: Stefan Hellermann @ 2009-03-30 15:36 UTC (permalink / raw) To: Gleb Natapov; +Cc: qemu-devel Gleb Natapov schrieb: > On Thu, Mar 26, 2009 at 06:35:16PM +0100, Stefan Hellermann wrote: > >> Hello, >> >> how can I use the -acpitable parameter to add a SLIC-table to the >> qemu-bios dynamically? >> >> I think I need a file with the SLIC-data, but how can I extract this >> data out of my BIOS from my host-machine for example? >> >> The -acpitable parameter accepts a bunch of settings and a datafile, do >> I need to set all these settings? I think most of them should sit in the >> SLIC-file. >> >> > -acpitable parameter settings are field from common ACPI table header. > If you skip any of them default will be used. Table data that goes after > headers should be specified after data=. > > >> I tried using SLIC-Data-files downloaded from the web, but I'm unsure if >> they are formatted correctly. >> > It looks like they already contain ACPI header. > Okay, I did some new tries. On my own (real-)machine I did # acpidump -o acpidata # acpixtract -l dump | grep SLIC Signature Length OemId OemTableId OemRevision CompilerId CompilerRevision SLIC 374 "LENOVO" "TP-7O " 00002210 " LTP" 00000000 # acpixtract -sSLIC acpidata # qemu-system-x86_64 -acpitable sig=SLIC,rev=1,oem_id=LENOVO,oem_table_id=TP-70\ \ \ ,oem_rev=00002210,asl_compiler_id=\ LTP,asl_compiler_rev=00000000,data=SLIC.dat But this doesn't work either. I diffed the output of acpidump with the -acpitable parameter and without, the results are the same. I compared my own SLIC.dat file with the ones I downloaded from the web, the first bytes of the files look similar. I think they are in the same format. > >> -acpitable data=SLIC.aml or SLIC.bin doesn't throw an error, but the >> linux-kernel in the virtual machine doesn't detect new acpi-tables. I >> attached a hexdump from these two files. >> > How do you know they are not detected. Can you send acpidump output? > > I checked the start of dmesg-output, i think it lists (all?) acpi-tables. On my real-machine there is a line ACPI: SLIC 7F6CBE62, 0176 (r1 LENOVO TP-7O 2210 LTP 0) In the qemu-vm there is no such line. #qemu-system-x86_64 -help | head -n 1 QEMU PC emulator version 0.10.0 (kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard in the virtual machine, linux kernel 2.6.29: #acpidump -o acpidata #acpixtrace -l acpidata Signature Length OemId OemTableId OemRevision CompilerId CompilerRevision DSDT 9536 "BXPC " "BXDSDT " 00000001 "INTL" 20061109 FACS 64 FACP 116 "QEMU " "QEMUFACP" 00000001 "QEMU" 00000001 APIC 224 "QEMU " "QEMUAPIC" 00000001 "QEMU" 00000001 RSDT 44 "QEMU " "QEMURSDT" 00000001 "QEMU" 00000001 RSDP "QEMU " Found 6 ACPI tables [20060324] # acpidump DSDT @ 0x1fff0100 0000: 44 53 44 54 40 25 00 00 01 da 42 58 50 43 00 00 DSDT@%....BXPC.. 0010: 42 58 44 53 44 54 00 00 01 00 00 00 49 4e 54 4c BXDSDT......INTL 0020: 09 11 06 20 10 49 75 5f 50 52 5f 5b 80 50 52 53 ... .Iu_PR_[.PRS 0030: 54 01 0b 00 af 0a 20 5b 81 0c 50 52 53 54 01 50 T..... [..PRST.P 0040: 52 53 5f 40 10 08 50 52 53 53 11 03 0a 20 08 53 RS_@..PRSS... .S 0050: 53 56 4c 00 14 38 43 52 53 54 01 a0 16 93 53 53 SVL..8CRST....SS 0060: 56 4c 00 70 50 52 53 5f 50 52 53 53 70 01 53 53 VL.pPRS_PRSSp.SS 0070: 56 4c 7a 68 0a 03 61 70 83 88 50 52 53 53 61 00 VLzh..ap..PRSSa. 0080: 62 a4 7b 62 79 01 7b 68 0a 07 00 00 00 5b 83 4e b.{by.{h.....[.N 0090: 05 43 50 55 30 00 10 b0 00 00 06 08 50 52 45 4e .CPU0.......PREN 00a0: 11 0b 0a 08 00 08 00 00 01 00 00 00 08 50 52 44 .............PRD 00b0: 53 11 0b 0a 08 00 08 00 00 00 00 00 00 14 19 5f S.............._ 00c0: 4d 41 54 00 a0 0b 43 52 53 54 00 a4 50 52 45 4e MAT...CRST..PREN 00d0: a1 06 a4 50 52 44 53 14 15 5f 53 54 41 00 a0 09 ...PRDS.._STA... 00e0: 43 52 53 54 00 a4 0a 0f a1 04 a4 0a 09 5b 83 4e CRST.........[.N 00f0: 05 43 50 55 31 01 10 b0 00 00 06 08 50 52 45 4e .CPU1.......PREN 0100: 11 0b 0a 08 00 08 01 01 01 00 00 00 08 50 52 44 .............PRD 0110: 53 11 0b 0a 08 00 08 01 01 00 00 00 00 14 19 5f S.............._ 0120: 4d 41 54 00 a0 0b 43 52 53 54 01 a4 50 52 45 4e MAT...CRST..PREN 0130: a1 06 a4 50 52 44 53 14 15 5f 53 54 41 00 a0 09 ...PRDS.._STA... 0140: 43 52 53 54 01 a4 0a 0f a1 04 a4 0a 09 5b 83 40 CRST.........[.@ 0150: 06 43 50 55 32 02 10 b0 00 00 06 08 50 52 45 4e .CPU2.......PREN 0160: 11 0b 0a 08 00 08 02 02 01 00 00 00 08 50 52 44 .............PRD 0170: 53 11 0b 0a 08 00 08 02 02 00 00 00 00 14 1a 5f S.............._ 0180: 4d 41 54 00 a0 0c 43 52 53 54 0a 02 a4 50 52 45 MAT...CRST...PRE 0190: 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 00 a0 N...PRDS.._STA.. 01a0: 0a 43 52 53 54 0a 02 a4 0a 0f a1 04 a4 0a 09 5b .CRST..........[ 01b0: 83 40 06 43 50 55 33 03 10 b0 00 00 06 08 50 52 .@.CPU3.......PR 01c0: 45 4e 11 0b 0a 08 00 08 03 03 01 00 00 00 08 50 EN.............P 01d0: 52 44 53 11 0b 0a 08 00 08 03 03 00 00 00 00 14 RDS............. 01e0: 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a 03 a4 50 ._MAT...CRST...P 01f0: 52 45 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 REN...PRDS.._STA 0200: 00 a0 0a 43 52 53 54 0a 03 a4 0a 0f a1 04 a4 0a ...CRST......... 0210: 09 5b 83 40 06 43 50 55 34 04 10 b0 00 00 06 08 .[.@.CPU4....... 0220: 50 52 45 4e 11 0b 0a 08 00 08 04 04 01 00 00 00 PREN............ 0230: 08 50 52 44 53 11 0b 0a 08 00 08 04 04 00 00 00 .PRDS........... 0240: 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a 04 ..._MAT...CRST.. 0250: a4 50 52 45 4e a1 06 a4 50 52 44 53 14 16 5f 53 .PREN...PRDS.._S 0260: 54 41 00 a0 0a 43 52 53 54 0a 04 a4 0a 0f a1 04 TA...CRST....... 0270: a4 0a 09 5b 83 40 06 43 50 55 35 05 10 b0 00 00 ...[.@.CPU5..... 0280: 06 08 50 52 45 4e 11 0b 0a 08 00 08 05 05 01 00 ..PREN.......... 0290: 00 00 08 50 52 44 53 11 0b 0a 08 00 08 05 05 00 ...PRDS......... 02a0: 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 ....._MAT...CRST 02b0: 0a 05 a4 50 52 45 4e a1 06 a4 50 52 44 53 14 16 ...PREN...PRDS.. 02c0: 5f 53 54 41 00 a0 0a 43 52 53 54 0a 05 a4 0a 0f _STA...CRST..... 02d0: a1 04 a4 0a 09 5b 83 40 06 43 50 55 36 06 10 b0 .....[.@.CPU6... 02e0: 00 00 06 08 50 52 45 4e 11 0b 0a 08 00 08 06 06 ....PREN........ 02f0: 01 00 00 00 08 50 52 44 53 11 0b 0a 08 00 08 06 .....PRDS....... 0300: 06 00 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 ......._MAT...CR 0310: 53 54 0a 06 a4 50 52 45 4e a1 06 a4 50 52 44 53 ST...PREN...PRDS 0320: 14 16 5f 53 54 41 00 a0 0a 43 52 53 54 0a 06 a4 .._STA...CRST... 0330: 0a 0f a1 04 a4 0a 09 5b 83 40 06 43 50 55 37 07 .......[.@.CPU7. 0340: 10 b0 00 00 06 08 50 52 45 4e 11 0b 0a 08 00 08 ......PREN...... 0350: 07 07 01 00 00 00 08 50 52 44 53 11 0b 0a 08 00 .......PRDS..... 0360: 08 07 07 00 00 00 00 14 1a 5f 4d 41 54 00 a0 0c ........._MAT... 0370: 43 52 53 54 0a 07 a4 50 52 45 4e a1 06 a4 50 52 CRST...PREN...PR 0380: 44 53 14 16 5f 53 54 41 00 a0 0a 43 52 53 54 0a DS.._STA...CRST. 0390: 07 a4 0a 0f a1 04 a4 0a 09 5b 83 40 06 43 50 55 .........[.@.CPU 03a0: 38 08 10 b0 00 00 06 08 50 52 45 4e 11 0b 0a 08 8.......PREN.... 03b0: 00 08 08 08 01 00 00 00 08 50 52 44 53 11 0b 0a .........PRDS... 03c0: 08 00 08 08 08 00 00 00 00 14 1a 5f 4d 41 54 00 ..........._MAT. 03d0: a0 0c 43 52 53 54 0a 08 a4 50 52 45 4e a1 06 a4 ..CRST...PREN... 03e0: 50 52 44 53 14 16 5f 53 54 41 00 a0 0a 43 52 53 PRDS.._STA...CRS 03f0: 54 0a 08 a4 0a 0f a1 04 a4 0a 09 5b 83 40 06 43 T..........[.@.C 0400: 50 55 39 09 10 b0 00 00 06 08 50 52 45 4e 11 0b PU9.......PREN.. 0410: 0a 08 00 08 09 09 01 00 00 00 08 50 52 44 53 11 ...........PRDS. 0420: 0b 0a 08 00 08 09 09 00 00 00 00 14 1a 5f 4d 41 ............._MA 0430: 54 00 a0 0c 43 52 53 54 0a 09 a4 50 52 45 4e a1 T...CRST...PREN. 0440: 06 a4 50 52 44 53 14 16 5f 53 54 41 00 a0 0a 43 ..PRDS.._STA...C 0450: 52 53 54 0a 09 a4 0a 0f a1 04 a4 0a 09 5b 83 40 RST..........[.@ 0460: 06 43 50 55 41 0a 10 b0 00 00 06 08 50 52 45 4e .CPUA.......PREN 0470: 11 0b 0a 08 00 08 0a 0a 01 00 00 00 08 50 52 44 .............PRD 0480: 53 11 0b 0a 08 00 08 0a 0a 00 00 00 00 14 1a 5f S.............._ 0490: 4d 41 54 00 a0 0c 43 52 53 54 0a 0a a4 50 52 45 MAT...CRST...PRE 04a0: 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 00 a0 N...PRDS.._STA.. 04b0: 0a 43 52 53 54 0a 0a a4 0a 0f a1 04 a4 0a 09 5b .CRST..........[ 04c0: 83 40 06 43 50 55 42 0b 10 b0 00 00 06 08 50 52 .@.CPUB.......PR 04d0: 45 4e 11 0b 0a 08 00 08 0b 0b 01 00 00 00 08 50 EN.............P 04e0: 52 44 53 11 0b 0a 08 00 08 0b 0b 00 00 00 00 14 RDS............. 04f0: 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a 0b a4 50 ._MAT...CRST...P 0500: 52 45 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 REN...PRDS.._STA 0510: 00 a0 0a 43 52 53 54 0a 0b a4 0a 0f a1 04 a4 0a ...CRST......... 0520: 09 5b 83 40 06 43 50 55 43 0c 10 b0 00 00 06 08 .[.@.CPUC....... 0530: 50 52 45 4e 11 0b 0a 08 00 08 0c 0c 01 00 00 00 PREN............ 0540: 08 50 52 44 53 11 0b 0a 08 00 08 0c 0c 00 00 00 .PRDS........... 0550: 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a 0c ..._MAT...CRST.. 0560: a4 50 52 45 4e a1 06 a4 50 52 44 53 14 16 5f 53 .PREN...PRDS.._S 0570: 54 41 00 a0 0a 43 52 53 54 0a 0c a4 0a 0f a1 04 TA...CRST....... 0580: a4 0a 09 5b 83 40 06 43 50 55 44 0d 10 b0 00 00 ...[.@.CPUD..... 0590: 06 08 50 52 45 4e 11 0b 0a 08 00 08 0d 0d 01 00 ..PREN.......... 05a0: 00 00 08 50 52 44 53 11 0b 0a 08 00 08 0d 0d 00 ...PRDS......... 05b0: 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 ....._MAT...CRST 05c0: 0a 0d a4 50 52 45 4e a1 06 a4 50 52 44 53 14 16 ...PREN...PRDS.. 05d0: 5f 53 54 41 00 a0 0a 43 52 53 54 0a 0d a4 0a 0f _STA...CRST..... 05e0: a1 04 a4 0a 09 5b 83 40 06 43 50 55 45 0e 10 b0 .....[.@.CPUE... 05f0: 00 00 06 08 50 52 45 4e 11 0b 0a 08 00 08 0e 0e ....PREN........ 0600: 01 00 00 00 08 50 52 44 53 11 0b 0a 08 00 08 0e .....PRDS....... 0610: 0e 00 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 ......._MAT...CR 0620: 53 54 0a 0e a4 50 52 45 4e a1 06 a4 50 52 44 53 ST...PREN...PRDS 0630: 14 16 5f 53 54 41 00 a0 0a 43 52 53 54 0a 0e a4 .._STA...CRST... 0640: 0a 0f a1 04 a4 0a 09 14 4b 0b 4e 54 46 59 02 a0 ........K.NTFY.. 0650: 0a 93 68 00 86 43 50 55 30 69 a0 0a 93 68 01 86 ..h..CPU0i...h.. 0660: 43 50 55 31 69 a0 0b 93 68 0a 02 86 43 50 55 32 CPU1i...h...CPU2 0670: 69 a0 0b 93 68 0a 03 86 43 50 55 33 69 a0 0b 93 i...h...CPU3i... 0680: 68 0a 04 86 43 50 55 34 69 a0 0b 93 68 0a 05 86 h...CPU4i...h... 0690: 43 50 55 35 69 a0 0b 93 68 0a 06 86 43 50 55 36 CPU5i...h...CPU6 06a0: 69 a0 0b 93 68 0a 07 86 43 50 55 37 69 a0 0b 93 i...h...CPU7i... 06b0: 68 0a 08 86 43 50 55 38 69 a0 0b 93 68 0a 09 86 h...CPU8i...h... 06c0: 43 50 55 39 69 a0 0b 93 68 0a 0a 86 43 50 55 41 CPU9i...h...CPUA 06d0: 69 a0 0b 93 68 0a 0b 86 43 50 55 42 69 a0 0b 93 i...h...CPUBi... 06e0: 68 0a 0c 86 43 50 55 43 69 a0 0b 93 68 0a 0d 86 h...CPUCi...h... 06f0: 43 50 55 44 69 a0 0b 93 68 0a 0e 86 43 50 55 45 CPUDi...h...CPUE 0700: 69 a4 01 14 3c 50 52 31 5f 03 7f 69 6a 60 79 68 i...<PR1_..ij`yh 0710: 0a 03 61 a2 2a 92 93 60 00 a0 1a 7b 60 01 00 a0 ..a.*..`...{`... 0720: 09 7b 6a 01 00 70 0a 03 63 a1 04 70 01 63 4e 54 .{j..p..c..p.cNT 0730: 46 59 61 63 7a 60 01 60 7a 6a 01 6a 75 61 a4 01 FYacz`.`zj.jua.. 0740: 14 3d 50 52 53 43 00 70 11 03 0a 20 60 70 50 52 .=PRSC.p... `pPR 0750: 53 5f 60 70 00 61 a2 1f 95 61 0a 20 70 83 88 60 S_`p.a...a. p..` 0760: 61 00 62 70 83 88 50 52 53 53 61 00 63 50 52 31 a.bp..PRSSa.cPR1 0770: 5f 61 62 63 75 61 70 60 50 52 53 53 a4 01 10 1c _abcuap`PRSS.... 0780: 5c 00 5b 80 44 42 47 5f 01 0b 44 b0 0a 04 5b 81 \.[.DBG_..D...[. 0790: 0b 44 42 47 5f 03 44 42 47 4c 20 10 43 d2 5f 53 .DBG_.DBGL .C._S 07a0: 42 5f 5b 82 4b d1 50 43 49 30 08 5f 48 49 44 0c B_[.K.PCI0._HID. 07b0: 41 d0 0a 03 08 5f 41 44 52 00 08 5f 55 49 44 01 A...._ADR.._UID. 07c0: 08 5f 50 52 54 12 4b 73 80 12 0b 04 0b ff ff 00 ._PRT.Ks........ 07d0: 4c 4e 4b 44 00 12 0b 04 0b ff ff 01 4c 4e 4b 41 LNKD........LNKA 07e0: 00 12 0c 04 0b ff ff 0a 02 4c 4e 4b 42 00 12 0c .........LNKB... 07f0: 04 0b ff ff 0a 03 4c 4e 4b 43 00 12 0d 04 0c ff ......LNKC...... 0800: ff 01 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff 01 ....LNKA........ 0810: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 01 00 0a ..LNKB.......... 0820: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 01 00 0a 03 .LNKC........... 0830: 4c 4e 4b 44 00 12 0d 04 0c ff ff 02 00 00 4c 4e LNKD..........LN 0840: 4b 42 00 12 0d 04 0c ff ff 02 00 01 4c 4e 4b 43 KB..........LNKC 0850: 00 12 0e 04 0c ff ff 02 00 0a 02 4c 4e 4b 44 00 ...........LNKD. 0860: 12 0e 04 0c ff ff 02 00 0a 03 4c 4e 4b 41 00 12 ..........LNKA.. 0870: 0d 04 0c ff ff 03 00 00 4c 4e 4b 43 00 12 0d 04 ........LNKC.... 0880: 0c ff ff 03 00 01 4c 4e 4b 44 00 12 0e 04 0c ff ......LNKD...... 0890: ff 03 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff ff .....LNKA....... 08a0: 03 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff 04 ....LNKB........ 08b0: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 04 00 01 ..LNKD.......... 08c0: 4c 4e 4b 41 00 12 0e 04 0c ff ff 04 00 0a 02 4c LNKA...........L 08d0: 4e 4b 42 00 12 0e 04 0c ff ff 04 00 0a 03 4c 4e NKB...........LN 08e0: 4b 43 00 12 0d 04 0c ff ff 05 00 00 4c 4e 4b 41 KC..........LNKA 08f0: 00 12 0d 04 0c ff ff 05 00 01 4c 4e 4b 42 00 12 ..........LNKB.. 0900: 0e 04 0c ff ff 05 00 0a 02 4c 4e 4b 43 00 12 0e .........LNKC... 0910: 04 0c ff ff 05 00 0a 03 4c 4e 4b 44 00 12 0d 04 ........LNKD.... 0920: 0c ff ff 06 00 00 4c 4e 4b 42 00 12 0d 04 0c ff ......LNKB...... 0930: ff 06 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff 06 ....LNKC........ 0940: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 06 00 ...LNKD......... 0950: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 07 00 00 ..LNKA.......... 0960: 4c 4e 4b 43 00 12 0d 04 0c ff ff 07 00 01 4c 4e LNKC..........LN 0970: 4b 44 00 12 0e 04 0c ff ff 07 00 0a 02 4c 4e 4b KD...........LNK 0980: 41 00 12 0e 04 0c ff ff 07 00 0a 03 4c 4e 4b 42 A...........LNKB 0990: 00 12 0d 04 0c ff ff 08 00 00 4c 4e 4b 44 00 12 ..........LNKD.. 09a0: 0d 04 0c ff ff 08 00 01 4c 4e 4b 41 00 12 0e 04 ........LNKA.... 09b0: 0c ff ff 08 00 0a 02 4c 4e 4b 42 00 12 0e 04 0c .......LNKB..... 09c0: ff ff 08 00 0a 03 4c 4e 4b 43 00 12 0d 04 0c ff ......LNKC...... 09d0: ff 09 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff 09 ....LNKA........ 09e0: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 09 00 0a ..LNKB.......... 09f0: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 09 00 0a 03 .LNKC........... 0a00: 4c 4e 4b 44 00 12 0d 04 0c ff ff 0a 00 00 4c 4e LNKD..........LN 0a10: 4b 42 00 12 0d 04 0c ff ff 0a 00 01 4c 4e 4b 43 KB..........LNKC 0a20: 00 12 0e 04 0c ff ff 0a 00 0a 02 4c 4e 4b 44 00 ...........LNKD. 0a30: 12 0e 04 0c ff ff 0a 00 0a 03 4c 4e 4b 41 00 12 ..........LNKA.. 0a40: 0d 04 0c ff ff 0b 00 00 4c 4e 4b 43 00 12 0d 04 ........LNKC.... 0a50: 0c ff ff 0b 00 01 4c 4e 4b 44 00 12 0e 04 0c ff ......LNKD...... 0a60: ff 0b 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff ff .....LNKA....... 0a70: 0b 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff 0c ....LNKB........ 0a80: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 0c 00 01 ..LNKD.......... 0a90: 4c 4e 4b 41 00 12 0e 04 0c ff ff 0c 00 0a 02 4c LNKA...........L 0aa0: 4e 4b 42 00 12 0e 04 0c ff ff 0c 00 0a 03 4c 4e NKB...........LN 0ab0: 4b 43 00 12 0d 04 0c ff ff 0d 00 00 4c 4e 4b 41 KC..........LNKA 0ac0: 00 12 0d 04 0c ff ff 0d 00 01 4c 4e 4b 42 00 12 ..........LNKB.. 0ad0: 0e 04 0c ff ff 0d 00 0a 02 4c 4e 4b 43 00 12 0e .........LNKC... 0ae0: 04 0c ff ff 0d 00 0a 03 4c 4e 4b 44 00 12 0d 04 ........LNKD.... 0af0: 0c ff ff 0e 00 00 4c 4e 4b 42 00 12 0d 04 0c ff ......LNKB...... 0b00: ff 0e 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff 0e ....LNKC........ 0b10: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 0e 00 ...LNKD......... 0b20: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 0f 00 00 ..LNKA.......... 0b30: 4c 4e 4b 43 00 12 0d 04 0c ff ff 0f 00 01 4c 4e LNKC..........LN 0b40: 4b 44 00 12 0e 04 0c ff ff 0f 00 0a 02 4c 4e 4b KD...........LNK 0b50: 41 00 12 0e 04 0c ff ff 0f 00 0a 03 4c 4e 4b 42 A...........LNKB 0b60: 00 12 0d 04 0c ff ff 10 00 00 4c 4e 4b 44 00 12 ..........LNKD.. 0b70: 0d 04 0c ff ff 10 00 01 4c 4e 4b 41 00 12 0e 04 ........LNKA.... 0b80: 0c ff ff 10 00 0a 02 4c 4e 4b 42 00 12 0e 04 0c .......LNKB..... 0b90: ff ff 10 00 0a 03 4c 4e 4b 43 00 12 0d 04 0c ff ......LNKC...... 0ba0: ff 11 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff 11 ....LNKA........ 0bb0: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 11 00 0a ..LNKB.......... 0bc0: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 11 00 0a 03 .LNKC........... 0bd0: 4c 4e 4b 44 00 12 0d 04 0c ff ff 12 00 00 4c 4e LNKD..........LN 0be0: 4b 42 00 12 0d 04 0c ff ff 12 00 01 4c 4e 4b 43 KB..........LNKC 0bf0: 00 12 0e 04 0c ff ff 12 00 0a 02 4c 4e 4b 44 00 ...........LNKD. 0c00: 12 0e 04 0c ff ff 12 00 0a 03 4c 4e 4b 41 00 12 ..........LNKA.. 0c10: 0d 04 0c ff ff 13 00 00 4c 4e 4b 43 00 12 0d 04 ........LNKC.... 0c20: 0c ff ff 13 00 01 4c 4e 4b 44 00 12 0e 04 0c ff ......LNKD...... 0c30: ff 13 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff ff .....LNKA....... 0c40: 13 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff 14 ....LNKB........ 0c50: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 14 00 01 ..LNKD.......... 0c60: 4c 4e 4b 41 00 12 0e 04 0c ff ff 14 00 0a 02 4c LNKA...........L 0c70: 4e 4b 42 00 12 0e 04 0c ff ff 14 00 0a 03 4c 4e NKB...........LN 0c80: 4b 43 00 12 0d 04 0c ff ff 15 00 00 4c 4e 4b 41 KC..........LNKA 0c90: 00 12 0d 04 0c ff ff 15 00 01 4c 4e 4b 42 00 12 ..........LNKB.. 0ca0: 0e 04 0c ff ff 15 00 0a 02 4c 4e 4b 43 00 12 0e .........LNKC... 0cb0: 04 0c ff ff 15 00 0a 03 4c 4e 4b 44 00 12 0d 04 ........LNKD.... 0cc0: 0c ff ff 16 00 00 4c 4e 4b 42 00 12 0d 04 0c ff ......LNKB...... 0cd0: ff 16 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff 16 ....LNKC........ 0ce0: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 16 00 ...LNKD......... 0cf0: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 17 00 00 ..LNKA.......... 0d00: 4c 4e 4b 43 00 12 0d 04 0c ff ff 17 00 01 4c 4e LNKC..........LN 0d10: 4b 44 00 12 0e 04 0c ff ff 17 00 0a 02 4c 4e 4b KD...........LNK 0d20: 41 00 12 0e 04 0c ff ff 17 00 0a 03 4c 4e 4b 42 A...........LNKB 0d30: 00 12 0d 04 0c ff ff 18 00 00 4c 4e 4b 44 00 12 ..........LNKD.. 0d40: 0d 04 0c ff ff 18 00 01 4c 4e 4b 41 00 12 0e 04 ........LNKA.... 0d50: 0c ff ff 18 00 0a 02 4c 4e 4b 42 00 12 0e 04 0c .......LNKB..... 0d60: ff ff 18 00 0a 03 4c 4e 4b 43 00 12 0d 04 0c ff ......LNKC...... 0d70: ff 19 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff 19 ....LNKA........ 0d80: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 19 00 0a ..LNKB.......... 0d90: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 19 00 0a 03 .LNKC........... 0da0: 4c 4e 4b 44 00 12 0d 04 0c ff ff 1a 00 00 4c 4e LNKD..........LN 0db0: 4b 42 00 12 0d 04 0c ff ff 1a 00 01 4c 4e 4b 43 KB..........LNKC 0dc0: 00 12 0e 04 0c ff ff 1a 00 0a 02 4c 4e 4b 44 00 ...........LNKD. 0dd0: 12 0e 04 0c ff ff 1a 00 0a 03 4c 4e 4b 41 00 12 ..........LNKA.. 0de0: 0d 04 0c ff ff 1b 00 00 4c 4e 4b 43 00 12 0d 04 ........LNKC.... 0df0: 0c ff ff 1b 00 01 4c 4e 4b 44 00 12 0e 04 0c ff ......LNKD...... 0e00: ff 1b 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff ff .....LNKA....... 0e10: 1b 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff 1c ....LNKB........ 0e20: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 1c 00 01 ..LNKD.......... 0e30: 4c 4e 4b 41 00 12 0e 04 0c ff ff 1c 00 0a 02 4c LNKA...........L 0e40: 4e 4b 42 00 12 0e 04 0c ff ff 1c 00 0a 03 4c 4e NKB...........LN 0e50: 4b 43 00 12 0d 04 0c ff ff 1d 00 00 4c 4e 4b 41 KC..........LNKA 0e60: 00 12 0d 04 0c ff ff 1d 00 01 4c 4e 4b 42 00 12 ..........LNKB.. 0e70: 0e 04 0c ff ff 1d 00 0a 02 4c 4e 4b 43 00 12 0e .........LNKC... 0e80: 04 0c ff ff 1d 00 0a 03 4c 4e 4b 44 00 12 0d 04 ........LNKD.... 0e90: 0c ff ff 1e 00 00 4c 4e 4b 42 00 12 0d 04 0c ff ......LNKB...... 0ea0: ff 1e 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff 1e ....LNKC........ 0eb0: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 1e 00 ...LNKD......... 0ec0: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 1f 00 00 ..LNKA.......... 0ed0: 4c 4e 4b 43 00 12 0d 04 0c ff ff 1f 00 01 4c 4e LNKC..........LN 0ee0: 4b 44 00 12 0e 04 0c ff ff 1f 00 0a 02 4c 4e 4b KD...........LNK 0ef0: 41 00 12 0e 04 0c ff ff 1f 00 0a 03 4c 4e 4b 42 A...........LNKB 0f00: 00 5b 80 50 43 53 54 01 0b 00 ae 0a 08 5b 81 10 .[.PCST......[.. 0f10: 50 43 53 54 43 50 43 49 55 20 50 43 49 44 20 5b PCSTCPCIU PCID [ 0f20: 80 53 45 4a 5f 01 0b 08 ae 0a 04 5b 81 0b 53 45 .SEJ_......[..SE 0f30: 4a 5f 43 42 30 45 4a 20 5b 82 25 53 31 5f 5f 08 J_CB0EJ [.%S1__. 0f40: 5f 41 44 52 0c 00 00 01 00 14 0f 5f 45 4a 30 01 _ADR......._EJ0. 0f50: 70 0a 02 42 30 45 4a a4 00 08 5f 53 55 4e 01 5b p..B0EJ..._SUN.[ 0f60: 82 26 53 32 5f 5f 08 5f 41 44 52 0c 00 00 02 00 .&S2__._ADR..... 0f70: 14 0f 5f 45 4a 30 01 70 0a 04 42 30 45 4a a4 00 .._EJ0.p..B0EJ.. 0f80: 08 5f 53 55 4e 0a 02 5b 82 26 53 33 5f 5f 08 5f ._SUN..[.&S3__._ 0f90: 41 44 52 0c 00 00 03 00 14 0f 5f 45 4a 30 01 70 ADR......._EJ0.p 0fa0: 0a 08 42 30 45 4a a4 00 08 5f 53 55 4e 0a 03 5b ..B0EJ..._SUN..[ 0fb0: 82 26 53 34 5f 5f 08 5f 41 44 52 0c 00 00 04 00 .&S4__._ADR..... 0fc0: 14 0f 5f 45 4a 30 01 70 0a 10 42 30 45 4a a4 00 .._EJ0.p..B0EJ.. 0fd0: 08 5f 53 55 4e 0a 04 5b 82 26 53 35 5f 5f 08 5f ._SUN..[.&S5__._ 0fe0: 41 44 52 0c 00 00 05 00 14 0f 5f 45 4a 30 01 70 ADR......._EJ0.p 0ff0: 0a 20 42 30 45 4a a4 00 08 5f 53 55 4e 0a 05 5b . B0EJ..._SUN..[ 1000: 82 26 53 36 5f 5f 08 5f 41 44 52 0c 00 00 06 00 .&S6__._ADR..... 1010: 14 0f 5f 45 4a 30 01 70 0a 40 42 30 45 4a a4 00 .._EJ0.p.@B0EJ.. 1020: 08 5f 53 55 4e 0a 06 5b 82 26 53 37 5f 5f 08 5f ._SUN..[.&S7__._ 1030: 41 44 52 0c 00 00 07 00 14 0f 5f 45 4a 30 01 70 ADR......._EJ0.p 1040: 0a 80 42 30 45 4a a4 00 08 5f 53 55 4e 0a 07 5b ..B0EJ..._SUN..[ 1050: 82 27 53 38 5f 5f 08 5f 41 44 52 0c 00 00 08 00 .'S8__._ADR..... 1060: 14 10 5f 45 4a 30 01 70 0b 00 01 42 30 45 4a a4 .._EJ0.p...B0EJ. 1070: 00 08 5f 53 55 4e 0a 08 5b 82 27 53 39 5f 5f 08 .._SUN..[.'S9__. 1080: 5f 41 44 52 0c 00 00 09 00 14 10 5f 45 4a 30 01 _ADR......._EJ0. 1090: 70 0b 00 02 42 30 45 4a a4 00 08 5f 53 55 4e 0a p...B0EJ..._SUN. 10a0: 09 5b 82 27 53 31 30 5f 08 5f 41 44 52 0c 00 00 .[.'S10_._ADR... 10b0: 0a 00 14 10 5f 45 4a 30 01 70 0b 00 04 42 30 45 ...._EJ0.p...B0E 10c0: 4a a4 00 08 5f 53 55 4e 0a 0a 5b 82 27 53 31 31 J..._SUN..[.'S11 10d0: 5f 08 5f 41 44 52 0c 00 00 0b 00 14 10 5f 45 4a _._ADR......._EJ 10e0: 30 01 70 0b 00 08 42 30 45 4a a4 00 08 5f 53 55 0.p...B0EJ..._SU 10f0: 4e 0a 0b 5b 82 27 53 31 32 5f 08 5f 41 44 52 0c N..[.'S12_._ADR. 1100: 00 00 0c 00 14 10 5f 45 4a 30 01 70 0b 00 10 42 ......_EJ0.p...B 1110: 30 45 4a a4 00 08 5f 53 55 4e 0a 0c 5b 82 27 53 0EJ..._SUN..[.'S 1120: 31 33 5f 08 5f 41 44 52 0c 00 00 0d 00 14 10 5f 13_._ADR......._ 1130: 45 4a 30 01 70 0b 00 20 42 30 45 4a a4 00 08 5f EJ0.p.. B0EJ..._ 1140: 53 55 4e 0a 0d 5b 82 27 53 31 34 5f 08 5f 41 44 SUN..[.'S14_._AD 1150: 52 0c 00 00 0e 00 14 10 5f 45 4a 30 01 70 0b 00 R......._EJ0.p.. 1160: 40 42 30 45 4a a4 00 08 5f 53 55 4e 0a 0e 5b 82 @B0EJ..._SUN..[. 1170: 27 53 31 35 5f 08 5f 41 44 52 0c 00 00 0f 00 14 'S15_._ADR...... 1180: 10 5f 45 4a 30 01 70 0b 00 80 42 30 45 4a a4 00 ._EJ0.p...B0EJ.. 1190: 08 5f 53 55 4e 0a 0f 5b 82 29 53 31 36 5f 08 5f ._SUN..[.)S16_._ 11a0: 41 44 52 0c 00 00 10 00 14 12 5f 45 4a 30 01 70 ADR......._EJ0.p 11b0: 0c 00 00 01 00 42 30 45 4a a4 00 08 5f 53 55 4e .....B0EJ..._SUN 11c0: 0a 10 5b 82 29 53 31 37 5f 08 5f 41 44 52 0c 00 ..[.)S17_._ADR.. 11d0: 00 11 00 14 12 5f 45 4a 30 01 70 0c 00 00 02 00 ....._EJ0.p..... 11e0: 42 30 45 4a a4 00 08 5f 53 55 4e 0a 11 5b 82 29 B0EJ..._SUN..[.) 11f0: 53 31 38 5f 08 5f 41 44 52 0c 00 00 12 00 14 12 S18_._ADR....... 1200: 5f 45 4a 30 01 70 0c 00 00 04 00 42 30 45 4a a4 _EJ0.p.....B0EJ. 1210: 00 08 5f 53 55 4e 0a 12 5b 82 29 53 31 39 5f 08 .._SUN..[.)S19_. 1220: 5f 41 44 52 0c 00 00 13 00 14 12 5f 45 4a 30 01 _ADR......._EJ0. 1230: 70 0c 00 00 08 00 42 30 45 4a a4 00 08 5f 53 55 p.....B0EJ..._SU 1240: 4e 0a 13 5b 82 29 53 32 30 5f 08 5f 41 44 52 0c N..[.)S20_._ADR. 1250: 00 00 14 00 14 12 5f 45 4a 30 01 70 0c 00 00 10 ......_EJ0.p.... 1260: 00 42 30 45 4a a4 00 08 5f 53 55 4e 0a 14 5b 82 .B0EJ..._SUN..[. 1270: 29 53 32 31 5f 08 5f 41 44 52 0c 00 00 15 00 14 )S21_._ADR...... 1280: 12 5f 45 4a 30 01 70 0c 00 00 20 00 42 30 45 4a ._EJ0.p... .B0EJ 1290: a4 00 08 5f 53 55 4e 0a 15 5b 82 29 53 32 32 5f ..._SUN..[.)S22_ 12a0: 08 5f 41 44 52 0c 00 00 16 00 14 12 5f 45 4a 30 ._ADR......._EJ0 12b0: 01 70 0c 00 00 40 00 42 30 45 4a a4 00 08 5f 53 .p...@.B0EJ..._S 12c0: 55 4e 0a 16 5b 82 29 53 32 33 5f 08 5f 41 44 52 UN..[.)S23_._ADR 12d0: 0c 00 00 17 00 14 12 5f 45 4a 30 01 70 0c 00 00 ......._EJ0.p... 12e0: 80 00 42 30 45 4a a4 00 08 5f 53 55 4e 0a 17 5b ..B0EJ..._SUN..[ 12f0: 82 29 53 32 34 5f 08 5f 41 44 52 0c 00 00 18 00 .)S24_._ADR..... 1300: 14 12 5f 45 4a 30 01 70 0c 00 00 00 01 42 30 45 .._EJ0.p.....B0E 1310: 4a a4 00 08 5f 53 55 4e 0a 18 5b 82 29 53 32 35 J..._SUN..[.)S25 1320: 5f 08 5f 41 44 52 0c 00 00 19 00 14 12 5f 45 4a _._ADR......._EJ 1330: 30 01 70 0c 00 00 00 02 42 30 45 4a a4 00 08 5f 0.p.....B0EJ..._ 1340: 53 55 4e 0a 19 5b 82 29 53 32 36 5f 08 5f 41 44 SUN..[.)S26_._AD 1350: 52 0c 00 00 1a 00 14 12 5f 45 4a 30 01 70 0c 00 R......._EJ0.p.. 1360: 00 00 04 42 30 45 4a a4 00 08 5f 53 55 4e 0a 1a ...B0EJ..._SUN.. 1370: 5b 82 29 53 32 37 5f 08 5f 41 44 52 0c 00 00 1b [.)S27_._ADR.... 1380: 00 14 12 5f 45 4a 30 01 70 0c 00 00 00 08 42 30 ..._EJ0.p.....B0 1390: 45 4a a4 00 08 5f 53 55 4e 0a 1b 5b 82 29 53 32 EJ..._SUN..[.)S2 13a0: 38 5f 08 5f 41 44 52 0c 00 00 1c 00 14 12 5f 45 8_._ADR......._E 13b0: 4a 30 01 70 0c 00 00 00 10 42 30 45 4a a4 00 08 J0.p.....B0EJ... 13c0: 5f 53 55 4e 0a 1c 5b 82 29 53 32 39 5f 08 5f 41 _SUN..[.)S29_._A 13d0: 44 52 0c 00 00 1d 00 14 12 5f 45 4a 30 01 70 0c DR......._EJ0.p. 13e0: 00 00 00 20 42 30 45 4a a4 00 08 5f 53 55 4e 0a ... B0EJ..._SUN. 13f0: 1d 5b 82 29 53 33 30 5f 08 5f 41 44 52 0c 00 00 .[.)S30_._ADR... 1400: 1e 00 14 12 5f 45 4a 30 01 70 0c 00 00 00 40 42 ...._EJ0.p....@B 1410: 30 45 4a a4 00 08 5f 53 55 4e 0a 1e 5b 82 29 53 0EJ..._SUN..[.)S 1420: 33 31 5f 08 5f 41 44 52 0c 00 00 1f 00 14 12 5f 31_._ADR......._ 1430: 45 4a 30 01 70 0c 00 00 00 80 42 30 45 4a a4 00 EJ0.p.....B0EJ.. 1440: 08 5f 53 55 4e 0a 1f 08 5f 43 52 53 11 42 07 0a ._SUN..._CRS.B.. 1450: 6e 88 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 n............... 1460: 01 47 01 f8 0c f8 0c 01 08 88 0d 00 01 0c 03 00 .G.............. 1470: 00 00 00 f7 0c 00 00 f8 0c 88 0d 00 01 0c 03 00 ................ 1480: 00 00 0d ff ff 00 00 00 f3 87 17 00 00 0c 03 00 ................ 1490: 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 00 00 ................ 14a0: 00 02 00 87 17 00 00 0c 01 00 00 00 00 00 00 00 ................ 14b0: e0 ff ff bf fe 00 00 00 00 00 00 c0 1e 79 00 10 .............y.. 14c0: 4d 2b 2e 5f 53 42 5f 50 43 49 30 5b 82 2a 56 47 M+._SB_PCI0[.*VG 14d0: 41 5f 08 5f 41 44 52 0c 00 00 02 00 14 08 5f 53 A_._ADR......._S 14e0: 31 44 00 a4 00 14 08 5f 53 32 44 00 a4 00 14 08 1D....._S2D..... 14f0: 5f 53 33 44 00 a4 00 5b 82 42 23 49 53 41 5f 08 _S3D...[.B#ISA_. 1500: 5f 41 44 52 0c 00 00 01 00 5b 80 50 34 30 43 02 _ADR.....[.P40C. 1510: 0a 60 0a 04 5b 82 2d 52 54 43 5f 08 5f 48 49 44 .`..[.-RTC_._HID 1520: 0c 41 d0 0b 00 08 5f 43 52 53 11 18 0a 15 47 01 .A...._CRS....G. 1530: 70 00 70 00 10 02 22 00 01 47 01 72 00 72 00 02 p.p..."..G.r.r.. 1540: 06 79 00 5b 82 44 04 4b 42 44 5f 08 5f 48 49 44 .y.[.D.KBD_._HID 1550: 0c 41 d0 03 03 14 09 5f 53 54 41 00 a4 0a 0f 14 .A....._STA..... 1560: 29 5f 43 52 53 00 08 54 4d 50 5f 11 18 0a 15 47 )_CRS..TMP_....G 1570: 01 60 00 60 00 01 01 47 01 64 00 64 00 01 01 22 .`.`...G.d.d..." 1580: 02 00 79 00 a4 54 4d 50 5f 5b 82 33 4d 4f 55 5f ..y..TMP_[.3MOU_ 1590: 08 5f 48 49 44 0c 41 d0 0f 13 14 09 5f 53 54 41 ._HID.A....._STA 15a0: 00 a4 0a 0f 14 19 5f 43 52 53 00 08 54 4d 50 5f ......_CRS..TMP_ 15b0: 11 08 0a 05 22 00 10 79 00 a4 54 4d 50 5f 5b 82 ...."..y..TMP_[. 15c0: 47 04 46 44 43 30 08 5f 48 49 44 0c 41 d0 07 00 G.FDC0._HID.A... 15d0: 14 09 5f 53 54 41 00 a4 0a 0f 14 2c 5f 43 52 53 .._STA.....,_CRS 15e0: 00 08 42 55 46 30 11 1b 0a 18 47 01 f2 03 f2 03 ..BUF0....G..... 15f0: 00 04 47 01 f7 03 f7 03 00 01 22 40 00 2a 04 00 ..G......."@.*.. 1600: 79 00 a4 42 55 46 30 5b 82 4b 05 4c 50 54 5f 08 y..BUF0[.K.LPT_. 1610: 5f 48 49 44 0c 41 d0 04 00 14 28 5f 53 54 41 00 _HID.A....(_STA. 1620: 70 5e 5e 5e 2e 50 58 31 33 44 52 53 41 60 7b 60 p^^^.PX13DRSA`{` 1630: 0c 00 00 00 80 60 a0 06 93 60 00 a4 00 a1 04 a4 .....`...`...... 1640: 0a 0f 14 21 5f 43 52 53 00 08 42 55 46 30 11 10 ...!_CRS..BUF0.. 1650: 0a 0d 47 01 78 03 78 03 08 08 22 80 00 79 00 a4 ..G.x.x..."..y.. 1660: 42 55 46 30 5b 82 41 06 43 4f 4d 31 08 5f 48 49 BUF0[.A.COM1._HI 1670: 44 0c 41 d0 05 01 08 5f 55 49 44 01 14 28 5f 53 D.A...._UID..(_S 1680: 54 41 00 70 5e 5e 5e 2e 50 58 31 33 44 52 53 43 TA.p^^^.PX13DRSC 1690: 60 7b 60 0c 00 00 00 08 60 a0 06 93 60 00 a4 00 `{`.....`...`... 16a0: a1 04 a4 0a 0f 14 21 5f 43 52 53 00 08 42 55 46 ......!_CRS..BUF 16b0: 30 11 10 0a 0d 47 01 f8 03 f8 03 00 08 22 10 00 0....G.......".. 16c0: 79 00 a4 42 55 46 30 5b 82 42 06 43 4f 4d 32 08 y..BUF0[.B.COM2. 16d0: 5f 48 49 44 0c 41 d0 05 01 08 5f 55 49 44 0a 02 _HID.A...._UID.. 16e0: 14 28 5f 53 54 41 00 70 5e 5e 5e 2e 50 58 31 33 .(_STA.p^^^.PX13 16f0: 44 52 53 43 60 7b 60 0c 00 00 00 80 60 a0 06 93 DRSC`{`.....`... 1700: 60 00 a4 00 a1 04 a4 0a 0f 14 21 5f 43 52 53 00 `.........!_CRS. 1710: 08 42 55 46 30 11 10 0a 0d 47 01 f8 02 f8 02 00 .BUF0....G...... 1720: 08 22 08 00 79 00 a4 42 55 46 30 5b 82 40 05 50 ."..y..BUF0[.@.P 1730: 58 31 33 08 5f 41 44 52 0c 03 00 01 00 5b 80 50 X13._ADR.....[.P 1740: 31 33 43 02 0a 5c 0a 24 5b 81 33 50 31 33 43 03 13C..\.$[.3P13C. 1750: 44 52 53 41 20 44 52 53 42 20 44 52 53 43 20 44 DRSA DRSB DRSC D 1760: 52 53 45 20 44 52 53 46 20 44 52 53 47 20 44 52 RSE DRSF DRSG DR 1770: 53 48 20 44 52 53 49 20 44 52 53 4a 20 10 4b 32 SH DRSI DRSJ .K2 1780: 5f 53 42 5f 5b 81 24 2f 03 50 43 49 30 49 53 41 _SB_[.$/.PCI0ISA 1790: 5f 50 34 30 43 01 50 52 51 30 08 50 52 51 31 08 _P40C.PRQ0.PRQ1. 17a0: 50 52 51 32 08 50 52 51 33 08 5b 82 4d 0b 4c 4e PRQ2.PRQ3.[.M.LN 17b0: 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 KA._HID.A...._UI 17c0: 44 01 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 03 D.._PRS......... 17d0: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 1a ............y... 17e0: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`..{..PR 17f0: 51 30 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 Q0ap..`.`.._DIS. 1800: 7d 50 52 51 30 0a 80 50 52 51 30 14 45 04 5f 43 }PRQ0..PRQ0.E._C 1810: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 RS..PRR0........ 1820: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 4d .....y..PRR0..TM 1830: 50 5f 70 50 52 51 30 60 a0 0b 95 60 0a 80 70 60 P_pPRQ0`...`..p` 1840: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 TMP_..p.TMP_.PRR 1850: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f 0.._SRS..h..TMP_ 1860: 70 54 4d 50 5f 50 52 51 30 5b 82 4e 0b 4c 4e 4b pTMP_PRQ0[.N.LNK 1870: 42 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 B._HID.A...._UID 1880: 0a 02 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 03 ..._PRS......... 1890: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 1a ............y... 18a0: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`..{..PR 18b0: 51 31 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 Q1ap..`.`.._DIS. 18c0: 7d 50 52 51 31 0a 80 50 52 51 31 14 45 04 5f 43 }PRQ1..PRQ1.E._C 18d0: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 RS..PRR0........ 18e0: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 4d .....y..PRR0..TM 18f0: 50 5f 70 50 52 51 31 60 a0 0b 95 60 0a 80 70 60 P_pPRQ1`...`..p` 1900: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 TMP_..p.TMP_.PRR 1910: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f 0.._SRS..h..TMP_ 1920: 70 54 4d 50 5f 50 52 51 31 5b 82 4e 0b 4c 4e 4b pTMP_PRQ1[.N.LNK 1930: 43 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 C._HID.A...._UID 1940: 0a 03 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 03 ..._PRS......... 1950: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 1a ............y... 1960: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`..{..PR 1970: 51 32 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 Q2ap..`.`.._DIS. 1980: 7d 50 52 51 32 0a 80 50 52 51 32 14 45 04 5f 43 }PRQ2..PRQ2.E._C 1990: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 RS..PRR0........ 19a0: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 4d .....y..PRR0..TM 19b0: 50 5f 70 50 52 51 32 60 a0 0b 95 60 0a 80 70 60 P_pPRQ2`...`..p` 19c0: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 TMP_..p.TMP_.PRR 19d0: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f 0.._SRS..h..TMP_ 19e0: 70 54 4d 50 5f 50 52 51 32 5b 82 4e 0b 4c 4e 4b pTMP_PRQ2[.N.LNK 19f0: 44 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 D._HID.A...._UID 1a00: 0a 04 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 03 ..._PRS......... 1a10: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 1a ............y... 1a20: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`..{..PR 1a30: 51 33 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 Q3ap..`.`.._DIS. 1a40: 7d 50 52 51 33 0a 80 50 52 51 33 14 45 04 5f 43 }PRQ3..PRQ3.E._C 1a50: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 RS..PRR0........ 1a60: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 4d .....y..PRR0..TM 1a70: 50 5f 70 50 52 51 33 60 a0 0b 95 60 0a 80 70 60 P_pPRQ3`...`..p` 1a80: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 TMP_..p.TMP_.PRR 1a90: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f 0.._SRS..h..TMP_ 1aa0: 70 54 4d 50 5f 50 52 51 33 08 5f 53 33 5f 12 06 pTMP_PRQ3._S3_.. 1ab0: 04 01 01 00 00 08 5f 53 34 5f 12 06 04 00 00 00 ......_S4_...... 1ac0: 00 08 5f 53 35 5f 12 06 04 00 00 00 00 10 42 a7 .._S5_........B. 1ad0: 5f 47 50 45 08 5f 48 49 44 0d 41 43 50 49 30 30 _GPE._HID.ACPI00 1ae0: 30 36 00 14 08 5f 4c 30 30 00 a4 01 14 4c 9c 5f 06..._L00....L._ 1af0: 4c 30 31 00 a0 25 7b 5c 2f 03 5f 53 42 5f 50 43 L01..%{\/._SB_PC 1b00: 49 30 50 43 49 55 0a 02 00 86 5c 2f 03 5f 53 42 I0PCIU....\/._SB 1b10: 5f 50 43 49 30 53 31 5f 5f 01 a0 26 7b 5c 2f 03 _PCI0S1__..&{\/. 1b20: 5f 53 42 5f 50 43 49 30 50 43 49 44 0a 02 00 86 _SB_PCI0PCID.... 1b30: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 5f 5f 0a \/._SB_PCI0S1__. 1b40: 03 a0 25 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..%{\/._SB_PCI0P 1b50: 43 49 55 0a 04 00 86 5c 2f 03 5f 53 42 5f 50 43 CIU....\/._SB_PC 1b60: 49 30 53 32 5f 5f 01 a0 26 7b 5c 2f 03 5f 53 42 I0S2__..&{\/._SB 1b70: 5f 50 43 49 30 50 43 49 44 0a 04 00 86 5c 2f 03 _PCI0PCID....\/. 1b80: 5f 53 42 5f 50 43 49 30 53 32 5f 5f 0a 03 a0 25 _SB_PCI0S2__...% 1b90: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 {\/._SB_PCI0PCIU 1ba0: 0a 08 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 ....\/._SB_PCI0S 1bb0: 33 5f 5f 01 a0 26 7b 5c 2f 03 5f 53 42 5f 50 43 3__..&{\/._SB_PC 1bc0: 49 30 50 43 49 44 0a 08 00 86 5c 2f 03 5f 53 42 I0PCID....\/._SB 1bd0: 5f 50 43 49 30 53 33 5f 5f 0a 03 a0 25 7b 5c 2f _PCI0S3__...%{\/ 1be0: 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0a 10 00 ._SB_PCI0PCIU... 1bf0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 34 5f 5f .\/._SB_PCI0S4__ 1c00: 01 a0 26 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..&{\/._SB_PCI0P 1c10: 43 49 44 0a 10 00 86 5c 2f 03 5f 53 42 5f 50 43 CID....\/._SB_PC 1c20: 49 30 53 34 5f 5f 0a 03 a0 25 7b 5c 2f 03 5f 53 I0S4__...%{\/._S 1c30: 42 5f 50 43 49 30 50 43 49 55 0a 20 00 86 5c 2f B_PCI0PCIU. ..\/ 1c40: 03 5f 53 42 5f 50 43 49 30 53 35 5f 5f 01 a0 26 ._SB_PCI0S5__..& 1c50: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 {\/._SB_PCI0PCID 1c60: 0a 20 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 . ..\/._SB_PCI0S 1c70: 35 5f 5f 0a 03 a0 25 7b 5c 2f 03 5f 53 42 5f 50 5__...%{\/._SB_P 1c80: 43 49 30 50 43 49 55 0a 40 00 86 5c 2f 03 5f 53 CI0PCIU.@..\/._S 1c90: 42 5f 50 43 49 30 53 36 5f 5f 01 a0 26 7b 5c 2f B_PCI0S6__..&{\/ 1ca0: 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0a 40 00 ._SB_PCI0PCID.@. 1cb0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 36 5f 5f .\/._SB_PCI0S6__ 1cc0: 0a 03 a0 25 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 ...%{\/._SB_PCI0 1cd0: 50 43 49 55 0a 80 00 86 5c 2f 03 5f 53 42 5f 50 PCIU....\/._SB_P 1ce0: 43 49 30 53 37 5f 5f 01 a0 26 7b 5c 2f 03 5f 53 CI0S7__..&{\/._S 1cf0: 42 5f 50 43 49 30 50 43 49 44 0a 80 00 86 5c 2f B_PCI0PCID....\/ 1d00: 03 5f 53 42 5f 50 43 49 30 53 37 5f 5f 0a 03 a0 ._SB_PCI0S7__... 1d10: 26 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 &{\/._SB_PCI0PCI 1d20: 55 0b 00 01 00 86 5c 2f 03 5f 53 42 5f 50 43 49 U.....\/._SB_PCI 1d30: 30 53 38 5f 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 0S8__..'{\/._SB_ 1d40: 50 43 49 30 50 43 49 44 0b 00 01 00 86 5c 2f 03 PCI0PCID.....\/. 1d50: 5f 53 42 5f 50 43 49 30 53 38 5f 5f 0a 03 a0 26 _SB_PCI0S8__...& 1d60: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 {\/._SB_PCI0PCIU 1d70: 0b 00 02 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 .....\/._SB_PCI0 1d80: 53 39 5f 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 S9__..'{\/._SB_P 1d90: 43 49 30 50 43 49 44 0b 00 02 00 86 5c 2f 03 5f CI0PCID.....\/._ 1da0: 53 42 5f 50 43 49 30 53 39 5f 5f 0a 03 a0 26 7b SB_PCI0S9__...&{ 1db0: 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0b \/._SB_PCI0PCIU. 1dc0: 00 04 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 ....\/._SB_PCI0S 1dd0: 31 30 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 10_..'{\/._SB_PC 1de0: 49 30 50 43 49 44 0b 00 04 00 86 5c 2f 03 5f 53 I0PCID.....\/._S 1df0: 42 5f 50 43 49 30 53 31 30 5f 0a 03 a0 26 7b 5c B_PCI0S10_...&{\ 1e00: 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0b 00 /._SB_PCI0PCIU.. 1e10: 08 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 ...\/._SB_PCI0S1 1e20: 31 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 1_..'{\/._SB_PCI 1e30: 30 50 43 49 44 0b 00 08 00 86 5c 2f 03 5f 53 42 0PCID.....\/._SB 1e40: 5f 50 43 49 30 53 31 31 5f 0a 03 a0 26 7b 5c 2f _PCI0S11_...&{\/ 1e50: 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0b 00 10 ._SB_PCI0PCIU... 1e60: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 32 ..\/._SB_PCI0S12 1e70: 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 _..'{\/._SB_PCI0 1e80: 50 43 49 44 0b 00 10 00 86 5c 2f 03 5f 53 42 5f PCID.....\/._SB_ 1e90: 50 43 49 30 53 31 32 5f 0a 03 a0 26 7b 5c 2f 03 PCI0S12_...&{\/. 1ea0: 5f 53 42 5f 50 43 49 30 50 43 49 55 0b 00 20 00 _SB_PCI0PCIU.. . 1eb0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 33 5f .\/._SB_PCI0S13_ 1ec0: 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..'{\/._SB_PCI0P 1ed0: 43 49 44 0b 00 20 00 86 5c 2f 03 5f 53 42 5f 50 CID.. ..\/._SB_P 1ee0: 43 49 30 53 31 33 5f 0a 03 a0 26 7b 5c 2f 03 5f CI0S13_...&{\/._ 1ef0: 53 42 5f 50 43 49 30 50 43 49 55 0b 00 40 00 86 SB_PCI0PCIU..@.. 1f00: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 34 5f 01 \/._SB_PCI0S14_. 1f10: a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 .'{\/._SB_PCI0PC 1f20: 49 44 0b 00 40 00 86 5c 2f 03 5f 53 42 5f 50 43 ID..@..\/._SB_PC 1f30: 49 30 53 31 34 5f 0a 03 a0 26 7b 5c 2f 03 5f 53 I0S14_...&{\/._S 1f40: 42 5f 50 43 49 30 50 43 49 55 0b 00 80 00 86 5c B_PCI0PCIU.....\ 1f50: 2f 03 5f 53 42 5f 50 43 49 30 53 31 35 5f 01 a0 /._SB_PCI0S15_.. 1f60: 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 '{\/._SB_PCI0PCI 1f70: 44 0b 00 80 00 86 5c 2f 03 5f 53 42 5f 50 43 49 D.....\/._SB_PCI 1f80: 30 53 31 35 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 0S15_...({\/._SB 1f90: 5f 50 43 49 30 50 43 49 55 0c 00 00 01 00 00 86 _PCI0PCIU....... 1fa0: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 36 5f 01 \/._SB_PCI0S16_. 1fb0: a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 .){\/._SB_PCI0PC 1fc0: 49 44 0c 00 00 01 00 00 86 5c 2f 03 5f 53 42 5f ID.......\/._SB_ 1fd0: 50 43 49 30 53 31 36 5f 0a 03 a0 28 7b 5c 2f 03 PCI0S16_...({\/. 1fe0: 5f 53 42 5f 50 43 49 30 50 43 49 55 0c 00 00 02 _SB_PCI0PCIU.... 1ff0: 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 ...\/._SB_PCI0S1 2000: 37 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 7_..){\/._SB_PCI 2010: 30 50 43 49 44 0c 00 00 02 00 00 86 5c 2f 03 5f 0PCID.......\/._ 2020: 53 42 5f 50 43 49 30 53 31 37 5f 0a 03 a0 28 7b SB_PCI0S17_...({ 2030: 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0c \/._SB_PCI0PCIU. 2040: 00 00 04 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 ......\/._SB_PCI 2050: 30 53 31 38 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 0S18_..){\/._SB_ 2060: 50 43 49 30 50 43 49 44 0c 00 00 04 00 00 86 5c PCI0PCID.......\ 2070: 2f 03 5f 53 42 5f 50 43 49 30 53 31 38 5f 0a 03 /._SB_PCI0S18_.. 2080: a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 .({\/._SB_PCI0PC 2090: 49 55 0c 00 00 08 00 00 86 5c 2f 03 5f 53 42 5f IU.......\/._SB_ 20a0: 50 43 49 30 53 31 39 5f 01 a0 29 7b 5c 2f 03 5f PCI0S19_..){\/._ 20b0: 53 42 5f 50 43 49 30 50 43 49 44 0c 00 00 08 00 SB_PCI0PCID..... 20c0: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 39 ..\/._SB_PCI0S19 20d0: 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 _...({\/._SB_PCI 20e0: 30 50 43 49 55 0c 00 00 10 00 00 86 5c 2f 03 5f 0PCIU.......\/._ 20f0: 53 42 5f 50 43 49 30 53 32 30 5f 01 a0 29 7b 5c SB_PCI0S20_..){\ 2100: 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0c 00 /._SB_PCI0PCID.. 2110: 00 10 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 .....\/._SB_PCI0 2120: 53 32 30 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f S20_...({\/._SB_ 2130: 50 43 49 30 50 43 49 55 0c 00 00 20 00 00 86 5c PCI0PCIU... ...\ 2140: 2f 03 5f 53 42 5f 50 43 49 30 53 32 31 5f 01 a0 /._SB_PCI0S21_.. 2150: 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ){\/._SB_PCI0PCI 2160: 44 0c 00 00 20 00 00 86 5c 2f 03 5f 53 42 5f 50 D... ...\/._SB_P 2170: 43 49 30 53 32 31 5f 0a 03 a0 28 7b 5c 2f 03 5f CI0S21_...({\/._ 2180: 53 42 5f 50 43 49 30 50 43 49 55 0c 00 00 40 00 SB_PCI0PCIU...@. 2190: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 32 ..\/._SB_PCI0S22 21a0: 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 _..){\/._SB_PCI0 21b0: 50 43 49 44 0c 00 00 40 00 00 86 5c 2f 03 5f 53 PCID...@...\/._S 21c0: 42 5f 50 43 49 30 53 32 32 5f 0a 03 a0 28 7b 5c B_PCI0S22_...({\ 21d0: 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0c 00 /._SB_PCI0PCIU.. 21e0: 00 80 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 .....\/._SB_PCI0 21f0: 53 32 33 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 S23_..){\/._SB_P 2200: 43 49 30 50 43 49 44 0c 00 00 80 00 00 86 5c 2f CI0PCID.......\/ 2210: 03 5f 53 42 5f 50 43 49 30 53 32 33 5f 0a 03 a0 ._SB_PCI0S23_... 2220: 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ({\/._SB_PCI0PCI 2230: 55 0c 00 00 00 01 00 86 5c 2f 03 5f 53 42 5f 50 U.......\/._SB_P 2240: 43 49 30 53 32 34 5f 01 a0 29 7b 5c 2f 03 5f 53 CI0S24_..){\/._S 2250: 42 5f 50 43 49 30 50 43 49 44 0c 00 00 00 01 00 B_PCI0PCID...... 2260: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 34 5f .\/._SB_PCI0S24_ 2270: 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 ...({\/._SB_PCI0 2280: 50 43 49 55 0c 00 00 00 02 00 86 5c 2f 03 5f 53 PCIU.......\/._S 2290: 42 5f 50 43 49 30 53 32 35 5f 01 a0 29 7b 5c 2f B_PCI0S25_..){\/ 22a0: 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0c 00 00 ._SB_PCI0PCID... 22b0: 00 02 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 ....\/._SB_PCI0S 22c0: 32 35 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 25_...({\/._SB_P 22d0: 43 49 30 50 43 49 55 0c 00 00 00 04 00 86 5c 2f CI0PCIU.......\/ 22e0: 03 5f 53 42 5f 50 43 49 30 53 32 36 5f 01 a0 29 ._SB_PCI0S26_..) 22f0: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 {\/._SB_PCI0PCID 2300: 0c 00 00 00 04 00 86 5c 2f 03 5f 53 42 5f 50 43 .......\/._SB_PC 2310: 49 30 53 32 36 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 I0S26_...({\/._S 2320: 42 5f 50 43 49 30 50 43 49 55 0c 00 00 00 08 00 B_PCI0PCIU...... 2330: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 37 5f .\/._SB_PCI0S27_ 2340: 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..){\/._SB_PCI0P 2350: 43 49 44 0c 00 00 00 08 00 86 5c 2f 03 5f 53 42 CID.......\/._SB 2360: 5f 50 43 49 30 53 32 37 5f 0a 03 a0 28 7b 5c 2f _PCI0S27_...({\/ 2370: 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0c 00 00 ._SB_PCI0PCIU... 2380: 00 10 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 ....\/._SB_PCI0S 2390: 32 38 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 28_..){\/._SB_PC 23a0: 49 30 50 43 49 44 0c 00 00 00 10 00 86 5c 2f 03 I0PCID.......\/. 23b0: 5f 53 42 5f 50 43 49 30 53 32 38 5f 0a 03 a0 28 _SB_PCI0S28_...( 23c0: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 {\/._SB_PCI0PCIU 23d0: 0c 00 00 00 20 00 86 5c 2f 03 5f 53 42 5f 50 43 .... ..\/._SB_PC 23e0: 49 30 53 32 39 5f 01 a0 29 7b 5c 2f 03 5f 53 42 I0S29_..){\/._SB 23f0: 5f 50 43 49 30 50 43 49 44 0c 00 00 00 20 00 86 _PCI0PCID.... .. 2400: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 39 5f 0a \/._SB_PCI0S29_. 2410: 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..({\/._SB_PCI0P 2420: 43 49 55 0c 00 00 00 40 00 86 5c 2f 03 5f 53 42 CIU....@..\/._SB 2430: 5f 50 43 49 30 53 33 30 5f 01 a0 29 7b 5c 2f 03 _PCI0S30_..){\/. 2440: 5f 53 42 5f 50 43 49 30 50 43 49 44 0c 00 00 00 _SB_PCI0PCID.... 2450: 40 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 33 @..\/._SB_PCI0S3 2460: 30 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 0_...({\/._SB_PC 2470: 49 30 50 43 49 55 0c 00 00 00 80 00 86 5c 2f 03 I0PCIU.......\/. 2480: 5f 53 42 5f 50 43 49 30 53 33 31 5f 01 a0 29 7b _SB_PCI0S31_..){ 2490: 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0c \/._SB_PCI0PCID. 24a0: 00 00 00 80 00 86 5c 2f 03 5f 53 42 5f 50 43 49 ......\/._SB_PCI 24b0: 30 53 33 31 5f 0a 03 a4 01 14 11 5f 4c 30 32 00 0S31_......_L02. 24c0: a4 5c 2e 5f 50 52 5f 50 52 53 43 14 08 5f 4c 30 .\._PR_PRSC.._L0 24d0: 33 00 a4 01 14 08 5f 4c 30 34 00 a4 01 14 08 5f 3....._L04....._ 24e0: 4c 30 35 00 a4 01 14 08 5f 4c 30 36 00 a4 01 14 L05....._L06.... 24f0: 08 5f 4c 30 37 00 a4 01 14 08 5f 4c 30 38 00 a4 ._L07....._L08.. 2500: 01 14 08 5f 4c 30 39 00 a4 01 14 08 5f 4c 30 41 ..._L09....._L0A 2510: 00 a4 01 14 08 5f 4c 30 42 00 a4 01 14 08 5f 4c ....._L0B....._L 2520: 30 43 00 a4 01 14 08 5f 4c 30 44 00 a4 01 14 08 0C....._L0D..... 2530: 5f 4c 30 45 00 a4 01 14 08 5f 4c 30 46 00 a4 01 _L0E....._L0F... FACS @ 0x1fff00c0 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 @ 0x1fff002c 0000: 46 41 43 50 74 00 00 00 01 99 51 45 4d 55 20 20 FACPt.....QEMU 0010: 51 45 4d 55 46 41 43 50 01 00 00 00 51 45 4d 55 QEMUFACP....QEMU 0020: 01 00 00 00 c0 00 ff 1f 00 01 ff 1f 01 00 09 00 ................ 0030: b2 00 00 00 f1 f0 00 00 00 b0 00 00 00 00 00 00 ................ 0040: 04 b0 00 00 00 00 00 00 00 00 00 00 08 b0 00 00 ................ 0050: e0 af 00 00 00 00 00 00 04 02 00 04 04 00 00 00 ................ 0060: ff 0f ff 0f 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0070: 65 00 00 00 e... APIC @ 0x1fff2640 0000: 41 50 49 43 e0 00 00 00 01 35 51 45 4d 55 20 20 APIC.....5QEMU 0010: 51 45 4d 55 41 50 49 43 01 00 00 00 51 45 4d 55 QEMUAPIC....QEMU 0020: 01 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 00 ................ 0030: 01 00 00 00 00 08 01 01 00 00 00 00 00 08 02 02 ................ 0040: 00 00 00 00 00 08 03 03 00 00 00 00 00 08 04 04 ................ 0050: 00 00 00 00 00 08 05 05 00 00 00 00 00 08 06 06 ................ 0060: 00 00 00 00 00 08 07 07 00 00 00 00 00 08 08 08 ................ 0070: 00 00 00 00 00 08 09 09 00 00 00 00 00 08 0a 0a ................ 0080: 00 00 00 00 00 08 0b 0b 00 00 00 00 00 08 0c 0c ................ 0090: 00 00 00 00 00 08 0d 0d 00 00 00 00 00 08 0e 0e ................ 00a0: 00 00 00 00 00 08 0f 0f 00 00 00 00 01 0c 01 00 ................ 00b0: 00 00 c0 fe 00 00 00 00 02 0a 00 05 05 00 00 00 ................ 00c0: 0d 00 02 0a 00 09 09 00 00 00 0d 00 02 0a 00 0a ................ 00d0: 0a 00 00 00 0d 00 02 0a 00 0b 0b 00 00 00 0d 00 ................ RSDT @ 0x1fff0000 0000: 52 53 44 54 2c 00 00 00 01 a1 51 45 4d 55 20 20 RSDT,.....QEMU 0010: 51 45 4d 55 52 53 44 54 01 00 00 00 51 45 4d 55 QEMURSDT....QEMU 0020: 01 00 00 00 2c 00 ff 1f 40 26 ff 1f ....,...@&.. RSD PTR @ 0xfbe30 0000: 52 53 44 20 50 54 52 20 4b 51 45 4d 55 20 20 00 RSD PTR KQEMU . 0010: 00 00 ff 1f .... #dmesg Linux version 2.6.29 (stefan@hel-stefanpad) (gcc version 4.3.3 (Gentoo 4.3.3 p1.0, pie-10.1.5) ) #65 SMP Mon Mar 30 16:27:37 CEST 2009 KERNEL supported cpus: Intel GenuineIntel AMD AuthenticAMD NSC Geode by NSC Cyrix CyrixInstead Centaur CentaurHauls Transmeta GenuineTMx86 Transmeta TransmetaCPU UMC UMC UMC UMC BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001fff0000 (usable) BIOS-e820: 000000001fff0000 - 0000000020000000 (ACPI data) BIOS-e820: 00000000fffbc000 - 0000000100000000 (reserved) DMI 2.4 present. last_pfn = 0x1fff0 max_arch_pfn = 0x100000 Scanning 2 areas for low memory corruption modified physical RAM map: modified: 0000000000000000 - 0000000000002000 (usable) modified: 0000000000002000 - 0000000000006000 (reserved) modified: 0000000000006000 - 0000000000007000 (usable) modified: 0000000000007000 - 0000000000010000 (reserved) modified: 0000000000010000 - 0000000000092000 (usable) modified: 000000000009f000 - 00000000000a0000 (reserved) modified: 00000000000e8000 - 0000000000100000 (reserved) modified: 0000000000100000 - 000000001fff0000 (usable) modified: 000000001fff0000 - 0000000020000000 (ACPI data) modified: 00000000fffbc000 - 0000000100000000 (reserved) kernel direct mapping tables up to 1fff0000 @ 10000-15000 ACPI: RSDP 000FBE30, 0014 (r0 QEMU ) ACPI: RSDT 1FFF0000, 002C (r1 QEMU QEMURSDT 1 QEMU 1) ACPI: FACP 1FFF002C, 0074 (r1 QEMU QEMUFACP 1 QEMU 1) FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4) ACPI: DSDT 1FFF0100, 2540 (r1 BXPC BXDSDT 1 INTL 20061109) ACPI: FACS 1FFF00C0, 0040 ACPI: APIC 1FFF2640, 00E0 (r1 QEMU QEMUAPIC 1 QEMU 1) ACPI: Local APIC address 0xfee00000 0MB HIGHMEM available. 511MB LOWMEM available. mapped low ram: 0 - 1fff0000 low ram: 00000000 - 1fff0000 bootmap 00011000 - 00015000 (8 early reservations) ==> bootmem [0000000000 - 001fff0000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] #3 [0000100000 - 0000d5a614] TEXT DATA BSS ==> [0000100000 - 0000d5a614] #4 [0000d5b000 - 0000d60000] INIT_PG_TABLE ==> [0000d5b000 - 0000d60000] #5 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000] #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000] #7 [0000011000 - 0000015000] BOOTMAP ==> [0000011000 - 0000015000] found SMP MP-table at [c00fbd10] 000fbd10 kvm-clock: cpu 0, msr 0:d03cc1, boot clock Zone PFN ranges: DMA 0x00000000 -> 0x00001000 Normal 0x00001000 -> 0x0001fff0 HighMem 0x0001fff0 -> 0x0001fff0 Movable zone start PFN for each node early_node_map[4] active PFN ranges 0: 0x00000000 -> 0x00000002 0: 0x00000006 -> 0x00000007 0: 0x00000010 -> 0x00000092 0: 0x00000100 -> 0x0001fff0 On node 0 totalpages: 130933 free_area_init_node: node 0, pgdat c0b967e0, node_mem_map c1000000 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 3941 pages, LIFO batch:0 Normal zone: 992 pages used for memmap Normal zone: 125968 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0xb008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] disabled) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] disabled) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] disabled) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] disabled) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0c] disabled) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0d] disabled) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0e] disabled) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0f] disabled) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) ACPI: IRQ5 used by override. ACPI: IRQ9 used by override. ACPI: IRQ10 used by override. ACPI: IRQ11 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information 16 Processors exceeds NR_CPUS limit of 4 SMP: Allowing 4 CPUs, 3 hotplug CPUs nr_irqs_gsi: 24 Allocating PCI resources starting at 30000000 (gap: 20000000:dffbc000) NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 PERCPU: Allocating 36864 bytes of per cpu data kvm-clock: cpu 0, msr 0:1407cc1, primary cpu clock Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129909 Kernel command line: usbcore.autosuspend=3 root=server:/srv/netboot ifdev=eth0 bridge BOOT_IMAGE=vmlinuz Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 PID hash table entries: 2048 (order: 11, 8192 bytes) Detected 2094.484 MHz processor. Console: colour VGA+ 80x25 console [tty0] enabled Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 506224k/524224k available (7758k kernel code, 17352k reserved, 3196k data, 1312k init, 0k highmem) virtual kernel memory layout: fixmap : 0xfff83000 - 0xfffff000 ( 496 kB) pkmap : 0xff800000 - 0xffc00000 (4096 kB) vmalloc : 0xe07f0000 - 0xff7fe000 ( 496 MB) lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB) .init : 0xc0bbd000 - 0xc0d05000 (1312 kB) .data : 0xc0893b0b - 0xc0bb2bf8 (3196 kB) .text : 0xc0100000 - 0xc0893b0b (7758 kB) Checking if this processor honours the WP bit even in supervisor mode...Ok. SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Calibrating delay loop (skipped) preset value.. 4188.96 BogoMIPS (lpj=20944840) Mount-cache hash table entries: 512 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. SMP alternatives: switching to UP code ACPI: Core revision 20081204 ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 CPU0: Intel QEMU Virtual CPU version 0.10.0 stepping 03 Brought up 1 CPUs Total of 1 processors activated (4188.96 BogoMIPS). net_namespace: 500 bytes Booting paravirtualized kernel on KVM xor: automatically using best checksumming function: pIII_sse pIII_sse : 873.600 MB/sec xor: using function: pIII_sse (873.600 MB/sec) NET: Registered protocol family 16 ACPI: bus type pci registered PCI: PCI BIOS revision 2.10 entry at 0xfb510, last bus=0 PCI: Using configuration type 1 for base access bio: create slab <bio-0> at 0 ACPI: EC: Look up EC in DSDT ACPI: Interpreter enabled ACPI: (supports S0 S3 S5) ACPI: Using IOAPIC for interrupt routing ACPI: No dock devices found. ACPI: PCI Root Bridge [PCI0] (0000:00) pci 0000:00:01.1: reg 20 io port: [0xc000-0xc00f] pci 0000:00:01.2: reg 20 io port: [0xc020-0xc03f] pci 0000:00:01.3: quirk: region b000-b03f claimed by PIIX4 ACPI pci 0000:00:01.3: quirk: region b100-b10f claimed by PIIX4 SMB pci 0000:00:02.0: reg 10 32bit mmio: [0xe0000000-0xe0ffffff] pci 0000:00:03.0: reg 10 32bit mmio: [0xf0000000-0xf001ffff] pci 0000:00:03.0: reg 14 io port: [0xc040-0xc07f] pci 0000:00:04.0: reg 10 io port: [0xc400-0xc7ff] pci 0000:00:04.0: reg 14 io port: [0xc800-0xc8ff] pci 0000:00:05.0: reg 10 io port: [0xc900-0xc91f] pci_bus 0000:00: on NUMA node 0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb ACPI: WMI: Mapper loaded PCI: Using ACPI for IRQ routing cfg80211: Using static regulatory domain info cfg80211: Regulatory domain: US (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) cfg80211: Calling CRDA for country: US pnp: PnP ACPI init ACPI: bus type pnp registered pnp: PnP ACPI: found 7 devices ACPI: ACPI bus type pnp unregistered PnPBIOS: Disabled Switched to high resolution mode on CPU 0 pci_bus 0000:00: resource 0 io: [0x00-0xffff] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff] NET: Registered protocol family 2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes) TCP bind hash table entries: 16384 (order: 5, 131072 bytes) TCP: Hash tables configured (established 16384 bind 16384) TCP reno registered NET: Registered protocol family 1 kvm: no hardware support has_svn: not amd kvm: no hardware support Machine check exception polling timer started. Scanning for low memory corruption every 60 seconds HugeTLB registered 4 MB page size, pre-allocated 0 pages VFS: Disk quotas dquot_6.5.2 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) DLM (built Mar 30 2009 16:20:07) installed OCFS2 1.5.0 ocfs2: Registered cluster interface o2cb ocfs2: Registered cluster interface user OCFS2 Node Manager 1.5.0 OCFS2 DLM 1.5.0 OCFS2 DLMFS 1.5.0 OCFS2 User DLM kernel interface loaded msgmni has been set to 989 alg: No test for stdrng (krng) async_tx: api initialized (sync-only) io scheduler noop registered io scheduler cfq registered (default) pci 0000:00:00.0: Limiting direct PCI/PCI transfers pci 0000:00:01.0: PIIX3: Enabling Passive Release pci 0000:00:01.0: Activating ISA DMA hang workarounds pci 0000:00:02.0: Boot video device pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ibmphpd: IBM Hot Plug PCI Controller Driver version: 0.6 pciehp: PCI Express Hot Plug Controller Driver version: 0.4 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 acpiphp_glue: can't get bus number, assuming 0 decode_hpp: Could not get hotplug parameters. Use defaults acpiphp: Slot [1] registered acpiphp: Slot [2] registered acpiphp: Slot [3] registered acpiphp: Slot [4] registered acpiphp: Slot [5] registered acpiphp: Slot [6] registered acpiphp: Slot [7] registered acpiphp: Slot [8] registered acpiphp: Slot [9] registered acpiphp: Slot [10] registered acpiphp: Slot [11] registered acpiphp: Slot [12] registered acpiphp: Slot [13] registered acpiphp: Slot [14] registered acpiphp: Slot [15] registered acpiphp: Slot [16] registered acpiphp: Slot [17] registered acpiphp: Slot [18] registered acpiphp: Slot [19] registered acpiphp: Slot [20] registered acpiphp: Slot [21] registered acpiphp: Slot [22] registered acpiphp: Slot [23] registered acpiphp: Slot [24] registered acpiphp: Slot [25] registered acpiphp: Slot [26] registered acpiphp: Slot [27] registered acpiphp: Slot [28] registered acpiphp: Slot [29] registered acpiphp: Slot [30] registered acpiphp: Slot [31] registered acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 ACPI: Power Button (FF) [PWRF] processor ACPI_CPU:00: registered as cooling_device0 isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Non-volatile memory driver v1.3 Linux agpgart interface v0.103 [drm] Initialized drm 1.1.0 20060810 Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A parport_pc 00:05: reported by Plug and Play ACPI parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] FDC 0 is a S82078B loop: module loaded nbd: registered device at major 43 Intel(R) PRO/1000 Network Driver - version 7.3.21-k3-NAPI Copyright (c) 1999-2006 Intel Corporation. ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 e1000: 0000:00:03.0: e1000_probe: (PCI:33MHz:32-bit) 52:54:00:12:34:56 e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6 e1000e: Copyright (c) 1999-2008 Intel Corporation. Atheros(R) L2 Ethernet Driver - version 2.2.3 Copyright (c) 2007 Atheros Corporation. jme: JMicron JMC250 gigabit ethernet driver version 1.0.3 NET3 PLIP version 2.4-parport gniibe@mri.co.jp plip0: Parallel port at 0x378, using IRQ 7. pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI e100: Copyright(c) 1999-2006 Intel Corporation sky2 driver version 1.22 PPP generic driver version 2.4.2 PPP Deflate Compression module registered tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2k ipw2200: Copyright(c) 2003-2006 Intel Corporation ieee80211: 802.11 data/management/control stack, git-1.1.13 ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com> Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ] Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: FW10 ] usbcore: registered new interface driver rtl8187 iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks iwlagn: Copyright(c) 2003-2008 Intel Corporation iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks iwl3945: Copyright(c) 2003-2008 Intel Corporation usbcore: registered new interface driver rt2500usb usbcore: registered new interface driver rt73usb ath9k: 0.1 Linux video capture interface: v2.00 saa7130/34: v4l2 driver version 0.2.14 loaded cx88/0: cx2388x v4l2 driver version 0.0.6 loaded cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded cx2388x alsa driver version 0.0.6 loaded cx88/2: cx2388x dvb driver version 0.0.6 loaded cx88/2: registering cx8802 driver, type: dvb access: shared cx23885 driver version 0.0.1 loaded saa7146: register extension 'budget dvb'. saa7146: register extension 'budget_av'. b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully Loading iSCSI transport class v2.0-870. iscsi: registered transport (tcp) Driver 'sd' needs updating - please use bus_type methods Driver 'sr' needs updating - please use bus_type methods ata_piix 0000:00:01.1: version 2.12 ata_piix 0000:00:01.1: setting latency timer to 64 scsi0 : ata_piix scsi1 : ata_piix ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 ata2.01: NODEV after polling detection ata2.00: ATAPI: QEMU DVD-ROM, 0.10.0, max UDMA/100 ata2.00: configured for MWDMA2 scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 0.10 PQ: 0 ANSI: 5 sr0: scsi3-mmc drive: 4x/4x xa/form2 tray Uniform CD-ROM driver Revision: 3.20 sr 1:0:0:0: Attached scsi CD-ROM sr0 sr 1:0:0:0: Attached scsi generic sg0 type 5 aoe: AoE v47 initialised. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver uhci_hcd: USB Universal Host Controller Interface driver ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10 uhci_hcd 0000:00:01.2: setting latency timer to 64 uhci_hcd 0000:00:01.2: UHCI Host Controller uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c020 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. usbcore: registered new interface driver libusual usbcore: registered new interface driver usbserial usbserial: USB Serial Driver core USB Serial support registered for pl2303 usbcore: registered new interface driver pl2303 pl2303: Prolific PL2303 USB to serial adaptor driver PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 input: PC Speaker as /devices/platform/pcspkr/input/input2 rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 rtc0: alarms up to one day, 114 bytes nvram piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 md: linear personality registered for level -1 md: raid0 personality registered for level 0 md: raid1 personality registered for level 1 raid6: int32x1 303 MB/s raid6: int32x2 820 MB/s raid6: int32x4 663 MB/s raid6: int32x8 583 MB/s raid6: mmxx1 2299 MB/s raid6: mmxx2 2525 MB/s raid6: sse1x1 1648 MB/s raid6: sse1x2 2058 MB/s raid6: sse2x1 2722 MB/s raid6: sse2x2 3073 MB/s raid6: using algorithm sse2x2 (3073 MB/s) md: raid6 personality registered for level 6 md: raid5 personality registered for level 5 md: raid4 personality registered for level 4 device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com EDAC MC: Ver: 2.1.0 Mar 30 2009 cpuidle: using governor ladder cpuidle: using governor menu sdhci: Secure Digital Host Controller Interface driver sdhci: Copyright(c) Pierre Ossman ricoh-mmc: Ricoh MMC Controller disabling driver ricoh-mmc: Copyright(c) Philip Langdale wbsd: Winbond W83L51xD SD/MMC card interface driver wbsd: Copyright(c) Pierre Ossman No iBFT detected. usbcore: registered new interface driver usbhid usbhid: v2.6:USB HID core driver ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 Advanced Linux Sound Architecture Driver Version 1.0.18a. sgalaxy: specify SB port isa ad1848.0: please specify port Intel ICH 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10 Intel ICH 0000:00:04.0: setting latency timer to 64 Control name 'Sigmatel Surround Phase Inversion Playback Switch' truncated to 'Sigmatel Surround Phase Inversion Playback ' intel8x0_measure_ac97_clock: measured 59909 usecs intel8x0: measured clock 109299 rejected intel8x0: clocking to 48000 ALSA device list: #0: Intel 82801AA-ICH with STAC9700,83,84 at irq 10 TCP cubic registered NET: Registered protocol family 10 NET: Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> SCTP: Hash tables configured (established 16384 bind 16384) lib80211: common routines for IEEE802.11 drivers lib80211_crypt: registered algorithm 'NULL' lib80211_crypt: registered algorithm 'WEP' lib80211_crypt: registered algorithm 'CCMP' lib80211_crypt: registered algorithm 'TKIP' Using IPI No-Shortcut mode saa7134 ALSA driver for DMA sound loaded saa7134 ALSA: no saa7134 cards found rtc_cmos 00:01: setting system clock to 2009-03-30 16:56:18 UTC (1238432178) BIOS EDD facility v0.16 2004-Jun-25, 0 devices found EDD information not available. Freeing unused kernel memory: 1312k freed >> I read the commit to qemu to add support for -acpitable (SVN 6650), but >> I don't know enough about qemu/pc-bios/programming to get any clue out >> of this. >> >> Thanks for your time! Your doing great work! >> >> >> $ hexdump -C SLIC.aml >> 00000000 53 4c 49 43 76 01 00 00 01 0a 48 50 51 4f 45 4d >> |SLICv.....HPQOEM| >> 00000010 53 4c 49 43 2d 4d 50 43 00 00 04 06 48 50 51 20 >> |SLIC-MPC....HPQ | >> 00000020 01 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 >> |................| >> 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 >> |.$..RSA1........| >> 00000040 5b ab 60 56 bc 58 1e e8 c1 d2 a1 5c e5 4f bb fd >> |[.`V.X.....\.O..| >> 00000050 1d a9 8c 94 b4 ae 08 11 dc 13 59 d3 7f f6 3e 87 >> |..........Y...>.| >> 00000060 31 b9 95 74 10 da 3b a4 5b b5 19 82 7c 39 d7 0d >> |1..t..;.[...|9..| >> 00000070 7c 22 ac 1c 2a 84 e9 0a 88 6d fa b1 e2 d8 e8 21 >> ||"..*....m.....!| >> 00000080 96 e1 2e 68 9a bf 44 45 3e 3c 8e 99 90 de 37 38 >> |...h..DE><....78| >> 00000090 57 0b 92 15 bc de ff f2 07 7e b5 40 8c 51 3a c3 >> |W........~.@.Q:.| >> 000000a0 02 48 f6 13 12 72 fb 42 78 e6 47 88 54 c7 b0 f0 >> |.H...r.Bx.G.T...| >> 000000b0 93 9e fb 04 b7 b8 b8 90 de db ed 32 e1 fb 54 a6 >> |...........2..T.| >> 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >> |................| >> * >> 00000170 00 00 00 00 00 00 |......| >> >> $ hexdump -C SLIC.bin >> 00000000 53 4c 49 43 76 01 00 00 01 47 4c 45 4e 4f 56 4f >> |SLICv....GLENOVO| >> 00000010 54 43 2d 32 50 20 20 20 00 00 00 00 20 4c 54 50 |TC-2P >> .... LTP| >> 00000020 00 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 >> |................| >> 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 >> |.$..RSA1........| >> 00000040 69 16 4a 9f b1 4b 3a fb 80 20 aa af c4 f9 3e c1 |i.J..K:.. >> ....>.| >> 00000050 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a >> |.I.je&r..._/....| >> 00000060 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 >> |......;)..L....A| >> 00000070 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 >> |w.p.....cZ....^.| >> 00000080 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 >> |........Mg.-..3 | >> 00000090 e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 |..y*.jw.. >> *vB...| >> 000000a0 b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 >> |.C@UD..7._A.p...| >> 000000b0 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb >> |..{.).....H.n>..| >> 000000c0 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f >> |............LENO| >> 000000d0 56 4f 54 43 2d 32 50 20 20 20 57 49 4e 44 4f 57 |VOTC-2P >> WINDOW| >> 000000e0 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |S >> ..............| >> 000000f0 00 00 00 00 00 00 01 9a 77 4b aa 9b 50 7b 29 09 >> |........wK..P{).| >> 00000100 bb cd 70 71 1c b3 fd 90 a6 90 e1 af 8b 2a d5 70 >> |..pq.........*.p| >> 00000110 0f b1 41 cc 00 ee 58 ec 32 46 35 02 b1 b9 be bb >> |..A...X.2F5.....| >> 00000120 ce 71 eb 21 47 f2 a6 af f1 22 77 b9 dc 38 ae c4 >> |.q.!G...."w..8..| >> 00000130 aa 97 6f cb ec 70 6f d0 ed f1 42 d4 95 b9 0e f7 >> |..o..po...B.....| >> 00000140 67 ac 64 95 09 a6 d8 a0 51 54 3c 41 f4 b9 7e ef >> |g.d.....QT<A..~.| >> 00000150 88 98 bc 9c f6 4e cf 96 23 44 35 4d 83 04 4c f2 >> |.....N..#D5M..L.| >> 00000160 83 6f 61 b0 b6 b0 d5 a8 b9 af 41 4e 25 42 e1 9a >> |.oa.......AN%B..| >> 00000170 79 82 31 00 88 18 |y.1...| >> >> >> > > -- > Gleb. > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-30 15:36 ` Stefan Hellermann @ 2009-03-30 16:37 ` Gleb Natapov 2009-03-31 16:40 ` Stefan Hellermann 2009-03-30 20:27 ` Andreas Färber 2009-10-28 10:12 ` Michael Tokarev 2 siblings, 1 reply; 10+ messages in thread From: Gleb Natapov @ 2009-03-30 16:37 UTC (permalink / raw) To: Stefan Hellermann; +Cc: qemu-devel On Mon, Mar 30, 2009 at 05:36:06PM +0200, Stefan Hellermann wrote: > Gleb Natapov schrieb: > > On Thu, Mar 26, 2009 at 06:35:16PM +0100, Stefan Hellermann wrote: > > > >> Hello, > >> > >> how can I use the -acpitable parameter to add a SLIC-table to the > >> qemu-bios dynamically? > >> > >> I think I need a file with the SLIC-data, but how can I extract this > >> data out of my BIOS from my host-machine for example? > >> > >> The -acpitable parameter accepts a bunch of settings and a datafile, do > >> I need to set all these settings? I think most of them should sit in the > >> SLIC-file. > >> > >> > > -acpitable parameter settings are field from common ACPI table header. > > If you skip any of them default will be used. Table data that goes after > > headers should be specified after data=. > > > > > >> I tried using SLIC-Data-files downloaded from the web, but I'm unsure if > >> they are formatted correctly. > >> > > It looks like they already contain ACPI header. > > > Okay, I did some new tries. On my own (real-)machine I did > # acpidump -o acpidata > # acpixtract -l dump | grep SLIC > Signature Length OemId OemTableId OemRevision CompilerId > CompilerRevision > SLIC 374 "LENOVO" "TP-7O " 00002210 " LTP" 00000000 > # acpixtract -sSLIC acpidata > # qemu-system-x86_64 -acpitable > sig=SLIC,rev=1,oem_id=LENOVO,oem_table_id=TP-70\ \ \ > ,oem_rev=00002210,asl_compiler_id=\ > LTP,asl_compiler_rev=00000000,data=SLIC.dat > Are you sure your BIOS is up to date? -- Gleb. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-30 16:37 ` Gleb Natapov @ 2009-03-31 16:40 ` Stefan Hellermann 2009-03-31 16:53 ` Gleb Natapov 0 siblings, 1 reply; 10+ messages in thread From: Stefan Hellermann @ 2009-03-31 16:40 UTC (permalink / raw) To: Gleb Natapov; +Cc: qemu-devel Gleb Natapov schrieb: > On Mon, Mar 30, 2009 at 05:36:06PM +0200, Stefan Hellermann wrote: > >> Gleb Natapov schrieb: >> >>> On Thu, Mar 26, 2009 at 06:35:16PM +0100, Stefan Hellermann wrote: >>> >>> >>>> Hello, >>>> >>>> how can I use the -acpitable parameter to add a SLIC-table to the >>>> qemu-bios dynamically? >>>> >>>> I think I need a file with the SLIC-data, but how can I extract this >>>> data out of my BIOS from my host-machine for example? >>>> >>>> The -acpitable parameter accepts a bunch of settings and a datafile, do >>>> I need to set all these settings? I think most of them should sit in the >>>> SLIC-file. >>>> >>>> >>>> >>> -acpitable parameter settings are field from common ACPI table header. >>> If you skip any of them default will be used. Table data that goes after >>> headers should be specified after data=. >>> >>> >>> >>>> I tried using SLIC-Data-files downloaded from the web, but I'm unsure if >>>> they are formatted correctly. >>>> >>>> >>> It looks like they already contain ACPI header. >>> >>> >> Okay, I did some new tries. On my own (real-)machine I did >> # acpidump -o acpidata >> # acpixtract -l dump | grep SLIC >> Signature Length OemId OemTableId OemRevision CompilerId >> CompilerRevision >> SLIC 374 "LENOVO" "TP-7O " 00002210 " LTP" 00000000 >> # acpixtract -sSLIC acpidata >> # qemu-system-x86_64 -acpitable >> sig=SLIC,rev=1,oem_id=LENOVO,oem_table_id=TP-70\ \ \ >> ,oem_rev=00002210,asl_compiler_id=\ >> LTP,asl_compiler_rev=00000000,data=SLIC.dat >> >> > > Are you sure your BIOS is up to date? > I thought the latest kvm-userspace snapshot should contain a reasonable good snapshot of qemu, but I was wrong. Somehow kvm managed it to break the support for -acpitable. I checked out the latest qemu trunk and now -acpitable works great. Thanks! But qemu is slow, with -enable-kvm it's also slow .... I think I will try out kqemu. Thanks for you patience! I should have checked if plain qemu works ... Stefan > -- > Gleb. > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-31 16:40 ` Stefan Hellermann @ 2009-03-31 16:53 ` Gleb Natapov 2009-03-31 21:12 ` Stefan Hellermann 0 siblings, 1 reply; 10+ messages in thread From: Gleb Natapov @ 2009-03-31 16:53 UTC (permalink / raw) To: Stefan Hellermann; +Cc: qemu-devel On Tue, Mar 31, 2009 at 06:40:36PM +0200, Stefan Hellermann wrote: > > > > Are you sure your BIOS is up to date? > > > I thought the latest kvm-userspace snapshot should contain a reasonable > good snapshot of qemu, but I was wrong. Somehow kvm managed it to break > the support for -acpitable. > May be kvm-userspace has outdated BIOS. I'll check. > I checked out the latest qemu trunk and now -acpitable works great. Thanks! > > But qemu is slow, with -enable-kvm it's also slow .... I think I will > try out kqemu. > > Thanks for you patience! I should have checked if plain qemu works ... > No problem and thanks for testing. -- Gleb. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-31 16:53 ` Gleb Natapov @ 2009-03-31 21:12 ` Stefan Hellermann 0 siblings, 0 replies; 10+ messages in thread From: Stefan Hellermann @ 2009-03-31 21:12 UTC (permalink / raw) To: Gleb Natapov; +Cc: qemu-devel Gleb Natapov schrieb: > On Tue, Mar 31, 2009 at 06:40:36PM +0200, Stefan Hellermann wrote: > >>> Are you sure your BIOS is up to date? >>> >>> >> I thought the latest kvm-userspace snapshot should contain a reasonable >> good snapshot of qemu, but I was wrong. Somehow kvm managed it to break >> the support for -acpitable. >> >> > May be kvm-userspace has outdated BIOS. I'll check. > Yes, I think this is the case. I tried kvm with the bios directory from qemu (-L qemu-source/pc-bios) and now -acpitable works with kvm, too. But I have small problems with apic or timer routing in the virtual machine. noapic helps and everything is fine :) > >> I checked out the latest qemu trunk and now -acpitable works great. Thanks! >> >> But qemu is slow, with -enable-kvm it's also slow .... I think I will >> try out kqemu. >> >> Thanks for you patience! I should have checked if plain qemu works ... >> >> > No problem and thanks for testing. > > -- > Gleb. > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-30 15:36 ` Stefan Hellermann 2009-03-30 16:37 ` Gleb Natapov @ 2009-03-30 20:27 ` Andreas Färber 2009-10-28 10:12 ` Michael Tokarev 2 siblings, 0 replies; 10+ messages in thread From: Andreas Färber @ 2009-03-30 20:27 UTC (permalink / raw) To: qemu-devel Hello, Am 30.03.2009 um 17:36 schrieb Stefan Hellermann: > Gleb Natapov schrieb: >> On Thu, Mar 26, 2009 at 06:35:16PM +0100, Stefan Hellermann wrote: >> >>> Hello, >>> >>> how can I use the -acpitable parameter to add a SLIC-table to the >>> qemu-bios dynamically? >>> >>> I think I need a file with the SLIC-data, but how can I extract this >>> data out of my BIOS from my host-machine for example? >>> >>> The -acpitable parameter accepts a bunch of settings and a >>> datafile, do >>> I need to set all these settings? I think most of them should sit >>> in the >>> SLIC-file. >>> >>> >> -acpitable parameter settings are field from common ACPI table >> header. >> If you skip any of them default will be used. Table data that goes >> after >> headers should be specified after data=. >> >> >>> I tried using SLIC-Data-files downloaded from the web, but I'm >>> unsure if >>> they are formatted correctly. >>> >> It looks like they already contain ACPI header. >> > Okay, I did some new tries. On my own (real-)machine I did > # acpidump -o acpidata > # acpixtract -l dump | grep SLIC > Signature Length OemId OemTableId OemRevision CompilerId > CompilerRevision > SLIC 374 "LENOVO" "TP-7O " 00002210 " LTP" > 00000000 > # acpixtract -sSLIC acpidata > # qemu-system-x86_64 -acpitable > sig=SLIC,rev=1,oem_id=LENOVO,oem_table_id=TP-70\ \ \ > ,oem_rev=00002210,asl_compiler_id=\ > LTP,asl_compiler_rev=00000000,data=SLIC.dat Note the difference above between TP-7O and TP-70 (letter oh vs. digit zero). HTH, Andreas > But this doesn't work either. I diffed the output of acpidump with the > -acpitable parameter and without, the results are the same. > I compared my own SLIC.dat file with the ones I downloaded from the > web, > the first bytes of the files look similar. I think they are in the > same > format. >> >>> -acpitable data=SLIC.aml or SLIC.bin doesn't throw an error, but the >>> linux-kernel in the virtual machine doesn't detect new acpi- >>> tables. I >>> attached a hexdump from these two files. >>> >> How do you know they are not detected. Can you send acpidump output? >> >> > I checked the start of dmesg-output, i think it lists (all?) > acpi-tables. On my real-machine there is a line > ACPI: SLIC 7F6CBE62, 0176 (r1 LENOVO TP-7O 2210 LTP 0) > In the qemu-vm there is no such line. > > #qemu-system-x86_64 -help | head -n 1 > QEMU PC emulator version 0.10.0 (kvm-devel), Copyright (c) 2003-2008 > Fabrice Bellard > > in the virtual machine, linux kernel 2.6.29: > #acpidump -o acpidata > #acpixtrace -l acpidata > Signature Length OemId OemTableId OemRevision CompilerId > CompilerRevision > > DSDT 9536 "BXPC " "BXDSDT " 00000001 "INTL" > 20061109 > FACS 64 > FACP 116 "QEMU " "QEMUFACP" 00000001 "QEMU" > 00000001 > APIC 224 "QEMU " "QEMUAPIC" 00000001 "QEMU" > 00000001 > RSDT 44 "QEMU " "QEMURSDT" 00000001 "QEMU" > 00000001 > RSDP "QEMU " > > Found 6 ACPI tables [20060324] > > # acpidump > DSDT @ 0x1fff0100 > 0000: 44 53 44 54 40 25 00 00 01 da 42 58 50 43 00 00 DSDT@ > %....BXPC.. > 0010: 42 58 44 53 44 54 00 00 01 00 00 00 49 4e 54 4c > BXDSDT......INTL > 0020: 09 11 06 20 10 49 75 5f 50 52 5f 5b 80 50 52 > 53 ... .Iu_PR_[.PRS > 0030: 54 01 0b 00 af 0a 20 5b 81 0c 50 52 53 54 01 50 T..... > [..PRST.P > 0040: 52 53 5f 40 10 08 50 52 53 53 11 03 0a 20 08 53 > RS_@..PRSS... .S > 0050: 53 56 4c 00 14 38 43 52 53 54 01 a0 16 93 53 53 SVL.. > 8CRST....SS > 0060: 56 4c 00 70 50 52 53 5f 50 52 53 53 70 01 53 53 > VL.pPRS_PRSSp.SS > 0070: 56 4c 7a 68 0a 03 61 70 83 88 50 52 53 53 61 00 > VLzh..ap..PRSSa. > 0080: 62 a4 7b 62 79 01 7b 68 0a 07 00 00 00 5b 83 4e b.{by.{h..... > [.N > 0090: 05 43 50 55 30 00 10 b0 00 00 06 08 50 52 45 > 4e .CPU0.......PREN > 00a0: 11 0b 0a 08 00 08 00 00 01 00 00 00 08 50 52 > 44 .............PRD > 00b0: 53 11 0b 0a 08 00 08 00 00 00 00 00 00 14 19 5f > S.............._ > 00c0: 4d 41 54 00 a0 0b 43 52 53 54 00 a4 50 52 45 4e > MAT...CRST..PREN > 00d0: a1 06 a4 50 52 44 53 14 15 5f 53 54 41 00 a0 > 09 ...PRDS.._STA... > 00e0: 43 52 53 54 00 a4 0a 0f a1 04 a4 0a 09 5b 83 4e CRST......... > [.N > 00f0: 05 43 50 55 31 01 10 b0 00 00 06 08 50 52 45 > 4e .CPU1.......PREN > 0100: 11 0b 0a 08 00 08 01 01 01 00 00 00 08 50 52 > 44 .............PRD > 0110: 53 11 0b 0a 08 00 08 01 01 00 00 00 00 14 19 5f > S.............._ > 0120: 4d 41 54 00 a0 0b 43 52 53 54 01 a4 50 52 45 4e > MAT...CRST..PREN > 0130: a1 06 a4 50 52 44 53 14 15 5f 53 54 41 00 a0 > 09 ...PRDS.._STA... > 0140: 43 52 53 54 01 a4 0a 0f a1 04 a4 0a 09 5b 83 40 CRST......... > [.@ > 0150: 06 43 50 55 32 02 10 b0 00 00 06 08 50 52 45 > 4e .CPU2.......PREN > 0160: 11 0b 0a 08 00 08 02 02 01 00 00 00 08 50 52 > 44 .............PRD > 0170: 53 11 0b 0a 08 00 08 02 02 00 00 00 00 14 1a 5f > S.............._ > 0180: 4d 41 54 00 a0 0c 43 52 53 54 0a 02 a4 50 52 45 > MAT...CRST...PRE > 0190: 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 00 a0 > N...PRDS.._STA.. > 01a0: 0a 43 52 53 54 0a 02 a4 0a 0f a1 04 a4 0a 09 > 5b .CRST..........[ > 01b0: 83 40 06 43 50 55 33 03 10 b0 00 00 06 08 50 > 52 .@.CPU3.......PR > 01c0: 45 4e 11 0b 0a 08 00 08 03 03 01 00 00 00 08 50 > EN.............P > 01d0: 52 44 53 11 0b 0a 08 00 08 03 03 00 00 00 00 14 > RDS............. > 01e0: 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a 03 a4 > 50 ._MAT...CRST...P > 01f0: 52 45 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 > REN...PRDS.._STA > 0200: 00 a0 0a 43 52 53 54 0a 03 a4 0a 0f a1 04 a4 > 0a ...CRST......... > 0210: 09 5b 83 40 06 43 50 55 34 04 10 b0 00 00 06 08 . > [.@.CPU4....... > 0220: 50 52 45 4e 11 0b 0a 08 00 08 04 04 01 00 00 00 > PREN............ > 0230: 08 50 52 44 53 11 0b 0a 08 00 08 04 04 00 00 > 00 .PRDS........... > 0240: 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a > 04 ..._MAT...CRST.. > 0250: a4 50 52 45 4e a1 06 a4 50 52 44 53 14 16 5f > 53 .PREN...PRDS.._S > 0260: 54 41 00 a0 0a 43 52 53 54 0a 04 a4 0a 0f a1 04 > TA...CRST....... > 0270: a4 0a 09 5b 83 40 06 43 50 55 35 05 10 b0 00 00 ... > [.@.CPU5..... > 0280: 06 08 50 52 45 4e 11 0b 0a 08 00 08 05 05 01 > 00 ..PREN.......... > 0290: 00 00 08 50 52 44 53 11 0b 0a 08 00 08 05 05 > 00 ...PRDS......... > 02a0: 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 > 54 ....._MAT...CRST > 02b0: 0a 05 a4 50 52 45 4e a1 06 a4 50 52 44 53 14 > 16 ...PREN...PRDS.. > 02c0: 5f 53 54 41 00 a0 0a 43 52 53 54 0a 05 a4 0a 0f > _STA...CRST..... > 02d0: a1 04 a4 0a 09 5b 83 40 06 43 50 55 36 06 10 b0 ..... > [.@.CPU6... > 02e0: 00 00 06 08 50 52 45 4e 11 0b 0a 08 00 08 06 > 06 ....PREN........ > 02f0: 01 00 00 00 08 50 52 44 53 11 0b 0a 08 00 08 > 06 .....PRDS....... > 0300: 06 00 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 > 52 ......._MAT...CR > 0310: 53 54 0a 06 a4 50 52 45 4e a1 06 a4 50 52 44 53 > ST...PREN...PRDS > 0320: 14 16 5f 53 54 41 00 a0 0a 43 52 53 54 0a 06 > a4 .._STA...CRST... > 0330: 0a 0f a1 04 a4 0a 09 5b 83 40 06 43 50 55 37 07 ....... > [.@.CPU7. > 0340: 10 b0 00 00 06 08 50 52 45 4e 11 0b 0a 08 00 > 08 ......PREN...... > 0350: 07 07 01 00 00 00 08 50 52 44 53 11 0b 0a 08 > 00 .......PRDS..... > 0360: 08 07 07 00 00 00 00 14 1a 5f 4d 41 54 00 a0 > 0c ........._MAT... > 0370: 43 52 53 54 0a 07 a4 50 52 45 4e a1 06 a4 50 52 > CRST...PREN...PR > 0380: 44 53 14 16 5f 53 54 41 00 a0 0a 43 52 53 54 0a > DS.._STA...CRST. > 0390: 07 a4 0a 0f a1 04 a4 0a 09 5b 83 40 06 43 50 55 ......... > [.@.CPU > 03a0: 38 08 10 b0 00 00 06 08 50 52 45 4e 11 0b 0a 08 > 8.......PREN.... > 03b0: 00 08 08 08 01 00 00 00 08 50 52 44 53 11 0b > 0a .........PRDS... > 03c0: 08 00 08 08 08 00 00 00 00 14 1a 5f 4d 41 54 > 00 ..........._MAT. > 03d0: a0 0c 43 52 53 54 0a 08 a4 50 52 45 4e a1 06 > a4 ..CRST...PREN... > 03e0: 50 52 44 53 14 16 5f 53 54 41 00 a0 0a 43 52 53 > PRDS.._STA...CRS > 03f0: 54 0a 08 a4 0a 0f a1 04 a4 0a 09 5b 83 40 06 43 T.......... > [.@.C > 0400: 50 55 39 09 10 b0 00 00 06 08 50 52 45 4e 11 0b > PU9.......PREN.. > 0410: 0a 08 00 08 09 09 01 00 00 00 08 50 52 44 53 > 11 ...........PRDS. > 0420: 0b 0a 08 00 08 09 09 00 00 00 00 14 1a 5f 4d > 41 ............._MA > 0430: 54 00 a0 0c 43 52 53 54 0a 09 a4 50 52 45 4e a1 > T...CRST...PREN. > 0440: 06 a4 50 52 44 53 14 16 5f 53 54 41 00 a0 0a > 43 ..PRDS.._STA...C > 0450: 52 53 54 0a 09 a4 0a 0f a1 04 a4 0a 09 5b 83 40 RST.......... > [.@ > 0460: 06 43 50 55 41 0a 10 b0 00 00 06 08 50 52 45 > 4e .CPUA.......PREN > 0470: 11 0b 0a 08 00 08 0a 0a 01 00 00 00 08 50 52 > 44 .............PRD > 0480: 53 11 0b 0a 08 00 08 0a 0a 00 00 00 00 14 1a 5f > S.............._ > 0490: 4d 41 54 00 a0 0c 43 52 53 54 0a 0a a4 50 52 45 > MAT...CRST...PRE > 04a0: 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 00 a0 > N...PRDS.._STA.. > 04b0: 0a 43 52 53 54 0a 0a a4 0a 0f a1 04 a4 0a 09 > 5b .CRST..........[ > 04c0: 83 40 06 43 50 55 42 0b 10 b0 00 00 06 08 50 > 52 .@.CPUB.......PR > 04d0: 45 4e 11 0b 0a 08 00 08 0b 0b 01 00 00 00 08 50 > EN.............P > 04e0: 52 44 53 11 0b 0a 08 00 08 0b 0b 00 00 00 00 14 > RDS............. > 04f0: 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a 0b a4 > 50 ._MAT...CRST...P > 0500: 52 45 4e a1 06 a4 50 52 44 53 14 16 5f 53 54 41 > REN...PRDS.._STA > 0510: 00 a0 0a 43 52 53 54 0a 0b a4 0a 0f a1 04 a4 > 0a ...CRST......... > 0520: 09 5b 83 40 06 43 50 55 43 0c 10 b0 00 00 06 08 . > [.@.CPUC....... > 0530: 50 52 45 4e 11 0b 0a 08 00 08 0c 0c 01 00 00 00 > PREN............ > 0540: 08 50 52 44 53 11 0b 0a 08 00 08 0c 0c 00 00 > 00 .PRDS........... > 0550: 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 54 0a > 0c ..._MAT...CRST.. > 0560: a4 50 52 45 4e a1 06 a4 50 52 44 53 14 16 5f > 53 .PREN...PRDS.._S > 0570: 54 41 00 a0 0a 43 52 53 54 0a 0c a4 0a 0f a1 04 > TA...CRST....... > 0580: a4 0a 09 5b 83 40 06 43 50 55 44 0d 10 b0 00 00 ... > [.@.CPUD..... > 0590: 06 08 50 52 45 4e 11 0b 0a 08 00 08 0d 0d 01 > 00 ..PREN.......... > 05a0: 00 00 08 50 52 44 53 11 0b 0a 08 00 08 0d 0d > 00 ...PRDS......... > 05b0: 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 52 53 > 54 ....._MAT...CRST > 05c0: 0a 0d a4 50 52 45 4e a1 06 a4 50 52 44 53 14 > 16 ...PREN...PRDS.. > 05d0: 5f 53 54 41 00 a0 0a 43 52 53 54 0a 0d a4 0a 0f > _STA...CRST..... > 05e0: a1 04 a4 0a 09 5b 83 40 06 43 50 55 45 0e 10 b0 ..... > [.@.CPUE... > 05f0: 00 00 06 08 50 52 45 4e 11 0b 0a 08 00 08 0e > 0e ....PREN........ > 0600: 01 00 00 00 08 50 52 44 53 11 0b 0a 08 00 08 > 0e .....PRDS....... > 0610: 0e 00 00 00 00 14 1a 5f 4d 41 54 00 a0 0c 43 > 52 ......._MAT...CR > 0620: 53 54 0a 0e a4 50 52 45 4e a1 06 a4 50 52 44 53 > ST...PREN...PRDS > 0630: 14 16 5f 53 54 41 00 a0 0a 43 52 53 54 0a 0e > a4 .._STA...CRST... > 0640: 0a 0f a1 04 a4 0a 09 14 4b 0b 4e 54 46 59 02 > a0 ........K.NTFY.. > 0650: 0a 93 68 00 86 43 50 55 30 69 a0 0a 93 68 01 > 86 ..h..CPU0i...h.. > 0660: 43 50 55 31 69 a0 0b 93 68 0a 02 86 43 50 55 32 > CPU1i...h...CPU2 > 0670: 69 a0 0b 93 68 0a 03 86 43 50 55 33 69 a0 0b 93 > i...h...CPU3i... > 0680: 68 0a 04 86 43 50 55 34 69 a0 0b 93 68 0a 05 86 > h...CPU4i...h... > 0690: 43 50 55 35 69 a0 0b 93 68 0a 06 86 43 50 55 36 > CPU5i...h...CPU6 > 06a0: 69 a0 0b 93 68 0a 07 86 43 50 55 37 69 a0 0b 93 > i...h...CPU7i... > 06b0: 68 0a 08 86 43 50 55 38 69 a0 0b 93 68 0a 09 86 > h...CPU8i...h... > 06c0: 43 50 55 39 69 a0 0b 93 68 0a 0a 86 43 50 55 41 > CPU9i...h...CPUA > 06d0: 69 a0 0b 93 68 0a 0b 86 43 50 55 42 69 a0 0b 93 > i...h...CPUBi... > 06e0: 68 0a 0c 86 43 50 55 43 69 a0 0b 93 68 0a 0d 86 > h...CPUCi...h... > 06f0: 43 50 55 44 69 a0 0b 93 68 0a 0e 86 43 50 55 45 > CPUDi...h...CPUE > 0700: 69 a4 01 14 3c 50 52 31 5f 03 7f 69 6a 60 79 68 > i...<PR1_..ij`yh > 0710: 0a 03 61 a2 2a 92 93 60 00 a0 1a 7b 60 01 00 a0 ..a.*..`... > {`... > 0720: 09 7b 6a 01 00 70 0a 03 63 a1 04 70 01 63 4e 54 . > {j..p..c..p.cNT > 0730: 46 59 61 63 7a 60 01 60 7a 6a 01 6a 75 61 a4 01 > FYacz`.`zj.jua.. > 0740: 14 3d 50 52 53 43 00 70 11 03 0a 20 60 70 50 52 .=PRSC.p... > `pPR > 0750: 53 5f 60 70 00 61 a2 1f 95 61 0a 20 70 83 88 60 S_`p.a...a. > p..` > 0760: 61 00 62 70 83 88 50 52 53 53 61 00 63 50 52 31 > a.bp..PRSSa.cPR1 > 0770: 5f 61 62 63 75 61 70 60 50 52 53 53 a4 01 10 1c > _abcuap`PRSS.... > 0780: 5c 00 5b 80 44 42 47 5f 01 0b 44 b0 0a 04 5b 81 \. > [.DBG_..D...[. > 0790: 0b 44 42 47 5f 03 44 42 47 4c 20 10 43 d2 5f > 53 .DBG_.DBGL .C._S > 07a0: 42 5f 5b 82 4b d1 50 43 49 30 08 5f 48 49 44 0c > B_[.K.PCI0._HID. > 07b0: 41 d0 0a 03 08 5f 41 44 52 00 08 5f 55 49 44 01 > A...._ADR.._UID. > 07c0: 08 5f 50 52 54 12 4b 73 80 12 0b 04 0b ff ff > 00 ._PRT.Ks........ > 07d0: 4c 4e 4b 44 00 12 0b 04 0b ff ff 01 4c 4e 4b 41 > LNKD........LNKA > 07e0: 00 12 0c 04 0b ff ff 0a 02 4c 4e 4b 42 00 12 > 0c .........LNKB... > 07f0: 04 0b ff ff 0a 03 4c 4e 4b 43 00 12 0d 04 0c > ff ......LNKC...... > 0800: ff 01 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff > 01 ....LNKA........ > 0810: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 01 00 > 0a ..LNKB.......... > 0820: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 01 00 0a > 03 .LNKC........... > 0830: 4c 4e 4b 44 00 12 0d 04 0c ff ff 02 00 00 4c 4e > LNKD..........LN > 0840: 4b 42 00 12 0d 04 0c ff ff 02 00 01 4c 4e 4b 43 > KB..........LNKC > 0850: 00 12 0e 04 0c ff ff 02 00 0a 02 4c 4e 4b 44 > 00 ...........LNKD. > 0860: 12 0e 04 0c ff ff 02 00 0a 03 4c 4e 4b 41 00 > 12 ..........LNKA.. > 0870: 0d 04 0c ff ff 03 00 00 4c 4e 4b 43 00 12 0d > 04 ........LNKC.... > 0880: 0c ff ff 03 00 01 4c 4e 4b 44 00 12 0e 04 0c > ff ......LNKD...... > 0890: ff 03 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff > ff .....LNKA....... > 08a0: 03 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff > 04 ....LNKB........ > 08b0: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 04 00 > 01 ..LNKD.......... > 08c0: 4c 4e 4b 41 00 12 0e 04 0c ff ff 04 00 0a 02 4c > LNKA...........L > 08d0: 4e 4b 42 00 12 0e 04 0c ff ff 04 00 0a 03 4c 4e > NKB...........LN > 08e0: 4b 43 00 12 0d 04 0c ff ff 05 00 00 4c 4e 4b 41 > KC..........LNKA > 08f0: 00 12 0d 04 0c ff ff 05 00 01 4c 4e 4b 42 00 > 12 ..........LNKB.. > 0900: 0e 04 0c ff ff 05 00 0a 02 4c 4e 4b 43 00 12 > 0e .........LNKC... > 0910: 04 0c ff ff 05 00 0a 03 4c 4e 4b 44 00 12 0d > 04 ........LNKD.... > 0920: 0c ff ff 06 00 00 4c 4e 4b 42 00 12 0d 04 0c > ff ......LNKB...... > 0930: ff 06 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff > 06 ....LNKC........ > 0940: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 06 > 00 ...LNKD......... > 0950: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 07 00 > 00 ..LNKA.......... > 0960: 4c 4e 4b 43 00 12 0d 04 0c ff ff 07 00 01 4c 4e > LNKC..........LN > 0970: 4b 44 00 12 0e 04 0c ff ff 07 00 0a 02 4c 4e 4b > KD...........LNK > 0980: 41 00 12 0e 04 0c ff ff 07 00 0a 03 4c 4e 4b 42 > A...........LNKB > 0990: 00 12 0d 04 0c ff ff 08 00 00 4c 4e 4b 44 00 > 12 ..........LNKD.. > 09a0: 0d 04 0c ff ff 08 00 01 4c 4e 4b 41 00 12 0e > 04 ........LNKA.... > 09b0: 0c ff ff 08 00 0a 02 4c 4e 4b 42 00 12 0e 04 > 0c .......LNKB..... > 09c0: ff ff 08 00 0a 03 4c 4e 4b 43 00 12 0d 04 0c > ff ......LNKC...... > 09d0: ff 09 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff > 09 ....LNKA........ > 09e0: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 09 00 > 0a ..LNKB.......... > 09f0: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 09 00 0a > 03 .LNKC........... > 0a00: 4c 4e 4b 44 00 12 0d 04 0c ff ff 0a 00 00 4c 4e > LNKD..........LN > 0a10: 4b 42 00 12 0d 04 0c ff ff 0a 00 01 4c 4e 4b 43 > KB..........LNKC > 0a20: 00 12 0e 04 0c ff ff 0a 00 0a 02 4c 4e 4b 44 > 00 ...........LNKD. > 0a30: 12 0e 04 0c ff ff 0a 00 0a 03 4c 4e 4b 41 00 > 12 ..........LNKA.. > 0a40: 0d 04 0c ff ff 0b 00 00 4c 4e 4b 43 00 12 0d > 04 ........LNKC.... > 0a50: 0c ff ff 0b 00 01 4c 4e 4b 44 00 12 0e 04 0c > ff ......LNKD...... > 0a60: ff 0b 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff > ff .....LNKA....... > 0a70: 0b 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff > 0c ....LNKB........ > 0a80: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 0c 00 > 01 ..LNKD.......... > 0a90: 4c 4e 4b 41 00 12 0e 04 0c ff ff 0c 00 0a 02 4c > LNKA...........L > 0aa0: 4e 4b 42 00 12 0e 04 0c ff ff 0c 00 0a 03 4c 4e > NKB...........LN > 0ab0: 4b 43 00 12 0d 04 0c ff ff 0d 00 00 4c 4e 4b 41 > KC..........LNKA > 0ac0: 00 12 0d 04 0c ff ff 0d 00 01 4c 4e 4b 42 00 > 12 ..........LNKB.. > 0ad0: 0e 04 0c ff ff 0d 00 0a 02 4c 4e 4b 43 00 12 > 0e .........LNKC... > 0ae0: 04 0c ff ff 0d 00 0a 03 4c 4e 4b 44 00 12 0d > 04 ........LNKD.... > 0af0: 0c ff ff 0e 00 00 4c 4e 4b 42 00 12 0d 04 0c > ff ......LNKB...... > 0b00: ff 0e 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff > 0e ....LNKC........ > 0b10: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 0e > 00 ...LNKD......... > 0b20: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 0f 00 > 00 ..LNKA.......... > 0b30: 4c 4e 4b 43 00 12 0d 04 0c ff ff 0f 00 01 4c 4e > LNKC..........LN > 0b40: 4b 44 00 12 0e 04 0c ff ff 0f 00 0a 02 4c 4e 4b > KD...........LNK > 0b50: 41 00 12 0e 04 0c ff ff 0f 00 0a 03 4c 4e 4b 42 > A...........LNKB > 0b60: 00 12 0d 04 0c ff ff 10 00 00 4c 4e 4b 44 00 > 12 ..........LNKD.. > 0b70: 0d 04 0c ff ff 10 00 01 4c 4e 4b 41 00 12 0e > 04 ........LNKA.... > 0b80: 0c ff ff 10 00 0a 02 4c 4e 4b 42 00 12 0e 04 > 0c .......LNKB..... > 0b90: ff ff 10 00 0a 03 4c 4e 4b 43 00 12 0d 04 0c > ff ......LNKC...... > 0ba0: ff 11 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff > 11 ....LNKA........ > 0bb0: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 11 00 > 0a ..LNKB.......... > 0bc0: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 11 00 0a > 03 .LNKC........... > 0bd0: 4c 4e 4b 44 00 12 0d 04 0c ff ff 12 00 00 4c 4e > LNKD..........LN > 0be0: 4b 42 00 12 0d 04 0c ff ff 12 00 01 4c 4e 4b 43 > KB..........LNKC > 0bf0: 00 12 0e 04 0c ff ff 12 00 0a 02 4c 4e 4b 44 > 00 ...........LNKD. > 0c00: 12 0e 04 0c ff ff 12 00 0a 03 4c 4e 4b 41 00 > 12 ..........LNKA.. > 0c10: 0d 04 0c ff ff 13 00 00 4c 4e 4b 43 00 12 0d > 04 ........LNKC.... > 0c20: 0c ff ff 13 00 01 4c 4e 4b 44 00 12 0e 04 0c > ff ......LNKD...... > 0c30: ff 13 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff > ff .....LNKA....... > 0c40: 13 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff > 14 ....LNKB........ > 0c50: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 14 00 > 01 ..LNKD.......... > 0c60: 4c 4e 4b 41 00 12 0e 04 0c ff ff 14 00 0a 02 4c > LNKA...........L > 0c70: 4e 4b 42 00 12 0e 04 0c ff ff 14 00 0a 03 4c 4e > NKB...........LN > 0c80: 4b 43 00 12 0d 04 0c ff ff 15 00 00 4c 4e 4b 41 > KC..........LNKA > 0c90: 00 12 0d 04 0c ff ff 15 00 01 4c 4e 4b 42 00 > 12 ..........LNKB.. > 0ca0: 0e 04 0c ff ff 15 00 0a 02 4c 4e 4b 43 00 12 > 0e .........LNKC... > 0cb0: 04 0c ff ff 15 00 0a 03 4c 4e 4b 44 00 12 0d > 04 ........LNKD.... > 0cc0: 0c ff ff 16 00 00 4c 4e 4b 42 00 12 0d 04 0c > ff ......LNKB...... > 0cd0: ff 16 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff > 16 ....LNKC........ > 0ce0: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 16 > 00 ...LNKD......... > 0cf0: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 17 00 > 00 ..LNKA.......... > 0d00: 4c 4e 4b 43 00 12 0d 04 0c ff ff 17 00 01 4c 4e > LNKC..........LN > 0d10: 4b 44 00 12 0e 04 0c ff ff 17 00 0a 02 4c 4e 4b > KD...........LNK > 0d20: 41 00 12 0e 04 0c ff ff 17 00 0a 03 4c 4e 4b 42 > A...........LNKB > 0d30: 00 12 0d 04 0c ff ff 18 00 00 4c 4e 4b 44 00 > 12 ..........LNKD.. > 0d40: 0d 04 0c ff ff 18 00 01 4c 4e 4b 41 00 12 0e > 04 ........LNKA.... > 0d50: 0c ff ff 18 00 0a 02 4c 4e 4b 42 00 12 0e 04 > 0c .......LNKB..... > 0d60: ff ff 18 00 0a 03 4c 4e 4b 43 00 12 0d 04 0c > ff ......LNKC...... > 0d70: ff 19 00 00 4c 4e 4b 41 00 12 0d 04 0c ff ff > 19 ....LNKA........ > 0d80: 00 01 4c 4e 4b 42 00 12 0e 04 0c ff ff 19 00 > 0a ..LNKB.......... > 0d90: 02 4c 4e 4b 43 00 12 0e 04 0c ff ff 19 00 0a > 03 .LNKC........... > 0da0: 4c 4e 4b 44 00 12 0d 04 0c ff ff 1a 00 00 4c 4e > LNKD..........LN > 0db0: 4b 42 00 12 0d 04 0c ff ff 1a 00 01 4c 4e 4b 43 > KB..........LNKC > 0dc0: 00 12 0e 04 0c ff ff 1a 00 0a 02 4c 4e 4b 44 > 00 ...........LNKD. > 0dd0: 12 0e 04 0c ff ff 1a 00 0a 03 4c 4e 4b 41 00 > 12 ..........LNKA.. > 0de0: 0d 04 0c ff ff 1b 00 00 4c 4e 4b 43 00 12 0d > 04 ........LNKC.... > 0df0: 0c ff ff 1b 00 01 4c 4e 4b 44 00 12 0e 04 0c > ff ......LNKD...... > 0e00: ff 1b 00 0a 02 4c 4e 4b 41 00 12 0e 04 0c ff > ff .....LNKA....... > 0e10: 1b 00 0a 03 4c 4e 4b 42 00 12 0d 04 0c ff ff > 1c ....LNKB........ > 0e20: 00 00 4c 4e 4b 44 00 12 0d 04 0c ff ff 1c 00 > 01 ..LNKD.......... > 0e30: 4c 4e 4b 41 00 12 0e 04 0c ff ff 1c 00 0a 02 4c > LNKA...........L > 0e40: 4e 4b 42 00 12 0e 04 0c ff ff 1c 00 0a 03 4c 4e > NKB...........LN > 0e50: 4b 43 00 12 0d 04 0c ff ff 1d 00 00 4c 4e 4b 41 > KC..........LNKA > 0e60: 00 12 0d 04 0c ff ff 1d 00 01 4c 4e 4b 42 00 > 12 ..........LNKB.. > 0e70: 0e 04 0c ff ff 1d 00 0a 02 4c 4e 4b 43 00 12 > 0e .........LNKC... > 0e80: 04 0c ff ff 1d 00 0a 03 4c 4e 4b 44 00 12 0d > 04 ........LNKD.... > 0e90: 0c ff ff 1e 00 00 4c 4e 4b 42 00 12 0d 04 0c > ff ......LNKB...... > 0ea0: ff 1e 00 01 4c 4e 4b 43 00 12 0e 04 0c ff ff > 1e ....LNKC........ > 0eb0: 00 0a 02 4c 4e 4b 44 00 12 0e 04 0c ff ff 1e > 00 ...LNKD......... > 0ec0: 0a 03 4c 4e 4b 41 00 12 0d 04 0c ff ff 1f 00 > 00 ..LNKA.......... > 0ed0: 4c 4e 4b 43 00 12 0d 04 0c ff ff 1f 00 01 4c 4e > LNKC..........LN > 0ee0: 4b 44 00 12 0e 04 0c ff ff 1f 00 0a 02 4c 4e 4b > KD...........LNK > 0ef0: 41 00 12 0e 04 0c ff ff 1f 00 0a 03 4c 4e 4b 42 > A...........LNKB > 0f00: 00 5b 80 50 43 53 54 01 0b 00 ae 0a 08 5b 81 10 .[.PCST...... > [.. > 0f10: 50 43 53 54 43 50 43 49 55 20 50 43 49 44 20 5b PCSTCPCIU > PCID [ > 0f20: 80 53 45 4a 5f 01 0b 08 ae 0a 04 5b 81 0b 53 45 .SEJ_...... > [..SE > 0f30: 4a 5f 43 42 30 45 4a 20 5b 82 25 53 31 5f 5f 08 J_CB0EJ [. > %S1__. > 0f40: 5f 41 44 52 0c 00 00 01 00 14 0f 5f 45 4a 30 01 > _ADR......._EJ0. > 0f50: 70 0a 02 42 30 45 4a a4 00 08 5f 53 55 4e 01 5b > p..B0EJ..._SUN.[ > 0f60: 82 26 53 32 5f 5f 08 5f 41 44 52 0c 00 00 02 > 00 .&S2__._ADR..... > 0f70: 14 0f 5f 45 4a 30 01 70 0a 04 42 30 45 4a a4 > 00 .._EJ0.p..B0EJ.. > 0f80: 08 5f 53 55 4e 0a 02 5b 82 26 53 33 5f 5f 08 5f ._SUN.. > [.&S3__._ > 0f90: 41 44 52 0c 00 00 03 00 14 0f 5f 45 4a 30 01 70 > ADR......._EJ0.p > 0fa0: 0a 08 42 30 45 4a a4 00 08 5f 53 55 4e 0a 03 > 5b ..B0EJ..._SUN..[ > 0fb0: 82 26 53 34 5f 5f 08 5f 41 44 52 0c 00 00 04 > 00 .&S4__._ADR..... > 0fc0: 14 0f 5f 45 4a 30 01 70 0a 10 42 30 45 4a a4 > 00 .._EJ0.p..B0EJ.. > 0fd0: 08 5f 53 55 4e 0a 04 5b 82 26 53 35 5f 5f 08 5f ._SUN.. > [.&S5__._ > 0fe0: 41 44 52 0c 00 00 05 00 14 0f 5f 45 4a 30 01 70 > ADR......._EJ0.p > 0ff0: 0a 20 42 30 45 4a a4 00 08 5f 53 55 4e 0a 05 5b . > B0EJ..._SUN..[ > 1000: 82 26 53 36 5f 5f 08 5f 41 44 52 0c 00 00 06 > 00 .&S6__._ADR..... > 1010: 14 0f 5f 45 4a 30 01 70 0a 40 42 30 45 4a a4 > 00 .._EJ0.p.@B0EJ.. > 1020: 08 5f 53 55 4e 0a 06 5b 82 26 53 37 5f 5f 08 5f ._SUN.. > [.&S7__._ > 1030: 41 44 52 0c 00 00 07 00 14 0f 5f 45 4a 30 01 70 > ADR......._EJ0.p > 1040: 0a 80 42 30 45 4a a4 00 08 5f 53 55 4e 0a 07 > 5b ..B0EJ..._SUN..[ > 1050: 82 27 53 38 5f 5f 08 5f 41 44 52 0c 00 00 08 > 00 .'S8__._ADR..... > 1060: 14 10 5f 45 4a 30 01 70 0b 00 01 42 30 45 4a > a4 .._EJ0.p...B0EJ. > 1070: 00 08 5f 53 55 4e 0a 08 5b 82 27 53 39 5f 5f 08 .._SUN.. > [.'S9__. > 1080: 5f 41 44 52 0c 00 00 09 00 14 10 5f 45 4a 30 01 > _ADR......._EJ0. > 1090: 70 0b 00 02 42 30 45 4a a4 00 08 5f 53 55 4e 0a > p...B0EJ..._SUN. > 10a0: 09 5b 82 27 53 31 30 5f 08 5f 41 44 52 0c 00 00 . > [.'S10_._ADR... > 10b0: 0a 00 14 10 5f 45 4a 30 01 70 0b 00 04 42 30 > 45 ...._EJ0.p...B0E > 10c0: 4a a4 00 08 5f 53 55 4e 0a 0a 5b 82 27 53 31 31 J..._SUN.. > [.'S11 > 10d0: 5f 08 5f 41 44 52 0c 00 00 0b 00 14 10 5f 45 4a > _._ADR......._EJ > 10e0: 30 01 70 0b 00 08 42 30 45 4a a4 00 08 5f 53 55 > 0.p...B0EJ..._SU > 10f0: 4e 0a 0b 5b 82 27 53 31 32 5f 08 5f 41 44 52 0c N.. > [.'S12_._ADR. > 1100: 00 00 0c 00 14 10 5f 45 4a 30 01 70 0b 00 10 > 42 ......_EJ0.p...B > 1110: 30 45 4a a4 00 08 5f 53 55 4e 0a 0c 5b 82 27 53 0EJ..._SUN.. > [.'S > 1120: 31 33 5f 08 5f 41 44 52 0c 00 00 0d 00 14 10 5f > 13_._ADR......._ > 1130: 45 4a 30 01 70 0b 00 20 42 30 45 4a a4 00 08 5f EJ0.p.. > B0EJ..._ > 1140: 53 55 4e 0a 0d 5b 82 27 53 31 34 5f 08 5f 41 44 SUN.. > [.'S14_._AD > 1150: 52 0c 00 00 0e 00 14 10 5f 45 4a 30 01 70 0b 00 > R......._EJ0.p.. > 1160: 40 42 30 45 4a a4 00 08 5f 53 55 4e 0a 0e 5b 82 > @B0EJ..._SUN..[. > 1170: 27 53 31 35 5f 08 5f 41 44 52 0c 00 00 0f 00 14 > 'S15_._ADR...... > 1180: 10 5f 45 4a 30 01 70 0b 00 80 42 30 45 4a a4 > 00 ._EJ0.p...B0EJ.. > 1190: 08 5f 53 55 4e 0a 0f 5b 82 29 53 31 36 5f 08 5f ._SUN.. > [.)S16_._ > 11a0: 41 44 52 0c 00 00 10 00 14 12 5f 45 4a 30 01 70 > ADR......._EJ0.p > 11b0: 0c 00 00 01 00 42 30 45 4a a4 00 08 5f 53 55 > 4e .....B0EJ..._SUN > 11c0: 0a 10 5b 82 29 53 31 37 5f 08 5f 41 44 52 0c 00 .. > [.)S17_._ADR.. > 11d0: 00 11 00 14 12 5f 45 4a 30 01 70 0c 00 00 02 > 00 ....._EJ0.p..... > 11e0: 42 30 45 4a a4 00 08 5f 53 55 4e 0a 11 5b 82 29 B0EJ..._SUN.. > [.) > 11f0: 53 31 38 5f 08 5f 41 44 52 0c 00 00 12 00 14 12 > S18_._ADR....... > 1200: 5f 45 4a 30 01 70 0c 00 00 04 00 42 30 45 4a a4 > _EJ0.p.....B0EJ. > 1210: 00 08 5f 53 55 4e 0a 12 5b 82 29 53 31 39 5f 08 .._SUN.. > [.)S19_. > 1220: 5f 41 44 52 0c 00 00 13 00 14 12 5f 45 4a 30 01 > _ADR......._EJ0. > 1230: 70 0c 00 00 08 00 42 30 45 4a a4 00 08 5f 53 55 > p.....B0EJ..._SU > 1240: 4e 0a 13 5b 82 29 53 32 30 5f 08 5f 41 44 52 0c N.. > [.)S20_._ADR. > 1250: 00 00 14 00 14 12 5f 45 4a 30 01 70 0c 00 00 > 10 ......_EJ0.p.... > 1260: 00 42 30 45 4a a4 00 08 5f 53 55 4e 0a 14 5b > 82 .B0EJ..._SUN..[. > 1270: 29 53 32 31 5f 08 5f 41 44 52 0c 00 00 15 00 > 14 )S21_._ADR...... > 1280: 12 5f 45 4a 30 01 70 0c 00 00 20 00 42 30 45 > 4a ._EJ0.p... .B0EJ > 1290: a4 00 08 5f 53 55 4e 0a 15 5b 82 29 53 32 32 5f ..._SUN.. > [.)S22_ > 12a0: 08 5f 41 44 52 0c 00 00 16 00 14 12 5f 45 4a > 30 ._ADR......._EJ0 > 12b0: 01 70 0c 00 00 40 00 42 30 45 4a a4 00 08 5f > 53 .p...@.B0EJ..._S > 12c0: 55 4e 0a 16 5b 82 29 53 32 33 5f 08 5f 41 44 52 UN.. > [.)S23_._ADR > 12d0: 0c 00 00 17 00 14 12 5f 45 4a 30 01 70 0c 00 > 00 ......._EJ0.p... > 12e0: 80 00 42 30 45 4a a4 00 08 5f 53 55 4e 0a 17 > 5b ..B0EJ..._SUN..[ > 12f0: 82 29 53 32 34 5f 08 5f 41 44 52 0c 00 00 18 > 00 .)S24_._ADR..... > 1300: 14 12 5f 45 4a 30 01 70 0c 00 00 00 01 42 30 > 45 .._EJ0.p.....B0E > 1310: 4a a4 00 08 5f 53 55 4e 0a 18 5b 82 29 53 32 35 J..._SUN.. > [.)S25 > 1320: 5f 08 5f 41 44 52 0c 00 00 19 00 14 12 5f 45 4a > _._ADR......._EJ > 1330: 30 01 70 0c 00 00 00 02 42 30 45 4a a4 00 08 5f > 0.p.....B0EJ..._ > 1340: 53 55 4e 0a 19 5b 82 29 53 32 36 5f 08 5f 41 44 SUN.. > [.)S26_._AD > 1350: 52 0c 00 00 1a 00 14 12 5f 45 4a 30 01 70 0c 00 > R......._EJ0.p.. > 1360: 00 00 04 42 30 45 4a a4 00 08 5f 53 55 4e 0a > 1a ...B0EJ..._SUN.. > 1370: 5b 82 29 53 32 37 5f 08 5f 41 44 52 0c 00 00 1b > [.)S27_._ADR.... > 1380: 00 14 12 5f 45 4a 30 01 70 0c 00 00 00 08 42 > 30 ..._EJ0.p.....B0 > 1390: 45 4a a4 00 08 5f 53 55 4e 0a 1b 5b 82 29 53 32 EJ..._SUN.. > [.)S2 > 13a0: 38 5f 08 5f 41 44 52 0c 00 00 1c 00 14 12 5f 45 > 8_._ADR......._E > 13b0: 4a 30 01 70 0c 00 00 00 10 42 30 45 4a a4 00 08 > J0.p.....B0EJ... > 13c0: 5f 53 55 4e 0a 1c 5b 82 29 53 32 39 5f 08 5f 41 _SUN.. > [.)S29_._A > 13d0: 44 52 0c 00 00 1d 00 14 12 5f 45 4a 30 01 70 0c > DR......._EJ0.p. > 13e0: 00 00 00 20 42 30 45 4a a4 00 08 5f 53 55 4e 0a ... > B0EJ..._SUN. > 13f0: 1d 5b 82 29 53 33 30 5f 08 5f 41 44 52 0c 00 00 . > [.)S30_._ADR... > 1400: 1e 00 14 12 5f 45 4a 30 01 70 0c 00 00 00 40 > 42 ...._EJ0.p....@B > 1410: 30 45 4a a4 00 08 5f 53 55 4e 0a 1e 5b 82 29 53 0EJ..._SUN.. > [.)S > 1420: 33 31 5f 08 5f 41 44 52 0c 00 00 1f 00 14 12 5f > 31_._ADR......._ > 1430: 45 4a 30 01 70 0c 00 00 00 80 42 30 45 4a a4 00 > EJ0.p.....B0EJ.. > 1440: 08 5f 53 55 4e 0a 1f 08 5f 43 52 53 11 42 07 > 0a ._SUN..._CRS.B.. > 1450: 6e 88 0d 00 02 0c 00 00 00 00 00 ff 00 00 00 00 > n............... > 1460: 01 47 01 f8 0c f8 0c 01 08 88 0d 00 01 0c 03 > 00 .G.............. > 1470: 00 00 00 f7 0c 00 00 f8 0c 88 0d 00 01 0c 03 > 00 ................ > 1480: 00 00 0d ff ff 00 00 00 f3 87 17 00 00 0c 03 > 00 ................ > 1490: 00 00 00 00 00 0a 00 ff ff 0b 00 00 00 00 00 > 00 ................ > 14a0: 00 02 00 87 17 00 00 0c 01 00 00 00 00 00 00 > 00 ................ > 14b0: e0 ff ff bf fe 00 00 00 00 00 00 c0 1e 79 00 > 10 .............y.. > 14c0: 4d 2b 2e 5f 53 42 5f 50 43 49 30 5b 82 2a 56 47 M > +._SB_PCI0[.*VG > 14d0: 41 5f 08 5f 41 44 52 0c 00 00 02 00 14 08 5f 53 > A_._ADR......._S > 14e0: 31 44 00 a4 00 14 08 5f 53 32 44 00 a4 00 14 08 > 1D....._S2D..... > 14f0: 5f 53 33 44 00 a4 00 5b 82 42 23 49 53 41 5f 08 _S3D... > [.B#ISA_. > 1500: 5f 41 44 52 0c 00 00 01 00 5b 80 50 34 30 43 02 _ADR..... > [.P40C. > 1510: 0a 60 0a 04 5b 82 2d 52 54 43 5f 08 5f 48 49 44 .`..[.- > RTC_._HID > 1520: 0c 41 d0 0b 00 08 5f 43 52 53 11 18 0a 15 47 > 01 .A...._CRS....G. > 1530: 70 00 70 00 10 02 22 00 01 47 01 72 00 72 00 02 > p.p..."..G.r.r.. > 1540: 06 79 00 5b 82 44 04 4b 42 44 5f 08 5f 48 49 44 .y. > [.D.KBD_._HID > 1550: 0c 41 d0 03 03 14 09 5f 53 54 41 00 a4 0a 0f > 14 .A....._STA..... > 1560: 29 5f 43 52 53 00 08 54 4d 50 5f 11 18 0a 15 > 47 )_CRS..TMP_....G > 1570: 01 60 00 60 00 01 01 47 01 64 00 64 00 01 01 > 22 .`.`...G.d.d..." > 1580: 02 00 79 00 a4 54 4d 50 5f 5b 82 33 4d 4f 55 5f ..y..TMP_[. > 3MOU_ > 1590: 08 5f 48 49 44 0c 41 d0 0f 13 14 09 5f 53 54 > 41 ._HID.A....._STA > 15a0: 00 a4 0a 0f 14 19 5f 43 52 53 00 08 54 4d 50 > 5f ......_CRS..TMP_ > 15b0: 11 08 0a 05 22 00 10 79 00 a4 54 4d 50 5f 5b > 82 ...."..y..TMP_[. > 15c0: 47 04 46 44 43 30 08 5f 48 49 44 0c 41 d0 07 00 > G.FDC0._HID.A... > 15d0: 14 09 5f 53 54 41 00 a4 0a 0f 14 2c 5f 43 52 > 53 .._STA.....,_CRS > 15e0: 00 08 42 55 46 30 11 1b 0a 18 47 01 f2 03 f2 > 03 ..BUF0....G..... > 15f0: 00 04 47 01 f7 03 f7 03 00 01 22 40 00 2a 04 > 00 ..G......."@.*.. > 1600: 79 00 a4 42 55 46 30 5b 82 4b 05 4c 50 54 5f 08 > y..BUF0[.K.LPT_. > 1610: 5f 48 49 44 0c 41 d0 04 00 14 28 5f 53 54 41 00 _HID.A.... > (_STA. > 1620: 70 5e 5e 5e 2e 50 58 31 33 44 52 53 41 60 7b 60 > p^^^.PX13DRSA`{` > 1630: 0c 00 00 00 80 60 a0 06 93 60 00 a4 00 a1 04 > a4 .....`...`...... > 1640: 0a 0f 14 21 5f 43 52 53 00 08 42 55 46 30 11 10 ...! > _CRS..BUF0.. > 1650: 0a 0d 47 01 78 03 78 03 08 08 22 80 00 79 00 > a4 ..G.x.x..."..y.. > 1660: 42 55 46 30 5b 82 41 06 43 4f 4d 31 08 5f 48 49 > BUF0[.A.COM1._HI > 1670: 44 0c 41 d0 05 01 08 5f 55 49 44 01 14 28 5f 53 D.A...._UID.. > (_S > 1680: 54 41 00 70 5e 5e 5e 2e 50 58 31 33 44 52 53 43 > TA.p^^^.PX13DRSC > 1690: 60 7b 60 0c 00 00 00 08 60 a0 06 93 60 00 a4 00 > `{`.....`...`... > 16a0: a1 04 a4 0a 0f 14 21 5f 43 52 53 00 08 42 55 46 ......! > _CRS..BUF > 16b0: 30 11 10 0a 0d 47 01 f8 03 f8 03 00 08 22 10 00 > 0....G.......".. > 16c0: 79 00 a4 42 55 46 30 5b 82 42 06 43 4f 4d 32 08 > y..BUF0[.B.COM2. > 16d0: 5f 48 49 44 0c 41 d0 05 01 08 5f 55 49 44 0a 02 > _HID.A...._UID.. > 16e0: 14 28 5f 53 54 41 00 70 5e 5e 5e 2e 50 58 31 33 . > (_STA.p^^^.PX13 > 16f0: 44 52 53 43 60 7b 60 0c 00 00 00 80 60 a0 06 93 > DRSC`{`.....`... > 1700: 60 00 a4 00 a1 04 a4 0a 0f 14 21 5f 43 52 53 00 `.........! > _CRS. > 1710: 08 42 55 46 30 11 10 0a 0d 47 01 f8 02 f8 02 > 00 .BUF0....G...... > 1720: 08 22 08 00 79 00 a4 42 55 46 30 5b 82 40 05 > 50 ."..y..BUF0[.@.P > 1730: 58 31 33 08 5f 41 44 52 0c 03 00 01 00 5b 80 50 X13._ADR..... > [.P > 1740: 31 33 43 02 0a 5c 0a 24 5b 81 33 50 31 33 43 03 13C..\.$[. > 3P13C. > 1750: 44 52 53 41 20 44 52 53 42 20 44 52 53 43 20 44 DRSA DRSB > DRSC D > 1760: 52 53 45 20 44 52 53 46 20 44 52 53 47 20 44 52 RSE DRSF > DRSG DR > 1770: 53 48 20 44 52 53 49 20 44 52 53 4a 20 10 4b 32 SH DRSI > DRSJ .K2 > 1780: 5f 53 42 5f 5b 81 24 2f 03 50 43 49 30 49 53 41 _SB_[. > $/.PCI0ISA > 1790: 5f 50 34 30 43 01 50 52 51 30 08 50 52 51 31 08 > _P40C.PRQ0.PRQ1. > 17a0: 50 52 51 32 08 50 52 51 33 08 5b 82 4d 0b 4c 4e PRQ2.PRQ3. > [.M.LN > 17b0: 4b 41 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 > KA._HID.A...._UI > 17c0: 44 01 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 03 > D.._PRS......... > 17d0: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 > 1a ............y... > 17e0: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`.. > {..PR > 17f0: 51 30 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 > Q0ap..`.`.._DIS. > 1800: 7d 50 52 51 30 0a 80 50 52 51 30 14 45 04 5f > 43 }PRQ0..PRQ0.E._C > 1810: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 > RS..PRR0........ > 1820: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 > 4d .....y..PRR0..TM > 1830: 50 5f 70 50 52 51 30 60 a0 0b 95 60 0a 80 70 60 > P_pPRQ0`...`..p` > 1840: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 > TMP_..p.TMP_.PRR > 1850: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f > 0.._SRS..h..TMP_ > 1860: 70 54 4d 50 5f 50 52 51 30 5b 82 4e 0b 4c 4e 4b > pTMP_PRQ0[.N.LNK > 1870: 42 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 > B._HID.A...._UID > 1880: 0a 02 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 > 03 ..._PRS......... > 1890: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 > 1a ............y... > 18a0: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`.. > {..PR > 18b0: 51 31 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 > Q1ap..`.`.._DIS. > 18c0: 7d 50 52 51 31 0a 80 50 52 51 31 14 45 04 5f > 43 }PRQ1..PRQ1.E._C > 18d0: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 > RS..PRR0........ > 18e0: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 > 4d .....y..PRR0..TM > 18f0: 50 5f 70 50 52 51 31 60 a0 0b 95 60 0a 80 70 60 > P_pPRQ1`...`..p` > 1900: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 > TMP_..p.TMP_.PRR > 1910: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f > 0.._SRS..h..TMP_ > 1920: 70 54 4d 50 5f 50 52 51 31 5b 82 4e 0b 4c 4e 4b > pTMP_PRQ1[.N.LNK > 1930: 43 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 > C._HID.A...._UID > 1940: 0a 03 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 > 03 ..._PRS......... > 1950: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 > 1a ............y... > 1960: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`.. > {..PR > 1970: 51 32 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 > Q2ap..`.`.._DIS. > 1980: 7d 50 52 51 32 0a 80 50 52 51 32 14 45 04 5f > 43 }PRQ2..PRQ2.E._C > 1990: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 > RS..PRR0........ > 19a0: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 > 4d .....y..PRR0..TM > 19b0: 50 5f 70 50 52 51 32 60 a0 0b 95 60 0a 80 70 60 > P_pPRQ2`...`..p` > 19c0: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 > TMP_..p.TMP_.PRR > 19d0: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f > 0.._SRS..h..TMP_ > 19e0: 70 54 4d 50 5f 50 52 51 32 5b 82 4e 0b 4c 4e 4b > pTMP_PRQ2[.N.LNK > 19f0: 44 08 5f 48 49 44 0c 41 d0 0c 0f 08 5f 55 49 44 > D._HID.A...._UID > 1a00: 0a 04 08 5f 50 52 53 11 16 0a 13 89 0e 00 09 > 03 ..._PRS......... > 1a10: 05 00 00 00 0a 00 00 00 0b 00 00 00 79 00 14 > 1a ............y... > 1a20: 5f 53 54 41 00 70 0a 0b 60 a0 0d 7b 0a 80 50 52 _STA.p..`.. > {..PR > 1a30: 51 33 61 70 0a 09 60 a4 60 14 11 5f 44 49 53 00 > Q3ap..`.`.._DIS. > 1a40: 7d 50 52 51 33 0a 80 50 52 51 33 14 45 04 5f > 43 }PRQ3..PRQ3.E._C > 1a50: 52 53 00 08 50 52 52 30 11 0e 0a 0b 89 06 00 09 > RS..PRR0........ > 1a60: 01 01 00 00 00 79 00 8a 50 52 52 30 0a 05 54 > 4d .....y..PRR0..TM > 1a70: 50 5f 70 50 52 51 33 60 a0 0b 95 60 0a 80 70 60 > P_pPRQ3`...`..p` > 1a80: 54 4d 50 5f a1 07 70 00 54 4d 50 5f a4 50 52 52 > TMP_..p.TMP_.PRR > 1a90: 30 14 17 5f 53 52 53 01 8a 68 0a 05 54 4d 50 5f > 0.._SRS..h..TMP_ > 1aa0: 70 54 4d 50 5f 50 52 51 33 08 5f 53 33 5f 12 06 > pTMP_PRQ3._S3_.. > 1ab0: 04 01 01 00 00 08 5f 53 34 5f 12 06 04 00 00 > 00 ......_S4_...... > 1ac0: 00 08 5f 53 35 5f 12 06 04 00 00 00 00 10 42 > a7 .._S5_........B. > 1ad0: 5f 47 50 45 08 5f 48 49 44 0d 41 43 50 49 30 30 > _GPE._HID.ACPI00 > 1ae0: 30 36 00 14 08 5f 4c 30 30 00 a4 01 14 4c 9c 5f > 06..._L00....L._ > 1af0: 4c 30 31 00 a0 25 7b 5c 2f 03 5f 53 42 5f 50 43 L01..% > {\/._SB_PC > 1b00: 49 30 50 43 49 55 0a 02 00 86 5c 2f 03 5f 53 42 I0PCIU.... > \/._SB > 1b10: 5f 50 43 49 30 53 31 5f 5f 01 a0 26 7b 5c 2f 03 > _PCI0S1__..&{\/. > 1b20: 5f 53 42 5f 50 43 49 30 50 43 49 44 0a 02 00 86 > _SB_PCI0PCID.... > 1b30: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 5f 5f 0a > \/._SB_PCI0S1__. > 1b40: 03 a0 25 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..% > {\/._SB_PCI0P > 1b50: 43 49 55 0a 04 00 86 5c 2f 03 5f 53 42 5f 50 43 CIU.... > \/._SB_PC > 1b60: 49 30 53 32 5f 5f 01 a0 26 7b 5c 2f 03 5f 53 42 > I0S2__..&{\/._SB > 1b70: 5f 50 43 49 30 50 43 49 44 0a 04 00 86 5c 2f 03 _PCI0PCID.... > \/. > 1b80: 5f 53 42 5f 50 43 49 30 53 32 5f 5f 0a 03 a0 25 > _SB_PCI0S2__...% > 1b90: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 > {\/._SB_PCI0PCIU > 1ba0: 0a 08 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 .... > \/._SB_PCI0S > 1bb0: 33 5f 5f 01 a0 26 7b 5c 2f 03 5f 53 42 5f 50 43 > 3__..&{\/._SB_PC > 1bc0: 49 30 50 43 49 44 0a 08 00 86 5c 2f 03 5f 53 42 I0PCID.... > \/._SB > 1bd0: 5f 50 43 49 30 53 33 5f 5f 0a 03 a0 25 7b 5c 2f _PCI0S3__...% > {\/ > 1be0: 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0a 10 > 00 ._SB_PCI0PCIU... > 1bf0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 34 5f 5f . > \/._SB_PCI0S4__ > 1c00: 01 a0 26 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 > 50 ..&{\/._SB_PCI0P > 1c10: 43 49 44 0a 10 00 86 5c 2f 03 5f 53 42 5f 50 43 CID.... > \/._SB_PC > 1c20: 49 30 53 34 5f 5f 0a 03 a0 25 7b 5c 2f 03 5f 53 I0S4__...% > {\/._S > 1c30: 42 5f 50 43 49 30 50 43 49 55 0a 20 00 86 5c 2f > B_PCI0PCIU. ..\/ > 1c40: 03 5f 53 42 5f 50 43 49 30 53 35 5f 5f 01 a0 > 26 ._SB_PCI0S5__..& > 1c50: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 > {\/._SB_PCI0PCID > 1c60: 0a 20 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 . .. > \/._SB_PCI0S > 1c70: 35 5f 5f 0a 03 a0 25 7b 5c 2f 03 5f 53 42 5f 50 5__...% > {\/._SB_P > 1c80: 43 49 30 50 43 49 55 0a 40 00 86 5c 2f 03 5f 53 CI0PCIU.@.. > \/._S > 1c90: 42 5f 50 43 49 30 53 36 5f 5f 01 a0 26 7b 5c 2f > B_PCI0S6__..&{\/ > 1ca0: 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0a 40 > 00 ._SB_PCI0PCID.@. > 1cb0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 36 5f 5f . > \/._SB_PCI0S6__ > 1cc0: 0a 03 a0 25 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 ...% > {\/._SB_PCI0 > 1cd0: 50 43 49 55 0a 80 00 86 5c 2f 03 5f 53 42 5f 50 PCIU.... > \/._SB_P > 1ce0: 43 49 30 53 37 5f 5f 01 a0 26 7b 5c 2f 03 5f 53 > CI0S7__..&{\/._S > 1cf0: 42 5f 50 43 49 30 50 43 49 44 0a 80 00 86 5c 2f > B_PCI0PCID....\/ > 1d00: 03 5f 53 42 5f 50 43 49 30 53 37 5f 5f 0a 03 > a0 ._SB_PCI0S7__... > 1d10: 26 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 > &{\/._SB_PCI0PCI > 1d20: 55 0b 00 01 00 86 5c 2f 03 5f 53 42 5f 50 43 49 U..... > \/._SB_PCI > 1d30: 30 53 38 5f 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f > 0S8__..'{\/._SB_ > 1d40: 50 43 49 30 50 43 49 44 0b 00 01 00 86 5c 2f 03 PCI0PCID..... > \/. > 1d50: 5f 53 42 5f 50 43 49 30 53 38 5f 5f 0a 03 a0 26 > _SB_PCI0S8__...& > 1d60: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 > {\/._SB_PCI0PCIU > 1d70: 0b 00 02 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 ..... > \/._SB_PCI0 > 1d80: 53 39 5f 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 > S9__..'{\/._SB_P > 1d90: 43 49 30 50 43 49 44 0b 00 02 00 86 5c 2f 03 5f CI0PCID..... > \/._ > 1da0: 53 42 5f 50 43 49 30 53 39 5f 5f 0a 03 a0 26 7b > SB_PCI0S9__...&{ > 1db0: 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0b > \/._SB_PCI0PCIU. > 1dc0: 00 04 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 .... > \/._SB_PCI0S > 1dd0: 31 30 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 > 10_..'{\/._SB_PC > 1de0: 49 30 50 43 49 44 0b 00 04 00 86 5c 2f 03 5f 53 I0PCID..... > \/._S > 1df0: 42 5f 50 43 49 30 53 31 30 5f 0a 03 a0 26 7b 5c > B_PCI0S10_...&{\ > 1e00: 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0b > 00 /._SB_PCI0PCIU.. > 1e10: 08 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 ... > \/._SB_PCI0S1 > 1e20: 31 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 > 1_..'{\/._SB_PCI > 1e30: 30 50 43 49 44 0b 00 08 00 86 5c 2f 03 5f 53 42 0PCID..... > \/._SB > 1e40: 5f 50 43 49 30 53 31 31 5f 0a 03 a0 26 7b 5c 2f > _PCI0S11_...&{\/ > 1e50: 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0b 00 > 10 ._SB_PCI0PCIU... > 1e60: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 32 .. > \/._SB_PCI0S12 > 1e70: 5f 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 > _..'{\/._SB_PCI0 > 1e80: 50 43 49 44 0b 00 10 00 86 5c 2f 03 5f 53 42 5f PCID..... > \/._SB_ > 1e90: 50 43 49 30 53 31 32 5f 0a 03 a0 26 7b 5c 2f 03 > PCI0S12_...&{\/. > 1ea0: 5f 53 42 5f 50 43 49 30 50 43 49 55 0b 00 20 00 > _SB_PCI0PCIU.. . > 1eb0: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 33 5f . > \/._SB_PCI0S13_ > 1ec0: 01 a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 > 50 ..'{\/._SB_PCI0P > 1ed0: 43 49 44 0b 00 20 00 86 5c 2f 03 5f 53 42 5f 50 CID.. .. > \/._SB_P > 1ee0: 43 49 30 53 31 33 5f 0a 03 a0 26 7b 5c 2f 03 5f > CI0S13_...&{\/._ > 1ef0: 53 42 5f 50 43 49 30 50 43 49 55 0b 00 40 00 86 > SB_PCI0PCIU..@.. > 1f00: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 34 5f 01 > \/._SB_PCI0S14_. > 1f10: a0 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 > 43 .'{\/._SB_PCI0PC > 1f20: 49 44 0b 00 40 00 86 5c 2f 03 5f 53 42 5f 50 43 ID..@.. > \/._SB_PC > 1f30: 49 30 53 31 34 5f 0a 03 a0 26 7b 5c 2f 03 5f 53 > I0S14_...&{\/._S > 1f40: 42 5f 50 43 49 30 50 43 49 55 0b 00 80 00 86 5c > B_PCI0PCIU.....\ > 1f50: 2f 03 5f 53 42 5f 50 43 49 30 53 31 35 5f 01 > a0 /._SB_PCI0S15_.. > 1f60: 27 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 > '{\/._SB_PCI0PCI > 1f70: 44 0b 00 80 00 86 5c 2f 03 5f 53 42 5f 50 43 49 D..... > \/._SB_PCI > 1f80: 30 53 31 35 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 0S15_... > ({\/._SB > 1f90: 5f 50 43 49 30 50 43 49 55 0c 00 00 01 00 00 86 > _PCI0PCIU....... > 1fa0: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 36 5f 01 > \/._SB_PCI0S16_. > 1fb0: a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 .) > {\/._SB_PCI0PC > 1fc0: 49 44 0c 00 00 01 00 00 86 5c 2f 03 5f 53 42 5f ID....... > \/._SB_ > 1fd0: 50 43 49 30 53 31 36 5f 0a 03 a0 28 7b 5c 2f 03 PCI0S16_... > ({\/. > 1fe0: 5f 53 42 5f 50 43 49 30 50 43 49 55 0c 00 00 02 > _SB_PCI0PCIU.... > 1ff0: 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 ... > \/._SB_PCI0S1 > 2000: 37 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 7_..) > {\/._SB_PCI > 2010: 30 50 43 49 44 0c 00 00 02 00 00 86 5c 2f 03 5f 0PCID....... > \/._ > 2020: 53 42 5f 50 43 49 30 53 31 37 5f 0a 03 a0 28 7b > SB_PCI0S17_...({ > 2030: 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0c > \/._SB_PCI0PCIU. > 2040: 00 00 04 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 ...... > \/._SB_PCI > 2050: 30 53 31 38 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 0S18_..) > {\/._SB_ > 2060: 50 43 49 30 50 43 49 44 0c 00 00 04 00 00 86 5c > PCI0PCID.......\ > 2070: 2f 03 5f 53 42 5f 50 43 49 30 53 31 38 5f 0a > 03 /._SB_PCI0S18_.. > 2080: a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 . > ({\/._SB_PCI0PC > 2090: 49 55 0c 00 00 08 00 00 86 5c 2f 03 5f 53 42 5f IU....... > \/._SB_ > 20a0: 50 43 49 30 53 31 39 5f 01 a0 29 7b 5c 2f 03 5f PCI0S19_..) > {\/._ > 20b0: 53 42 5f 50 43 49 30 50 43 49 44 0c 00 00 08 00 > SB_PCI0PCID..... > 20c0: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 31 39 .. > \/._SB_PCI0S19 > 20d0: 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 _... > ({\/._SB_PCI > 20e0: 30 50 43 49 55 0c 00 00 10 00 00 86 5c 2f 03 5f 0PCIU....... > \/._ > 20f0: 53 42 5f 50 43 49 30 53 32 30 5f 01 a0 29 7b 5c > SB_PCI0S20_..){\ > 2100: 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0c > 00 /._SB_PCI0PCID.. > 2110: 00 10 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 ..... > \/._SB_PCI0 > 2120: 53 32 30 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f S20_... > ({\/._SB_ > 2130: 50 43 49 30 50 43 49 55 0c 00 00 20 00 00 86 5c > PCI0PCIU... ...\ > 2140: 2f 03 5f 53 42 5f 50 43 49 30 53 32 31 5f 01 > a0 /._SB_PCI0S21_.. > 2150: 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 ) > {\/._SB_PCI0PCI > 2160: 44 0c 00 00 20 00 00 86 5c 2f 03 5f 53 42 5f 50 D... ... > \/._SB_P > 2170: 43 49 30 53 32 31 5f 0a 03 a0 28 7b 5c 2f 03 5f CI0S21_... > ({\/._ > 2180: 53 42 5f 50 43 49 30 50 43 49 55 0c 00 00 40 00 > SB_PCI0PCIU...@. > 2190: 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 32 .. > \/._SB_PCI0S22 > 21a0: 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 _..) > {\/._SB_PCI0 > 21b0: 50 43 49 44 0c 00 00 40 00 00 86 5c 2f 03 5f 53 PCID...@... > \/._S > 21c0: 42 5f 50 43 49 30 53 32 32 5f 0a 03 a0 28 7b 5c B_PCI0S22_... > ({\ > 21d0: 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0c > 00 /._SB_PCI0PCIU.. > 21e0: 00 80 00 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 ..... > \/._SB_PCI0 > 21f0: 53 32 33 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 S23_..) > {\/._SB_P > 2200: 43 49 30 50 43 49 44 0c 00 00 80 00 00 86 5c 2f > CI0PCID.......\/ > 2210: 03 5f 53 42 5f 50 43 49 30 53 32 33 5f 0a 03 > a0 ._SB_PCI0S23_... > 2220: 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 > ({\/._SB_PCI0PCI > 2230: 55 0c 00 00 00 01 00 86 5c 2f 03 5f 53 42 5f 50 U....... > \/._SB_P > 2240: 43 49 30 53 32 34 5f 01 a0 29 7b 5c 2f 03 5f 53 CI0S24_..) > {\/._S > 2250: 42 5f 50 43 49 30 50 43 49 44 0c 00 00 00 01 00 > B_PCI0PCID...... > 2260: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 34 5f . > \/._SB_PCI0S24_ > 2270: 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 ... > ({\/._SB_PCI0 > 2280: 50 43 49 55 0c 00 00 00 02 00 86 5c 2f 03 5f 53 PCIU....... > \/._S > 2290: 42 5f 50 43 49 30 53 32 35 5f 01 a0 29 7b 5c 2f B_PCI0S25_..) > {\/ > 22a0: 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0c 00 > 00 ._SB_PCI0PCID... > 22b0: 00 02 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 .... > \/._SB_PCI0S > 22c0: 32 35 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 25_... > ({\/._SB_P > 22d0: 43 49 30 50 43 49 55 0c 00 00 00 04 00 86 5c 2f > CI0PCIU.......\/ > 22e0: 03 5f 53 42 5f 50 43 49 30 53 32 36 5f 01 a0 > 29 ._SB_PCI0S26_..) > 22f0: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 > {\/._SB_PCI0PCID > 2300: 0c 00 00 00 04 00 86 5c 2f 03 5f 53 42 5f 50 43 ....... > \/._SB_PC > 2310: 49 30 53 32 36 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 I0S26_... > ({\/._S > 2320: 42 5f 50 43 49 30 50 43 49 55 0c 00 00 00 08 00 > B_PCI0PCIU...... > 2330: 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 37 5f . > \/._SB_PCI0S27_ > 2340: 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 ..) > {\/._SB_PCI0P > 2350: 43 49 44 0c 00 00 00 08 00 86 5c 2f 03 5f 53 42 CID....... > \/._SB > 2360: 5f 50 43 49 30 53 32 37 5f 0a 03 a0 28 7b 5c 2f _PCI0S27_... > ({\/ > 2370: 03 5f 53 42 5f 50 43 49 30 50 43 49 55 0c 00 > 00 ._SB_PCI0PCIU... > 2380: 00 10 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 .... > \/._SB_PCI0S > 2390: 32 38 5f 01 a0 29 7b 5c 2f 03 5f 53 42 5f 50 43 28_..) > {\/._SB_PC > 23a0: 49 30 50 43 49 44 0c 00 00 00 10 00 86 5c 2f 03 I0PCID....... > \/. > 23b0: 5f 53 42 5f 50 43 49 30 53 32 38 5f 0a 03 a0 28 > _SB_PCI0S28_...( > 23c0: 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 55 > {\/._SB_PCI0PCIU > 23d0: 0c 00 00 00 20 00 86 5c 2f 03 5f 53 42 5f 50 43 .... .. > \/._SB_PC > 23e0: 49 30 53 32 39 5f 01 a0 29 7b 5c 2f 03 5f 53 42 I0S29_..) > {\/._SB > 23f0: 5f 50 43 49 30 50 43 49 44 0c 00 00 00 20 00 86 > _PCI0PCID.... .. > 2400: 5c 2f 03 5f 53 42 5f 50 43 49 30 53 32 39 5f 0a > \/._SB_PCI0S29_. > 2410: 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 49 30 50 .. > ({\/._SB_PCI0P > 2420: 43 49 55 0c 00 00 00 40 00 86 5c 2f 03 5f 53 42 CIU....@.. > \/._SB > 2430: 5f 50 43 49 30 53 33 30 5f 01 a0 29 7b 5c 2f 03 _PCI0S30_..) > {\/. > 2440: 5f 53 42 5f 50 43 49 30 50 43 49 44 0c 00 00 00 > _SB_PCI0PCID.... > 2450: 40 00 86 5c 2f 03 5f 53 42 5f 50 43 49 30 53 33 @.. > \/._SB_PCI0S3 > 2460: 30 5f 0a 03 a0 28 7b 5c 2f 03 5f 53 42 5f 50 43 0_... > ({\/._SB_PC > 2470: 49 30 50 43 49 55 0c 00 00 00 80 00 86 5c 2f 03 I0PCIU....... > \/. > 2480: 5f 53 42 5f 50 43 49 30 53 33 31 5f 01 a0 29 7b > _SB_PCI0S31_..){ > 2490: 5c 2f 03 5f 53 42 5f 50 43 49 30 50 43 49 44 0c > \/._SB_PCI0PCID. > 24a0: 00 00 00 80 00 86 5c 2f 03 5f 53 42 5f 50 43 49 ...... > \/._SB_PCI > 24b0: 30 53 33 31 5f 0a 03 a4 01 14 11 5f 4c 30 32 00 > 0S31_......_L02. > 24c0: a4 5c 2e 5f 50 52 5f 50 52 53 43 14 08 5f 4c 30 . > \._PR_PRSC.._L0 > 24d0: 33 00 a4 01 14 08 5f 4c 30 34 00 a4 01 14 08 5f > 3....._L04....._ > 24e0: 4c 30 35 00 a4 01 14 08 5f 4c 30 36 00 a4 01 14 > L05....._L06.... > 24f0: 08 5f 4c 30 37 00 a4 01 14 08 5f 4c 30 38 00 > a4 ._L07....._L08.. > 2500: 01 14 08 5f 4c 30 39 00 a4 01 14 08 5f 4c 30 > 41 ..._L09....._L0A > 2510: 00 a4 01 14 08 5f 4c 30 42 00 a4 01 14 08 5f > 4c ....._L0B....._L > 2520: 30 43 00 a4 01 14 08 5f 4c 30 44 00 a4 01 14 08 > 0C....._L0D..... > 2530: 5f 4c 30 45 00 a4 01 14 08 5f 4c 30 46 00 a4 01 > _L0E....._L0F... > > FACS @ 0x1fff00c0 > 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 @ 0x1fff002c > 0000: 46 41 43 50 74 00 00 00 01 99 51 45 4d 55 20 20 FACPt.....QEMU > 0010: 51 45 4d 55 46 41 43 50 01 00 00 00 51 45 4d 55 > QEMUFACP....QEMU > 0020: 01 00 00 00 c0 00 ff 1f 00 01 ff 1f 01 00 09 > 00 ................ > 0030: b2 00 00 00 f1 f0 00 00 00 b0 00 00 00 00 00 > 00 ................ > 0040: 04 b0 00 00 00 00 00 00 00 00 00 00 08 b0 00 > 00 ................ > 0050: e0 af 00 00 00 00 00 00 04 02 00 04 04 00 00 > 00 ................ > 0060: ff 0f ff 0f 00 00 00 00 00 00 00 00 00 00 00 > 00 ................ > 0070: 65 00 00 00 e... > > APIC @ 0x1fff2640 > 0000: 41 50 49 43 e0 00 00 00 01 35 51 45 4d 55 20 20 APIC.....5QEMU > 0010: 51 45 4d 55 41 50 49 43 01 00 00 00 51 45 4d 55 > QEMUAPIC....QEMU > 0020: 01 00 00 00 00 00 e0 fe 01 00 00 00 00 08 00 > 00 ................ > 0030: 01 00 00 00 00 08 01 01 00 00 00 00 00 08 02 > 02 ................ > 0040: 00 00 00 00 00 08 03 03 00 00 00 00 00 08 04 > 04 ................ > 0050: 00 00 00 00 00 08 05 05 00 00 00 00 00 08 06 > 06 ................ > 0060: 00 00 00 00 00 08 07 07 00 00 00 00 00 08 08 > 08 ................ > 0070: 00 00 00 00 00 08 09 09 00 00 00 00 00 08 0a > 0a ................ > 0080: 00 00 00 00 00 08 0b 0b 00 00 00 00 00 08 0c > 0c ................ > 0090: 00 00 00 00 00 08 0d 0d 00 00 00 00 00 08 0e > 0e ................ > 00a0: 00 00 00 00 00 08 0f 0f 00 00 00 00 01 0c 01 > 00 ................ > 00b0: 00 00 c0 fe 00 00 00 00 02 0a 00 05 05 00 00 > 00 ................ > 00c0: 0d 00 02 0a 00 09 09 00 00 00 0d 00 02 0a 00 > 0a ................ > 00d0: 0a 00 00 00 0d 00 02 0a 00 0b 0b 00 00 00 0d > 00 ................ > > RSDT @ 0x1fff0000 > 0000: 52 53 44 54 2c 00 00 00 01 a1 51 45 4d 55 20 20 RSDT,.....QEMU > 0010: 51 45 4d 55 52 53 44 54 01 00 00 00 51 45 4d 55 > QEMURSDT....QEMU > 0020: 01 00 00 00 2c 00 ff 1f 40 26 ff 1f ....,...@&.. > > RSD PTR @ 0xfbe30 > 0000: 52 53 44 20 50 54 52 20 4b 51 45 4d 55 20 20 00 RSD PTR > KQEMU . > 0010: 00 00 ff 1f .... > > > > > > > > > > #dmesg > Linux version 2.6.29 (stefan@hel-stefanpad) (gcc version 4.3.3 (Gentoo > 4.3.3 p1.0, pie-10.1.5) ) #65 SMP Mon Mar 30 16:27:37 CEST 2009 > KERNEL supported cpus: > Intel GenuineIntel > AMD AuthenticAMD > NSC Geode by NSC > Cyrix CyrixInstead > Centaur CentaurHauls > Transmeta GenuineTMx86 > Transmeta TransmetaCPU > UMC UMC UMC UMC > BIOS-provided physical RAM map: > BIOS-e820: 0000000000000000 - 000000000009f000 (usable) > BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) > BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) > BIOS-e820: 0000000000100000 - 000000001fff0000 (usable) > BIOS-e820: 000000001fff0000 - 0000000020000000 (ACPI data) > BIOS-e820: 00000000fffbc000 - 0000000100000000 (reserved) > DMI 2.4 present. > last_pfn = 0x1fff0 max_arch_pfn = 0x100000 > Scanning 2 areas for low memory corruption > modified physical RAM map: > modified: 0000000000000000 - 0000000000002000 (usable) > modified: 0000000000002000 - 0000000000006000 (reserved) > modified: 0000000000006000 - 0000000000007000 (usable) > modified: 0000000000007000 - 0000000000010000 (reserved) > modified: 0000000000010000 - 0000000000092000 (usable) > modified: 000000000009f000 - 00000000000a0000 (reserved) > modified: 00000000000e8000 - 0000000000100000 (reserved) > modified: 0000000000100000 - 000000001fff0000 (usable) > modified: 000000001fff0000 - 0000000020000000 (ACPI data) > modified: 00000000fffbc000 - 0000000100000000 (reserved) > kernel direct mapping tables up to 1fff0000 @ 10000-15000 > ACPI: RSDP 000FBE30, 0014 (r0 QEMU ) > ACPI: RSDT 1FFF0000, 002C (r1 QEMU QEMURSDT 1 QEMU 1) > ACPI: FACP 1FFF002C, 0074 (r1 QEMU QEMUFACP 1 QEMU 1) > FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4) > ACPI: DSDT 1FFF0100, 2540 (r1 BXPC BXDSDT 1 INTL 20061109) > ACPI: FACS 1FFF00C0, 0040 > ACPI: APIC 1FFF2640, 00E0 (r1 QEMU QEMUAPIC 1 QEMU 1) > ACPI: Local APIC address 0xfee00000 > 0MB HIGHMEM available. > 511MB LOWMEM available. > mapped low ram: 0 - 1fff0000 > low ram: 00000000 - 1fff0000 > bootmap 00011000 - 00015000 > (8 early reservations) ==> bootmem [0000000000 - 001fff0000] > #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - > 0000001000] > #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - > 0000002000] > #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - > 0000007000] > #3 [0000100000 - 0000d5a614] TEXT DATA BSS ==> [0000100000 - > 0000d5a614] > #4 [0000d5b000 - 0000d60000] INIT_PG_TABLE ==> [0000d5b000 - > 0000d60000] > #5 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - > 0000100000] > #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - > 0000011000] > #7 [0000011000 - 0000015000] BOOTMAP ==> [0000011000 - > 0000015000] > found SMP MP-table at [c00fbd10] 000fbd10 > kvm-clock: cpu 0, msr 0:d03cc1, boot clock > Zone PFN ranges: > DMA 0x00000000 -> 0x00001000 > Normal 0x00001000 -> 0x0001fff0 > HighMem 0x0001fff0 -> 0x0001fff0 > Movable zone start PFN for each node > early_node_map[4] active PFN ranges > 0: 0x00000000 -> 0x00000002 > 0: 0x00000006 -> 0x00000007 > 0: 0x00000010 -> 0x00000092 > 0: 0x00000100 -> 0x0001fff0 > On node 0 totalpages: 130933 > free_area_init_node: node 0, pgdat c0b967e0, node_mem_map c1000000 > DMA zone: 32 pages used for memmap > DMA zone: 0 pages reserved > DMA zone: 3941 pages, LIFO batch:0 > Normal zone: 992 pages used for memmap > Normal zone: 125968 pages, LIFO batch:31 > ACPI: PM-Timer IO Port: 0xb008 > ACPI: Local APIC address 0xfee00000 > ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) > ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) > ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) > ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) > ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled) > ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled) > ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled) > ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled) > ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] disabled) > ACPI: LAPIC (acpi_id[0x09] lapic_id[0x09] disabled) > ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x0a] disabled) > ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0b] disabled) > ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0c] disabled) > ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0d] disabled) > ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0e] disabled) > ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0f] disabled) > ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) > IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 > ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) > ACPI: IRQ5 used by override. > ACPI: IRQ9 used by override. > ACPI: IRQ10 used by override. > ACPI: IRQ11 used by override. > Enabling APIC mode: Flat. Using 1 I/O APICs > Using ACPI (MADT) for SMP configuration information > 16 Processors exceeds NR_CPUS limit of 4 > SMP: Allowing 4 CPUs, 3 hotplug CPUs > nr_irqs_gsi: 24 > Allocating PCI resources starting at 30000000 (gap: 20000000:dffbc000) > NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 > PERCPU: Allocating 36864 bytes of per cpu data > kvm-clock: cpu 0, msr 0:1407cc1, primary cpu clock > Built 1 zonelists in Zone order, mobility grouping on. Total pages: > 129909 > Kernel command line: usbcore.autosuspend=3 root=server:/srv/netboot > ifdev=eth0 bridge BOOT_IMAGE=vmlinuz > Enabling fast FPU save and restore... done. > Enabling unmasked SIMD FPU exception support... done. > Initializing CPU#0 > PID hash table entries: 2048 (order: 11, 8192 bytes) > Detected 2094.484 MHz processor. > Console: colour VGA+ 80x25 > console [tty0] enabled > Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) > Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) > Memory: 506224k/524224k available (7758k kernel code, 17352k reserved, > 3196k data, 1312k init, 0k highmem) > virtual kernel memory layout: > fixmap : 0xfff83000 - 0xfffff000 ( 496 kB) > pkmap : 0xff800000 - 0xffc00000 (4096 kB) > vmalloc : 0xe07f0000 - 0xff7fe000 ( 496 MB) > lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB) > .init : 0xc0bbd000 - 0xc0d05000 (1312 kB) > .data : 0xc0893b0b - 0xc0bb2bf8 (3196 kB) > .text : 0xc0100000 - 0xc0893b0b (7758 kB) > Checking if this processor honours the WP bit even in supervisor > mode...Ok. > SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, > Nodes=1 > Calibrating delay loop (skipped) preset value.. 4188.96 BogoMIPS > (lpj=20944840) > Mount-cache hash table entries: 512 > CPU: L1 I cache: 32K, L1 D cache: 32K > CPU: L2 cache: 2048K > Intel machine check architecture supported. > Intel machine check reporting enabled on CPU#0. > SMP alternatives: switching to UP code > ACPI: Core revision 20081204 > ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 > CPU0: Intel QEMU Virtual CPU version 0.10.0 stepping 03 > Brought up 1 CPUs > Total of 1 processors activated (4188.96 BogoMIPS). > net_namespace: 500 bytes > Booting paravirtualized kernel on KVM > xor: automatically using best checksumming function: pIII_sse > pIII_sse : 873.600 MB/sec > xor: using function: pIII_sse (873.600 MB/sec) > NET: Registered protocol family 16 > ACPI: bus type pci registered > PCI: PCI BIOS revision 2.10 entry at 0xfb510, last bus=0 > PCI: Using configuration type 1 for base access > bio: create slab <bio-0> at 0 > ACPI: EC: Look up EC in DSDT > ACPI: Interpreter enabled > ACPI: (supports S0 S3 S5) > ACPI: Using IOAPIC for interrupt routing > ACPI: No dock devices found. > ACPI: PCI Root Bridge [PCI0] (0000:00) > pci 0000:00:01.1: reg 20 io port: [0xc000-0xc00f] > pci 0000:00:01.2: reg 20 io port: [0xc020-0xc03f] > pci 0000:00:01.3: quirk: region b000-b03f claimed by PIIX4 ACPI > pci 0000:00:01.3: quirk: region b100-b10f claimed by PIIX4 SMB > pci 0000:00:02.0: reg 10 32bit mmio: [0xe0000000-0xe0ffffff] > pci 0000:00:03.0: reg 10 32bit mmio: [0xf0000000-0xf001ffff] > pci 0000:00:03.0: reg 14 io port: [0xc040-0xc07f] > pci 0000:00:04.0: reg 10 io port: [0xc400-0xc7ff] > pci 0000:00:04.0: reg 14 io port: [0xc800-0xc8ff] > pci 0000:00:05.0: reg 10 io port: [0xc900-0xc91f] > pci_bus 0000:00: on NUMA node 0 > ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) > ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) > ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) > ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) > SCSI subsystem initialized > libata version 3.00 loaded. > usbcore: registered new interface driver usbfs > usbcore: registered new interface driver hub > usbcore: registered new device driver usb > ACPI: WMI: Mapper loaded > PCI: Using ACPI for IRQ routing > cfg80211: Using static regulatory domain info > cfg80211: Regulatory domain: US > (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) > (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) > (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) > (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) > (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) > (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) > (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) > cfg80211: Calling CRDA for country: US > pnp: PnP ACPI init > ACPI: bus type pnp registered > pnp: PnP ACPI: found 7 devices > ACPI: ACPI bus type pnp unregistered > PnPBIOS: Disabled > Switched to high resolution mode on CPU 0 > pci_bus 0000:00: resource 0 io: [0x00-0xffff] > pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff] > NET: Registered protocol family 2 > IP route cache hash table entries: 4096 (order: 2, 16384 bytes) > TCP established hash table entries: 16384 (order: 5, 131072 bytes) > TCP bind hash table entries: 16384 (order: 5, 131072 bytes) > TCP: Hash tables configured (established 16384 bind 16384) > TCP reno registered > NET: Registered protocol family 1 > kvm: no hardware support > has_svn: not amd > kvm: no hardware support > Machine check exception polling timer started. > Scanning for low memory corruption every 60 seconds > HugeTLB registered 4 MB page size, pre-allocated 0 pages > VFS: Disk quotas dquot_6.5.2 > Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) > DLM (built Mar 30 2009 16:20:07) installed > OCFS2 1.5.0 > ocfs2: Registered cluster interface o2cb > ocfs2: Registered cluster interface user > OCFS2 Node Manager 1.5.0 > OCFS2 DLM 1.5.0 > OCFS2 DLMFS 1.5.0 > OCFS2 User DLM kernel interface loaded > msgmni has been set to 989 > alg: No test for stdrng (krng) > async_tx: api initialized (sync-only) > io scheduler noop registered > io scheduler cfq registered (default) > pci 0000:00:00.0: Limiting direct PCI/PCI transfers > pci 0000:00:01.0: PIIX3: Enabling Passive Release > pci 0000:00:01.0: Activating ISA DMA hang workarounds > pci 0000:00:02.0: Boot video device > pci_hotplug: PCI Hot Plug PCI Core version: 0.5 > ibmphpd: IBM Hot Plug PCI Controller Driver version: 0.6 > pciehp: PCI Express Hot Plug Controller Driver version: 0.4 > acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 > acpiphp_glue: can't get bus number, assuming 0 > decode_hpp: Could not get hotplug parameters. Use defaults > acpiphp: Slot [1] registered > acpiphp: Slot [2] registered > acpiphp: Slot [3] registered > acpiphp: Slot [4] registered > acpiphp: Slot [5] registered > acpiphp: Slot [6] registered > acpiphp: Slot [7] registered > acpiphp: Slot [8] registered > acpiphp: Slot [9] registered > acpiphp: Slot [10] registered > acpiphp: Slot [11] registered > acpiphp: Slot [12] registered > acpiphp: Slot [13] registered > acpiphp: Slot [14] registered > acpiphp: Slot [15] registered > acpiphp: Slot [16] registered > acpiphp: Slot [17] registered > acpiphp: Slot [18] registered > acpiphp: Slot [19] registered > acpiphp: Slot [20] registered > acpiphp: Slot [21] registered > acpiphp: Slot [22] registered > acpiphp: Slot [23] registered > acpiphp: Slot [24] registered > acpiphp: Slot [25] registered > acpiphp: Slot [26] registered > acpiphp: Slot [27] registered > acpiphp: Slot [28] registered > acpiphp: Slot [29] registered > acpiphp: Slot [30] registered > acpiphp: Slot [31] registered > acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed > input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/ > input0 > ACPI: Power Button (FF) [PWRF] > processor ACPI_CPU:00: registered as cooling_device0 > isapnp: Scanning for PnP cards... > isapnp: No Plug & Play device found > Non-volatile memory driver v1.3 > Linux agpgart interface v0.103 > [drm] Initialized drm 1.1.0 20060810 > Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled > serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > parport_pc 00:05: reported by Plug and Play ACPI > parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] > FDC 0 is a S82078B > loop: module loaded > nbd: registered device at major 43 > Intel(R) PRO/1000 Network Driver - version 7.3.21-k3-NAPI > Copyright (c) 1999-2006 Intel Corporation. > ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 > e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> > IRQ 11 > e1000: 0000:00:03.0: e1000_probe: (PCI:33MHz:32-bit) 52:54:00:12:34:56 > e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection > e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6 > e1000e: Copyright (c) 1999-2008 Intel Corporation. > Atheros(R) L2 Ethernet Driver - version 2.2.3 > Copyright (c) 2007 Atheros Corporation. > jme: JMicron JMC250 gigabit ethernet driver version 1.0.3 > NET3 PLIP version 2.4-parport gniibe@mri.co.jp > plip0: Parallel port at 0x378, using IRQ 7. > pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de > e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI > e100: Copyright(c) 1999-2006 Intel Corporation > sky2 driver version 1.22 > PPP generic driver version 2.4.2 > PPP Deflate Compression module registered > tun: Universal TUN/TAP device driver, 1.6 > tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> > ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2k > ipw2200: Copyright(c) 2003-2006 Intel Corporation > ieee80211: 802.11 data/management/control stack, git-1.1.13 > ieee80211: Copyright (C) 2004-2005 Intel Corporation > <jketreno@linux.intel.com> > Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ] > Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: > FW10 ] > usbcore: registered new interface driver rtl8187 > iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks > iwlagn: Copyright(c) 2003-2008 Intel Corporation > iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver > for > Linux, 1.2.26ks > iwl3945: Copyright(c) 2003-2008 Intel Corporation > usbcore: registered new interface driver rt2500usb > usbcore: registered new interface driver rt73usb > ath9k: 0.1 > Linux video capture interface: v2.00 > saa7130/34: v4l2 driver version 0.2.14 loaded > cx88/0: cx2388x v4l2 driver version 0.0.6 loaded > cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded > cx2388x alsa driver version 0.0.6 loaded > cx88/2: cx2388x dvb driver version 0.0.6 loaded > cx88/2: registering cx8802 driver, type: dvb access: shared > cx23885 driver version 0.0.1 loaded > saa7146: register extension 'budget dvb'. > saa7146: register extension 'budget_av'. > b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded > successfully > Loading iSCSI transport class v2.0-870. > iscsi: registered transport (tcp) > Driver 'sd' needs updating - please use bus_type methods > Driver 'sr' needs updating - please use bus_type methods > ata_piix 0000:00:01.1: version 2.12 > ata_piix 0000:00:01.1: setting latency timer to 64 > scsi0 : ata_piix > scsi1 : ata_piix > ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 > ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 > ata2.01: NODEV after polling detection > ata2.00: ATAPI: QEMU DVD-ROM, 0.10.0, max UDMA/100 > ata2.00: configured for MWDMA2 > scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 0.10 PQ: 0 > ANSI: 5 > sr0: scsi3-mmc drive: 4x/4x xa/form2 tray > Uniform CD-ROM driver Revision: 3.20 > sr 1:0:0:0: Attached scsi CD-ROM sr0 > sr 1:0:0:0: Attached scsi generic sg0 type 5 > aoe: AoE v47 initialised. > ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver > ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver > uhci_hcd: USB Universal Host Controller Interface driver > ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 > uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, high) > -> IRQ 10 > uhci_hcd 0000:00:01.2: setting latency timer to 64 > uhci_hcd 0000:00:01.2: UHCI Host Controller > uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 > uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c020 > usb usb1: configuration #1 chosen from 1 choice > hub 1-0:1.0: USB hub found > hub 1-0:1.0: 2 ports detected > Initializing USB Mass Storage driver... > usbcore: registered new interface driver usb-storage > USB Mass Storage support registered. > usbcore: registered new interface driver libusual > usbcore: registered new interface driver usbserial > usbserial: USB Serial Driver core > USB Serial support registered for pl2303 > usbcore: registered new interface driver pl2303 > pl2303: Prolific PL2303 USB to serial adaptor driver > PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 > serio: i8042 KBD port at 0x60,0x64 irq 1 > serio: i8042 AUX port at 0x60,0x64 irq 12 > mice: PS/2 mouse device common for all mice > input: AT Translated Set 2 keyboard as > /devices/platform/i8042/serio0/input/input1 > input: PC Speaker as /devices/platform/pcspkr/input/input2 > rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 > rtc0: alarms up to one day, 114 bytes nvram > piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 > input: ImExPS/2 Generic Explorer Mouse as > /devices/platform/i8042/serio1/input/input3 > md: linear personality registered for level -1 > md: raid0 personality registered for level 0 > md: raid1 personality registered for level 1 > raid6: int32x1 303 MB/s > raid6: int32x2 820 MB/s > raid6: int32x4 663 MB/s > raid6: int32x8 583 MB/s > raid6: mmxx1 2299 MB/s > raid6: mmxx2 2525 MB/s > raid6: sse1x1 1648 MB/s > raid6: sse1x2 2058 MB/s > raid6: sse2x1 2722 MB/s > raid6: sse2x2 3073 MB/s > raid6: using algorithm sse2x2 (3073 MB/s) > md: raid6 personality registered for level 6 > md: raid5 personality registered for level 5 > md: raid4 personality registered for level 4 > device-mapper: uevent: version 1.0.3 > device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: > dm-devel@redhat.com > EDAC MC: Ver: 2.1.0 Mar 30 2009 > cpuidle: using governor ladder > cpuidle: using governor menu > sdhci: Secure Digital Host Controller Interface driver > sdhci: Copyright(c) Pierre Ossman > ricoh-mmc: Ricoh MMC Controller disabling driver > ricoh-mmc: Copyright(c) Philip Langdale > wbsd: Winbond W83L51xD SD/MMC card interface driver > wbsd: Copyright(c) Pierre Ossman > No iBFT detected. > usbcore: registered new interface driver usbhid > usbhid: v2.6:USB HID core driver > ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 > virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, > high) > -> IRQ 10 > Advanced Linux Sound Architecture Driver Version 1.0.18a. > sgalaxy: specify SB port > isa ad1848.0: please specify port > Intel ICH 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10 (level, > high) > -> IRQ 10 > Intel ICH 0000:00:04.0: setting latency timer to 64 > Control name 'Sigmatel Surround Phase Inversion Playback Switch' > truncated to 'Sigmatel Surround Phase Inversion Playback ' > intel8x0_measure_ac97_clock: measured 59909 usecs > intel8x0: measured clock 109299 rejected > intel8x0: clocking to 48000 > ALSA device list: > #0: Intel 82801AA-ICH with STAC9700,83,84 at irq 10 > TCP cubic registered > NET: Registered protocol family 10 > NET: Registered protocol family 17 > RPC: Registered udp transport module. > RPC: Registered tcp transport module. > 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> > All bugs added by David S. Miller <davem@redhat.com> > SCTP: Hash tables configured (established 16384 bind 16384) > lib80211: common routines for IEEE802.11 drivers > lib80211_crypt: registered algorithm 'NULL' > lib80211_crypt: registered algorithm 'WEP' > lib80211_crypt: registered algorithm 'CCMP' > lib80211_crypt: registered algorithm 'TKIP' > Using IPI No-Shortcut mode > saa7134 ALSA driver for DMA sound loaded > saa7134 ALSA: no saa7134 cards found > rtc_cmos 00:01: setting system clock to 2009-03-30 16:56:18 UTC > (1238432178) > BIOS EDD facility v0.16 2004-Jun-25, 0 devices found > EDD information not available. > Freeing unused kernel memory: 1312k freed >>> I read the commit to qemu to add support for -acpitable (SVN >>> 6650), but >>> I don't know enough about qemu/pc-bios/programming to get any clue >>> out >>> of this. >>> >>> Thanks for your time! Your doing great work! >>> >>> >>> $ hexdump -C SLIC.aml >>> 00000000 53 4c 49 43 76 01 00 00 01 0a 48 50 51 4f 45 4d >>> |SLICv.....HPQOEM| >>> 00000010 53 4c 49 43 2d 4d 50 43 00 00 04 06 48 50 51 20 >>> |SLIC-MPC....HPQ | >>> 00000020 01 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 >>> |................| >>> 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 >>> |.$..RSA1........| >>> 00000040 5b ab 60 56 bc 58 1e e8 c1 d2 a1 5c e5 4f bb fd >>> |[.`V.X.....\.O..| >>> 00000050 1d a9 8c 94 b4 ae 08 11 dc 13 59 d3 7f f6 3e 87 >>> |..........Y...>.| >>> 00000060 31 b9 95 74 10 da 3b a4 5b b5 19 82 7c 39 d7 0d >>> |1..t..;.[...|9..| >>> 00000070 7c 22 ac 1c 2a 84 e9 0a 88 6d fa b1 e2 d8 e8 21 >>> ||"..*....m.....!| >>> 00000080 96 e1 2e 68 9a bf 44 45 3e 3c 8e 99 90 de 37 38 >>> |...h..DE><....78| >>> 00000090 57 0b 92 15 bc de ff f2 07 7e b5 40 8c 51 3a c3 >>> |W........~.@.Q:.| >>> 000000a0 02 48 f6 13 12 72 fb 42 78 e6 47 88 54 c7 b0 f0 >>> |.H...r.Bx.G.T...| >>> 000000b0 93 9e fb 04 b7 b8 b8 90 de db ed 32 e1 fb 54 a6 >>> |...........2..T.| >>> 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >>> |................| >>> * >>> 00000170 00 00 00 00 00 00 |......| >>> >>> $ hexdump -C SLIC.bin >>> 00000000 53 4c 49 43 76 01 00 00 01 47 4c 45 4e 4f 56 4f >>> |SLICv....GLENOVO| >>> 00000010 54 43 2d 32 50 20 20 20 00 00 00 00 20 4c 54 50 |TC-2P >>> .... LTP| >>> 00000020 00 00 00 00 00 00 00 00 9c 00 00 00 06 02 00 00 >>> |................| >>> 00000030 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 >>> |.$..RSA1........| >>> 00000040 69 16 4a 9f b1 4b 3a fb 80 20 aa af c4 f9 3e c1 | >>> i.J..K:.. >>> ....>.| >>> 00000050 80 49 ee 6a 65 26 72 1e cd bf 5f 2f 96 d6 c0 0a >>> |.I.je&r..._/....| >>> 00000060 92 f5 06 b5 00 b2 3b 29 02 e2 4c 8d c2 f2 bc 41 >>> |......;)..L....A| >>> 00000070 77 9c 70 f0 f3 1b 09 d2 63 5a dc a8 83 f8 5e c9 >>> |w.p.....cZ....^.| >>> 00000080 15 95 f9 fa fd dc 05 b7 4d 67 7f 2d b3 84 33 20 >>> |........Mg.-..3 | >>> 00000090 e1 d1 79 2a a7 6a 77 d1 b6 20 2a 76 42 c5 d5 e9 >>> |..y*.jw.. >>> *vB...| >>> 000000a0 b6 43 40 55 44 c3 c9 37 99 5f 41 97 70 f3 d1 f6 >>> |.C@UD..7._A.p...| >>> 000000b0 07 ec 7b 1a 29 a1 c1 f1 91 fd 48 86 6e 3e ce cb >>> |..{.).....H.n>..| >>> 000000c0 01 00 00 00 b6 00 00 00 00 00 02 00 4c 45 4e 4f >>> |............LENO| >>> 000000d0 56 4f 54 43 2d 32 50 20 20 20 57 49 4e 44 4f 57 |VOTC-2P >>> WINDOW| >>> 000000e0 53 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |S >>> ..............| >>> 000000f0 00 00 00 00 00 00 01 9a 77 4b aa 9b 50 7b 29 09 >>> |........wK..P{).| >>> 00000100 bb cd 70 71 1c b3 fd 90 a6 90 e1 af 8b 2a d5 70 >>> |..pq.........*.p| >>> 00000110 0f b1 41 cc 00 ee 58 ec 32 46 35 02 b1 b9 be bb >>> |..A...X.2F5.....| >>> 00000120 ce 71 eb 21 47 f2 a6 af f1 22 77 b9 dc 38 ae c4 >>> |.q.!G...."w..8..| >>> 00000130 aa 97 6f cb ec 70 6f d0 ed f1 42 d4 95 b9 0e f7 >>> |..o..po...B.....| >>> 00000140 67 ac 64 95 09 a6 d8 a0 51 54 3c 41 f4 b9 7e ef >>> |g.d.....QT<A..~.| >>> 00000150 88 98 bc 9c f6 4e cf 96 23 44 35 4d 83 04 4c f2 >>> |.....N..#D5M..L.| >>> 00000160 83 6f 61 b0 b6 b0 d5 a8 b9 af 41 4e 25 42 e1 9a >>> |.oa.......AN%B..| >>> 00000170 79 82 31 00 88 18 |y.1...| >>> >>> >>> >> >> -- >> Gleb. >> >> > > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-03-30 15:36 ` Stefan Hellermann 2009-03-30 16:37 ` Gleb Natapov 2009-03-30 20:27 ` Andreas Färber @ 2009-10-28 10:12 ` Michael Tokarev 2009-10-28 11:36 ` Stefan Hellermann 2 siblings, 1 reply; 10+ messages in thread From: Michael Tokarev @ 2009-10-28 10:12 UTC (permalink / raw) To: Stefan Hellermann; +Cc: qemu-devel@nongnu.org Replying to an old email... Stefan Hellermann wrote at 30-Mar-2009: > Gleb Natapov schrieb: >> On Thu, Mar 26, 2009 at 06:35:16PM +0100, Stefan Hellermann wrote: >> >>> Hello, >>> >>> how can I use the -acpitable parameter to add a SLIC-table to the >>> qemu-bios dynamically? >>> >>> I think I need a file with the SLIC-data, but how can I extract this >>> data out of my BIOS from my host-machine for example? >>> >>> The -acpitable parameter accepts a bunch of settings and a datafile, do >>> I need to set all these settings? I think most of them should sit in the >>> SLIC-file. >>> >>> >> -acpitable parameter settings are field from common ACPI table header. >> If you skip any of them default will be used. Table data that goes after >> headers should be specified after data=. >> >> >>> I tried using SLIC-Data-files downloaded from the web, but I'm unsure if >>> they are formatted correctly. >>> >> It looks like they already contain ACPI header. >> > Okay, I did some new tries. On my own (real-)machine I did > # acpidump -o acpidata > # acpixtract -l dump | grep SLIC > Signature Length OemId OemTableId OemRevision CompilerId > CompilerRevision > SLIC 374 "LENOVO" "TP-7O " 00002210 " LTP" 00000000 > # acpixtract -sSLIC acpidata > # qemu-system-x86_64 -acpitable > sig=SLIC,rev=1,oem_id=LENOVO,oem_table_id=TP-70\ \ \ > ,oem_rev=00002210,asl_compiler_id=\ > LTP,asl_compiler_rev=00000000,data=SLIC.dat > > But this doesn't work either. I diffed the output of acpidump with the > -acpitable parameter and without, the results are the same. > I compared my own SLIC.dat file with the ones I downloaded from the web, > the first bytes of the files look similar. I think they are in the same > format. >> >>> -acpitable data=SLIC.aml or SLIC.bin doesn't throw an error, but the >>> linux-kernel in the virtual machine doesn't detect new acpi-tables. I >>> attached a hexdump from these two files. >>> >> How do you know they are not detected. Can you send acpidump output? >> >> > I checked the start of dmesg-output, i think it lists (all?) > acpi-tables. On my real-machine there is a line > ACPI: SLIC 7F6CBE62, 0176 (r1 LENOVO TP-7O 2210 LTP 0) > In the qemu-vm there is no such line. > > #qemu-system-x86_64 -help | head -n 1 > QEMU PC emulator version 0.10.0 (kvm-devel), Copyright (c) 2003-2008 > Fabrice Bellard Stefan, Was you able to actually specify an externa SLIC table with qemu? The thread I'm replying to is quite old and it ends prematurely without any definitive result. I tried it in qemu-0.11.0 and qemu-kvm-0.11.0, but it looks like -acpitable gets ignored the same way as it was in 0.10.0 as you observed. Thanks! ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? 2009-10-28 10:12 ` Michael Tokarev @ 2009-10-28 11:36 ` Stefan Hellermann 0 siblings, 0 replies; 10+ messages in thread From: Stefan Hellermann @ 2009-10-28 11:36 UTC (permalink / raw) To: Michael Tokarev; +Cc: qemu-devel > Replying to an old email... > > Stefan, Was you able to actually specify an externa SLIC table with qemu? > The thread I'm replying to is quite old and it ends prematurely without > any definitive result. I tried it in qemu-0.11.0 and qemu-kvm-0.11.0, > but it looks like -acpitable gets ignored the same way as it was in > 0.10.0 as you observed. > Yes! It is working here! I tried it with KVM and had problems, because the bios.bin was not updated to support the extern slic table. I don't know if that has changed, but with the bios.bin from qemu it is working even with KVM. I haven't tried the newest KVM or Qemu. currently I'm using: qemu ... -acpitable sig=SLIC,oem_id=LENOVO,oem_table_id="TP-70 ",oem_rev=00002210,asl_compiler_id=" LTP",asl_compiler_rev=00000000,data=/etc/libvirt/qemu/LENOVO.BIN -smbios file=/etc/libvirt/qemu/LENOVO_SMBIOS.BIN It works with Windows XP and Windows Vista :-) Cheers Stefan > Thanks! > > ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-10-28 11:36 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-03-26 17:35 [Qemu-devel] How to use -acpitable to add a SLIC-table? Stefan Hellermann 2009-03-27 7:36 ` [Qemu-devel] " Gleb Natapov 2009-03-30 15:36 ` Stefan Hellermann 2009-03-30 16:37 ` Gleb Natapov 2009-03-31 16:40 ` Stefan Hellermann 2009-03-31 16:53 ` Gleb Natapov 2009-03-31 21:12 ` Stefan Hellermann 2009-03-30 20:27 ` Andreas Färber 2009-10-28 10:12 ` Michael Tokarev 2009-10-28 11:36 ` Stefan Hellermann
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).