[PATCH] mv643xx_eth_pcidev : implement hotplug by matching the Discovery II/III northbridge pci id (Was: + mv643xx_eth_pcidev-implements-hotplug-for-the-marvell-gige-functionality-by-probing-the-northbridge-pci-id.patch added to -mm tree)
Olaf Hering
olaf at aepfle.de
Wed Oct 4 00:23:55 EST 2006
On Tue, Oct 03, Sven Luther wrote:
> Match the Marvell Discovery II/III northbridge pci id to add hotplug
> support for the builtin gigabit ethernet driver (mv643xx_eth).
there is no need for this patch. a0245f7ad5214cb00131d7cd176446e067c913dc fixed it.
Put this in your early boot scripts:
for i in `find /sys -name modalias`;do /sbin/modprobe -v "`cat $i`"&done
More information about the Linuxppc-dev
mailing list