commit | aa49cdd93be6328113f0c146fc72be173d578d27 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Wed Mar 15 10:55:24 2006 -0800 |
committer | Jesse Brandeburg <jesse.brandeburg@intel.com> | Wed Mar 15 10:55:24 2006 -0800 |
tree | 38346543e8567d031749f220bc9ba76d8352361b | |
parent | f13b83580acef03a36c785dccc534ccdd7e43084 [diff] |
e100: fix eeh on pseries during ethtool -t Olaf Hering reported a problem on pseries with e100 where ethtool -t would cause a bus error, and the e100 driver would stop working. Due to the new load ucode command the cb list must be allocated before calling e100_init_hw, so remove the call and just let e100_up take care of it. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>