diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/ACPI/Mathco.asl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/ACPI/Mathco.asl')
-rw-r--r-- | Core/EM/ACPI/Mathco.asl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Core/EM/ACPI/Mathco.asl b/Core/EM/ACPI/Mathco.asl new file mode 100644 index 0000000..3885d93 --- /dev/null +++ b/Core/EM/ACPI/Mathco.asl @@ -0,0 +1,50 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Pkwy, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** +// $Header: /Alaska/BIN/Modules/ACPI/Template/Core/Mathco.asl 2 3/26/09 4:53p Oleksiyy $ +// +// $Revision: 2 $ +// +// $Date: 3/26/09 4:53p $ +//**********************************************************************; +// Revision History +// ---------------- +// $Log: /Alaska/BIN/Modules/ACPI/Template/Core/Mathco.asl $ +// +// 2 3/26/09 4:53p Oleksiyy +// New ACPI Core implementation - improves logic, execution time and +// memory usage of ACPI module. +// +// 1 3/24/05 5:01p Sivagarn +// +// 1 2/03/05 6:42p Sivagarn +// 0ABHI001 Check in +// +// 1 7/27/04 2:48p Yakovlevs +// +// 4 9/06/02 10:53a Alexp +// Add SourceSafe headers to all core asl files +// +// +//;**********************************************************************; +//------------------------- +// Math Coprocessor Device +//------------------------- +Device(COPR) { + Name(_HID,EISAID("PNP0C04")) + Name(_CRS, ResourceTemplate() + { + IO(Decode16, 0xf0, 0xf0, 0, 0x10) + IRQNoFlags(){13} + }) +} // End of Math Coprocessor |