Jump to content
8 posts in this topic

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
https://www.insanelymac.com/forum/topic/295937-changing-pcirootuid-in-dsdt/
Share on other sites

  • 6 months later...
×
×
  • Create New...