Altix: ACPI SSDT PCI device support
authorJohn Keller <jpk@sgi.com>
Tue, 30 Jan 2007 06:17:37 +0000 (01:17 -0500)
committerLen Brown <len.brown@intel.com>
Sat, 3 Feb 2007 03:14:35 +0000 (22:14 -0500)
Add SN platform support for running with an ACPI
capable PROM that defines PCI devices in SSDT
tables. There is a SSDT table for every occupied
slot on a root bus, containing info for every
PPB and/or device on the bus. The SSDTs will be
dynamically loaded/unloaded at hotplug enable/disable.

Platform specific information that is currently
passed via a SAL call, will now be passed via the
Vendor resource in the ACPI Device object(s) defined
in each SSDT.

Signed-off-by: John Keller <jpk@sgi.com>
Cc: Greg KH <greg@kroah.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found