Hello !
I download a Realtek rtl8180 driver (Wireless NIC) to Mac.I installed the driver sucessfully but this drive is not loading properly.
I started to research the structure of the kext then I found this XML part into the kext file
<dict>
<key>CFBundleIdentifier</key>
<string>com.realtek.drivers.rtl8180</string>
<key>IOClass</key>
<string>rtl8180</string>
<key>IODefaultMedium</key>
<string>00000020</string>
<key>IOPCIMatch</key>
<string>0x818010ec</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
Is this information enough ?
I compared it with my Windows at Devie Manager and all keys matches with my Windows (Except the IODefaultMedium that Device Manager can't show me)
Somebody help me !