[PATCH net-2.6.25] New driver sfc for Solarstorm SFC4000 controller - 5th attempt

2008-01-18 Thread Robert Stonehouse
This is a resubmission of a new driver for Solarflare network controllers. The driver supports several types of PHY (10Gbase-T, XFP, CX4) on six different 10G and 1G boards. There is a driver for the network controller and an MTD driver that allows access to the flash/EEPROM. NICs based on this

[PATCH] New driver sfc for Solarstorm SFC4000 controller - 4th attempt

2008-01-10 Thread Robert Stonehouse
This is a resubmission of a new driver for Solarflare network controllers. The driver supports several types of PHY (10Gbase-T, XFP, CX4) on six different 10G and 1G boards. Hardware based on this network controller is now available from SMC as part numbers SMC10GPCIe-XFP and SMC10GPCIe-10BT.

[PATCH] New driver sfc for Solarstorm SFC4000 controller - 3nd try

2007-12-21 Thread Robert Stonehouse
://support.solarflare.com/netdev/3/net-2.6.25-sfc-2.2.0029.patch The new files may also be downloaded as a tarball: https://support.solarflare.com/netdev/3/net-2.6.25-sfc-2.2.0029.tgz And for verification there is: https://support.solarflare.com/netdev/3/MD5SUMS Happy Christmas -- Robert Stonehouse

[PATCH] [RFC] New driver sfc for Solarstorm SFC4000 controller - 2nd try

2007-12-13 Thread Robert Stonehouse
This is a resubmission of a new driver for Solarflare network controllers. The driver supports many types of PHY (10Gbase-T, XFP, CX4) on five different 10G reference designs and one 1G NIC ref design. The previous thread was: [PATCH] [RFC] New driver sfc for Solarstorm SFC4000 controller

Re: [PATCH] [RFC] New driver sfc for Solarstorm SFC4000 controller

2007-11-29 Thread Robert Stonehouse
Stephen Hemminger wrote: On Fri, 23 Nov 2007 17:08:15 + Ben Hutchings [EMAIL PROTECTED] wrote: 1. When we enable NAPI polling, we need to set __LINK_STATE_START in the net device used for NAPI. This bit is commented as private in netdevice.h, but e1000 also does this. Is this