From: Alexander G. <ag...@su...> - 2008-05-15 11:16:25
|
Hi, a patch recently introduced PCI device hotplugging. This added pseudo-buses for every PCI slot, so that each device can be easily ejected any time. The ACPI specification recommends the inclusion of a _SUN entry in these though, to enable proper indexation of the slots. Afaict Linux does not need this, but Darwin does. This patch adds the corresponding _SUN entries to the PCI slot definitions. Regards, Alex Signed-off-by: Alexander Graf <ag...@su...> |