27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Advanced</strong> <strong>Configuration</strong> <strong>and</strong> <strong>Power</strong> <strong>Interface</strong> <strong>Specification</strong><br />

6.5.6.1 Example<br />

Device(ND0) { // this is a node 0<br />

Name(_HID, “ACPI0004”)<br />

// Returns the "Current Resources"<br />

Name(_CRS,<br />

ResourceTemplate() {<br />

…<br />

}<br />

)<br />

Device(PCI0) {<br />

Name(_HID, EISAID(“PNP0A03”))<br />

Name(_ADR, 0x00000000)<br />

Name(_SEG, 0) // The buses below the host bridge belong to PCI segment 0<br />

…<br />

Name(_BBN, 0)<br />

…<br />

}<br />

Device(PCI1) {<br />

…<br />

Name(_SEG, 0) // The buses below the host bridge belong to PCI segment 0<br />

…<br />

Name(_BBN, 16)<br />

…<br />

}<br />

…<br />

}<br />

Device(ND1) { // this is a node 1<br />

Name(_HID, “ACPI0004”)<br />

}<br />

// Returns the "Current Resources"<br />

Name(_CRS,<br />

ResourceTemplate() {<br />

…<br />

}<br />

)<br />

Device(PCI0) {<br />

Name(_HID, EISAID(“PNP0A03”))<br />

Name(_ADR, 0x00000000)<br />

Name(_SEG, 1) // The buses below the host bridge belong to PCI segment 1<br />

…<br />

Name(_BBN, 0)<br />

…<br />

}<br />

Device(PCI1) {<br />

…<br />

Name(_SEG, 1) // The buses below the host bridge belong to PCI segment 1<br />

…<br />

Name(_BBN, 16)<br />

…<br />

}<br />

6.5.7 _GLK (Global Lock)<br />

This optional named object is located within the scope of a device object. This object returns a value<br />

that indicates to any entity that accesses this device (in other words, OSPM or any device driver)<br />

386 April, 2015 Version 6.0

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!