27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Device <strong>Configuration</strong><br />

Scope(\_SB) {<br />

Device(PCI0) {<br />

Name(_HID, EISAID("PNP0A03"))<br />

Method (_CRS,0){<br />

}<br />

Name(_PRT, Package(){<br />

})<br />

// Root PCI Bus<br />

// _HID for root device<br />

// Need current resources for root dev<br />

// Return current resources for root bridge 0<br />

// Need PCI IRQ routing for PCI bridge<br />

// Package with PCI IRQ routing table information<br />

Device (P2P1) {<br />

Name(_ADR,0x000C0000)<br />

Name(_PRT, Package(){<br />

})<br />

} // end P2P1<br />

Device (P2P2) {<br />

Name(_ADR,0x000E0000)<br />

Name(_PRT, Package(){<br />

})<br />

Name(_HPP, Package(){0x08,0x40, 0x01, 0x00})<br />

// First PCI-to-PCI bridge (No Hot Plug slots)<br />

// Device#Ch, Func#0 on bus PCI0<br />

// Need PCI IRQ routing for PCI bridge<br />

// Package with PCI IRQ routing table information<br />

// Second PCI-to-PCI bridge (Bus contains Hot plug slots)<br />

// Device#Eh, Func#0 on bus PCI0<br />

// Need PCI IRQ routing for PCI bridge<br />

// Package with PCI IRQ routing table information<br />

Version 6.0 305

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

Saved successfully!

Ooh no, something went wrong!