
02-12-2011, 10:50 PM
|
Cheetah
|
|
Join Date: Jan 2011
Posts: 13
|
|
im trying to compile my DSDT with the following code to LPCB
Device (LPCB)
{
Name (_ADR, 0x001F0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x18, 0x3A, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
however im getting few errors i cant resolve :
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 336: Store (\_SB.SAPF, PIOH)
Error 4064 - Object does not exist ^ (\_SB.SAPF)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 429: Notify (\_SB.PCI0.UHC1, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC1)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 430: Notify (\_SB.PCI0.UHC2, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC2)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 431: Notify (\_SB.PCI0.UHC3, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC3)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 432: Notify (\_SB.PCI0.UHC4, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC4)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 433: Notify (\_SB.PCI0.UHC5, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC5)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 434: Notify (\_SB.PCI0.UHC6, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC6)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 459: Notify (\_SB.PCI0.UHC1, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC1)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 464: Notify (\_SB.PCI0.UHC2, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC2)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 469: Notify (\_SB.PCI0.UHC3, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC3)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 474: Notify (\_SB.PCI0.UHC4, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC4)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 479: Notify (\_SB.PCI0.UHC5, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC5)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 484: Notify (\_SB.PCI0.UHC6, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC6)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 489: Notify (\_SB.PCI0.EHC1, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.EHC1)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 490: Notify (\_SB.PCI0.EHC2, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.EHC2)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 491: Notify (\_SB.PCI0.IGBE, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.IGBE)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7141: Method (_DSM, 4, NotSerialized)
Error 4057 - Name already exists in scope ^ (_DSM)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8170: Return (SLIC)
Error 4068 - Object is not accessible from this scope ^ (SLIC)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8645: Device (PCI0.PX40.FWH)
Error 4065 - Object not found or not accessible from scope ^ (PCI0.PX40.FWH)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8647: Name (_HID, EisaId ("INT0800"))
Error 4068 - Object is not accessible from this scope ^ (_HID)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8648: Method (_CRS, 0, NotSerialized)
Error 4068 - Object is not accessible from this scope ^ (_CRS)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8650: Name (FWH0, ResourceTemplate ()
Error 4068 - Object is not accessible from this scope ^ (FWH0)
/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8657: Return (FWH0)
Error 4068 - Object is not accessible from this scope ^ (FWH0)
ASL Input: /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 8909 lines, 272387 bytes, 3025 keywords
Compilation complete. 23 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
|