• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

How To: Enable SLI on pre-i7/i5 hardware

are you sure you did everything correctly?

I'm pretty sure I did, but I'll go back threw it to make sure.
So it is suppose to show X58 in CPU-Z?
 
Yes. But you may try SLI. What your CPU-Z version is?

1.52.2, I have SLI already enabled by sveet way, but I wanted to test the hal way as well.
 
if HALMod doesn't work for you, then you didn't overwrite hal.dll for some reason. What file size hal.dll in windows\system32 is?
 
It's me again.

Wow - you guys spent a lot of time with this. Great work!

I tried the HAL-Mod:
2. Modded HAL dll of operating system itself + same having valid X58 ASUS SLIC block in DSDT stored in registry. Though using this method you can install any current nonmodded forceware. Version available: XP32,Vista64,W7-64 yet.
I just have to get this ASUS SLIC block into my registry.... somehow. I will re-read the corresponding sections and think about that once more: :banghead:
 
Hello, reading this for last couple of days. First thanks for all the hard work, making SLI avliable on pre X58 chipset. Now if i undestand this right, for this to work, you need correct DSDT string inside bios and moded hal.dll or moded nvidia drivers to get over "x58 chipset" limit. Since there are 2-3 drivers/month. I guess there should be some general method developed, so you (personly) dont need to mod every driver. I guess easyest way would be to mod mobo bios with that DSDT table and to present it self as x58 (probably not possible). And we wouldnt need any software mod anymore. 2nd option would be to mod bios with DSDT table and make some general program that can patch any version of nvidia drivers when they come out (unpack nvlddmkm, patch nvlddmkm, repack nvlddmkm). This option would probably be best for general usage (if first one is impossible), since you dont need any "test mode" in x64 version of Win7. 3rd option is, mod bios and make general patcher for hal.dll (would need test mode in x64). 4th option is any option from above without moding bios, that means one more program to install and configure, that most of users wouldnt have a clue how/what to do. So is any of that 3 options doable?
 
Hi,

I will be trying this on Ep45-Ud3p, Win 7 x64 and dual 8800gt's will post back with result's.:)
 
Hi!

I ran iasl -g (see attached png) and attached is the corresponding .DSL file. This is from the Supermicro X8DAH+ (non-SLI certified). There is no
"Scope (\_SB.PCI0)" or "Device (\_SB.PCI0.EXPL)" inside so I simply don't know where to insert the ASUS SLIC. :(

Maybe someone of you could be so kind to tell me what to do next?

------------

Edit: HAL-hacking seems to work. See attached pictures of CPU-z. First one still shows the correct chipset: 5520, the second one lists X58! :)

Edit2: This system is running Windows SERVER 2008 R2 (somehow like Win7 x64)
 

Attachments

  • dsdt_10100000.zip
    dsdt_10100000.zip
    18.1 KB · Views: 293
  • iasl-g.jpg
    iasl-g.jpg
    67.2 KB · Views: 473
  • CPU-z_1.png
    CPU-z_1.png
    25.9 KB · Views: 535
  • CPU-z_2.png
    CPU-z_2.png
    12.5 KB · Views: 522
Last edited:
@aGeoM
Make sure "PNP0C14" isnt already in use by something else.
 
Hey guys,

is there a guide yet for enabling this for a RAMPAGe extreme X48 on windows XP 32? im sure i can figure it out by reading most of the thread righT (please direct me to some pages)? but allot of the download links are unavailable. let me know :). and i'll report back with some E8600 at 6.55ghz sli 2001 scores :)

EDIT: found it :). just need to figure out how to override new SLIC
 
Last edited:
is it possible to make a modded driver that enables sli without any slic ?

hal.dll mod will vanish quickly, all nvidia has to do is replace halgetbusdata by direct hardware access, which is like 10 lines of code.

a modded driver is also easier to install, and easier to uninstall, and the user wouldn't have to mess around with sli keys.

i'm willing to make a "generic" installer that enables test signing, patches the currently installed driver, self-signs and installs it.
generic because as soon as you mention sli, nvidia or similar nvidia's lawyers will threaten to sue you for trademark violation via a pdf of a printed out fax of a printed out letter (yes they are computer experts), been there, done that.
 
Hi!

I ran iasl -g (see attached png) and attached is the corresponding .DSL file. This is from the Supermicro X8DAH+ (non-SLI certified). There is no
"Scope (\_SB.PCI0)" or "Device (\_SB.PCI0.EXPL)" inside so I simply don't know where to insert the ASUS SLIC. :(

Maybe someone of you could be so kind to tell me what to do next?

------------

Edit: HAL-hacking seems to work. See attached pictures of CPU-z. First one still shows the correct chipset: 5520, the second one lists X58! :)

Edit2: This system is running Windows SERVER 2008 R2 (somehow like Win7 x64)

From your file it looks like to me it would go here:

Return (CRS)
}
}
}

Scope (_SB.PCI0)
{

Name (SLIC, Buffer (0x9E)
{
"987134512781Genuine NVIDIA Certified SLI Ready Motherboard for ASUS X58 Motherboard3287-Copyright 2008 NVIDIA Corporation All Rights Reserved-765289891023(R)"
})
Device (WMI1)
{
Name (_HID, "pnp0c14")
Name (_UID, "MXM2")
Name (_WDG, Buffer (0x14)
{
/* 0000 */ 0x3C, 0x5C, 0xCB, 0xF6, 0xAE, 0x9C, 0xBD, 0x4E,
/* 0008 */ 0xB5, 0x77, 0x93, 0x1E, 0xA3, 0x2A, 0x2C, 0xC0,
/* 0010 */ 0x4D, 0x58, 0x01, 0x02
})
Method (WMMX, 3, NotSerialized)
{
CreateDWordField (Arg2, 0x00, FUNC)
If (LEqual (FUNC, 0x41494C53))
{
Return (\_SB.PCI0.SLIC)
}

Return (0x00)
}
}
}

OperationRegion (TVID, SystemMemory, 0xFED40F00, 0x02)
Field (TVID, WordAcc, NoLock, Preserve)
 
is it possible to make a modded driver that enables sli without any slic ?

hal.dll mod will vanish quickly, all nvidia has to do is replace halgetbusdata by direct hardware access, which is like 10 lines of code.

a modded driver is also easier to install, and easier to uninstall, and the user wouldn't have to mess around with sli keys.

i'm willing to make a "generic" installer that enables test signing, patches the currently installed driver, self-signs and installs it.
generic because as soon as you mention sli, nvidia or similar nvidia's lawyers will threaten to sue you for trademark violation via a pdf of a printed out fax of a printed out letter (yes they are computer experts), been there, done that.

Either way the use of SLI are proteced by law. For accomplish something that will shine on the light u should provide one new scaling technology.
Sure, we can talk and/or provide some insight and/or info about to how get around the mess but ONLY NVIDIA can release, licese and activate the use of SLI trought their driver to their approvved hardware.
 
how can the use of sli be protected by law? is there an sli law? to which country does your reasoning apply? please refer/link/quote to the laws you think apply
 
