1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/patches/SSDT-HPET.dsl

23 lines
590 B
Text
Raw Normal View History

//
// Supplementary HPET _CRS from Goldfish64
// Requires the HPET's _CRS to XCRS rename
//
2020-06-03 08:32:15 -05:00
DefinitionBlock ("", "SSDT", 2, "tyler", "HPET", 0x00000000)
{
2020-06-03 08:32:15 -05:00
External (_SB.PCI0.LPCB.HPET, DeviceObj) // (from opcode)
Name (\_SB.PCI0.LPCB.HPET._CRS, ResourceTemplate () // _CRS: Current Resource Settings
{
2020-06-03 08:32:15 -05:00
IRQNoFlags()
{0}
IRQNoFlags()
{8}
IRQNoFlags()
{11}
Memory32Fixed (ReadWrite,
0xFED00000, // Address Base
0x00000400, // Address Length
)
})
}