summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/version.h
diff options
context:
space:
mode:
authorDivy Le Ray2007-01-19 04:04:14 +0100
committerJeff Garzik2007-02-05 22:58:46 +0100
commit4d22de3e6cc4a09c369b504cd8bcde3385a974cd (patch)
treeaf13a2ee582105d961c79fc4e55fce0b5e043310 /drivers/net/cxgb3/version.h
parentmake hdlc_setup() static again (diff)
downloadkernel-qcow2-linux-4d22de3e6cc4a09c369b504cd8bcde3385a974cd.tar.gz
kernel-qcow2-linux-4d22de3e6cc4a09c369b504cd8bcde3385a974cd.tar.xz
kernel-qcow2-linux-4d22de3e6cc4a09c369b504cd8bcde3385a974cd.zip
Add support for the latest 1G/10G Chelsio adapter, T3.
This driver is required by the Chelsio T3 RDMA driver posted by Steve Wise. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3/version.h')
-rw-r--r--drivers/net/cxgb3/version.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/version.h b/drivers/net/cxgb3/version.h
new file mode 100644
index 000000000000..1413ea37f415
--- /dev/null
+++ b/drivers/net/cxgb3/version.h
@@ -0,0 +1,24 @@
+/*****************************************************************************
+ * *
+ * File: *
+ * version.h *
+ * *
+ * Description: *
+ * Chelsio driver version defines. *
+ * *
+ * Copyright (c) 2003 - 2006 Chelsio Communications, Inc. *
+ * All rights reserved. *
+ * *
+ * Maintainers: maintainers@chelsio.com *
+ * *
+ * http://www.chelsio.com *
+ * *
+ ****************************************************************************/
+/* $Date: 2006/10/31 18:57:51 $ $RCSfile: version.h,v $ $Revision: 1.3 $ */
+#ifndef __CHELSIO_VERSION_H
+#define __CHELSIO_VERSION_H
+#define DRV_DESC "Chelsio T3 Network Driver"
+#define DRV_NAME "cxgb3"
+/* Driver version */
+#define DRV_VERSION "1.0"
+#endif /* __CHELSIO_VERSION_H */