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

34 lines
2.1 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 NO_RES_STA.ASL
Define ACPI method or namespce For Super IO.
*/
Method(_STA,0){
//Device not decoding any resources and disabled.
Return(0x00)
}
//*************************************************************************
//*************************************************************************
//** **
//** (C)Copyright 1985-2017, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//*************************************************************************
//*************************************************************************