Ryzen/AmiModulePkg/GenericSio/TIMER.ASL
2022-12-23 15:14:44 +08:00

42 lines
2.2 KiB
Plaintext

//*************************************************************************
//*************************************************************************
//** **
//** (C)Copyright 1985-2017, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//*************************************************************************
//*************************************************************************
/** @file TIMER.ASL
Define ACPI method or namespce For Super IO.
*/
//-------------------------
// Timer
//-------------------------
Device(TMR) {
Name(_HID,EISAID("PNP0100"))
Name(_CRS, ResourceTemplate()
{
IO(Decode16, 0x40, 0x40, 0, 0x4)
IRQNoFlags(){0}
})
} // End of TMR
//*************************************************************************
//*************************************************************************
//** **
//** (C)Copyright 1985-2017, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//*************************************************************************
//*************************************************************************