summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-08-27 13:21:53 +0000
committerhselasky <hselasky@FreeBSD.org>2014-08-27 13:21:53 +0000
commit387f5b6c1a118a05d299878c1c40d2cfb87f5652 (patch)
tree1b40d68db0d07836050acb269c86669d1ccb0435 /sys/dev
parent37439a9f6a2e0c2ccd2dac387a1900393fa52aa2 (diff)
downloadFreeBSD-src-387f5b6c1a118a05d299878c1c40d2cfb87f5652.zip
FreeBSD-src-387f5b6c1a118a05d299878c1c40d2cfb87f5652.tar.gz
- Update the OFED Linux Emulation layer as a preparation for a
hardware driver update from Mellanox Technologies. - Remove empty files from the OFED Linux Emulation layer. - Fix compile warnings related to printf() and the "%lld" and "%llx" format specifiers. - Add some missing 2-clause BSD copyrights. - Add "Mellanox Technologies, Ltd." to list of copyright holders. - Add some new compatibility files. - Fix order of uninit in the mlx4ib module to avoid crash at unload using the new module_exit_order() function. MFC after: 1 week Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cxgb/cxgb_osdep.h2
-rw-r--r--sys/dev/cxgbe/iw_cxgbe/cm.c1
-rw-r--r--sys/dev/cxgbe/iw_cxgbe/qp.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cxgb/cxgb_osdep.h b/sys/dev/cxgb/cxgb_osdep.h
index 71572d5..15f7d13 100644
--- a/sys/dev/cxgb/cxgb_osdep.h
+++ b/sys/dev/cxgb/cxgb_osdep.h
@@ -91,8 +91,6 @@ struct t3_mbuf_hdr {
#endif
#endif
-#define __read_mostly __attribute__((__section__(".data.read_mostly")))
-
/*
* Workaround for weird Chelsio issue
*/
diff --git a/sys/dev/cxgbe/iw_cxgbe/cm.c b/sys/dev/cxgbe/iw_cxgbe/cm.c
index fb93a9b..712c16d 100644
--- a/sys/dev/cxgbe/iw_cxgbe/cm.c
+++ b/sys/dev/cxgbe/iw_cxgbe/cm.c
@@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <sys/sockio.h>
#include <sys/taskqueue.h>
#include <netinet/in.h>
-#include <net/neighbour.h>
#include <net/route.h>
#include <netinet/in_systm.h>
diff --git a/sys/dev/cxgbe/iw_cxgbe/qp.c b/sys/dev/cxgbe/iw_cxgbe/qp.c
index f983d55..44ad9cd 100644
--- a/sys/dev/cxgbe/iw_cxgbe/qp.c
+++ b/sys/dev/cxgbe/iw_cxgbe/qp.c
@@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <sys/sockio.h>
#include <sys/taskqueue.h>
#include <netinet/in.h>
-#include <net/neighbour.h>
#include <net/route.h>
#include <netinet/in_systm.h>
OpenPOWER on IntegriCloud