* [KJ] [PATCH 2.6.12-rc1-bk1 3/3] S2io: Changed copyright and added support for Xframe II
@ 2005-03-29 23:24 ravinandan.arakali
0 siblings, 0 replies; only message in thread
From: ravinandan.arakali @ 2005-03-29 23:24 UTC (permalink / raw)
To: jgarzik, netdev, kernel-janitors
Cc: raghavendra.koushik, ravinandan.arakali, leonid.grossman,
rapuru.sriram
[-- Attachment #1: Type: text/plain, Size: 4341 bytes --]
Hello,
Below patch includes the following:
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.
Thanks,
Ravi
Signed-off-by: Ravinandan Arakali <ravinandan.arakali@neterion.com>
---
diff -urN hwfixes2/drivers/net/s2io-regs.h copyright_xframeIIdevid3/drivers/net/s2io-regs.h
--- hwfixes2/drivers/net/s2io-regs.h 2005-03-25 07:05:47.000000000 -0800
+++ copyright_xframeIIdevid3/drivers/net/s2io-regs.h 2005-03-25 09:33:59.000000000 -0800
@@ -1,6 +1,6 @@
/************************************************************************
* regs.h: A Linux PCI-X Ethernet driver for S2IO 10GbE Server NIC
- * Copyright 2002 Raghavendra Koushik (raghavendra.koushik@s2io.com)
+ * 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 -urN hwfixes2/drivers/net/s2io.c copyright_xframeIIdevid3/drivers/net/s2io.c
--- hwfixes2/drivers/net/s2io.c 2005-03-25 08:37:33.000000000 -0800
+++ copyright_xframeIIdevid3/drivers/net/s2io.c 2005-03-25 09:59:38.000000000 -0800
@@ -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 <raghavendra.koushik@s2io.com>");
+MODULE_AUTHOR("Raghavendra Koushik <raghavendra.koushik@neterion.com>");
MODULE_LICENSE("GPL");
module_param(tx_fifo_num, int, 0);
module_param_array(tx_fifo_len, int, NULL, 0);
diff -urN hwfixes2/drivers/net/s2io.h copyright_xframeIIdevid3/drivers/net/s2io.h
--- hwfixes2/drivers/net/s2io.h 2005-03-28 07:16:29.000000000 -0800
+++ copyright_xframeIIdevid3/drivers/net/s2io.h 2005-03-28 07:20:44.000000000 -0800
@@ -1,6 +1,6 @@
/************************************************************************
* s2io.h: A Linux PCI-X Ethernet driver for S2IO 10GbE Server NIC
- * Copyright 2002 Raghavendra Koushik (raghavendra.koushik@s2io.com)
+ * 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 -urN hwfixes2/include/linux/pci_ids.h copyright_xframeIIdevid3/include/linux/pci_ids.h
--- hwfixes2/include/linux/pci_ids.h 2005-03-25 09:46:47.000000000 -0800
+++ copyright_xframeIIdevid3/include/linux/pci_ids.h 2005-03-25 09:48:58.000000000 -0800
@@ -2153,6 +2153,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
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-29 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-29 23:24 [KJ] [PATCH 2.6.12-rc1-bk1 3/3] S2io: Changed copyright and added support for Xframe II ravinandan.arakali
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).