mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add version tag to the driver.
Start at version 1.0.0.0 Submitted by: bhargava.marreddy@broadcom.com Reviewed by: venkatkumar.duvvuru@broadcom.com Differential Revision: https://reviews.freebsd.org/D10616
This commit is contained in:
parent
136b6a0f5f
commit
1e3ab5fd4a
1 changed files with 2 additions and 1 deletions
|
|
@ -287,7 +287,8 @@ static driver_t bnxt_iflib_driver = {
|
|||
* iflib shared context
|
||||
*/
|
||||
|
||||
char bnxt_driver_version[] = "FreeBSD base";
|
||||
#define BNXT_DRIVER_VERSION "1.0.0.0"
|
||||
char bnxt_driver_version[] = BNXT_DRIVER_VERSION;
|
||||
extern struct if_txrx bnxt_txrx;
|
||||
static struct if_shared_ctx bnxt_sctx_init = {
|
||||
.isc_magic = IFLIB_MAGIC,
|
||||
|
|
|
|||
Loading…
Reference in a new issue