summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-12-11 14:21:58 +0000
committerhselasky <hselasky@FreeBSD.org>2015-12-11 14:21:58 +0000
commit537e74690af6c4ba29e8e7ec4ea15c7f543e2591 (patch)
tree0ba8fa659a568fee76970fbfe93ceb7db2f31320 /sys/modules
parentc59963322525df96a856035c21b158ce2ab8c99d (diff)
downloadFreeBSD-src-537e74690af6c4ba29e8e7ec4ea15c7f543e2591.zip
FreeBSD-src-537e74690af6c4ba29e8e7ec4ea15c7f543e2591.tar.gz
MFC r290710, r291694, r291699 and r291793:
- Fix print formatting compile warnings for Sparc64 and PowerPC platforms. - Updated the mlx4 and mlxen drivers to the latest version, v2.1.6: - Added support for dumping the SFP EEPROM content to dmesg. - Fixed handling of network interface capability IOCTLs. - Fixed race when loading and unloading the mlxen driver by applying appropriate locking. - Removed two unused C-files. - Convert the mlxen driver to use the BUSDMA(9) APIs instead of vtophys() when loading mbufs for transmission and reception. While at it all pointer arithmetic and cast qualifier issues were fixed, mostly related to transmission and reception. - Fix i386 build WITH_OFED=YES. Remove some redundant KASSERTs. Sponsored by: Mellanox Technologies Differential Revision: https://reviews.freebsd.org/D4283 Differential Revision: https://reviews.freebsd.org/D4284
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mlxen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mlxen/Makefile b/sys/modules/mlxen/Makefile
index 9c8c0b3..b75e0d0 100644
--- a/sys/modules/mlxen/Makefile
+++ b/sys/modules/mlxen/Makefile
@@ -26,4 +26,4 @@ opt_inet6.h:
.include <bsd.kmod.mk>
-CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
+CFLAGS+= ${GCC_MS_EXTENSIONS}
OpenPOWER on IntegriCloud