mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
18 lines
510 B
Text
18 lines
510 B
Text
![]() |
//
|
||
|
// Supplementary HPET _CRS from Goldfish64
|
||
|
// Requires the HPET's _CRS to XCRS rename
|
||
|
//
|
||
|
DefinitionBlock ("", "SSDT", 2, "CORP", "HPET", 0x00000000)
|
||
|
{
|
||
|
External (_SB.PCI0.LPCB, DeviceObj) // (from opcode)
|
||
|
Name (\_SB.PCI0.LPCB.HPET._CRS, ResourceTemplate () // _CRS: Current Resource Settings
|
||
|
{
|
||
|
IRQNoFlags ()
|
||
|
{0,8,11}
|
||
|
Memory32Fixed (ReadWrite,
|
||
|
0xFED00000, // Address Base
|
||
|
0x00000400, // Address Length
|
||
|
)
|
||
|
})
|
||
|
}
|