File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 29
29
30
30
#include "e1000.h"
31
31
32
- /* Change Log
33
- * 7.0.33 3-Feb-2006
34
- * o Added another fix for the pass false carrier bit
35
- * 7.0.32 24-Jan-2006
36
- * o Need to rebuild with noew version number for the pass false carrier
37
- * fix in e1000_hw.c
38
- * 7.0.30 18-Jan-2006
39
- * o fixup for tso workaround to disable it for pci-x
40
- * o fix mem leak on 82542
41
- * o fixes for 10 Mb/s connections and incorrect stats
42
- * 7.0.28 01/06/2006
43
- * o hardware workaround to only set "speed mode" bit for 1G link.
44
- * 7.0.26 12/23/2005
45
- * o wake on lan support modified for device ID 10B5
46
- * o fix dhcp + vlan issue not making it to the iAMT firmware
47
- * 7.0.24 12/9/2005
48
- * o New hardware support for the Gigabit NIC embedded in the south bridge
49
- * o Fixes to the recycling logic (skb->tail) from IBM LTC
50
- * 6.3.9 12/16/2005
51
- * o incorporate fix for recycled skbs from IBM LTC
52
- * 6.3.7 11/18/2005
53
- * o Honor eeprom setting for enabling/disabling Wake On Lan
54
- * 6.3.5 11/17/2005
55
- * o Fix memory leak in rx ring handling for PCI Express adapters
56
- * 6.3.4 11/8/05
57
- * o Patch from Jesper Juhl to remove redundant NULL checks for kfree
58
- * 6.3.2 9/20/05
59
- * o Render logic that sets/resets DRV_LOAD as inline functions to
60
- * avoid code replication. If f/w is AMT then set DRV_LOAD only when
61
- * network interface is open.
62
- * o Handle DRV_LOAD set/reset in cases where AMT uses VLANs.
63
- * o Adjust PBA partioning for Jumbo frames using MTU size and not
64
- * rx_buffer_len
65
- * 6.3.1 9/19/05
66
- * o Use adapter->tx_timeout_factor in Tx Hung Detect logic
67
- * (e1000_clean_tx_irq)
68
- * o Support for 8086:10B5 device (Quad Port)
69
- */
70
-
71
32
char e1000_driver_name [] = "e1000" ;
72
33
static char e1000_driver_string [] = "Intel(R) PRO/1000 Network Driver" ;
73
34
#ifndef CONFIG_E1000_NAPI
You can’t perform that action at this time.
0 commit comments