Hi, Here are updated version of patches to create symbolic link to the hotplug driver module (/sys/modules/<foo>). It is useful for trouble shooting. The original version was proposed by Taku Izumi (Please see http://marc.info/?l=linux-pci&m=123813908513533&w=2). Changes from the original version is as follows: - Fix the problem that symbolic link is not created if the hotplug controller driver is configured as a built-in module. - Fix the build failure that happens if CONFIG_MODULES is not set. - Change symbolic link name to 'module' from 'driver' because the symbolic link is acutually pointing to /sys/modules/<foo>. - Fix return value of has_foo() functions in pci_hotplug_core.c. This doesn't relate to creating symbolic link, but there are some suggestion to clean up them when the original patch was posted. The patches are: - [PATCH 1/2] PCI hotplug: fix return value of has_foo() functions - [PATCH 2/2] PCI hotplug: create symlink to hotplug driver module Thanks, Kenji Kaneshige -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html