Static driver in kernel build broken after 315333 device miibus # MII bus support device ix linking kernel.debug ixv_txrx.o: In function `ixgbe_free_transmit_buffers': /usr/src/sys/amd64/compile/XXX/../../../dev/ixgbe/ixv_txrx.c:650: undefined reference to `M_IXV' /usr/src/sys/amd64/compile/XXX/../../../dev/ixgbe/ixv_txrx.c:650: undefined reference to `M_IXV' ixv_txrx.o: In function `ixv_free_transmit_structures': /usr/src/sys/amd64/compile/XXX/../../../dev/ixgbe/ixv_txrx.c:609: undefined reference to `M_IXV' ixv_txrx.o: In function `ixgbe_free_receive_buffers': /usr/src/sys/amd64/compile/XXX/../../../dev/ixgbe/ixv_txrx.c:1535: undefined reference to `M_IXV' ixv_txrx.o: In function `ixv_free_receive_structures': /usr/src/sys/amd64/compile/XXX/../../../dev/ixgbe/ixv_txrx.c:1502: undefined reference to `M_IXV' ixv_txrx.o:/usr/src/sys/amd64/compile/XXX/../../../dev/ixgbe/ixv_txrx.c:2046: more undefined references to `M_IXV' follow *** Error code 1
A commit references this bug: Author: erj Date: Fri Mar 17 21:24:10 UTC 2017 New revision: 315463 URL: https://svnweb.freebsd.org/changeset/base/315463 Log: ixgbe(4): Fix build breakage when only compiling ix(4) PR: 217862 Reported by: lampa Sponsored by: Intel Corporation Changes: stable/10/sys/conf/files
Fix is ok, can be closed.