freebsd-src/sys/dev/cxgb
Dimitry Andric 9c9ede5dd1 MFC r305360:
With clang 3.9.0, compiling cxgb results in the following warning:

sys/dev/cxgb/cxgb_sge.c:2873:44: error: implicit conversion from 'int'
to 'char' changes value from 128 to -128 [-Werror,-Wconstant-conversion]
                        *mtod(m, char *) = CPL_ASYNC_NOTIF;
                                         ~ ^~~~~~~~~~~~~~~

This is because CPL_ASYNC_NOTIF is 0x80, so the plain char argument is
wrapped to a negative value.  Fix this by using uint8_t instead.

Reviewed by:	np
Differential Revision: https://reviews.freebsd.org/D7772
2016-09-07 19:17:03 +00:00
..
common MFC r276959: 2015-01-18 20:38:38 +00:00
sys Remove unnecessary #include's. 2013-06-02 18:10:16 +00:00
ulp MFC r285340: 2015-07-28 09:19:04 +00:00
bin2h.pl
cxgb_adapter.h cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too. 2012-06-30 02:11:53 +00:00
cxgb_include.h
cxgb_ioctl.h
cxgb_main.c MFC r276959: 2015-01-18 20:38:38 +00:00
cxgb_offload.h - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
cxgb_osdep.h MFC r278364: 2015-02-14 06:58:32 +00:00
cxgb_sge.c MFC r305360: 2016-09-07 19:17:03 +00:00
cxgb_t3fw.c Revert previous commit... 2012-10-10 08:36:38 +00:00
cxgb_t3fw.h Update T3 firmware to 7.11.0 2011-03-25 20:53:02 +00:00
t3b_protocol_sram.h
t3b_tp_eeprom.h
t3c_protocol_sram.h
t3c_tp_eeprom.h