1
0
Fork 0

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

Fix Packet Buffer Allocation logic for 82547_rev_2 controller

Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com>
Signed-off-by: John 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
5bit-waveforms
Malli Chilakala 2005-04-28 19:44:14 -07:00 committed by Jeff Garzik
parent 2d7edb923a
commit 0e6ef3e02b
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ e1000_reset(struct e1000_adapter *adapter)
switch (adapter->hw.mac_type) {
case e1000_82547:
case e1000_82547_rev_2:
pba = E1000_PBA_30K;
break;
case e1000_82573: