From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Gerstung Subject: Re: Something seems to be wrong with my RSDP Date: Mon, 09 May 2005 13:34:31 +0200 Message-ID: <427F4AC7.4090109@heiko-gerstung.de> References: <427CB470.4060700@heiko-gerstung.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090000040206050406080904" Return-path: In-Reply-To: Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Dean Townsley Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-acpi@vger.kernel.org This is a multi-part message in MIME format. --------------090000040206050406080904 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dean, you made my day. It works, great job! But even with using my fixed DSDT I get this checksum error ... Please find the DSDT file attached. Thank you very much.... I'll go on and notify all the people I involved in this bughunt during the last weeks/days :-) I'd propose to use a kernel boot parameter like acpi_ignore_chksum=yes which prevents the kernel from disabling ACPI due to a checksum error... Do you know who I need to contact in order to ask for this? Kind regards, Heiko Dean Townsley wrote: >Hi Heiko, > >I'm glad you've worked on this. I've never had a chance to fix up the >dsdt table. I was able to get the kernel to ignore the RSDP checksum >error with patch below. > >I did this because the 2.4.20 + some old acpi patch that has been >working for years on the c100 always had this "Invalid checksum" >error, but worked anyway. Comparing the code, the old patch didn't >disable acpi if the RSDP table failed to parse properly, it just >skipped some stuff and went on. I don't know if this is right (or a >really bad idea for that matter) but at least it gets it to load and >use the DSDT. > >Could you send me the DSDT you've fixed so I could try it out too :) > >Thanks, >-Dean > > >diff -ur linux-2.6.11-orig/arch/i386/kernel/acpi/boot.c linux-2.6.11/arch/i386/kernel/acpi/boot.c >--- linux-2.6.11-orig/arch/i386/kernel/acpi/boot.c Wed Mar 2 01:38:25 2005 >+++ linux-2.6.11/arch/i386/kernel/acpi/boot.c Sun May 8 17:01:44 2005 >@@ -849,7 +849,7 @@ > */ > error = acpi_table_init(); > if (error) { >- disable_acpi(); >+ /* disable_acpi(); */ > return error; > } > >diff -ur linux-2.6.11-orig/arch/i386/kernel/setup.c linux-2.6.11/arch/i386/kernel/setup.c >--- linux-2.6.11-orig/arch/i386/kernel/setup.c Wed Mar 2 01:38:08 2005 >+++ linux-2.6.11/arch/i386/kernel/setup.c Sun May 8 17:04:32 2005 >@@ -1461,8 +1461,8 @@ > /* > * Parse the ACPI tables for possible boot-time SMP configuration. > */ >- acpi_boot_table_init(); >- acpi_boot_init(); >+ if (acpi_boot_table_init()==0) >+ acpi_boot_init(); > > #ifdef CONFIG_X86_LOCAL_APIC > if (smp_found_config) > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. >Get your fingers limbered up and give it your best shot. 4 great events, 4 >opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 >_______________________________________________ >Acpi-devel mailing list >Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org >https://lists.sourceforge.net/lists/listinfo/acpi-devel > > > --------------090000040206050406080904 Content-Type: text/x-chdr; name="dsdt_acer.h" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dsdt_acer.h" /* * * Intel ACPI Component Architecture * ASL Optimizing Compiler / AML Disassembler version 20050309 [Apr 30 2005] * Copyright (C) 2000 - 2005 Intel Corporation * Supports ACPI Specification Revision 3.0 * * Compilation of "dsdt.dsl" - Fri May 6 21:33:50 2005 * * C source code output * */ unsigned char AmlCode[] = { 0x44,0x53,0x44,0x54,0xAD,0x36,0x00,0x00, /* 00000000 "DSDT.6.." */ 0x01,0x5C,0x41,0x63,0x65,0x72,0x00,0x00, /* 00000008 ".\Acer.." */ 0x41,0x4E,0x31,0x30,0x30,0x20,0x00,0x00, /* 00000010 "AN100 .." */ 0x00,0x10,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */ 0x09,0x03,0x05,0x20,0x10,0x4E,0x12,0x5C, /* 00000020 "... .N.\" */ 0x00,0x08,0x4C,0x49,0x44,0x53,0x01,0x08, /* 00000028 "..LIDS.." */ 0x4C,0x49,0x44,0x46,0x00,0x08,0x4C,0x49, /* 00000030 "LIDF..LI" */ 0x44,0x58,0x00,0x08,0x44,0x41,0x54,0x34, /* 00000038 "DX..DAT4" */ 0x00,0x08,0x50,0x43,0x52,0x44,0x00,0x08, /* 00000040 "..PCRD.." */ 0x55,0x53,0x42,0x44,0x00,0x08,0x56,0x47, /* 00000048 "USBD..VG" */ 0x41,0x53,0x00,0x08,0x43,0x52,0x54,0x53, /* 00000050 "AS..CRTS" */ 0x00,0x08,0x4C,0x43,0x44,0x53,0x00,0x08, /* 00000058 "..LCDS.." */ 0x42,0x52,0x54,0x53,0x00,0x08,0x4F,0x53, /* 00000060 "BRTS..OS" */ 0x49,0x54,0x00,0x5B,0x80,0x50,0x4D,0x30, /* 00000068 "IT.[.PM0" */ 0x30,0x01,0x0B,0x30,0xF0,0x0A,0x04,0x5B, /* 00000070 "0..0...[" */ 0x81,0x1A,0x50,0x4D,0x30,0x30,0x01,0x50, /* 00000078 "..PM00.P" */ 0x4D,0x33,0x30,0x08,0x50,0x4D,0x33,0x31, /* 00000080 "M30.PM31" */ 0x08,0x50,0x4D,0x33,0x32,0x08,0x50,0x4D, /* 00000088 ".PM32.PM" */ 0x33,0x33,0x08,0x5B,0x80,0x50,0x4D,0x30, /* 00000090 "33.[.PM0" */ 0x31,0x01,0x0B,0x0D,0xF0,0x01,0x5B,0x81, /* 00000098 "1.....[." */ 0x0B,0x50,0x4D,0x30,0x31,0x01,0x50,0x4D, /* 000000A0 ".PM01.PM" */ 0x30,0x44,0x08,0x5B,0x80,0x50,0x4D,0x30, /* 000000A8 "0D.[.PM0" */ 0x32,0x01,0x0B,0x24,0xF0,0x01,0x5B,0x81, /* 000000B0 "2..$..[." */ 0x0B,0x50,0x4D,0x30,0x32,0x01,0x50,0x4D, /* 000000B8 ".PM02.PM" */ 0x32,0x34,0x08,0x5B,0x80,0x4D,0x45,0x4D, /* 000000C0 "24.[.MEM" */ 0x31,0x00,0x0B,0xF0,0x04,0x01,0x5B,0x81, /* 000000C8 "1.....[." */ 0x0B,0x4D,0x45,0x4D,0x31,0x01,0x44,0x41, /* 000000D0 ".MEM1.DA" */ 0x54,0x30,0x08,0x5B,0x80,0x4D,0x45,0x4D, /* 000000D8 "T0.[.MEM" */ 0x32,0x00,0x0B,0xF1,0x04,0x01,0x5B,0x81, /* 000000E0 "2.....[." */ 0x0B,0x4D,0x45,0x4D,0x32,0x01,0x44,0x41, /* 000000E8 ".MEM2.DA" */ 0x54,0x31,0x08,0x5B,0x80,0x4D,0x45,0x4D, /* 000000F0 "T1.[.MEM" */ 0x33,0x00,0x0B,0xF2,0x04,0x01,0x5B,0x81, /* 000000F8 "3.....[." */ 0x0B,0x4D,0x45,0x4D,0x33,0x01,0x44,0x41, /* 00000100 ".MEM3.DA" */ 0x54,0x32,0x08,0x5B,0x80,0x4D,0x45,0x4D, /* 00000108 "T2.[.MEM" */ 0x34,0x00,0x0B,0xF3,0x04,0x01,0x5B,0x81, /* 00000110 "4.....[." */ 0x0B,0x4D,0x45,0x4D,0x34,0x01,0x44,0x41, /* 00000118 ".MEM4.DA" */ 0x54,0x33,0x08,0x5B,0x80,0x4D,0x45,0x4D, /* 00000120 "T3.[.MEM" */ 0x35,0x00,0x0B,0xF4,0x04,0x01,0x5B,0x81, /* 00000128 "5.....[." */ 0x0B,0x4D,0x45,0x4D,0x35,0x01,0x44,0x41, /* 00000130 ".MEM5.DA" */ 0x54,0x35,0x08,0x5B,0x80,0x4D,0x45,0x4D, /* 00000138 "T5.[.MEM" */ 0x36,0x00,0x0B,0xF5,0x04,0x01,0x5B,0x81, /* 00000140 "6.....[." */ 0x0B,0x4D,0x45,0x4D,0x36,0x01,0x44,0x41, /* 00000148 ".MEM6.DA" */ 0x54,0x36,0x08,0x10,0x47,0x17,0x5F,0x50, /* 00000150 "T6..G._P" */ 0x52,0x5F,0x5B,0x83,0x4F,0x16,0x43,0x50, /* 00000158 "R_[.O.CP" */ 0x55,0x30,0x01,0x50,0xF0,0x00,0x00,0x06, /* 00000160 "U0.P...." */ 0x14,0x4F,0x0F,0x5F,0x43,0x53,0x54,0x00, /* 00000168 ".O._CST." */ 0x70,0x0A,0x03,0x49,0x4F,0x42,0x33,0x70, /* 00000170 "p..IOB3p" */ 0x0A,0x33,0x49,0x4F,0x42,0x32,0xA0,0x48, /* 00000178 ".3IOB2.H" */ 0x06,0x93,0x44,0x41,0x54,0x35,0x01,0xA4, /* 00000180 "..DAT5.." */ 0x12,0x4E,0x05,0x04,0x0A,0x03,0x12,0x1C, /* 00000188 ".N......" */ 0x04,0x11,0x14,0x0A,0x11,0x82,0x0C,0x00, /* 00000190 "........" */ 0x7F,0x08,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000198 "........" */ 0x00,0x00,0x00,0x00,0x79,0x00,0x01,0x01, /* 000001A0 "....y..." */ 0x0B,0xE8,0x03,0x12,0x1D,0x04,0x11,0x14, /* 000001A8 "........" */ 0x0A,0x11,0x82,0x0C,0x00,0x01,0x08,0x00, /* 000001B0 "........" */ 0x00,0x14,0xF0,0x00,0x00,0x00,0x00,0x00, /* 000001B8 "........" */ 0x00,0x79,0x00,0x0A,0x02,0x01,0x0B,0xF4, /* 000001C0 ".y......" */ 0x01,0x12,0x1D,0x04,0x11,0x14,0x0A,0x11, /* 000001C8 "........" */ 0x82,0x0C,0x00,0x01,0x08,0x00,0x00,0x15, /* 000001D0 "........" */ 0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x79, /* 000001D8 ".......y" */ 0x00,0x0A,0x03,0x0A,0x50,0x0A,0xFA,0xA1, /* 000001E0 "....P..." */ 0x40,0x08,0xA4,0x12,0x4C,0x07,0x05,0x0A, /* 000001E8 "@...L..." */ 0x04,0x12,0x1C,0x04,0x11,0x14,0x0A,0x11, /* 000001F0 "........" */ 0x82,0x0C,0x00,0x7F,0x08,0x00,0x00,0x00, /* 000001F8 "........" */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x79, /* 00000200 ".......y" */ 0x00,0x01,0x01,0x0B,0xE8,0x03,0x12,0x1D, /* 00000208 "........" */ 0x04,0x11,0x14,0x0A,0x11,0x82,0x0C,0x00, /* 00000210 "........" */ 0x01,0x08,0x00,0x00,0x14,0xF0,0x00,0x00, /* 00000218 "........" */ 0x00,0x00,0x00,0x00,0x79,0x00,0x0A,0x02, /* 00000220 "....y..." */ 0x01,0x0B,0xF4,0x01,0x12,0x1D,0x04,0x11, /* 00000228 "........" */ 0x14,0x0A,0x11,0x82,0x0C,0x00,0x01,0x08, /* 00000230 "........" */ 0x00,0x00,0x15,0xF0,0x00,0x00,0x00,0x00, /* 00000238 "........" */ 0x00,0x00,0x79,0x00,0x0A,0x03,0x0A,0x50, /* 00000240 "..y....P" */ 0x0A,0xFA,0x12,0x1D,0x04,0x11,0x14,0x0A, /* 00000248 "........" */ 0x11,0x82,0x0C,0x00,0x01,0x08,0x00,0x00, /* 00000250 "........" */ 0x15,0xF0,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000258 "........" */ 0x79,0x00,0x0A,0x03,0x0A,0xB4,0x0A,0x64, /* 00000260 "y......d" */ 0x08,0x5F,0x50,0x43,0x54,0x12,0x2C,0x02, /* 00000268 "._PCT.,." */ 0x11,0x14,0x0A,0x11,0x82,0x0C,0x00,0x01, /* 00000270 "........" */ 0x08,0x00,0x00,0xB2,0x00,0x00,0x00,0x00, /* 00000278 "........" */ 0x00,0x00,0x00,0x79,0x00,0x11,0x14,0x0A, /* 00000280 "...y...." */ 0x11,0x82,0x0C,0x00,0x01,0x08,0x00,0x00, /* 00000288 "........" */ 0xB3,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000290 "........" */ 0x79,0x00,0x14,0x08,0x5F,0x50,0x50,0x43, /* 00000298 "y..._PPC" */ 0x00,0xA4,0x00,0x08,0x5F,0x50,0x53,0x53, /* 000002A0 "...._PSS" */ 0x12,0x22,0x02,0x12,0x0F,0x06,0x0B,0x82, /* 000002A8 "."......" */ 0x03,0x0B,0xF0,0x55,0x0B,0xF4,0x01,0x00, /* 000002B0 "...U...." */ 0x0A,0x83,0x00,0x12,0x0F,0x06,0x0B,0x8F, /* 000002B8 "........" */ 0x01,0x0B,0x10,0x27,0x0B,0xF4,0x01,0x00, /* 000002C0 "...'...." */ 0x0A,0x84,0x01,0x5B,0x80,0x42,0x44,0x41, /* 000002C8 "...[.BDA" */ 0x43,0x00,0x0B,0xEB,0x04,0x0A,0x02,0x5B, /* 000002D0 "C......[" */ 0x81,0x10,0x42,0x44,0x41,0x43,0x01,0x43, /* 000002D8 "..BDAC.C" */ 0x49,0x4E,0x44,0x08,0x43,0x44,0x41,0x54, /* 000002E0 "IND.CDAT" */ 0x08,0x08,0x50,0x4D,0x4F,0x53,0x0A,0x11, /* 000002E8 "..PMOS.." */ 0x08,0x45,0x58,0x4C,0x50,0x0A,0x13,0x08, /* 000002F0 ".EXLP..." */ 0x43,0x53,0x31,0x43,0x0A,0x1C,0x08,0x43, /* 000002F8 "CS1C...C" */ 0x4D,0x48,0x49,0x0A,0x2E,0x08,0x43,0x4D, /* 00000300 "MHI...CM" */ 0x4C,0x4F,0x0A,0x2F,0x08,0x44,0x4D,0x41, /* 00000308 "LO./.DMA" */ 0x43,0x0A,0x33,0x08,0x4F,0x42,0x43,0x31, /* 00000310 "C.3.OBC1" */ 0x0A,0x37,0x08,0x53,0x4D,0x49,0x4F,0x0A, /* 00000318 ".7.SMIO." */ 0x39,0x08,0x4F,0x42,0x43,0x32,0x0A,0x3A, /* 00000320 "9.OBC2.:" */ 0x08,0x4C,0x4C,0x42,0x57,0x0A,0x43,0x08, /* 00000328 ".LLBW.C." */ 0x45,0x58,0x4D,0x4C,0x0A,0x46,0x08,0x45, /* 00000330 "EXML.F.E" */ 0x58,0x4D,0x48,0x0A,0x47,0x08,0x43,0x53, /* 00000338 "XMH.G.CS" */ 0x34,0x41,0x0A,0x4A,0x08,0x46,0x4E,0x46, /* 00000340 "4A.J.FNF" */ 0x34,0x0A,0x4C,0x08,0x43,0x53,0x35,0x38, /* 00000348 "4.L.CS58" */ 0x0A,0x58,0x08,0x49,0x44,0x45,0x50,0x0A, /* 00000350 ".X.IDEP." */ 0x65,0x08,0x49,0x44,0x45,0x53,0x0A,0x66, /* 00000358 "e.IDES.f" */ 0x5B,0x80,0x43,0x53,0x4D,0x49,0x01,0x0A, /* 00000360 "[.CSMI.." */ 0xB1,0x0A,0x03,0x5B,0x81,0x15,0x43,0x53, /* 00000368 "...[..CS" */ 0x4D,0x49,0x01,0x49,0x4F,0x42,0x31,0x08, /* 00000370 "MI.IOB1." */ 0x49,0x4F,0x42,0x32,0x08,0x49,0x4F,0x42, /* 00000378 "IOB2.IOB" */ 0x33,0x08,0x14,0x18,0x52,0x43,0x4D,0x53, /* 00000380 "3...RCMS" */ 0x01,0x70,0x68,0x49,0x4F,0x42,0x33,0x70, /* 00000388 ".phIOB3p" */ 0x0A,0x7B,0x49,0x4F,0x42,0x32,0xA4,0x49, /* 00000390 ".{IOB2.I" */ 0x4F,0x42,0x33,0x14,0x19,0x57,0x43,0x4D, /* 00000398 "OB3..WCM" */ 0x53,0x02,0x70,0x69,0x43,0x44,0x41,0x54, /* 000003A0 "S.piCDAT" */ 0x70,0x68,0x49,0x4F,0x42,0x33,0x70,0x0A, /* 000003A8 "phIOB3p." */ 0x7C,0x49,0x4F,0x42,0x32,0x5B,0x80,0x44, /* 000003B0 "|IOB2[.D" */ 0x42,0x47,0x31,0x01,0x0A,0x80,0x01,0x5B, /* 000003B8 "BG1....[" */ 0x81,0x0B,0x44,0x42,0x47,0x31,0x01,0x50, /* 000003C0 "..DBG1.P" */ 0x58,0x38,0x30,0x08,0x5B,0x80,0x44,0x45, /* 000003C8 "X80.[.DE" */ 0x4C,0x30,0x01,0x0A,0xED,0x01,0x5B,0x81, /* 000003D0 "L0....[." */ 0x0B,0x44,0x45,0x4C,0x30,0x01,0x50,0x58, /* 000003D8 ".DEL0.PX" */ 0x45,0x44,0x08,0x5B,0x80,0x42,0x44,0x41, /* 000003E0 "ED.[.BDA" */ 0x44,0x00,0x0B,0xED,0x04,0x0A,0x02,0x5B, /* 000003E8 "D......[" */ 0x81,0x10,0x42,0x44,0x41,0x44,0x01,0x43, /* 000003F0 "..BDAD.C" */ 0x34,0x45,0x44,0x08,0x43,0x34,0x45,0x45, /* 000003F8 "4ED.C4EE" */ 0x08,0x08,0x5F,0x53,0x30,0x5F,0x12,0x06, /* 00000400 ".._S0_.." */ 0x02,0x0A,0x05,0x0A,0x05,0x08,0x5F,0x53, /* 00000408 "......_S" */ 0x33,0x5F,0x12,0x04,0x02,0x01,0x01,0x08, /* 00000410 "3_......" */ 0x5F,0x53,0x34,0x5F,0x12,0x04,0x02,0x00, /* 00000418 "_S4_...." */ 0x00,0x08,0x5F,0x53,0x35,0x5F,0x12,0x04, /* 00000420 ".._S5_.." */ 0x02,0x00,0x00,0x14,0x46,0x26,0x5F,0x50, /* 00000428 "....F&_P" */ 0x54,0x53,0x01,0x70,0x68,0x50,0x58,0x38, /* 00000430 "TS.phPX8" */ 0x30,0x70,0x0A,0x0D,0x49,0x4F,0x42,0x33, /* 00000438 "0p..IOB3" */ 0x70,0x0A,0x32,0x49,0x4F,0x42,0x32,0xA0, /* 00000440 "p.2IOB2." */ 0x41,0x07,0x92,0x93,0x68,0x0A,0x03,0x70, /* 00000448 "A...h..p" */ 0x01,0x4C,0x49,0x44,0x46,0xA0,0x35,0x93, /* 00000450 ".LIDF.5." */ 0x87,0x5F,0x4F,0x53,0x5F,0x0A,0x11,0x70, /* 00000458 "._OS_..p" */ 0x0A,0x03,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 00000460 "..\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 00000468 "_PCI0PX4" */ 0x30,0x50,0x58,0x42,0x33,0x70,0x0A,0x32, /* 00000470 "0PXB3p.2" */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 00000478 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000480 "CI0PX40P" */ 0x58,0x42,0x32,0xA1,0x2D,0x70,0x0A,0x04, /* 00000488 "XB2.-p.." */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 00000490 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000498 "CI0PX40P" */ 0x58,0x42,0x33,0x70,0x0A,0x32,0x5C,0x2F, /* 000004A0 "XB3p.2\/" */ 0x04,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 000004A8 "._SB_PCI" */ 0x30,0x50,0x58,0x34,0x30,0x50,0x58,0x42, /* 000004B0 "0PX40PXB" */ 0x32,0xA0,0x44,0x08,0x93,0x68,0x01,0x7D, /* 000004B8 "2.D..h.}" */ 0x50,0x4D,0x32,0x34,0x01,0x50,0x4D,0x32, /* 000004C0 "PM24.PM2" */ 0x34,0x7D,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 000004C8 "4}\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x4F,0x5A,0x36, /* 000004D0 "_PCI0OZ6" */ 0x38,0x50,0x4D,0x45,0x53,0x01,0x5C,0x2F, /* 000004D8 "8PMES.\/" */ 0x04,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 000004E0 "._SB_PCI" */ 0x30,0x4F,0x5A,0x36,0x38,0x50,0x4D,0x45, /* 000004E8 "0OZ68PME" */ 0x53,0xA0,0x1E,0x93,0x87,0x5F,0x4F,0x53, /* 000004F0 "S...._OS" */ 0x5F,0x0A,0x11,0x70,0x00,0x5C,0x2F,0x04, /* 000004F8 "_..p.\/." */ 0x5F,0x53,0x42,0x5F,0x50,0x43,0x49,0x30, /* 00000500 "_SB_PCI0" */ 0x50,0x58,0x34,0x30,0x50,0x58,0x42,0x33, /* 00000508 "PX40PXB3" */ 0xA1,0x17,0x70,0x0A,0x06,0x5C,0x2F,0x04, /* 00000510 "..p..\/." */ 0x5F,0x53,0x42,0x5F,0x50,0x43,0x49,0x30, /* 00000518 "_SB_PCI0" */ 0x50,0x58,0x34,0x30,0x50,0x58,0x42,0x33, /* 00000520 "PX40PXB3" */ 0x70,0x0A,0x32,0x5C,0x2F,0x04,0x5F,0x53, /* 00000528 "p.2\/._S" */ 0x42,0x5F,0x50,0x43,0x49,0x30,0x50,0x58, /* 00000530 "B_PCI0PX" */ 0x34,0x30,0x50,0x58,0x42,0x32,0xA0,0x45, /* 00000538 "40PXB2.E" */ 0x07,0x93,0x68,0x0A,0x03,0x70,0x0A,0x0B, /* 00000540 "..h..p.." */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 00000548 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000550 "CI0PX40P" */ 0x58,0x42,0x33,0x70,0x0A,0x32,0x5C,0x2F, /* 00000558 "XB3p.2\/" */ 0x04,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 00000560 "._SB_PCI" */ 0x30,0x50,0x58,0x34,0x30,0x50,0x58,0x42, /* 00000568 "0PX40PXB" */ 0x32,0x70,0x00,0x5C,0x2F,0x04,0x5F,0x53, /* 00000570 "2p.\/._S" */ 0x42,0x5F,0x50,0x43,0x49,0x30,0x50,0x58, /* 00000578 "B_PCI0PX" */ 0x34,0x30,0x50,0x58,0x42,0x33,0x70,0x0A, /* 00000580 "40PXB3p." */ 0x37,0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F, /* 00000588 "7\/._SB_" */ 0x50,0x43,0x49,0x30,0x50,0x58,0x34,0x30, /* 00000590 "PCI0PX40" */ 0x50,0x58,0x42,0x32,0x70,0x52,0x43,0x4D, /* 00000598 "PXB2pRCM" */ 0x53,0x43,0x53,0x34,0x41,0x60,0x7B,0x60, /* 000005A0 "SCS4A`{`" */ 0x0A,0xDF,0x60,0x57,0x43,0x4D,0x53,0x43, /* 000005A8 "..`WCMSC" */ 0x53,0x34,0x41,0x60,0xA0,0x4F,0x07,0x93, /* 000005B0 "S4A`.O.." */ 0x68,0x0A,0x04,0xA0,0x21,0x93,0x4C,0x49, /* 000005B8 "h...!.LI" */ 0x44,0x58,0x01,0x70,0x0A,0x9F,0x5C,0x2F, /* 000005C0 "DX.p..\/" */ 0x05,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 000005C8 "._SB_PCI" */ 0x30,0x50,0x58,0x34,0x30,0x45,0x43,0x30, /* 000005D0 "0PX40EC0" */ 0x5F,0x50,0x35,0x34,0x54,0x70,0x01,0x5C, /* 000005D8 "_P54Tp.\" */ 0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50,0x43, /* 000005E0 "/._SB_PC" */ 0x49,0x30,0x50,0x58,0x34,0x30,0x50,0x58, /* 000005E8 "I0PX40PX" */ 0x42,0x33,0x70,0x0A,0x32,0x5C,0x2F,0x04, /* 000005F0 "B3p.2\/." */ 0x5F,0x53,0x42,0x5F,0x50,0x43,0x49,0x30, /* 000005F8 "_SB_PCI0" */ 0x50,0x58,0x34,0x30,0x50,0x58,0x42,0x32, /* 00000600 "PX40PXB2" */ 0x70,0x0A,0x07,0x5C,0x2F,0x04,0x5F,0x53, /* 00000608 "p..\/._S" */ 0x42,0x5F,0x50,0x43,0x49,0x30,0x50,0x58, /* 00000610 "B_PCI0PX" */ 0x34,0x30,0x50,0x58,0x42,0x33,0x70,0x0A, /* 00000618 "40PXB3p." */ 0x32,0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F, /* 00000620 "2\/._SB_" */ 0x50,0x43,0x49,0x30,0x50,0x58,0x34,0x30, /* 00000628 "PCI0PX40" */ 0x50,0x58,0x42,0x32,0xA0,0x4D,0x05,0x93, /* 00000630 "PXB2.M.." */ 0x68,0x0A,0x05,0x70,0x01,0x5C,0x2F,0x04, /* 00000638 "h..p.\/." */ 0x5F,0x53,0x42,0x5F,0x50,0x43,0x49,0x30, /* 00000640 "_SB_PCI0" */ 0x50,0x58,0x34,0x30,0x50,0x58,0x42,0x33, /* 00000648 "PX40PXB3" */ 0x70,0x0A,0x32,0x5C,0x2F,0x04,0x5F,0x53, /* 00000650 "p.2\/._S" */ 0x42,0x5F,0x50,0x43,0x49,0x30,0x50,0x58, /* 00000658 "B_PCI0PX" */ 0x34,0x30,0x50,0x58,0x42,0x32,0x70,0x0A, /* 00000660 "40PXB2p." */ 0x05,0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F, /* 00000668 ".\/._SB_" */ 0x50,0x43,0x49,0x30,0x50,0x58,0x34,0x30, /* 00000670 "PCI0PX40" */ 0x50,0x58,0x42,0x33,0x70,0x0A,0x32,0x5C, /* 00000678 "PXB3p.2\" */ 0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50,0x43, /* 00000680 "/._SB_PC" */ 0x49,0x30,0x50,0x58,0x34,0x30,0x50,0x58, /* 00000688 "I0PX40PX" */ 0x42,0x32,0x14,0x40,0x2C,0x5F,0x57,0x41, /* 00000690 "B2.@,_WA" */ 0x4B,0x01,0x70,0x68,0x50,0x58,0x38,0x30, /* 00000698 "K.phPX80" */ 0x70,0x01,0x42,0x52,0x54,0x53,0xA0,0x48, /* 000006A0 "p.BRTS.H" */ 0x0C,0x93,0x68,0x01,0x70,0x00,0x4C,0x49, /* 000006A8 "..h.p.LI" */ 0x44,0x46,0x7D,0x5C,0x2F,0x04,0x5F,0x53, /* 000006B0 "DF}\/._S" */ 0x42,0x5F,0x50,0x43,0x49,0x30,0x4F,0x5A, /* 000006B8 "B_PCI0OZ" */ 0x36,0x38,0x50,0x4D,0x45,0x53,0x0A,0x80, /* 000006C0 "68PMES.." */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 000006C8 "\/._SB_P" */ 0x43,0x49,0x30,0x4F,0x5A,0x36,0x38,0x50, /* 000006D0 "CI0OZ68P" */ 0x4D,0x45,0x53,0x5B,0x22,0x0A,0x64,0x70, /* 000006D8 "MES[".dp" */ 0x0A,0x02,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 000006E0 "..\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 000006E8 "_PCI0PX4" */ 0x30,0x50,0x58,0x42,0x33,0x70,0x0A,0x32, /* 000006F0 "0PXB3p.2" */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 000006F8 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000700 "CI0PX40P" */ 0x58,0x42,0x32,0x5B,0x22,0x0A,0x0A,0x70, /* 00000708 "XB2["..p" */ 0x0A,0x34,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 00000710 ".4\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 00000718 "_PCI0PX4" */ 0x30,0x50,0x58,0x42,0x32,0x5B,0x22,0x0A, /* 00000720 "0PXB2["." */ 0x64,0x86,0x5C,0x2E,0x5F,0x53,0x42,0x5F, /* 00000728 "d.\._SB_" */ 0x41,0x43,0x5F,0x5F,0x0A,0x81,0x86,0x5C, /* 00000730 "AC__...\" */ 0x2E,0x5F,0x53,0x42,0x5F,0x42,0x41,0x54, /* 00000738 "._SB_BAT" */ 0x30,0x0A,0x81,0x70,0x0A,0x0D,0x5C,0x2F, /* 00000740 "0..p..\/" */ 0x04,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 00000748 "._SB_PCI" */ 0x30,0x50,0x58,0x34,0x30,0x50,0x58,0x42, /* 00000750 "0PX40PXB" */ 0x33,0x70,0x0A,0x31,0x5C,0x2F,0x04,0x5F, /* 00000758 "3p.1\/._" */ 0x53,0x42,0x5F,0x50,0x43,0x49,0x30,0x50, /* 00000760 "SB_PCI0P" */ 0x58,0x34,0x30,0x50,0x58,0x42,0x32,0xA0, /* 00000768 "X40PXB2." */ 0x4D,0x0F,0x93,0x68,0x0A,0x04,0xA0,0x22, /* 00000770 "M..h..."" */ 0x4F,0x53,0x43,0x50,0x5F,0x4F,0x53,0x5F, /* 00000778 "OSCP_OS_" */ 0x0D,0x4D,0x69,0x63,0x72,0x6F,0x73,0x6F, /* 00000780 ".Microso" */ 0x66,0x74,0x20,0x57,0x69,0x6E,0x64,0x6F, /* 00000788 "ft Windo" */ 0x77,0x73,0x00,0x70,0x00,0x4F,0x53,0x54, /* 00000790 "ws.p.OST" */ 0x50,0xA1,0x4E,0x06,0xA0,0x25,0x4F,0x53, /* 00000798 "P.N..%OS" */ 0x43,0x50,0x5F,0x4F,0x53,0x5F,0x0D,0x4D, /* 000007A0 "CP_OS_.M" */ 0x69,0x63,0x72,0x6F,0x73,0x6F,0x66,0x74, /* 000007A8 "icrosoft" */ 0x20,0x57,0x69,0x6E,0x64,0x6F,0x77,0x73, /* 000007B0 " Windows" */ 0x20,0x4E,0x54,0x00,0x70,0x01,0x4F,0x53, /* 000007B8 " NT.p.OS" */ 0x54,0x50,0xA1,0x45,0x04,0xA0,0x39,0x4F, /* 000007C0 "TP.E..9O" */ 0x53,0x43,0x50,0x5F,0x4F,0x53,0x5F,0x0D, /* 000007C8 "SCP_OS_." */ 0x4D,0x69,0x63,0x72,0x6F,0x73,0x6F,0x66, /* 000007D0 "Microsof" */ 0x74,0x20,0x57,0x69,0x6E,0x64,0x6F,0x77, /* 000007D8 "t Window" */ 0x73,0x4D,0x45,0x3A,0x20,0x4D,0x69,0x6C, /* 000007E0 "sME: Mil" */ 0x6C,0x65,0x6E,0x6E,0x69,0x75,0x6D,0x20, /* 000007E8 "lennium " */ 0x45,0x64,0x69,0x74,0x69,0x6F,0x6E,0x00, /* 000007F0 "Edition." */ 0x70,0x0A,0x02,0x4F,0x53,0x54,0x50,0xA1, /* 000007F8 "p..OSTP." */ 0x08,0x70,0x0A,0x07,0x4F,0x53,0x54,0x50, /* 00000800 ".p..OSTP" */ 0x86,0x5C,0x2E,0x5F,0x53,0x42,0x5F,0x42, /* 00000808 ".\._SB_B" */ 0x41,0x54,0x30,0x0A,0x81,0x70,0x0A,0x08, /* 00000810 "AT0..p.." */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 00000818 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000820 "CI0PX40P" */ 0x58,0x42,0x33,0x70,0x0A,0x32,0x5C,0x2F, /* 00000828 "XB3p.2\/" */ 0x04,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 00000830 "._SB_PCI" */ 0x30,0x50,0x58,0x34,0x30,0x50,0x58,0x42, /* 00000838 "0PX40PXB" */ 0x32,0x70,0x0A,0x0D,0x5C,0x2F,0x04,0x5F, /* 00000840 "2p..\/._" */ 0x53,0x42,0x5F,0x50,0x43,0x49,0x30,0x50, /* 00000848 "SB_PCI0P" */ 0x58,0x34,0x30,0x50,0x58,0x42,0x33,0x70, /* 00000850 "X40PXB3p" */ 0x0A,0x31,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 00000858 ".1\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 00000860 "_PCI0PX4" */ 0x30,0x50,0x58,0x42,0x32,0xA0,0x46,0x08, /* 00000868 "0PXB2.F." */ 0x93,0x68,0x0A,0x03,0x70,0x0A,0x0C,0x5C, /* 00000870 ".h..p..\" */ 0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50,0x43, /* 00000878 "/._SB_PC" */ 0x49,0x30,0x50,0x58,0x34,0x30,0x50,0x58, /* 00000880 "I0PX40PX" */ 0x42,0x33,0x70,0x0A,0x32,0x5C,0x2F,0x04, /* 00000888 "B3p.2\/." */ 0x5F,0x53,0x42,0x5F,0x50,0x43,0x49,0x30, /* 00000890 "_SB_PCI0" */ 0x50,0x58,0x34,0x30,0x50,0x58,0x42,0x32, /* 00000898 "PX40PXB2" */ 0x70,0x52,0x43,0x4D,0x53,0x43,0x53,0x34, /* 000008A0 "pRCMSCS4" */ 0x41,0x60,0x7B,0x60,0x0A,0x20,0x60,0xA0, /* 000008A8 "A`{`. `." */ 0x2D,0x92,0x93,0x60,0x0A,0x20,0x86,0x5C, /* 000008B0 "-..`. .\" */ 0x2E,0x5F,0x53,0x42,0x5F,0x53,0x4C,0x50, /* 000008B8 "._SB_SLP" */ 0x42,0x0A,0x02,0x86,0x5C,0x2E,0x5F,0x53, /* 000008C0 "B...\._S" */ 0x42,0x5F,0x41,0x43,0x5F,0x5F,0x0A,0x80, /* 000008C8 "B_AC__.." */ 0x86,0x5C,0x2E,0x5F,0x53,0x42,0x5F,0x42, /* 000008D0 ".\._SB_B" */ 0x41,0x54,0x30,0x0A,0x80,0xA1,0x16,0xA0, /* 000008D8 "AT0....." */ 0x14,0x93,0x4F,0x53,0x54,0x50,0x00,0x86, /* 000008E0 "..OSTP.." */ 0x5C,0x2E,0x5F,0x53,0x42,0x5F,0x53,0x4C, /* 000008E8 "\._SB_SL" */ 0x50,0x42,0x0A,0x02,0xA1,0x4A,0x04,0x7B, /* 000008F0 "PB...J.{" */ 0x50,0x4D,0x33,0x33,0x01,0x61,0xA0,0x0A, /* 000008F8 "PM33.a.." */ 0x93,0x61,0x00,0x70,0x00,0x4C,0x49,0x44, /* 00000900 ".a.p.LID" */ 0x53,0xA1,0x07,0x70,0x01,0x4C,0x49,0x44, /* 00000908 "S..p.LID" */ 0x53,0xA0,0x14,0x93,0x44,0x41,0x54,0x36, /* 00000910 "S...DAT6" */ 0x00,0x86,0x5C,0x2E,0x5F,0x53,0x42,0x5F, /* 00000918 "..\._SB_" */ 0x53,0x4C,0x50,0x42,0x0A,0x02,0xA1,0x18, /* 00000920 "SLPB...." */ 0xA0,0x16,0x93,0x87,0x5F,0x4F,0x53,0x5F, /* 00000928 "...._OS_" */ 0x0A,0x11,0x86,0x5C,0x2E,0x5F,0x53,0x42, /* 00000930 "...\._SB" */ 0x5F,0x53,0x4C,0x50,0x42,0x0A,0x02,0x70, /* 00000938 "_SLPB..p" */ 0x0A,0x0E,0x49,0x4F,0x42,0x33,0x70,0x0A, /* 00000940 "..IOB3p." */ 0x32,0x49,0x4F,0x42,0x32,0xA4,0x12,0x04, /* 00000948 "2IOB2..." */ 0x02,0x00,0x00,0x10,0x47,0x0D,0x5F,0x53, /* 00000950 "....G._S" */ 0x49,0x5F,0x14,0x40,0x0D,0x5F,0x53,0x53, /* 00000958 "I_.@._SS" */ 0x54,0x01,0xA0,0x30,0x93,0x68,0x00,0x70, /* 00000960 "T..0.h.p" */ 0x0A,0x02,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 00000968 "..\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 00000970 "_PCI0PX4" */ 0x30,0x50,0x58,0x42,0x33,0x70,0x0A,0x30, /* 00000978 "0PXB3p.0" */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 00000980 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000988 "CI0PX40P" */ 0x58,0x42,0x32,0xA0,0x35,0x91,0x93,0x68, /* 00000990 "XB2.5..h" */ 0x01,0x93,0x68,0x0A,0x02,0x70,0x0A,0x02, /* 00000998 "..h..p.." */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 000009A0 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 000009A8 "CI0PX40P" */ 0x58,0x42,0x33,0x70,0x0A,0x30,0x5C,0x2F, /* 000009B0 "XB3p.0\/" */ 0x04,0x5F,0x53,0x42,0x5F,0x50,0x43,0x49, /* 000009B8 "._SB_PCI" */ 0x30,0x50,0x58,0x34,0x30,0x50,0x58,0x42, /* 000009C0 "0PX40PXB" */ 0x32,0xA0,0x30,0x93,0x68,0x0A,0x03,0x70, /* 000009C8 "2.0.h..p" */ 0x00,0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F, /* 000009D0 ".\/._SB_" */ 0x50,0x43,0x49,0x30,0x50,0x58,0x34,0x30, /* 000009D8 "PCI0PX40" */ 0x50,0x58,0x42,0x33,0x70,0x0A,0x30,0x5C, /* 000009E0 "PXB3p.0\" */ 0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50,0x43, /* 000009E8 "/._SB_PC" */ 0x49,0x30,0x50,0x58,0x34,0x30,0x50,0x58, /* 000009F0 "I0PX40PX" */ 0x42,0x32,0xA0,0x30,0x93,0x68,0x0A,0x04, /* 000009F8 "B2.0.h.." */ 0x70,0x01,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 00000A00 "p.\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 00000A08 "_PCI0PX4" */ 0x30,0x50,0x58,0x42,0x33,0x70,0x0A,0x30, /* 00000A10 "0PXB3p.0" */ 0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F,0x50, /* 00000A18 "\/._SB_P" */ 0x43,0x49,0x30,0x50,0x58,0x34,0x30,0x50, /* 00000A20 "CI0PX40P" */ 0x58,0x42,0x32,0x14,0x46,0x04,0x54,0x50, /* 00000A28 "XB2.F.TP" */ 0x43,0x31,0x00,0x70,0x00,0x44,0x57,0x30, /* 00000A30 "C1.p.DW0" */ 0x31,0x70,0x5C,0x2F,0x04,0x5F,0x53,0x42, /* 00000A38 "1p\/._SB" */ 0x5F,0x50,0x43,0x49,0x30,0x50,0x58,0x34, /* 00000A40 "_PCI0PX4" */ 0x30,0x54,0x50,0x43,0x50,0x44,0x42,0x30, /* 00000A48 "0TPCPDB0" */ 0x30,0x76,0x44,0x42,0x30,0x30,0x77,0x44, /* 00000A50 "0vDB00wD" */ 0x42,0x30,0x30,0x0A,0x0A,0x44,0x57,0x30, /* 00000A58 "B00..DW0" */ 0x31,0x72,0x44,0x57,0x30,0x31,0x0B,0xAC, /* 00000A60 "1rDW01.." */ 0x0A,0x44,0x57,0x30,0x31,0xA4,0x44,0x57, /* 00000A68 ".DW01.DW" */ 0x30,0x31,0x14,0x46,0x04,0x54,0x50,0x53, /* 00000A70 "01.F.TPS" */ 0x32,0x00,0x70,0x00,0x44,0x57,0x30,0x33, /* 00000A78 "2.p.DW03" */ 0x70,0x5C,0x2F,0x04,0x5F,0x53,0x42,0x5F, /* 00000A80 "p\/._SB_" */ 0x50,0x43,0x49,0x30,0x50,0x58,0x34,0x30, /* 00000A88 "PCI0PX40" */ 0x54,0x50,0x53,0x50,0x44,0x42,0x30,0x31, /* 00000A90 "TPSPDB01" */ 0x76,0x44,0x42,0x30,0x31,0x77,0x44,0x42, /* 00000A98 "vDB01wDB" */ 0x30,0x31,0x0A,0x0A,0x44,0x57,0x30,0x33, /* 00000AA0 "01..DW03" */ 0x72,0x44,0x57,0x30,0x33,0x0B,0xAC,0x0A, /* 00000AA8 "rDW03..." */ 0x44,0x57,0x30,0x33,0xA4,0x44,0x57,0x30, /* 00000AB0 "DW03.DW0" */ 0x33,0x08,0x46,0x41,0x4E,0x53,0x0A,0xFF, /* 00000AB8 "3.FANS.." */ 0x08,0x54,0x42,0x55,0x46,0x11,0x0B,0x0A, /* 00000AC0 ".TBUF..." */ 0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000AC8 "........" */ 0x00,0x8C,0x54,0x42,0x55,0x46,0x00,0x44, /* 00000AD0 "..TBUF.D" */ 0x42,0x30,0x30,0x8C,0x54,0x42,0x55,0x46, /* 00000AD8 "B00.TBUF" */ 0x01,0x44,0x42,0x30,0x31,0x8B,0x54,0x42, /* 00000AE0 ".DB01.TB" */ 0x55,0x46,0x00,0x44,0x57,0x30,0x30,0x8B, /* 00000AE8 "UF.DW00." */ 0x54,0x42,0x55,0x46,0x0A,0x02,0x44,0x57, /* 00000AF0 "TBUF..DW" */ 0x30,0x31,0x8B,0x54,0x42,0x55,0x46,0x0A, /* 00000AF8 "01.TBUF." */ 0x04,0x44,0x57,0x30,0x32,0x8B,0x54,0x42, /* 00000B00 ".DW02.TB" */ 0x55,0x46,0x0A,0x06,0x44,0x57,0x30,0x33, /* 00000B08 "UF..DW03" */ 0x8A,0x54,0x42,0x55,0x46,0x00,0x44,0x41, /* 00000B10 ".TBUF.DA" */ 0x54,0x44,0x08,0x44,0x42,0x55,0x46,0x11, /* 00000B18 "TD.DBUF." */ 0x09,0x0A,0x06,0xA0,0x00,0x00,0x00,0x00, /* 00000B20 "........" */ 0x00,0x8C,0x44,0x42,0x55,0x46,0x00,0x52, /* 00000B28 "..DBUF.R" */ 0x44,0x54,0x50,0x8C,0x44,0x42,0x55,0x46, /* 00000B30 "DTP.DBUF" */ 0x01,0x44,0x41,0x42,0x31,0x8C,0x44,0x42, /* 00000B38 ".DAB1.DB" */ 0x55,0x46,0x0A,0x02,0x44,0x41,0x42,0x32, /* 00000B40 "UF..DAB2" */ 0x8C,0x44,0x42,0x55,0x46,0x0A,0x03,0x44, /* 00000B48 ".DBUF..D" */ 0x41,0x42,0x33,0x8C,0x44,0x42,0x55,0x46, /* 00000B50 "AB3.DBUF" */ 0x0A,0x04,0x44,0x41,0x42,0x34,0x8C,0x44, /* 00000B58 "..DAB4.D" */ 0x42,0x55,0x46,0x0A,0x05,0x44,0x41,0x42, /* 00000B60 "BUF..DAB" */ 0x35,0x8B,0x44,0x42,0x55,0x46,0x01,0x44, /* 00000B68 "5.DBUF.D" */ 0x41,0x57,0x30,0x8B,0x44,0x42,0x55,0x46, /* 00000B70 "AW0.DBUF" */ 0x0A,0x03,0x44,0x41,0x57,0x33,0x8A,0x44, /* 00000B78 "..DAW3.D" */ 0x42,0x55,0x46,0x01,0x44,0x41,0x44,0x31, /* 00000B80 "BUF.DAD1" */ 0x5B,0x80,0x53,0x4D,0x42,0x30,0x01,0x0B, /* 00000B88 "[.SMB0.." */ 0x00,0xF1,0x01,0x5B,0x81,0x0B,0x53,0x4D, /* 00000B90 "...[..SM" */ 0x42,0x30,0x01,0x53,0x4D,0x30,0x30,0x08, /* 00000B98 "B0.SM00." */ 0x5B,0x80,0x53,0x4D,0x42,0x32,0x01,0x0B, /* 00000BA0 "[.SMB2.." */ 0x02,0xF1,0x01,0x5B,0x81,0x0B,0x53,0x4D, /* 00000BA8 "...[..SM" */ 0x42,0x32,0x01,0x53,0x4D,0x30,0x32,0x08, /* 00000BB0 "B2.SM02." */ 0x5B,0x80,0x53,0x4D,0x42,0x33,0x01,0x0B, /* 00000BB8 "[.SMB3.." */ 0x03,0xF1,0x01,0x5B,0x81,0x0B,0x53,0x4D, /* 00000BC0 "...[..SM" */ 0x42,0x33,0x01,0x53,0x4D,0x30,0x33,0x08, /* 00000BC8 "B3.SM03." */ 0x5B,0x80,0x53,0x4D,0x42,0x34,0x01,0x0B, /* 00000BD0 "[.SMB4.." */ 0x04,0xF1,0x01,0x5B,0x81,0x0B,0x53,0x4D, /* 00000BD8 "...[..SM" */ 0x42,0x34,0x01,0x53,0x4D,0x30,0x34,0x08, /* 00000BE0 "B4.SM04." */ 0x5B,0x80,0x53,0x4D,0x42,0x35,0x01,0x0B, /* 00000BE8 "[.SMB5.." */ 0x05,0xF1,0x01,0x5B,0x81,0x0B,0x53,0x4D, /* 00000BF0 "...[..SM" */ 0x42,0x35,0x01,0x53,0x4D,0x30,0x35,0x08, /* 00000BF8 "B5.SM05." */ 0x5B,0x80,0x53,0x4D,0x42,0x36,0x01,0x0B, /* 00000C00 "[.SMB6.." */ 0x06,0xF1,0x01,0x5B,0x81,0x0B,0x53,0x4D, /* 00000C08 "...[..SM" */ 0x42,0x36,0x01,0x53,0x4D,0x30,0x36,0x08, /* 00000C10 "B6.SM06." */ 0x10,0x40,0x27,0x5F,0x54,0x5A,0x5F,0x14, /* 00000C18 ".@'_TZ_." */ 0x2E,0x53,0x57,0x46,0x53,0x00,0x7B,0x53, /* 00000C20 ".SWFS.{S" */ 0x4D,0x30,0x30,0x0A,0x02,0x60,0x70,0x0A, /* 00000C28 "M00..`p." */ 0xC8,0x61,0xA2,0x14,0x90,0x93,0x60,0x00, /* 00000C30 ".a....`." */ 0x92,0x93,0x61,0x00,0x5B,0x21,0x01,0x7B, /* 00000C38 "..a.[!.{" */ 0x53,0x4D,0x30,0x30,0x0A,0x02,0x60,0x70, /* 00000C40 "SM00..`p" */ 0x0A,0xFF,0x53,0x4D,0x30,0x30,0x14,0x2E, /* 00000C48 "..SM00.." */ 0x57,0x42,0x59,0x54,0x03,0x70,0x0A,0xFF, /* 00000C50 "WBYT.p.." */ 0x53,0x4D,0x30,0x30,0x70,0x68,0x53,0x4D, /* 00000C58 "SM00phSM" */ 0x30,0x34,0x70,0x69,0x53,0x4D,0x30,0x33, /* 00000C60 "04piSM03" */ 0x70,0x6A,0x53,0x4D,0x30,0x35,0x70,0x0A, /* 00000C68 "pjSM05p." */ 0x48,0x53,0x4D,0x30,0x32,0x5B,0x22,0x0A, /* 00000C70 "HSM02["." */ 0xC8,0x53,0x57,0x46,0x53,0x14,0x30,0x57, /* 00000C78 ".SWFS.0W" */ 0x57,0x52,0x44,0x04,0x70,0x0A,0xFF,0x53, /* 00000C80 "WRD.p..S" */ 0x4D,0x30,0x30,0x70,0x68,0x53,0x4D,0x30, /* 00000C88 "M00phSM0" */ 0x34,0x70,0x69,0x53,0x4D,0x30,0x33,0x70, /* 00000C90 "4piSM03p" */ 0x6A,0x53,0x4D,0x30,0x35,0x70,0x6B,0x53, /* 00000C98 "jSM05pkS" */ 0x4D,0x30,0x36,0x70,0x0A,0x4C,0x53,0x4D, /* 00000CA0 "M06p.LSM" */ 0x30,0x32,0x53,0x57,0x46,0x53,0x14,0x33, /* 00000CA8 "02SWFS.3" */ 0x52,0x42,0x59,0x54,0x02,0x70,0x0A,0xFF, /* 00000CB0 "RBYT.p.." */ 0x53,0x4D,0x30,0x30,0x7D,0x68,0x01,0x53, /* 00000CB8 "SM00}h.S" */ 0x4D,0x30,0x34,0x70,0x69,0x53,0x4D,0x30, /* 00000CC0 "M04piSM0" */ 0x33,0x70,0x0A,0x48,0x53,0x4D,0x30,0x32, /* 00000CC8 "3p.HSM02" */ 0x53,0x57,0x46,0x53,0x70,0x53,0x4D,0x30, /* 00000CD0 "SWFSpSM0" */ 0x35,0x44,0x42,0x30,0x30,0xA4,0x44,0x42, /* 00000CD8 "5DB00.DB" */ 0x30,0x30,0x14,0x3C,0x52,0x57,0x52,0x44, /* 00000CE0 "00.