netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver
@ 2006-08-31 14:02 Amit S. Kale
  2006-08-31 14:05 ` [PATCH 2.6.17 1/9] NetXen: Makefile and driver main file Amit S. Kale
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Amit S. Kale @ 2006-08-31 14:02 UTC (permalink / raw)
  To: netdev; +Cc: sanjeev, rob, unmproj, shemminger, brazilnut, wendyx, jeff

Hi All,

Thank you Stephen, Don and Wendy.
We have incorporated feedbacks which have received since after last post. 
I'll be resending updated patchset in subsequent emails.

We are working on finding out good way of using tables to manage 
compatibility between firmware version number and driver version number.

Kindly review it and feel free to send feedback.

Thanks,
-Amit

Signed-off-by: Amit S. Kale <amitkale@netxen.com>

  MAINTAINERS                              |    7
  drivers/net/Kconfig                      |    5
  drivers/net/Makefile                     |    1
  drivers/net/netxen/Makefile              |   35
  drivers/net/netxen/netxen_nic.h          |  901 +++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_ethtool.c  |  696 +++++++++++++++++++
  drivers/net/netxen/netxen_nic_hdr.h      |  611 +++++++++++++++++
  drivers/net/netxen/netxen_nic_hw.c       | 1102 ++++++++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_hw.h       |  499 +++++++++++++
  drivers/net/netxen/netxen_nic_init.c     | 1089 ++++++++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_ioctl.h    |   75 ++
  drivers/net/netxen/netxen_nic_isr.c      |  301 ++++++++
  drivers/net/netxen/netxen_nic_main.c     | 1107 +++++++++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_niu.c      |  779 +++++++++++++++++++++
  drivers/net/netxen/netxen_nic_phan_reg.h |  195 +++++
  15 files changed, 7403 insertions(+)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver
@ 2006-08-18 14:38 Amit S. Kale
  2006-08-22  7:43 ` Pradeep Dalvi
  0 siblings, 1 reply; 18+ messages in thread
From: Amit S. Kale @ 2006-08-18 14:38 UTC (permalink / raw)
  To: netdev; +Cc: jeff, sanjeev, unmproj

Hi,

I'll be sending a NetXen Multi port 1G/10G ethernet driver patch in 
subsequent emails. This set of patches have changes as per the 
suggestions, which we received since last post.

Kindly review it and feel free to send feedback.

Thanks,
-Amit

Signed-off-by: Amit S. Kale <amitkale@netxen.com>

  MAINTAINERS                              |    7
  drivers/net/Kconfig                      |    5
  drivers/net/Makefile                     |    1
  drivers/net/netxen/Makefile              |   35
  drivers/net/netxen/netxen_nic.h          |  901 +++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_ethtool.c  |  696 +++++++++++++++++++
  drivers/net/netxen/netxen_nic_hdr.h      |  611 +++++++++++++++++
  drivers/net/netxen/netxen_nic_hw.c       | 1097 ++++++++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_hw.h       |  500 ++++++++++++++
  drivers/net/netxen/netxen_nic_init.c     | 1090 ++++++++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_ioctl.h    |   75 ++
  drivers/net/netxen/netxen_nic_isr.c      |  300 ++++++++
  drivers/net/netxen/netxen_nic_main.c     | 1107 +++++++++++++++++++++++++++++++
  drivers/net/netxen/netxen_nic_niu.c      |  778 +++++++++++++++++++++
  drivers/net/netxen/netxen_nic_phan_reg.h |  195 +++++
  15 files changed, 7398 insertions(+)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-09-13 17:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 14:02 [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver Amit S. Kale
2006-08-31 14:05 ` [PATCH 2.6.17 1/9] NetXen: Makefile and driver main file Amit S. Kale
2006-08-31 14:13 ` [PATCH 2.6.17 2/9] NetXen: Hardware access routines Amit S. Kale
2006-08-31 14:16 ` [PATCH 2.6.17 3/9] NetXen: hw initialization routines Amit S. Kale
2006-08-31 14:20 ` [PATCH 2.6.17 4/9] NetXen: intr routines and niu handling Amit S. Kale
2006-08-31 14:25 ` [PATCH 2.6.17 5/9] NetXen: ethtool interface Amit S. Kale
2006-08-31 14:27 ` [PATCH 2.6.17 6/9] NetXen: Main header file Amit S. Kale
2006-08-31 14:29 ` [PATCH 2.6.17 7/9] NetXen: hw access routines " Amit S. Kale
2006-08-31 14:32 ` [PATCH 2.6.17 8/9] NetXen: Header file and ioctl " Amit S. Kale
2006-08-31 14:36 ` [PATCH 2.6.17 9/9] NetXen: CRB reg definitions Amit S. Kale
2006-09-01 18:44 ` [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver Pradeep Dalvi
2006-09-11 13:12 ` Jeff Garzik
     [not found]   ` <200609112004.50351.pradeep@linsyssoft.com>
2006-09-13  2:47     ` Jeff Garzik
2006-09-13 17:20       ` Pradeep Dalvi
  -- strict thread matches above, loose matches on Subject: below --
2006-08-18 14:38 Amit S. Kale
2006-08-22  7:43 ` Pradeep Dalvi
2006-08-24  0:04   ` Don Fry
2006-08-25 13:19     ` Amit S. Kale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).