-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New driver "sfc" for Solarstorm SFC4000 controller.
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>
- Loading branch information
Ben Hutchings
authored and
Jeff Garzik
committed
Apr 29, 2008
1 parent
358c129
commit 8ceee66
Showing
36 changed files
with
12,887 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
config SFC | ||
tristate "Solarflare Solarstorm SFC4000 support" | ||
depends on PCI && INET | ||
select MII | ||
select INET_LRO | ||
select CRC32 | ||
help | ||
This driver supports 10-gigabit Ethernet cards based on | ||
the Solarflare Communications Solarstorm SFC4000 controller. | ||
|
||
To compile this driver as a module, choose M here. The module | ||
will be called sfc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
sfc-y += efx.o falcon.o tx.o rx.o falcon_xmac.o \ | ||
i2c-direct.o ethtool.o xfp_phy.o mdio_10g.o \ | ||
tenxpress.o boards.o sfe4001.o | ||
|
||
obj-$(CONFIG_SFC) += sfc.o |
Oops, something went wrong.