diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2019-02-08 03:31:38 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2019-02-08 03:31:38 +0000 |
commit | c0a248ef938d7f92f4434dab1002bc6d0e2b0cdb (patch) | |
tree | 09f846716026318e6f229f67dfc35a2c0c0dd984 | |
parent | 60835849e5016a893443ec72c8005c57f1b5d24c (diff) |
Notes
-rw-r--r-- | sys/dev/cxgbe/t4_vf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/t4_vf.c b/sys/dev/cxgbe/t4_vf.c index 9ca96614904ab..4d4f3736b88ec 100644 --- a/sys/dev/cxgbe/t4_vf.c +++ b/sys/dev/cxgbe/t4_vf.c @@ -479,6 +479,7 @@ t4vf_attach(device_t dev) sc->params.pci.mps = pci_get_max_payload(dev); sc->flags |= IS_VF; + TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags); sc->sge_gts_reg = VF_SGE_REG(A_SGE_VF_GTS); sc->sge_kdoorbell_reg = VF_SGE_REG(A_SGE_VF_KDOORBELL); |