Jump to content
1 post in this topic

Recommended Posts

i fixed my dsdt with the "irqNoFlags ()" code but hpet will still KP.

i haven't found much on this issue.

here is my code.

 

  Device (HPET)
			{
				Name (_HID, EisaId ("PNP0103"))
				Name (ATT3, ResourceTemplate ()
				{
					IRQNoFlags ()
						{0}
					IRQNoFlags ()
						{8}
					Memory32Fixed (ReadOnly,
						0xFED00000,		 // Address Base
						0x00000400,		 // Address Length
						)
				})
				Name (ATT4, ResourceTemplate ()
				{
				})

Link to comment
https://www.insanelymac.com/forum/topic/189857-hpet-kp-with-hpet-irq-fix/
Share on other sites

×
×
  • Create New...