Jump to content
beta992

P8H67-M Bios 3xxx - Wrong BUS0 Patch

Recommended Posts

Hi,


I have edit the P8 (generic) BIOS 3xxx patch (Download) to get it to work for my ASUS P8H67-M Pro (B3) motherboard with a 3806 BIOS.


The only problem is that sleep didn't work. After getting a DSDT from another member, I see that the BUS0 patch is at the wrong place. It should be after:

Device (SBUS)
       {
           Name (_ADR, 0x001F0003)
           OperationRegion (SMBP, PCI_Config, 0x40, 0xC0)
           Device (BUS0)
           {
               Name (_CID, "smbus")
               Name (_ADR, Zero)
               Device (DVL0)
               {
                   Name (_ADR, 0x57)
                   Name (_CID, "diagsvault")
               }
           }

 

When using the patched file it is placed in another (wrong) section.

Is it just me? Because that patch is for newer ASUS motherboards.


Hope someone can help, I have attached my patch file, but it still has the wrong BUS0 patch. I need to change this manually, but just asking if newer ASUS motherboard also have this problem.


Thanks for your work! :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...