diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2017-09-26 23:23:58 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2017-09-26 23:23:58 +0000 |
| commit | 916616c4c570d7cba596dd7df80041223e1a3b2a (patch) | |
| tree | 47771aa7c2833eaf875ac2de070e8658b5dfcb91 /sys/dev/bnxt | |
| parent | fe182ba1d010bb944c16cf04483da8e380dce1cb (diff) | |
Notes
Diffstat (limited to 'sys/dev/bnxt')
| -rw-r--r-- | sys/dev/bnxt/if_bnxt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bnxt/if_bnxt.c b/sys/dev/bnxt/if_bnxt.c index 873217c8c87c..2c8779ba0ea1 100644 --- a/sys/dev/bnxt/if_bnxt.c +++ b/sys/dev/bnxt/if_bnxt.c @@ -243,6 +243,8 @@ MODULE_DEPEND(bnxt, pci, 1, 1, 1); MODULE_DEPEND(bnxt, ether, 1, 1, 1); MODULE_DEPEND(bnxt, iflib, 1, 1, 1); +IFLIB_PNP_INFO(pci, bnxt, bnxt_vendor_info_array); + static device_method_t bnxt_iflib_methods[] = { DEVMETHOD(ifdi_tx_queues_alloc, bnxt_tx_queues_alloc), DEVMETHOD(ifdi_rx_queues_alloc, bnxt_rx_queues_alloc), |
