Netdev List
 help / color / mirror / Atom feed
* [PATCH 29/32] sfc: Move shared NIC code and definitions from falcon.{c,h} to nic.{c,h}
@ 2009-11-28  3:56 Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2009-11-28  3:56 UTC (permalink / raw)
  To: netdev

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
---
No diff for this; it's too large for netdev.

Ben.

 drivers/net/sfc/Makefile        |    2 +-
 drivers/net/sfc/efx.c           |    2 +-
 drivers/net/sfc/ethtool.c       |    2 +-
 drivers/net/sfc/falcon.c        | 1538 +--------------------------------------
 drivers/net/sfc/falcon.h        |  238 ------
 drivers/net/sfc/falcon_boards.c |    2 +-
 drivers/net/sfc/falcon_gmac.c   |    2 +-
 drivers/net/sfc/falcon_xmac.c   |    2 +-
 drivers/net/sfc/mdio_10g.c      |    2 +-
 drivers/net/sfc/mtd.c           |    2 +-
 drivers/net/sfc/nic.c           | 1548 +++++++++++++++++++++++++++++++++++++++
 drivers/net/sfc/nic.h           |  238 ++++++
 drivers/net/sfc/qt202x_phy.c    |    2 +-
 drivers/net/sfc/rx.c            |    2 +-
 drivers/net/sfc/selftest.c      |    2 +-
 drivers/net/sfc/tenxpress.c     |    2 +-
 drivers/net/sfc/tx.c            |    2 +-
 17 files changed, 1800 insertions(+), 1788 deletions(-)
 delete mode 100644 drivers/net/sfc/falcon.h
 create mode 100644 drivers/net/sfc/nic.c
 create mode 100644 drivers/net/sfc/nic.h

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-28  3:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-28  3:56 [PATCH 29/32] sfc: Move shared NIC code and definitions from falcon.{c,h} to nic.{c,h} Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox