cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapter
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
43eb4e82eb
commit
52a5f8463b
2 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,7 @@ char cxgb4_driver_name[] = KBUILD_MODNAME;
|
||||||
#endif
|
#endif
|
||||||
#define DRV_VERSION "2.0.0-ko"
|
#define DRV_VERSION "2.0.0-ko"
|
||||||
const char cxgb4_driver_version[] = DRV_VERSION;
|
const char cxgb4_driver_version[] = DRV_VERSION;
|
||||||
#define DRV_DESC "Chelsio T4/T5 Network Driver"
|
#define DRV_DESC "Chelsio T4/T5/T6 Network Driver"
|
||||||
|
|
||||||
/* Host shadow copy of ingress filter entry. This is in host native format
|
/* Host shadow copy of ingress filter entry. This is in host native format
|
||||||
* and doesn't match the ordering or bit order, etc. of the hardware of the
|
* and doesn't match the ordering or bit order, etc. of the hardware of the
|
||||||
|
@ -151,6 +151,7 @@ MODULE_VERSION(DRV_VERSION);
|
||||||
MODULE_DEVICE_TABLE(pci, cxgb4_pci_tbl);
|
MODULE_DEVICE_TABLE(pci, cxgb4_pci_tbl);
|
||||||
MODULE_FIRMWARE(FW4_FNAME);
|
MODULE_FIRMWARE(FW4_FNAME);
|
||||||
MODULE_FIRMWARE(FW5_FNAME);
|
MODULE_FIRMWARE(FW5_FNAME);
|
||||||
|
MODULE_FIRMWARE(FW6_FNAME);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Normally we're willing to become the firmware's Master PF but will be happy
|
* Normally we're willing to become the firmware's Master PF but will be happy
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
* Generic information about the driver.
|
* Generic information about the driver.
|
||||||
*/
|
*/
|
||||||
#define DRV_VERSION "2.0.0-ko"
|
#define DRV_VERSION "2.0.0-ko"
|
||||||
#define DRV_DESC "Chelsio T4/T5 Virtual Function (VF) Network Driver"
|
#define DRV_DESC "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Module Parameters.
|
* Module Parameters.
|
||||||
|
|
Loading…
Add table
Reference in a new issue