Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sfc: Add support for sub-10G speeds | Ben Hutchings | 2008-12-12 | 1 | -13/+3 |
| | | | | | | | | | | | | | The SFC4000 has a separate MAC for use at sub-10G speeds. Introduce an efx_mac_operations structure with implementations for the two MACs. Switch between the MACs as necessary. PHY settings are independent of the MAC, so add get_settings() and set_settings() to efx_phy_operations. Also add macs field to indicate which MACs the PHY is connected to. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | sfc: Remove remnants of multi-port abstraction for MAC registers | Ben Hutchings | 2008-09-03 | 1 | -4/+0 |
| | | | | | Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> | ||||
* | New driver "sfc" for Solarstorm SFC4000 controller. | Ben Hutchings | 2008-04-29 | 1 | -0/+33 |
The driver supports the 10Xpress PHY and XFP modules on our reference designs SFE4001 and SFE4002 and the SMC models SMC10GPCIe-XFP and SMC10GPCIe-10BT. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> |