]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r253284, r253285, r253303:
authorjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 15 Jul 2013 23:27:48 +0000 (23:27 +0000)
committerjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 15 Jul 2013 23:27:48 +0000 (23:27 +0000)
commitccac0d007cf1021cdbae0c99fff790885b154163
tree3a2a84d9ac27c5accc5cb37c8542dc70a597794d
parenta953abfc5bdf60284b1d46d39144f0f86f10e341
MFC: r253284, r253285, r253303:

Correct the Intel network driver module builds. They were not
defining INET or INET6, and in the case of ixgbe this will cause
a panic in the TSO setup code, but in all cases the ioctl behavior
is different, this change makes the module and static consistent.

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/9@253374 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/e1000/if_em.c
sys/dev/e1000/if_igb.c
sys/dev/e1000/if_lem.c
sys/dev/ixgbe/ixgbe.c
sys/dev/ixgbe/ixv.c
sys/modules/em/Makefile
sys/modules/igb/Makefile