Fix version string
This is no longer on github, but in FreeBSD base. Approved by: davidch MFC after: 6 days Sponsored by: Broadcom Limited
This commit is contained in:
parent
2bf2385886
commit
5479c0179d
@ -227,7 +227,7 @@ static driver_t bnxt_iflib_driver = {
|
||||
* iflib shared context
|
||||
*/
|
||||
|
||||
char bnxt_driver_version[] = "https://github.com/Broadcom/freebsd-nxt/commits/bnxt-dev";
|
||||
char bnxt_driver_version[] = "FreeBSD base";
|
||||
extern struct if_txrx bnxt_txrx;
|
||||
static struct if_shared_ctx bnxt_sctx_init = {
|
||||
.isc_magic = IFLIB_MAGIC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user