Subversion Repositories Kolibri OS

Rev

Rev 1498 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 7... Line 7...
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
Line 341... Line 341...
341
        Descriptor->Address64.Maximum,
341
        Descriptor->Address64.Maximum,
342
        Descriptor->Address64.AddressLength,
342
        Descriptor->Address64.AddressLength,
343
        Descriptor->Address64.Granularity,
343
        Descriptor->Address64.Granularity,
344
        Descriptor->Address64.Flags,
344
        Descriptor->Address64.Flags,
345
        MinOp, MaxOp, LengthOp, GranOp);
345
        MinOp, MaxOp, LengthOp, GranOp, Op);
346
 
346
 
Line 347... Line 347...
347
    Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
347
    Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
348
                            OptionIndex + StringLength;
348
                            OptionIndex + StringLength;
349
    return (Rnode);
349
    return (Rnode);
350
}
350
}
Line 571... Line 571...
571
        Descriptor->Address64.Maximum,
571
        Descriptor->Address64.Maximum,
572
        Descriptor->Address64.AddressLength,
572
        Descriptor->Address64.AddressLength,
573
        Descriptor->Address64.Granularity,
573
        Descriptor->Address64.Granularity,
574
        Descriptor->Address64.Flags,
574
        Descriptor->Address64.Flags,
575
        MinOp, MaxOp, LengthOp, GranOp);
575
        MinOp, MaxOp, LengthOp, GranOp, Op);
576
 
576
 
Line 577... Line 577...
577
    Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
577
    Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
578
                            OptionIndex + StringLength;
578
                            OptionIndex + StringLength;
579
    return (Rnode);
579
    return (Rnode);
580
}
580
}
Line 783... Line 783...
783
        Descriptor->Address64.Maximum,
783
        Descriptor->Address64.Maximum,
784
        Descriptor->Address64.AddressLength,
784
        Descriptor->Address64.AddressLength,
785
        Descriptor->Address64.Granularity,
785
        Descriptor->Address64.Granularity,
786
        Descriptor->Address64.Flags,
786
        Descriptor->Address64.Flags,
787
        MinOp, MaxOp, LengthOp, GranOp);
787
        MinOp, MaxOp, LengthOp, GranOp, Op);
788
 
788
 
Line 789... Line 789...
789
    Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
789
    Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
790
                            OptionIndex + StringLength;
790
                            OptionIndex + StringLength;
791
    return (Rnode);
791
    return (Rnode);
792
}
792
}