Ryzen/AmiModulePkg/GenericSio/MATHCO.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 Pkwy, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//**********************************************************************
/** @file MATHCO.ASL
Define ACPI method or namespce For Super IO.
*/
//-------------------------
// Math Coprocessor Device
//-------------------------
Device(COPR) {
Name(_HID,EISAID("PNP0C04"))
Name(_CRS, ResourceTemplate()
{
IO(Decode16, 0xf0, 0xf0, 0, 0x10)
IRQNoFlags(){13}
})
} // End of Math Coprocessor
//**********************************************************************
//**********************************************************************
//** **
//** (C)Copyright 1985-2017, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Pkwy, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//**********************************************************************