Example #1
0
 public override void Visit(AmlParser.DefDataRegion defDataRegion)
 {
     // TODO: This method will have to go back to the XSDT table
     // to look up the designated table and its location so that
     // it can produce a corresponding AcpiObject.OperationRegion.
     // It is not used in the three test DDBs.
     throw new LoadException("TODO Not yet implemented");
 }
Example #2
0
 public override void Visit(AmlParser.DefDataRegion defDataRegion)
 {
     acpiNamespace.CreateNodeAt(defDataRegion.nameString.nodePath, currentPath);
 }
Example #3
0
 public virtual void Visit(AmlParser.DefDataRegion defDataRegion)
 {
     UnhandledNodeType("DefDataRegion");
 }