Skip to content

Commit

Permalink
amd-xgbe: Initial AMD 10GbE platform driver
Browse files Browse the repository at this point in the history
This patch provides the initial platform driver for the AMD
10GbE device.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
tlendacky authored and davem330 committed Jun 5, 2014
1 parent 7c123b6 commit c5aa9e3
Show file tree
Hide file tree
Showing 10 changed files with 7,609 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/net/ethernet/amd/xgbe/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o

amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
xgbe-desc.o xgbe-ethtool.o xgbe-mdio.o

amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o

0 comments on commit c5aa9e3

Please sign in to comment.