ChangeSet 1.2181.40.3, 2005/03/30 19:53:35-05:00, [EMAIL PROTECTED]

        [PATCH] S2io: Changed copyright and added support for Xframe II
        
        1. Change of Copyright to reflect S2io's new name "Neterion Inc."
        2. Updated driver version number.
        3. Add an additional PCI device id to support Neterion's new Xframe II.
        
        Some background info on Xframe-II, just in case -
        
        The NIC was announced back in January (see
        http://www.serverwatch.com/news/article.php/3464871)
        
        Xframe II is a PCI-X 2.0 DDR adapter designed to work in PCI-X 2.0 
servers
        (it is also backwards compatible with current pci-x and pci slots); 
it's a
        first card to overcome pci-x 133 throughput bottleneck. Some of these 
pci-x
        2.0 servers are available now and more are coming later in the year.
        
        Xframe II is completely backward compatible and hence the current driver
        will work as-is, except the device id change.
        
        There are some additional features/stateless offloads in Xframe-II
        as well; we plan to submit patches for these soon.
        
        Signed-off-by: Ravinandan Arakali <[EMAIL PROTECTED]>
        Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>



 drivers/net/s2io-regs.h |    2 +-
 drivers/net/s2io.c      |   10 +++++++---
 drivers/net/s2io.h      |    2 +-
 include/linux/pci_ids.h |    2 ++
 4 files changed, 11 insertions(+), 5 deletions(-)


diff -Nru a/drivers/net/s2io-regs.h b/drivers/net/s2io-regs.h
--- a/drivers/net/s2io-regs.h   2005-03-30 19:13:55 -08:00
+++ b/drivers/net/s2io-regs.h   2005-03-30 19:13:55 -08:00
@@ -1,6 +1,6 @@
 /************************************************************************
  * regs.h: A Linux PCI-X Ethernet driver for S2IO 10GbE Server NIC
- * Copyright 2002 Raghavendra Koushik ([EMAIL PROTECTED])
+ * Copyright(c) 2002-2005 Neterion Inc.
 
  * This software may be used and distributed according to the terms of
  * the GNU General Public License (GPL), incorporated herein by reference.
diff -Nru a/drivers/net/s2io.c b/drivers/net/s2io.c
--- a/drivers/net/s2io.c        2005-03-30 19:13:55 -08:00
+++ b/drivers/net/s2io.c        2005-03-30 19:13:55 -08:00
@@ -1,6 +1,6 @@
 /************************************************************************
  * s2io.c: A Linux PCI-X Ethernet driver for S2IO 10GbE Server NIC
- * Copyright(c) 2002-2005 S2IO Technologies
+ * Copyright(c) 2002-2005 Neterion Inc.
 
  * This software may be used and distributed according to the terms of
  * the GNU General Public License (GPL), incorporated herein by reference.
@@ -66,7 +66,7 @@
 
 /* S2io Driver name & version. */
 static char s2io_driver_name[] = "s2io";
-static char s2io_driver_version[] = "Version 1.7.5.1";
+static char s2io_driver_version[] = "Version 1.7.7.1";
 
 /* 
  * Cards with following subsystem_id have a link state indication
@@ -245,6 +245,10 @@
         PCI_ANY_ID, PCI_ANY_ID},
        {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_S2IO_UNI,
         PCI_ANY_ID, PCI_ANY_ID},
+       {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_HERC_WIN,
+        PCI_ANY_ID, PCI_ANY_ID},
+       {PCI_VENDOR_ID_S2IO, PCI_DEVICE_ID_HERC_UNI,
+        PCI_ANY_ID, PCI_ANY_ID},
        {0,}
 };
 
@@ -4534,7 +4538,7 @@
                             &(sp->pcix_cmd));
 }
 
-MODULE_AUTHOR("Raghavendra Koushik <[EMAIL PROTECTED]>");
+MODULE_AUTHOR("Raghavendra Koushik <[EMAIL PROTECTED]>");
 MODULE_LICENSE("GPL");
 module_param(tx_fifo_num, int, 0);
 module_param_array(tx_fifo_len, int, NULL, 0);
diff -Nru a/drivers/net/s2io.h b/drivers/net/s2io.h
--- a/drivers/net/s2io.h        2005-03-30 19:13:55 -08:00
+++ b/drivers/net/s2io.h        2005-03-30 19:13:55 -08:00
@@ -1,6 +1,6 @@
 /************************************************************************
  * s2io.h: A Linux PCI-X Ethernet driver for S2IO 10GbE Server NIC
- * Copyright 2002 Raghavendra Koushik ([EMAIL PROTECTED])
+ * Copyright(c) 2002-2005 Neterion Inc.
 
  * This software may be used and distributed according to the terms of
  * the GNU General Public License (GPL), incorporated herein by reference.
diff -Nru a/include/linux/pci_ids.h b/include/linux/pci_ids.h
--- a/include/linux/pci_ids.h   2005-03-30 19:13:55 -08:00
+++ b/include/linux/pci_ids.h   2005-03-30 19:13:55 -08:00
@@ -2159,6 +2159,8 @@
 #define PCI_VENDOR_ID_S2IO             0x17d5
 #define        PCI_DEVICE_ID_S2IO_WIN          0x5731
 #define        PCI_DEVICE_ID_S2IO_UNI          0x5831
+#define PCI_DEVICE_ID_HERC_WIN         0x5732
+#define PCI_DEVICE_ID_HERC_UNI         0x5832
 
 #define PCI_VENDOR_ID_INFINICON                0x1820
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to