Jump to content
XLR

Changing PCIRootUID in DSDT?

Recommended Posts

Please help me to change PCIRootUID value in DSDT from 0 to 1, iDon't understand how to do this correctly...

 

        Device (PCI0)
       {
           Name (_HID, EisaId ("PNP0A08"))
           Name (_CID, EisaId ("PNP0A03"))
           Name (_ADR, Zero)
           Method (^BN00, 0, NotSerialized)
           {
               Return (Zero)
           }
           Method (_BBN, 0, NotSerialized)
           {
               Return (BN00 ())
           }
           Name (_UID, Zero)
           Method (_PRT, 0, NotSerialized)
           {
               If (PICM)
               {
                   Return (AR00 ())
               }
               Return (PR00 ())
           }
           OperationRegion (HBUS, PCI_Config, Zero, 0x0100)
           Field (HBUS, DWordAcc, NoLock, Preserve)
           {

Thanks in advance.

Link to comment
Share on other sites

hello

 

 Device (PCI0)
       {
           Name (_HID, EisaId ("PNP0A08"))
           Name (_CID, EisaId ("PNP0A03"))
           Name (_ADR, Zero)
           Method (^BN00, 0, NotSerialized)

 

 Device (PCI0)
       {
           Name (_HID, EisaId ("PNP0A08"))
           Name (_CID, EisaId ("PNP0A03"))
           Name (_UID, 0x01)
           Method (^BN00, 0, NotSerialized)

 

try that


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

hello


u dsdt is already set to 1


usualy what use is this


Device (PCI0)

{

Name (_HID, EisaId ("PNP0A08"))

Name (_CID, EisaId ("PNP0A03"))

Name (_UID, Zero)

Method (^BN00, 0, NotSerialized)


Name (_UID, Zero) u have already Name (_UID, 0x01)


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

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...