Jump to content

Recommended Posts

  • Administrators
Posted

[ref]afrasiabi[/ref], :lol::crazy: yes, is a native card, is a very strange error


Added in 1 minute 42 seconds:

[ref]afrasiabi[/ref], devices tab

tnSy13N.png

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

How can I add this to my DSDT.aml

/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20191018 (64-bit version)
* Copyright (c) 2000 - 2019 Intel Corporation
* 
* Disassembling to symbolic ASL+ operators
*
* Disassembly of iASL5xqRfx.aml, Tue Jan  7 18:50:23 2020
*
* Original Table Header:
*     Signature        "SSDT"
*     Length           0x000011F1 (4593)
*     Revision         0x02
*     Checksum         0x18
*     OEM ID           "HACK"
*     OEM Table ID     "PCI"
*     OEM Revision     0x00000000 (0)
*     Compiler ID      "INTL"
*     Compiler Version 0x20190703 (538511107)
*/
DefinitionBlock ("", "SSDT", 2, "HACK", "PCI", 0x00000000)
{
   External (_SB_.PCI0.GIGE, DeviceObj)
   External (_SB_.PCI0.HDEF, DeviceObj)
   External (_SB_.PCI0.IGPU, DeviceObj)
   External (_SB_.PCI0.IMEI, DeviceObj)
   External (_SB_.PCI0.LPCB, DeviceObj)
   External (_SB_.PCI0.MCHC, DeviceObj)
   External (_SB_.PCI0.OLA1, DeviceObj)
   External (_SB_.PCI0.PEG0, DeviceObj)
   External (_SB_.PCI0.PEG0.GFX0, DeviceObj)
   External (_SB_.PCI0.PEG0.HDAU, DeviceObj)
   External (_SB_.PCI0.PPMC, DeviceObj)
   External (_SB_.PCI0.RP01, DeviceObj)
   External (_SB_.PCI0.RP03, DeviceObj)
   External (_SB_.PCI0.RP05, DeviceObj)
   External (_SB_.PCI0.RP09, DeviceObj)
   External (_SB_.PCI0.RP09.PXSX, DeviceObj)
   External (_SB_.PCI0.RP17, DeviceObj)
   External (_SB_.PCI0.RP19, DeviceObj)
   External (_SB_.PCI0.RP20, DeviceObj)
   External (_SB_.PCI0.RP21, DeviceObj)
   External (_SB_.PCI0.SATA, DeviceObj)
   External (_SB_.PCI0.SBUS, DeviceObj)
   External (_SB_.PCI0.XHC_, DeviceObj)

   Device (_SB.PCI0.MCHC)
   {
       Name (_ADR, Zero)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x51)
               {
                   "8th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S]"
               }, 

               "device_type", 
               Buffer (0x0C)
               {
                   "Host bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x0F)
               {
                   "Internal@0,0,0"
               }
           })
       }
   }

   Device (_SB.PCI0.PEG0)
   {
       Name (_ADR, 0x00010000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x48)
               {
                   "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16)"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x0F)
               {
                   "Internal@0,1,0"
               }
           })
       }
   }

   Device (_SB.PCI0.IGPU)
   {
       Name (_ADR, 0x00020000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x0A)
           {
               "AAPL,ig-platform-id", 
               Buffer (0x04)
               {
                    0x03, 0x00, 0x98, 0x3E                           // ...>
               }, 

               "model", 
               Buffer (0x2A)
               {
                   "Intel UHD Graphics 630 (Desktop 9 Series)"
               }, 

               "hda-gfx", 
               Buffer (0x0A)
               {
                   "onboard-1"
               }, 

               "AAPL,slot-name", 
               Buffer (0x0F)
               {
                   "Internal@0,2,0"
               }, 

               "device_type", 
               Buffer (0x13)
               {
                   "Display controller"
               }
           })
       }
   }

   Device (_SB.PCI0.OLA1)
   {
       Name (_ADR, 0x00080000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x58)
               {
                   "Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model"
               }, 

               "device_type", 
               Buffer (0x12)
               {
                   "System peripheral"
               }, 

               "AAPL,slot-name", 
               Buffer (0x0F)
               {
                   "Internal@0,8,0"
               }
           })
       }
   }

   Device (_SB.PCI0.XHC)
   {
       Name (_ADR, 0x00140000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x37)
               {
                   "200 Series/Z370 Chipset Family USB 3.0 xHCI Controller"
               }, 

               "device_type", 
               Buffer (0x0F)
               {
                   "USB controller"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,20,0"
               }
           })
       }
   }

   Device (_SB.PCI0.IMEI)
   {
       Name (_ADR, 0x00160000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x1C)
               {
                   "200 Series PCH CSME HECI #1"
               }, 

               "device_type", 
               Buffer (0x19)
               {
                   "Communication controller"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,22,0"
               }
           })
       }
   }

   Device (_SB.PCI0.SATA)
   {
       Name (_ADR, 0x00170000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x25)
               {
                   "Cannon Lake PCH SATA AHCI Controller"
               }, 

               "device_type", 
               Buffer (0x10)
               {
                   "SATA controller"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,23,0"
               }
           })
       }
   }

   Device (_SB.PCI0.RP17)
   {
       Name (_ADR, 0x001B0000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x29)
               {
                   "200 Series PCH PCI Express Root Port #17"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,27,0"
               }
           })
       }
   }

   Device (_SB.PCI0.PEG0.GFX0)
   {
       Name (_ADR, Zero)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x08)
           {
               "model", 
               Buffer (0x25)
               {
                   "Polaris 20 XL [Radeon RX 580 2048SP]"
               }, 

               "hda-gfx", 
               Buffer (0x0A)
               {
                   "onboard-2"
               }, 

               "AAPL,slot-name", 
               Buffer (0x13)
               {
                   "Internal@0,1,0/0,0"
               }, 

               "device_type", 
               Buffer (0x1A)
               {
                   "VGA compatible controller"
               }
           })
       }
   }

   Device (_SB.PCI0.RP19)
   {
       Name (_ADR, 0x001B0002)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x29)
               {
                   "200 Series PCH PCI Express Root Port #19"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,27,2"
               }
           })
       }
   }

   Device (_SB.PCI0.RP20)
   {
       Name (_ADR, 0x001B0003)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x29)
               {
                   "200 Series PCH PCI Express Root Port #20"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,27,3"
               }
           })
       }
   }

   Device (_SB.PCI0.PEG0.HDAU)
   {
       Name (_ADR, One)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x37)
               {
                   "Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]"
               }, 

               "device_type", 
               Buffer (0x0D)
               {
                   "Audio device"
               }, 

               "AAPL,slot-name", 
               Buffer (0x13)
               {
                   "Internal@0,1,0/0,1"
               }
           })
       }
   }

   Device (_SB.PCI0.RP21)
   {
       Name (_ADR, 0x001B0004)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x29)
               {
                   "200 Series PCH PCI Express Root Port #21"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,27,4"
               }
           })
       }
   }

   Device (_SB.PCI0.RP01)
   {
       Name (_ADR, 0x001C0000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x28)
               {
                   "200 Series PCH PCI Express Root Port #1"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,28,0"
               }
           })
       }
   }

   Device (_SB.PCI0.RP03)
   {
       Name (_ADR, 0x001C0002)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x28)
               {
                   "200 Series PCH PCI Express Root Port #3"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,28,2"
               }
           })
       }
   }

   Device (_SB.PCI0.RP05)
   {
       Name (_ADR, 0x001C0004)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x28)
               {
                   "200 Series PCH PCI Express Root Port #5"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,28,4"
               }
           })
       }
   }

   Device (_SB.PCI0.LPCB)
   {
       Name (_ADR, 0x001F0000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x21)
               {
                   "Z370 Chipset LPC/eSPI Controller"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "ISA bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,31,0"
               }
           })
       }
   }

   Device (_SB.PCI0.RP09)
   {
       Name (_ADR, 0x001D0000)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x28)
               {
                   "200 Series PCH PCI Express Root Port #9"
               }, 

               "device_type", 
               Buffer (0x0B)
               {
                   "PCI bridge"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,29,0"
               }
           })
       }
   }

   Device (_SB.PCI0.PPMC)
   {
       Name (_ADR, 0x001F0002)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x3B)
               {
                   "200 Series/Z370 Chipset Family Power Management Controller"
               }, 

               "device_type", 
               Buffer (0x12)
               {
                   "Memory controller"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,31,2"
               }
           })
       }
   }

   Device (_SB.PCI0.HDEF)
   {
       Name (_ADR, 0x001F0003)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x0A)
           {
               "model", 
               Buffer (0x18)
               {
                   "200 Series PCH HD Audio"
               }, 

               "layout-id", 
               Buffer (0x04)
               {
                    0x01, 0x00, 0x00, 0x00                           // ....
               }, 

               "hda-gfx", 
               Buffer (0x0A)
               {
                   "onboard-2"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,31,3"
               }, 

               "device_type", 
               Buffer (0x0D)
               {
                   "Audio device"
               }
           })
       }
   }

   Device (_SB.PCI0.SBUS)
   {
       Name (_ADR, 0x001F0004)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x30)
               {
                   "200 Series/Z370 Chipset Family SMBus Controller"
               }, 

               "device_type", 
               Buffer (0x06)
               {
                   "SMBus"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,31,4"
               }
           })
       }
   }

   Device (_SB.PCI0.GIGE)
   {
       Name (_ADR, 0x001F0006)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x1F)
               {
                   "Ethernet Connection (2) I219-V"
               }, 

               "device_type", 
               Buffer (0x14)
               {
                   "Ethernet controller"
               }, 

               "AAPL,slot-name", 
               Buffer (0x10)
               {
                   "Internal@0,31,6"
               }
           })
       }
   }

   Device (_SB.PCI0.RP09.PXSX)
   {
       Name (_ADR, Zero)  // _ADR: Address
       Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
       {
           If ((Arg2 == Zero))
           {
               Return (Buffer (One)
               {
                    0x03                                             // .
               })
           }

           Return (Package (0x06)
           {
               "model", 
               Buffer (0x04)
               {
                   "???"
               }, 

               "device_type", 
               Buffer (0x1F)
               {
                   "Non-Volatile memory controller"
               }, 

               "AAPL,slot-name", 
               Buffer (0x14)
               {
                   "Internal@0,29,0/0,0"
               }
           })
       }
   }
}

  • Administrators
Posted

[ref]afrasiabi[/ref], is just cosmetic, nothing good

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

[ref]afrasiabi[/ref], check first page, have a patch there with correct dev id

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...