Commit 0e6ef3e0 authored by Malli Chilakala's avatar Malli Chilakala Committed by Jeff Garzik

[PATCH] e1000:Fix Packet Buffer Allocation logic for 82547_rev_2

Fix Packet Buffer Allocation logic for 82547_rev_2 controller
Signed-off-by: default avatarMallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: default avatarGanesh Venkatesan <ganesh.venkatesan@intel.com>
Signed-off-by: default avatarJohn Ronciak <john.ronciak@intel.com>
diff -up net-drivers-2.6/drivers/net/e1000/e1000_main.c net-drivers-2.6/drivers/net/e1000.new/e1000_main.c
parent 2d7edb92
...@@ -417,6 +417,7 @@ e1000_reset(struct e1000_adapter *adapter) ...@@ -417,6 +417,7 @@ e1000_reset(struct e1000_adapter *adapter)
switch (adapter->hw.mac_type) { switch (adapter->hw.mac_type) {
case e1000_82547: case e1000_82547:
case e1000_82547_rev_2:
pba = E1000_PBA_30K; pba = E1000_PBA_30K;
break; break;
case e1000_82573: case e1000_82573:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment