2020-04-06 05:20:18 -05:00
|
|
|
//
|
|
|
|
// 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-04-06 05:20:18 -05:00
|
|
|
{
|
2020-06-26 08:22:55 -05:00
|
|
|
External (_SB.PCI0.LPCB, DeviceObj) // (from opcode)
|
2020-06-03 08:32:15 -05:00
|
|
|
External (_SB.PCI0.LPCB.HPET, DeviceObj) // (from opcode)
|
2020-04-06 05:20:18 -05:00
|
|
|
Name (\_SB.PCI0.LPCB.HPET._CRS, ResourceTemplate () // _CRS: Current Resource Settings
|
|
|
|
{
|
2020-06-26 08:22:55 -05:00
|
|
|
IRQNoFlags ()
|
|
|
|
{0,8,11}
|
2020-04-06 05:20:18 -05:00
|
|
|
Memory32Fixed (ReadWrite,
|
|
|
|
0xFED00000, // Address Base
|
|
|
|
0x00000400, // Address Length
|
|
|
|
)
|
|
|
|
})
|
|
|
|
}
|