]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r278303:
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Apr 2015 04:40:04 +0000 (04:40 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Apr 2015 04:40:04 +0000 (04:40 +0000)
commit6606f3f7bd8b8833a4f9ef0ba503eb57d5f386d2
tree3b705b49546f39d1d3e47724b0f187b1fda1aef9
parent444855045950dd8fe667e10fcf5738ec87e3c62f
MFC r278303:

cxgbe(4): Add a minimal if_cxl module that pulls in the real driver as
a dependency.  This ensures "ifconfig cxl<n> ..." does the right thing
even when it's run with no driver loaded.

if_cxl.ko is the tiniest module in /boot/kernel.

git-svn-id: svn://svn.freebsd.org/base/stable/10@281263 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/cxgbe/if_cxl.c [new file with mode: 0644]
sys/modules/cxgbe/Makefile
sys/modules/cxgbe/if_cxl/Makefile [new file with mode: 0644]