how can the use of sli be protected by law? is there an sli law? to which country does your reasoning apply? please refer/link/quote to the laws you think apply

SLI is a licensed tehcnology, it work in the way a license does.
google for detailed info.

Edit:
Lemme clarify the point I state in the previus post.
Nvidia code in general are acessibile only by nvidia developer, we as End-user in teory have no option to go, and the only way for obtain some software are to sing for one software license agreement.
Obiuvsly duo the nature ( complex ) of the software in the terms there are present some limitations on the usage, like no reverse engineering, this mainly because part of the code in there are registered for the patent-pending.
Now, i'll repeat ONLY NVIDIA can release, licese and activate the use of SLI trought their driver to their approvved hardware. That mean, if u enable SLI by doing some procedural code without the driver patent interaction - GOOD! u WIN!
by the way, that not possible via "generic" OS level software, because u cant enable SLI without access or interact with the patented code. So, in legal way only Nvidia can enable SLI at OS level.

Edit 2:
I wish to add last thought about so, I rather use the modified driver but we know already, it will may get some unappropriated attention.
Now unless Nvidia are planning to let it go for a while and boost some more it's unsold; the abstraction layer ( which is a bit riscky ) jump/allocation must be noted cause it's let's the driver work by side effect.
 
Last edited:
all they have via Nvidia's website on Legal info is trademark of the term SLI.
 
hi guys :toast:

i thought i would join up over at this fantastic forum, till this is sorted out :)

it will save me talking to peeps in the second person, if it should ever happen, does that make sense?

anyways im here and around, and still dont have SLI, due to compiling errors :mad:

it is probaly the LAW of SLI holding me back lol
 
hi guys :toast:

i thought i would join up over at this fantastic forum, till this is sorted out :)

it will save me talking to peeps in the second person, if it should ever happen, does that make sense?

anyways im here and around, and still dont have SLI, due to compiling errors :mad:

it is probaly the LAW of SLI holding me back lol

nope, prob that it's

