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
..
2012-08-16 20:54:52 +00:00
2012-05-24 04:10:34 +00:00
2012-05-22 06:33:08 +00:00
2012-08-15 06:31:32 +00:00
2012-06-19 07:34:13 +00:00
2012-07-05 20:26:57 +00:00
2012-04-20 04:40:39 +00:00
2012-05-30 13:55:43 +00:00
2012-05-06 11:41:00 +00:00
2012-08-15 04:03:55 +00:00
2012-04-21 01:51:16 +00:00
2012-05-01 07:38:40 +00:00
2012-11-08 01:35:02 +00:00
2012-06-25 09:46:06 +00:00
2012-06-25 09:46:06 +00:00
2012-08-15 04:03:55 +00:00
2012-10-11 23:41:18 +00:00
2012-06-03 12:19:16 +00:00
2012-09-23 19:40:58 +00:00