freebsd-dev/sys/ofed/include
Dimitry Andric 3910bc633f Redo r242842, now actually fixing the warnings, as follows:
- In sys/ofed/drivers/infiniband/core/cma.c, an enum struct member is
  interpreted as an int, so cast it to an int.
- In sys/ofed/drivers/infiniband/core/ud_header.c, initialize the
  packet_length variable in ib_ud_header_init(), to prevent undefined
  behaviour.
- In sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c, call rdma_notify()
  with the correct enum type and value.
- In sys/ofed/include/linux/pci.h, change the PCI_DEVICE and PCI_VDEVICE
  macros to use C99 struct initializers, so additional members can be
  overridden.

Reviewed by:	delphij, Garrett Cooper <yanegomi@gmail.com>
MFC after:	1 week
2012-11-12 22:01:29 +00:00
..
asm Replace __signed by signed. 2011-12-13 13:38:03 +00:00
linux Redo r242842, now actually fixing the warnings, as follows: 2012-11-12 22:01:29 +00:00
net - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
rdma Take advantage of if_baudrate_pf and calculate an effective baud rate on 2012-10-18 15:44:27 +00:00