1. 28 4月, 2007 2 次提交
    • M
      NetXen: Multi PCI support for Quad cards · 595e3fb8
      Mithlesh Thukral 提交于
      NetXen: Fix the multi PCI function for cards with more than 2 ports.
      This patch fixes the working of multi PCI capable driver on cards with
      more than 2 ports by adding the addresses for their rings and sizes.
      
      Signed-off by: Mithlesh Thukral <mithlesh@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      595e3fb8
    • M
      NetXen: Use multiple PCI functions · 3176ff3e
      Mithlesh Thukral 提交于
      NetXen: Make driver use multiple PCI functions.
      This patch will make NetXen driver work with multiple PCI functions. This will
      make the usage of memory resources as well as interrupts more independent
      among different functions which results in better throughput. This change has
      been done after the multiport support is added in firmware.
      
      Signed-off by: Mithlesh Thukral <mithlesh@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3176ff3e
  2. 03 3月, 2007 1 次提交
  3. 05 12月, 2006 1 次提交
    • A
      [PATCH] NetXen: multiport firmware support, ioctl interface · ed25ffa1
      Amit S. Kale 提交于
      NetXen: 1G/10G Ethernet driver updates
      	- Multiport and newer firmware support
      	- ioctl interface for user level tools
      	- Cast error fix for multiport
      Signed-off-by: NAmit S. Kale <amitkale@netxen.com>
      
       netxen_nic.h          |  281 +++++++++++++++++++++++++-------
       netxen_nic_ethtool.c  |   12 -
       netxen_nic_hw.c       |  429 +++++++++++++++++++++++++++++++++++++++++---------
       netxen_nic_init.c     |  301 ++++++++++++++++++++++++++++++-----
       netxen_nic_ioctl.h    |    2
       netxen_nic_isr.c      |    3
       netxen_nic_main.c     |  260 ++++++++++++++++++------------
       netxen_nic_niu.c      |   22 +-
       netxen_nic_phan_reg.h |  228 ++++++++++++++++----------
       9 files changed, 1161 insertions(+), 377 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      ed25ffa1
  4. 02 12月, 2006 2 次提交