Jeff Kirsher
47028635d1
[PATCH] e1000: Fix bit 22 (TXDCTL) for 82571 & 82572 controllers
...
Removed duplicate code, TXDCTL and TXDCTL_COUNT_DESC are the same bit and there is no need to set it twice.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2006-01-17 07:44:51 -05:00
Jeff Kirsher
4d351858e4
[PATCH] e1000: Fix EEPROM read logic
...
Fixed read_eeprom logic to test use_eerd instead of testing for 82573 controllers.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2006-01-17 07:44:50 -05:00
Jeff Kirsher
526f99572e
[PATCH] e1000: Fix PHY reset when blocked
...
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2006-01-17 07:44:49 -05:00
Jeff Kirsher
7892f59c5e
[PATCH] e1000: Fix PHY config for 82573 controller
...
Added a delay to allow PHY configuration to complete before accessing NVM.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2006-01-17 07:40:10 -05:00
Jeff Kirsher
b55ccb3561
[PATCH] e1000: Fix ASF/AMT for 8257{1|2|3} controllers
...
The 82573 controller required different logic than 82571|2 controllers. Corrected the reset logic for 8257{1|2|3} controllers.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2006-01-17 07:40:10 -05:00
Jeff Kirsher
fd80324174
e1000: Fixes for 8357x
...
- TSO workaround
- Fixes eeprom version reporting
- Fix loopback test
- Fix for WOL
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
2005-12-13 00:06:22 -05:00
Adrian Bunk
3ad2cc6798
[PATCH] drivers/net/e1000/: possible cleanups
...
This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 the following unused global functions:
- e1000_hw.c: e1000_mc_addr_list_update
- e1000_hw.c: e1000_read_reg_io
- e1000_hw.c: e1000_enable_pciex_master
Signed-off-by: Adrian Bunk <bunk@stusta.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2005-11-05 21:00:01 -05:00
Mallikarjuna R Chilakala
a7990ba60a
e1000: Flush shadow RAM
...
Flush shadow RAM to save updates to ASF related bits for 82573 controllers.
These bits are past the first 63 words of NVM.
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 >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-10-04 07:08:19 -04:00
Mallikarjuna R Chilakala
868d530994
e1000: Support for 82571 and 82572 controllers
...
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 >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-10-04 06:58:59 -04:00
Malli Chilakala
2b02893ed1
[PATCH] e1000: Driver version, white space, comments & other
...
Driver version, white space, comments & other
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 >
2005-06-27 00:34:26 -04:00
Malli Chilakala
3893d54731
[PATCH] e1000: Included proposals to false late collisions due to H/W latencies
...
Included proposals to false late collisions due to H/W latencies
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 >
2005-06-27 00:34:26 -04:00
Malli Chilakala
2648345fcb
[PATCH] e1000:Driver version,white space,comments,device id
...
Driver version, white space, comments, device id & other
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_ethtool.c net-drivers-2.6/drivers/net/e1000.new/e1000_ethtool.c
2005-05-12 20:48:55 -04:00
Malli Chilakala
2d7edb923a
[PATCH] e1000:82573 specific code & packet split code
...
82573 specific code & packet split code
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.h net-drivers-2.6/drivers/net/e1000.new/e1000.h
2005-05-12 20:48:54 -04:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00