diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-01-18 22:04:14 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:46 -0500 |
commit | 4d22de3e6cc4a09c369b504cd8bcde3385a974cd (patch) | |
tree | af13a2ee582105d961c79fc4e55fce0b5e043310 /drivers/net/cxgb3/version.h | |
parent | 0bf94faf64afaba6e7b49fd11541b59d2ba06d0e (diff) |
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.h | 24 |
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 @@ | |||
1 | /***************************************************************************** | ||
2 | * * | ||
3 | * File: * | ||
4 | * version.h * | ||
5 | * * | ||
6 | * Description: * | ||
7 | * Chelsio driver version defines. * | ||
8 | * * | ||
9 | * Copyright (c) 2003 - 2006 Chelsio Communications, Inc. * | ||
10 | * All rights reserved. * | ||
11 | * * | ||
12 | * Maintainers: maintainers@chelsio.com * | ||
13 | * * | ||
14 | * http://www.chelsio.com * | ||
15 | * * | ||
16 | ****************************************************************************/ | ||
17 | /* $Date: 2006/10/31 18:57:51 $ $RCSfile: version.h,v $ $Revision: 1.3 $ */ | ||
18 | #ifndef __CHELSIO_VERSION_H | ||
19 | #define __CHELSIO_VERSION_H | ||
20 | #define DRV_DESC "Chelsio T3 Network Driver" | ||
21 | #define DRV_NAME "cxgb3" | ||
22 | /* Driver version */ | ||
23 | #define DRV_VERSION "1.0" | ||
24 | #endif /* __CHELSIO_VERSION_H */ | ||