sfc: Move shared NIC code from falcon.c to new source file nic.c

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings 2009-11-29 15:14:45 +00:00 committed by David S. Miller
parent 744093c983
commit 8e730c15e1
3 changed files with 1549 additions and 1537 deletions

View file

@ -1,4 +1,4 @@
sfc-y += efx.o falcon.o tx.o rx.o falcon_gmac.o \
sfc-y += efx.o nic.o falcon.o tx.o rx.o falcon_gmac.o \
falcon_xmac.o selftest.o ethtool.o qt202x_phy.o \
mdio_10g.o tenxpress.o falcon_boards.o
sfc-$(CONFIG_SFC_MTD) += mtd.o

File diff suppressed because it is too large Load diff

1548
drivers/net/sfc/nic.c Normal file

File diff suppressed because it is too large Load diff