Code:
			Name(WQBA, Buffer(0x0BBB)
			{
				0x46, 0x4F, 0x4D, 0x42, 0x01, 0x00, 0x00, 0x00, 
				0xAB, 0x0B, 0x00, 0x00, 0x20, 0x4A, 0x00, 0x00, 
				0x44, 0x53, 0x00, 0x01, 0x1A, 0x7D, 0xDA, 0x54, 
				0x28, 0x5B, 0xA4, 0x00, 0x01, 0x06, 0x18, 0x42, 
				0x10, 0x15, 0x10, 0x22, 0x21, 0x04, 0x12, 0x01, 
				0xA1, 0xC8, 0x2C, 0x0C, 0x86, 0x10, 0x38, 0x2E, 
				0x84, 0x1C, 0x40, 0x48, 0x1C, 0x14, 0x4A, 0x08, 
				0x84, 0xFA, 0x13, 0xC8, 0xAF, 0x00, 0x84, 0x0E, 
				0x05, 0xC8, 0x14, 0x60, 0x50, 0x80, 0x53, 0x04, 
				0x11, 0xF4, 0x2A, 0xC0, 0xA6, 0x00, 0x93, 0x02, 
				0x2C, 0x0A, 0xD0, 0x2E, 0xC0, 0xB2, 0x00, 0xDD, 
				0x02, 0xA4, 0xC3, 0x92, 0xAD, 0x08, 0x1C, 0x21, 
				0x06, 0x1C, 0xA5, 0x13, 0x5B, 0xB8, 0x61, 0x83, 
				0x17, 0x8A, 0xA2, 0x19, 0x44, 0x49, 0x50, 0xB9, 
				0x00, 0xDF, 0x08, 0x02, 0x2F, 0x57, 0x80, 0xE4, 
				0x09, 0x48, 0xB3, 0x00, 0xC3, 0x02, 0xAC, 0x0B, 
				0x90, 0x3D, 0x04, 0x2A, 0x75, 0x08, 0x28, 0x39, 
				0x43, 0x40, 0x0D, 0xA0, 0xD5, 0x09, 0x08, 0xBF, 
				0xD2, 0x29, 0x21, 0x09, 0xC2, 0x19, 0xAB, 0x78, 
				0x7C, 0xCD, 0xA2, 0xE9, 0x39, 0xC9, 0x39, 0x86, 
				0x1C, 0x8F, 0x0B, 0x3D, 0x08, 0x1E, 0x47, 0x03, 
				0x08, 0x93, 0x3F, 0x64, 0x05, 0x80, 0x41, 0x49, 
				0x18, 0x0B, 0x75, 0x31, 0x6A, 0xD4, 0x48, 0xD9, 
				0x80, 0x0C, 0x51, 0xDA, 0xA8, 0xD1, 0x03, 0x3A, 
				0xBF, 0x23, 0x39, 0xBB, 0xA3, 0x3B, 0x92, 0x04, 
				0x46, 0x3D, 0xA6, 0x63, 0x2C, 0x6C, 0x46, 0x42, 
				0x8D, 0xD1, 0x1C, 0x14, 0x09, 0x37, 0x68, 0xB4, 
				0x44, 0x58, 0x8D, 0x2B, 0xF6, 0x99, 0x59, 0xF8, 
				0xB0, 0x84, 0x71, 0x04, 0x07, 0x76, 0xB0, 0x16, 
				0x0D, 0x23, 0xB4, 0x82, 0xE0, 0x34, 0x88, 0xA3, 
				0x88, 0x12, 0x86, 0xE1, 0x19, 0x33, 0xD0, 0x51, 
				0x32, 0xA4, 0x30, 0x41, 0x4F, 0x20, 0xC8, 0xC9, 
				0x33, 0x2C, 0x43, 0x9C, 0x01, 0xC7, 0x8A, 0x11, 
				0x2A, 0x24, 0x66, 0x20, 0xC1, 0xFF, 0xFF, 0x27, 
				0xD0, 0x35, 0x86, 0x3C, 0x03, 0x91, 0x7B, 0xC0, 
				0x09, 0x04, 0x89, 0x1E, 0x25, 0xB8, 0x71, 0x8D, 
				0xCA, 0xC6, 0x74, 0x36, 0xB8, 0x81, 0x99, 0x20, 
				0xCE, 0xE1, 0x61, 0x64, 0x40, 0x68, 0x02, 0xF1, 
				0x63, 0x87, 0x4F, 0x60, 0xF7, 0xC7, 0x01, 0x29, 
				0x44, 0xD0, 0x85, 0xE0, 0x4C, 0x6B, 0x14, 0x60, 
				0xED, 0xEC, 0x20, 0x5B, 0x10, 0x3A, 0x0B, 0xC4, 
				0x6A, 0x0C, 0x45, 0x10, 0x11, 0x82, 0x46, 0x31, 
				0x5E, 0x84, 0x50, 0x21, 0xA2, 0x44, 0x3D, 0xE7, 
				0x20, 0xB5, 0x09, 0x50, 0x06, 0x22, 0xB4, 0x60, 
				0x46, 0x60, 0xF6, 0x07, 0x41, 0x24, 0x58, 0x80, 
				0xF8, 0x23, 0xB0, 0x84, 0x13, 0x81, 0x8C, 0x8C, 
				0x86, 0x1E, 0x16, 0x7C, 0x12, 0x60, 0x07, 0x04, 
				0xCF, 0xE7, 0xD4, 0x4C, 0xE0, 0xC0, 0x10, 0xE2, 
				0x95, 0x00, 0x51, 0x47, 0x0B, 0x4A, 0x60, 0x29, 
				0x47, 0x03, 0x62, 0x7B, 0x60, 0xBA, 0x07, 0x1C, 
				0xE1, 0xB9, 0xFB, 0x72, 0x70, 0x6A, 0xFE, 0x69, 
				0x78, 0x9A, 0x0F, 0x09, 0x98, 0x21, 0x7A, 0xAC, 
				0x07, 0x11, 0xF0, 0x10, 0xD9, 0x29, 0xC1, 0x80, 
				0x78, 0xEF, 0xD7, 0x02, 0x32, 0x82, 0x97, 0x04, 
				0x03, 0x7A, 0x12, 0x0F, 0x08, 0x60, 0x39, 0x68, 
				0x1C, 0xF8, 0x09, 0x55, 0x7C, 0x07, 0xA0, 0x47, 
				0x02, 0x36, 0xA3, 0xF8, 0x26, 0x28, 0xEB, 0xF8, 
				0x80, 0x9E, 0x73, 0xB4, 0x67, 0x87, 0x97, 0x85, 
				0x66, 0xAF, 0x18, 0x84, 0xE0, 0x35, 0xC0, 0x37, 
				0x05, 0x9F, 0x46, 0x2C, 0x69, 0x75, 0x72, 0xB2, 
				0x2A, 0x8F, 0x98, 0x82, 0x7B, 0x08, 0x5C, 0x04, 
				0x9C, 0x86, 0xEE, 0xF1, 0x82, 0x43, 0xC1, 0x78, 
				0xE9, 0xFF, 0x7F, 0xBC, 0xE0, 0x3E, 0x0F, 0x1C, 
				0x2F, 0x58, 0x4E, 0x09, 0x55, 0x5D, 0x36, 0x34, 
				0x87, 0xF3, 0x6D, 0x1E, 0x9F, 0x1C, 0x2D, 0x3C, 
				0x61, 0x36, 0x96, 0xA3, 0x62, 0xC7, 0x10, 0x36, 
				0x3A, 0x3E, 0x0A, 0x0F, 0xF8, 0xB5, 0xA1, 0x58, 
				0x10, 0x99, 0x80, 0xD0, 0x91, 0xE1, 0xC0, 0xC1, 
				0xE2, 0xEC, 0x00, 0x21, 0x02, 0x0B, 0x1B, 0x39, 
				0x7A, 0xC4, 0x1E, 0xD4, 0x3B, 0x8C, 0x31, 0x1E, 
				0x08, 0x8C, 0x7A, 0x48, 0x07, 0x0F, 0x3E, 0x40, 
				0x0F, 0x1E, 0x70, 0xFA, 0xFF, 0x27, 0xB0, 0xA0, 
				0x21, 0x4B, 0xC4, 0xE0, 0xD1, 0xA7, 0x08, 0x0F, 
				0xE7, 0xDD, 0x87, 0x1F, 0x44, 0x12, 0x38, 0x3C, 
				0x84, 0x06, 0x0F, 0x9E, 0xB3, 0x8F, 0x07, 0x0F, 
				0x7E, 0x79, 0x83, 0x07, 0xD1, 0x14, 0x8E, 0x0D, 
				0x77, 0xB0, 0xF1, 0xC0, 0xC1, 0x3D, 0x5C, 0xFC, 
				0x90, 0x70, 0x67, 0x2D, 0x78, 0x3E, 0x27, 0x4F, 
				0x06, 0xF0, 0x12, 0x84, 0x3B, 0x6C, 0x01, 0x97, 
				0x11, 0x70, 0x99, 0xAB, 0xA4, 0x87, 0x2A, 0x0B, 
				0x83, 0x41, 0x9D, 0xAB, 0xC0, 0xFB, 0xFF, 0x3F, 
				0x57, 0x01, 0xF6, 0x2F, 0x53, 0xEF, 0x53, 0x3E, 
				0x57, 0x81, 0x3B, 0xDA, 0x79, 0x40, 0xE7, 0x16, 
				0x72, 0x9A, 0x41, 0x1F, 0x0A, 0x7C, 0x06, 0x78, 
				0x92, 0x01, 0xDB, 0xA1, 0x0A, 0x38, 0x9C, 0x64, 
				0xC0, 0x73, 0x2B, 0x7B, 0x92, 0x61, 0xFF, 0xFF, 
				0x93, 0x0C, 0x38, 0x0F, 0x62, 0x3E, 0xC9, 0x80, 
				0xEF, 0xE8, 0x85, 0x3B, 0x81, 0xC0, 0xF3, 0x38, 
				0x24, 0x21, 0x1F, 0x42, 0xF0, 0x43, 0x3A, 0xA6, 
				0x67, 0x10, 0x60, 0x28, 0xE4, 0x65, 0xE0, 0x03, 
				0x08, 0x8D, 0x7E, 0x06, 0x01, 0xB4, 0xFF, 0xFF, 
				0xCF, 0x20, 0xC0, 0xE5, 0xAC, 0xF0, 0x0C, 0x02, 
				0x76, 0xF1, 0xAF, 0x3A, 0x9D, 0x07, 0x1C, 0x1C, 
				0x42, 0x4E, 0x8E, 0x8A, 0xA8, 0xE1, 0x58, 0xEB, 
				0x41, 0x80, 0x8C, 0xE7, 0x45, 0xC0, 0x41, 0x4F, 
				0x8A, 0x40, 0xF7, 0xAC, 0x81, 0x3B, 0x1F, 0xC0, 
				0x3D, 0x12, 0xF2, 0x73, 0x07, 0xF8, 0xA2, 0x43, 
				0xE8, 0x98, 0x89, 0x3F, 0x51, 0x79, 0x88, 0x3E, 
				0x1B, 0x98, 0xC0, 0xA3, 0x05, 0xD7, 0x39, 0x11, 
				0x5C, 0xFF, 0xFF, 0xD1, 0xC2, 0x3B, 0x69, 0xE0, 
				0x46, 0x0B, 0xF7, 0x00, 0xFC, 0x58, 0x80, 0x39, 
				0x62, 0x82, 0xEB, 0xD0, 0x02, 0xA6, 0xEB, 0x02, 
				0xE6, 0xD2, 0x82, 0x3F, 0xB4, 0x00, 0x1F, 0xA1, 
				0x27, 0x16, 0x94, 0xB4, 0x43, 0x0B, 0xA0, 0xF9, 
				0xFF, 0x7F, 0x68, 0x01, 0x6E, 0x73, 0x7D, 0x68, 
				0x01, 0x7B, 0xB8, 0x73, 0x18, 0x95, 0x73, 0x0E, 
				0x83, 0x76, 0x68, 0xF6, 0x39, 0x0C, 0xB8, 0x1E, 
				0x26, 0xF0, 0x87, 0x4A, 0xB8, 0xB3, 0x88, 0x1F, 
				0x27, 0xDA, 0x5B, 0x80, 0xCF, 0xA7, 0xC0, 0xED, 
				0xB0, 0x86, 0x3B, 0x82, 0xC0, 0xBB, 0x14, 0x9C, 
				0x96, 0xA7, 0xF6, 0xD4, 0x7F, 0x70, 0x8D, 0x5F, 
				0x41, 0xC8, 0x3D, 0xC6, 0x77, 0x10, 0xF6, 0xFF, 
				0x3F, 0x88, 0x01, 0x37, 0x19, 0x07, 0x31, 0x54, 
				0xF0, 0x43, 0x08, 0x40, 0xA1, 0xCB, 0xC2, 0x43, 
				0x08, 0xD8, 0xA5, 0x1F, 0xC4, 0x68, 0xEC, 0x83, 
				0x18, 0xEA, 0xFF, 0x7F, 0x82, 0xC7, 0x9F, 0xC3, 
				0x00, 0xA7, 0x67, 0x38, 0xB8, 0x51, 0x8F, 0x61, 
				0x80, 0xA2, 0xB3, 0x28, 0x70, 0x82, 0x78, 0x0E, 
				0x63, 0xFF, 0xFF, 0x73, 0x18, 0xF0, 0x14, 0xFC, 
				0x12, 0xF0, 0x81, 0x85, 0x4A, 0x84, 0x41, 0x9D, 
				0x59, 0x00, 0xDE, 0x1C, 0x90, 0x9F, 0x59, 0xC0, 
				0x1E, 0xF2, 0xAD, 0xA1, 0x1F, 0x81, 0xFF, 0xFF, 
				0x67, 0x16, 0xC0, 0xF5, 0x99, 0xDC, 0x63, 0xC5, 
				0x1D, 0x22, 0xD8, 0x48, 0x42, 0xBE, 0x0A, 0xBC, 
				0x15, 0x98, 0xC0, 0x91, 0x0F, 0x2D, 0x40, 0xF7, 
				0x6C, 0x82, 0x1B, 0x2D, 0xDC, 0xE3, 0xC8, 0x39, 
				0x9E, 0xD0, 0xBB, 0xF9, 0xEB, 0x03, 0x3B, 0x4D, 
				0xB0, 0x21, 0x83, 0x57, 0xDE, 0x21, 0x10, 0xF5, 
				0xFF, 0x1F, 0xB2, 0x0F, 0x24, 0x9E, 0xC2, 0xCB, 
				0x0C, 0x66, 0x26, 0x31, 0x0E, 0x24, 0xC2, 0xB1, 
				0x78, 0x78, 0xE4, 0x28, 0x08, 0xAA, 0x33, 0x3F, 
				0x19, 0x35, 0xE8, 0x67, 0xF7, 0x84, 0x0F, 0x9E, 
				0xE9, 0xBE, 0xE1, 0x83, 0xE1, 0x30, 0x08, 0x73, 
				0xCE, 0x1E, 0x3F, 0xF8, 0x8E, 0x3D, 0xB8, 0x73, 
				0x10, 0xBC, 0xEB, 0x8A, 0x91, 0x4F, 0xE8, 0x25, 
				0x00, 0x73, 0x6B, 0xC1, 0x9E, 0x05, 0x81, 0x93, 
				0xAC, 0x83, 0x20, 0x4A, 0xC8, 0x59, 0x10, 0x54, 
				0xFF, 0xFF, 0x83, 0x10, 0xC0, 0x04, 0x6F, 0xF7, 
				0x20, 0x5D, 0x83, 0x7C, 0x1B, 0x78, 0x1A, 0x78, 
				0xF8, 0x89, 0xF2, 0x20, 0xE4, 0x8B, 0xC4, 0x0B, 
				0x41, 0x84, 0x28, 0xC7, 0x7B, 0x02, 0x11, 0x9E, 
				0x86, 0x3C, 0xE1, 0x30, 0xE1, 0x4E, 0x36, 0xCA, 
				0x4B, 0x43, 0x18, 0x43, 0xC7, 0x0A, 0x14, 0x39, 
				0x7E, 0x08, 0x1F, 0x85, 0x7C, 0x10, 0x62, 0x51, 
				0xCE, 0xB7, 0xF4, 0xFC, 0x61, 0x23, 0x67, 0x11, 
				0xD4, 0x49, 0xC0, 0x87, 0x0E, 0x0F, 0xEA, 0x09, 
				0x01, 0x13, 0x1A, 0x42, 0x47, 0x5C, 0xE0, 0x7A, 
				0xDA, 0xC0, 0xFD, 0xFF, 0x8F, 0x42, 0xE0, 0x38, 
				0x80, 0xC0, 0x7B, 0xF0, 0xF8, 0xB4, 0x0E, 0x2E, 
				0x08, 0x9F, 0x3F, 0xE0, 0xFB, 0x44, 0x16, 0xEE, 
				0x5B, 0xC0, 0x0B, 0x0D, 0xEE, 0xEC, 0x01, 0x7C, 
				0xE4, 0x1E, 0x6B, 0x51, 0x02, 0x61, 0x50, 0x67, 
				0x0F, 0xC0, 0xF9, 0xFF, 0xFF, 0xEC, 0x01, 0xD6, 
				0x81, 0x3E, 0x7A, 0x1C, 0xE8, 0x31, 0x06, 0x89, 
				0x11, 0xC4, 0x77, 0x0E, 0x1F, 0x7C, 0xE2, 0xBC, 
				0x11, 0x3C, 0x7B, 0xF8, 0xC8, 0x71, 0x5C, 0x3E, 
				0x80, 0xF8, 0xEC, 0xE1, 0x2B, 0x88, 0xF1, 0xC2, 
				0xC4, 0x7C, 0x38, 0xF2, 0x35, 0x21, 0x5E, 0xE4, 
				0xB0, 0x61, 0x22, 0xFB, 0xEC, 0xC1, 0x22, 0x1E, 
				0x6B, 0xA9, 0x94, 0x83, 0x19, 0xFA, 0x4C, 0xE0, 
				0x5B, 0xC2, 0x99, 0xBD, 0x71, 0x44, 0x38, 0xAE, 
				0x93, 0x3B, 0x9F, 0x38, 0x1E, 0xD2, 0x49, 0xFB, 
				0x6C, 0x06, 0xBE, 0xE3, 0x07, 0x70, 0x38, 0x9B, 
				0x81, 0x67, 0x74, 0x70, 0x0F, 0x53, 0xE0, 0x93, 
				0x75, 0x36, 0x43, 0x0F, 0xCB, 0xE7, 0x82, 0x57, 
				0x07, 0x0F, 0x82, 0x9D, 0xCB, 0xC0, 0x75, 0xB8, 
				0x83, 0xF3, 0xFF, 0x3F, 0x97, 0x01, 0xAF, 0x73, 
				0xC7, 0x91, 0xB1, 0x53, 0x05, 0x47, 0x3C, 0xA8, 
				0x33, 0x79, 0x77, 0x39, 0x6B, 0x1F, 0x3C, 0x02, 
				0x9D, 0xE7, 0x29, 0xFB, 0x1C, 0x03, 0x73, 0x84, 
				0x1E, 0x3B, 0xF8, 0x0E, 0x26, 0xF8, 0x83, 0x0C, 
				0x1C, 0x98, 0x13, 0x38, 0xBA, 0x40, 0xA7, 0x10, 
				0xE7, 0x14, 0x9E, 0x63, 0x80, 0x91, 0x1C, 0x4B, 
				0x20, 0x2C, 0xC0, 0xB1, 0x40, 0xA2, 0x96, 0x49, 
				0x61, 0x7C, 0x32, 0xF0, 0x39, 0x06, 0xAE, 0x24, 
				0x38, 0xD4, 0xF8, 0x3C, 0xB2, 0x97, 0xBC, 0xE3, 
				0x3C, 0x91, 0x37, 0x04, 0x8F, 0xFF, 0x81, 0x06, 
				0xC6, 0xC0, 0x3D, 0xAD, 0x93, 0xF2, 0x4D, 0xEE, 
				0xB1, 0xC4, 0x67, 0x43, 0x7E, 0x5C, 0x60, 0x68, 
				0xFC, 0x74, 0x03, 0x86, 0xFF, 0xFF, 0xE9, 0x06, 
				0xCE, 0x9D, 0xC1, 0x47, 0x0D, 0xB0, 0x5C, 0x6D, 
				0x30, 0x58, 0xA1, 0x62, 0x34, 0x7A, 0xD7, 0x23, 
				0xA0, 0xC7, 0xD7, 0xD7, 0x45, 0x9A, 0x42, 0x45, 
				0x0C, 0xF1, 0x42, 0x60, 0x97, 0xC7, 0x71, 0xE4, 
				0x59, 0x17, 0x5C, 0xD8, 0xCF, 0xBA, 0x60, 0x0F, 
				0x75, 0x4E, 0xA2, 0x91, 0x46, 0x83, 0x3A, 0xC8, 
				0xF0, 0x03, 0xC1, 0x63, 0x90, 0x4F, 0x1E, 0x06, 
				0x39, 0xD1, 0xD3, 0x7A, 0x5C, 0x78, 0x1A, 0xF0, 
				0xB8, 0xD9, 0x35, 0xC1, 0x1F, 0x04, 0x1F, 0x0F, 
				0xF0, 0x97, 0xA0, 0x80, 0x27, 0xFA, 0xF0, 0x01, 
				0xEB, 0x10, 0x82, 0x3F, 0x61, 0xC0, 0x1F, 0x8F, 
				0x8F, 0x01, 0x3E, 0xD1, 0xFA, 0x48, 0x45, 0x06, 
				0x81, 0x3A, 0xBC, 0xF1, 0x91, 0x9E, 0xD6, 0xDB, 
				0x80, 0x0F, 0x09, 0x87, 0xC5, 0x0E, 0x1E, 0x3E, 
				0xA3, 0x80, 0x63, 0x3C, 0xF0, 0x6F, 0x9F, 0x4F, 
				0x07, 0xFF, 0xFF, 0x08, 0xAF, 0x0C, 0x9E, 0xAF, 
				0x0F, 0x66, 0x60, 0xB9, 0x75, 0xF8, 0xD0, 0x10, 
				0xEA, 0xA9, 0xC3, 0x33, 0x78, 0xBF, 0xF0, 0x09, 
				0x04, 0x98, 0x04, 0x36, 0x34, 0x48, 0x26, 0x73, 
				0x9D, 0xB2, 0x71, 0xDA, 0xA1, 0xC3, 0xB4, 0xC8, 
				0x03, 0x82, 0x8E, 0x06, 0x3E, 0xD2, 0xF8, 0x80, 
				0xCB, 0x0F, 0x49, 0x86, 0xB0, 0x30, 0x0A, 0x9D, 
				0x7C, 0x3C, 0x1A, 0x0F, 0x8F, 0xC0, 0x51, 0x10, 
				0x8F, 0xDC, 0x21, 0x21, 0x64, 0xE4, 0x10, 0x80, 
				0x3E, 0x2C, 0x30, 0x88, 0x87, 0x2E, 0x13, 0xF8, 
				0xD8, 0xE0, 0xF3, 0x1A, 0x9C, 0xE3, 0x91, 0x27, 
				0xE3, 0x69, 0x78, 0xDC, 0xB8, 0x53, 0x07, 0xDC, 
				0x71, 0xE0, 0x0F, 0x3A, 0xF8, 0x53, 0x20, 0x3F, 
				0x27, 0x91, 0xF3, 0x1F, 0xA8, 0x04, 0x9E, 0x0B, 
				0x40, 0x01, 0xE4, 0xAB, 0x80, 0x95, 0x1E, 0x07, 
				0xE8, 0x14, 0x42, 0x84, 0x89, 0x66, 0x78, 0x4C, 
				0xF0, 0xD3, 0x17, 0x1D, 0x8F, 0x87, 0xE5, 0xFF, 
				0xFF, 0x20, 0xF9, 0xF1, 0x85, 0x61, 0x3F, 0x9D, 
				0xF8, 0xD4, 0x76, 0x8C, 0xEF, 0x05, 0x8F, 0x5F, 
				0x18, 0x58, 0x0F, 0x9B, 0xC3, 0x1A, 0x2D, 0xEC, 
				0xD1, 0x3E, 0x3E, 0xF8, 0xEA, 0xE1, 0x89, 0xF9, 
				0x16, 0xE7, 0x43, 0x07, 0x58, 0x0E, 0x52, 0xC0, 
				0xE3, 0xFC, 0xC3, 0xE6, 0xF0, 0x02, 0xF1, 0x1C, 
				0xE6, 0x83, 0x07, 0x3B, 0xF1, 0xB1, 0x53, 0x1F, 
				0xD7, 0x75, 0x8E, 0x43, 0x9C, 0x21, 0xF8, 0x20, 
				0x1C, 0x67, 0x91, 0xF2, 0x38, 0x53, 0x72, 0x95, 
				0x7C, 0xE0, 0xA8, 0x1A, 0x45, 0xF0, 0xBE, 0x15, 
				0xB0, 0x08, 0xC7, 0x08, 0x94, 0x78, 0x0A, 0x49, 
				0x3F, 0x46, 0xA0, 0xC4, 0xC2, 0x51, 0x10, 0x1F, 
				0x23, 0x7C, 0x90, 0xB0, 0x8D, 0x63, 0x04, 0x6A, 
				0x8C, 0x3E, 0x0C, 0xF2, 0xA3, 0x00, 0x3F, 0x45, 
				0xC0, 0x3F, 0xF1, 0xE0, 0xC6, 0x0A, 0x77, 0x70, 
				0x6C, 0x85, 0x2F, 0x3D, 0x87, 0x76, 0x76, 0x0F, 
				0x09, 0x51, 0xDE, 0x5F, 0x8D, 0x18, 0x21, 0x60, 
				0xD8, 0x68, 0x1E, 0x23, 0xEE, 0xD8, 0xCE, 0x2E, 
				0x45, 0x9E, 0x53, 0xAC, 0x47, 0x25, 0x7E, 0xA4, 
				0x80, 0xF7, 0xFF, 0x27, 0xF0, 0x31, 0x0F, 0x77, 
				0xA4, 0x80, 0x33, 0x93, 0xF3, 0xC0, 0xA8, 0x1B, 
				0x8B, 0xE0, 0x8D, 0xF6, 0x92, 0x8D, 0x3D, 0x58, 
				0x00, 0x8F, 0x13, 0xA3, 0x0F, 0x16, 0xE0, 0x3A, 
				0x13, 0xF8, 0x60, 0x01, 0x5C, 0xCF, 0x07, 0x3E, 
				0x1D, 0x80, 0xF5, 0xF2, 0xC3, 0xEF, 0x07, 0x30, 
				0x4E, 0x18, 0x30, 0xCE, 0x07, 0x98, 0x1B, 0x86, 
				0xC3, 0x2C, 0x59, 0x27, 0x0C, 0x7E, 0x5C, 0x73, 
				0xA4, 0xD5, 0x6A, 0x20, 0xEC, 0x12, 0x86, 0x23, 
				0x18, 0x04, 0x4C, 0x27, 0x0B, 0x8F, 0xDA, 0x11, 
				0x28, 0x24, 0xED, 0x80, 0x81, 0x12, 0x73, 0xC0, 
				0xA0, 0x20, 0x06, 0x74, 0x52, 0x08, 0x9D, 0x45, 
				0xFD, 0xFF, 0x3F, 0x60, 0xF0, 0x83, 0x9D, 0x4F, 
				0x0D, 0xEC, 0x72, 0xEB, 0xEB, 0x85, 0xE7, 0xE9, 
				0x29, 0x73, 0x3C, 0x1F, 0x43, 0x0C, 0xEB, 0x8B, 
				0x09, 0x78, 0x6E, 0x14, 0xEC, 0x34, 0x8B, 0xB9, 
				0xB8, 0xB1, 0xB3, 0x1D, 0x3B, 0x15, 0x18, 0xE5, 
				0x70, 0xDF, 0xC0, 0xAC, 0xE6, 0xAA, 0x80, 0x9A, 
				0x11, 0x86, 0xC0, 0xE3, 0xF5, 0x81, 0x11, 0x4C, 
				0xFA, 0x2E, 0x14, 0x20, 0x47, 0xE7, 0x32, 0x47, 
				0x8F, 0x3A, 0x47, 0xF9, 0x24, 0xC5, 0x47, 0xEF, 
				0xA3, 0xB9, 0x4F, 0x2B, 0x70, 0xCF, 0x52, 0x3E, 
				0x42, 0x01, 0xDF, 0x81, 0xF9, 0x52, 0x80, 0x3B, 
				0xA0, 0x80, 0xE1, 0xFA, 0x80, 0xFD, 0xFF, 0xC3, 
				0xBC, 0xA2, 0xE0, 0xCF, 0x28, 0xC0, 0x24, 0xF0, 
				0x59, 0x0A, 0x74, 0x90, 0x3E, 0xA3, 0x00, 0xD7, 
				0xA1, 0xE2, 0xCE, 0x28, 0xE0, 0x38, 0x10, 0x1E, 
				0x3D, 0x3F, 0x47, 0xB1, 0x38, 0xC7, 0x12, 0x74, 
				0xA8, 0x97, 0x83, 0x6E, 0x9B, 0xEC, 0x58, 0x82, 
				0x8D, 0x72, 0x2C, 0x41, 0x85, 0xA0, 0xD0, 0x09, 
				0xCA, 0x27, 0x09, 0x7E, 0xC6, 0xE3, 0x20, 0x06, 
				0x74, 0xF6, 0x93, 0x04, 0x5A, 0xC5, 0x49, 0x02, 
				0x19, 0xF6, 0x5C, 0x02, 0x84, 0xFE, 0xFF, 0xE7, 
				0x12, 0xF0, 0x9E, 0x13, 0x9F, 0x26, 0xC0, 0x35, 
				0x6B, 0xFC, 0x69, 0x02, 0x7F, 0x3E, 0x01, 0x16, 
				0x47, 0x46, 0xC0, 0xD9, 0x41, 0x90, 0x1F, 0x19, 
				0x81, 0xEF, 0xB9, 0x84, 0xFF, 0xFF, 0xCF, 0x25, 
				0xE0, 0x19, 0xB6, 0xCF, 0x25, 0x80, 0x93, 0x9B, 
				0x34, 0x3F, 0x97, 0xC0, 0x1D, 0xBA, 0xE3, 0x9C, 
				0xBE, 0x10, 0x57, 0x58, 0xDF, 0x33, 0xE2, 0x27, 
				0x18, 0xE3, 0x58, 0x82, 0x0A, 0x70, 0xF8, 0x02, 
				0xB4, 0xFF, 0xFF, 0x4F, 0x23, 0xE0, 0x3F, 0x17, 
				0x7B, 0xF4, 0xFC, 0x40, 0xE2, 0x43, 0x06, 0x19, 
				0x3D, 0x8D, 0x7C, 0xF8, 0x82, 0x1E, 0xF1, 0x30, 
				0x02, 0xB4, 0x07, 0xFA, 0xF0, 0x05, 0xC6, 0xDB, 
				0x03, 0x3F, 0x6E, 0x02, 0xAF, 0xD8, 0x87, 0x12, 
				0xD0, 0xC1, 0xF2, 0x43, 0x09, 0xF8, 0xFF, 0xFF, 
				0x87, 0x12, 0xF0, 0x8C, 0x1E, 0x77, 0xF6, 0x02, 
				0xC7, 0x55, 0xC2, 0x83, 0x37, 0xE0, 0x31, 0x3D, 
				0x16, 0x18, 0x90, 0x9D, 0x4B, 0x98, 0xEC, 0x73, 
				0x09, 0xFA, 0x3C, 0x62, 0xAB, 0xB7, 0x63, 0x72, 
				0x52, 0xC7, 0x08, 0x3F, 0x97, 0xA0, 0x24, 0x9F, 
				0x4B, 0x00, 0xDA, 0x1C, 0xBA, 0xC0, 0xF1, 0xFF, 
				0x3F, 0x74, 0x01, 0x3C, 0xB8, 0x06, 0xFA, 0x40, 
				0x02, 0xAE, 0x7B, 0x82, 0x0F, 0x24, 0xC0, 0xF5, 
				0x28, 0x00, 0x9E, 0x23, 0x08, 0xFE, 0xC8, 0xEC, 
				0x03, 0x3F, 0xEE, 0xA4, 0xEF, 0x53, 0x75, 0x5C, 
				0xE3, 0x1F, 0xF1, 0x11, 0xFC, 0xFF, 0x1B, 0x3F, 
				0x7D, 0x91, 0x7B, 0x81, 0x8F, 0x25, 0x3A, 0xF0, 
				0xA3, 0x04, 0x53, 0x48, 0xEE, 0x01, 0x02, 0x25, 
				0x10, 0x8E, 0x82, 0xF8, 0x00, 0xE1, 0xF0, 0xE7, 
				0x24, 0xE8, 0x57, 0x4B, 0x7E, 0x7E, 0xC0, 0x5F, 
				0x47, 0xD8, 0x28, 0xD9, 0x71, 0x1E, 0x37, 0x4A, 
				0xB8, 0x60, 0xAF, 0x0F, 0x86, 0xB8, 0xC3, 0x13, 
				0xE1, 0x67, 0x5B, 0xCC, 0x31, 0x1F, 0xEE, 0x51, 
				0xE1, 0x51, 0x09, 0x5C, 0xB3, 0x86, 0x75, 0x58, 
				0x02, 0x3C, 0x78, 0x38, 0x4C, 0x00, 0xAD, 0xFF, 
				0xFF, 0x61, 0x09, 0xFC, 0xB3, 0xE7, 0x83, 0x38, 
				0x11, 0x0F, 0x1F, 0x03, 0x74, 0x2C, 0x6F, 0x07, 
				0xEC, 0xD8, 0xAB, 0xC3, 0x12, 0x6A, 0x0C, 0x3E, 
				0xFA, 0xFA, 0xE8, 0xC4, 0x20, 0x1F, 0x0F, 0x31, 
				0xC7, 0x16, 0x76, 0xC2, 0x07, 0xF8, 0xF6, 0xFF, 
				0x3F, 0xE1, 0x03, 0xD6, 0xCE, 0x24, 0xBE, 0x3F, 
				0x60, 0xAF, 0x2D, 0xF8, 0xA3, 0x09, 0xF0, 0x06, 
				0xF7, 0xD1, 0x04, 0x70, 0xF5, 0xFF, 0x3F, 0x9A, 
				0xE0, 0x84, 0x9E, 0x9D, 0x50, 0x67, 0x03, 0x1F, 
				0x98, 0x6C, 0x14, 0x95, 0x40, 0xBF, 0x69, 0xBC, 
				0x9F, 0x07, 0x31, 0xF4, 0x49, 0xF0, 0x53, 0x13, 
				0x06, 0xC2, 0x47, 0x13, 0x9F, 0x24, 0x7C, 0x9C, 
				0xE0, 0x52, 0xE0, 0x28, 0x88, 0x8F, 0x13, 0x8E, 
				0x79, 0x36, 0x41, 0x9F, 0x0A, 0x7C, 0x3F, 0x38, 
				0x09, 0x6C, 0xA8, 0xF3, 0x04, 0x50, 0x19, 0x07, 
				0xFE, 0xE8, 0x04, 0x57, 0xD8, 0xC9, 0x04, 0x64, 
				0x27, 0x72, 0x60, 0x6E, 0xE2, 0x1C, 0x01, 0x94, 
				0xFE, 0xFF, 0x27, 0x72, 0xE0, 0x70, 0x5A, 0xE5, 
				0xA7, 0x01, 0x7C, 0xA0, 0xA3, 0x2A, 0x3A, 0xD6, 
				0x93, 0x41, 0x23, 0x7E, 0x07, 0x08, 0x77, 0xEA, 
				0xE7, 0xF9, 0x40, 0xC0, 0x8E, 0xE5, 0x3E, 0x2C, 
				0xF1, 0xF3, 0x92, 0x4F, 0x11, 0x3E, 0x41, 0x70, 
				0x49, 0x27, 0x08, 0x0A, 0x62, 0x40, 0xE7, 0x3D, 
				0x5D, 0x7A, 0x10, 0xF4, 0x7C, 0xC3, 0x8F, 0xC5, 
				0xBE, 0xB6, 0x1C, 0xC5, 0x23, 0x51, 0x82, 0xF9, 
				0x0E, 0x01, 0xF4, 0xB6, 0x04, 0x4F, 0xDE, 0x6D, 
				0x09, 0x44, 0x18, 0x77, 0x72, 0x16, 0x0C, 0xE1, 
				0x28, 0x7D, 0x80, 0x80, 0x31, 0xC0, 0xC7, 0x84, 
				0x62, 0xDF, 0x37, 0xF4, 0xBE, 0x04, 0xF3, 0x8A, 
				0x09, 0xAE, 0xF3, 0x12, 0x30, 0x9E, 0x89, 0xFF, 
				0xFF, 0x3E, 0xCF, 0x21, 0xE4, 0x02, 0xC0, 0x4F, 
				0xE5, 0x60, 0x39, 0x36, 0x80, 0x67, 0x1C, 0xEC, 
				0x0A, 0x80, 0x3F, 0x32, 0xC1, 0x3E, 0x35, 0xE2, 
				0x8E, 0x4C, 0x60, 0x98, 0x08, 0x3B, 0xE7, 0x1C, 
				0x08, 0xF6, 0x60, 0x02, 0xBC, 0x55, 0x1C, 0x4C, 
				0x00, 0x2D, 0xC3, 0x0D, 0x72, 0x3E, 0x8F, 0xE4, 
				0xC6, 0x79, 0xC3, 0xF3, 0x89, 0x84, 0x9D, 0xC4, 
				0xD9, 0xFF, 0xFF, 0x60, 0xC2, 0x25, 0x41, 0x48, 
				0xFE, 0x61, 0x09, 0x89, 0x8D, 0x9D, 0xFE, 0x39, 
				0xBC, 0xB9, 0x32, 0x82, 0x62, 0x8F, 0x4B, 0xA8, 
				0xC3, 0x84, 0x45, 0x9E, 0x26, 0x50, 0xA7, 0x69, 
				0x9F, 0x90, 0xC9, 0x69, 0x82, 0x46, 0x3E, 0x4D, 
				0xA0, 0x87, 0xE6, 0x89, 0x9D, 0x06, 0x6E, 0xDC, 
				0xA7, 0xC1, 0x6F, 0x87, 0xFC, 0xC0, 0x04, 0x7C, 
				0x0F, 0x0F, 0xF8, 0xD3, 0x04, 0xEC, 0xF3, 0x0D, 
				0x1B, 0x74, 0xC8, 0x77, 0x87, 0x17, 0x59, 0x1F, 
				0x26, 0x80, 0xF9, 0xC8, 0x7D, 0x98, 0x00, 0xFF, 
				0xFF, 0xFF, 0xD0, 0x04, 0x5C, 0x15, 0xDA, 0xF4, 
				0xA9, 0xD1, 0xA8, 0x55, 0x83, 0x32, 0x35, 0xCA, 
				0x34, 0xA8, 0xD5, 0xA7, 0x52, 0x63, 0xC6, 0xA4, 
				0x9D, 0x54, 0xBD, 0x54, 0x8D, 0xD5, 0x91, 0x9E, 
				0x0B, 0x02, 0x71, 0xD4, 0x05, 0x0B, 0xC4, 0xD1, 
				0x9F, 0x40, 0x02, 0xB1, 0xB8, 0x57, 0x88, 0x40, 
				0x2C, 0xF5, 0x05, 0x21, 0x10, 0xCB, 0xD4, 0x01, 
				0xC2, 0x82, 0xBC, 0xEF, 0x05, 0xE2, 0x60, 0x52, 
				0x06, 0x40, 0xAD, 0x80, 0xB0, 0x78, 0xCB, 0x12, 
				0x88, 0x23, 0x9A, 0x39, 0x01, 0x50, 0x37, 0x20, 
				0x4C, 0xA0, 0x1E, 0x10, 0x26, 0xDC, 0x10, 0x08, 
				0x8B, 0xA3, 0x08, 0x84, 0x09, 0xB6, 0x04, 0xC2, 
				0xE2, 0x82, 0x50, 0xC1, 0x9E, 0x8E, 0xFD, 0x4C, 
				0x3E, 0x88, 0x80, 0x1C, 0xDA, 0x14, 0x10, 0x93, 
				0xA0, 0x0A, 0x88, 0x25, 0x78, 0x0C, 0x08, 0xC8, 
				0x71, 0x40, 0x04, 0xE4, 0x50, 0xB6, 0x80, 0x58, 
				0x44, 0x10, 0x01, 0x59, 0xCF, 0x1B, 0x4E, 0x40, 
				0x16, 0x07, 0x22, 0x20, 0x8B, 0x36, 0x06, 0xC4, 
				0x22, 0x80, 0x08, 0xC8, 0xC9, 0x5E, 0x70, 0x81, 
				0x48, 0x4C, 0x10, 0x01, 0x39, 0xEC, 0x8A, 0x05, 
				0xE4, 0xE8, 0x20, 0x02, 0xB2, 0x4E, 0x6F, 0x40, 
				0x4C, 0x34, 0x88, 0x80, 0x2C, 0xFE, 0xB1, 0x21, 
				0x20, 0x47, 0x01, 0x11, 0x90, 0x03, 0x3E, 0x28, 
				0x02, 0x91, 0xB8, 0x20, 0x02, 0xB2, 0x46, 0x7B, 
				0x40, 0x4C, 0x30, 0x88, 0x80, 0x2C, 0xFB, 0x07, 
				0x25, 0x20, 0x87, 0x00, 0xD1, 0x00, 0xC9, 0xEB, 
				0x40, 0x03, 0x24, 0xBF, 0x89, 0x40, 0x44, 0xE2, 
				0xAB, 0x22, 0x10, 0xD1, 0x0B, 0x22, 0x20, 0xFF, 
				0xFF, 0xA5, 0xFF, 0x38, 0x04, 0xE4, 0x20, 0x20, 
				0x02, 0x26, 0x1A, 0x81, 0xE9, 0x0B, 0x21, 0x10, 
				0xF9, 0xFF, 0x03
			})
			Name(_HID, EISAID("PNP0C14"))
			Name(_UID, 0x00)
			Name(_WDG, Buffer(0x28)
			{
				0x6A, 0x0F, 0xBC, 0xAB, 0xA1, 0x8E, 0xD1, 0x11, 
				0x00, 0xA0, 0xC9, 0x06, 0x29, 0x10, 0x00, 0x00, 
				0x41, 0x41, 0x01, 0x02, 0x21, 0x12, 0x90, 0x05, 
				0x66, 0xD5, 0xD1, 0x11, 0xB2, 0xF0, 0x00, 0xA0, 
				0xC9, 0x06, 0x29, 0x10, 0x42, 0x41, 0x01, 0x00
			})
 
