[TG3]: Save initial PCI state before registering the netdevice.
authorDavid S. Miller <davem@davemloft.net>
Sat, 6 Aug 2005 13:35:48 +0000 (06:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Aug 2005 13:35:48 +0000 (06:35 -0700)
commit7d3f4c97723c4ec4e5d85e6e70084b02e6be8788
tree790200fcdef86e91224903394023b964a3a52e47
parent6fc0b4a7a73a81e74d0004732df358f4f9975be2
[TG3]: Save initial PCI state before registering the netdevice.

Else on SMP systems it is possible for hotplug to execute,
invoke tg3_open(), and end up loading the uninitialized
PCI register save area into the card.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c