BTW Steve this BUG_ON() in the driver is pretty unfriendly... do we really need to kill the whole system just because the NIC went out to lunch? Seems that the code to return an error and limp on is already there, if we just change the BUG_ON() to WARN(). - R.