@TheWolf:

Thanks for your help but....

Code:
D:\Downloads>asl DSDT_10100000.ASL
Microsoft ACPI Source Language Assembler Version 3.0.1NT [Aug 29 2006, 14:17:49]

Copyright (c) 1996,2006 Microsoft Corporation
Compliant with the ACPI 3.0a Specification

DSDT_10100000.ASL:

  181:         Name(_T_0, Zero)
                    ^***
DSDT_10100000.ASL(181): warning: not a valid reserved NameSeg

  182:         Store(OSYS(), _T_0)
                             ^***
DSDT_10100000.ASL(182): warning: not a valid reserved NameSeg

  183:         If(LEqual(_T_0, One))
                         ^***
DSDT_10100000.ASL(183): warning: not a valid reserved NameSeg

  189:             If(LEqual(_T_0, 0x10))
                             ^***
DSDT_10100000.ASL(189): warning: not a valid reserved NameSeg

  195:                 If(LEqual(_T_0, 0x11))
                                 ^***
DSDT_10100000.ASL(195): warning: not a valid reserved NameSeg

  201:                     If(LEqual(_T_0, 0x12))
                                     ^***
DSDT_10100000.ASL(201): warning: not a valid reserved NameSeg

  207:                         If(LEqual(_T_0, 0x13))
                                         ^***
DSDT_10100000.ASL(207): warning: not a valid reserved NameSeg

  213:                             If(LEqual(_T_0, 0x14))
                                             ^***
DSDT_10100000.ASL(213): warning: not a valid reserved NameSeg

  219:                                 If(LEqual(_T_0, 0x15))
                                                 ^***
DSDT_10100000.ASL(219): warning: not a valid reserved NameSeg

 8145: Name (_WDG, Buffer (0x14)
             ^***
DSDT_10100000.ASL(8145): warning: not a valid reserved NameSeg

 8163:  {
        ^***
DSDT_10100000.ASL(8163): error: expecting ASL/User Term

I tried it with ASL and with IASL. What am I missing now? (Damn, I feel so stupid right now.)
The .aml file is missing!


I tried it as sveetsnelda said:

asl dsdt_10100000.dsl (errors as seen above)

But i can't run the following commands as I don't have any files that could fit:
asl /loadtable -d dsdt.aml
asl /loadtable -v dsdt.aml

When I run asl /loadtable dsdt_10100000.dat (the extracted and unmodified file) the overloading is done without any problems.
The missing piece for success seems to be the aml-file.

----

Edit:
With "IASL -f" I could create the AML file ignoring the errors. Nevertheless it did not change much. There is still no SLI available after a reboot. But there is no bluescreen either.


-----------------

@W1zard:
A generic installer would be appreciated! ;) All i am looking for, with my Workstation, is an easy way to enable SLI. There is a lot of money, converted into hardware, that wants to be used. Not just today and not just with this driver release but with all upcomming driver releases and "as easy as possible".
Even if noone else replied to your posting: I'd like to see that and I would definately test it with my Quadros (and the quadro drivers).
 
Last edited:
Back
Top