freebsd-dev/sys/dev/mxge
Eitan Adler 7a22215c53 Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
shifts into the sign bit.  Instead use (1U << 31) which gets the
expected result.

This fix is not ideal as it assumes a 32 bit int, but does fix the issue
for most cases.

A similar change was made in OpenBSD.

Discussed with:	-arch, rdivacky
Reviewed by:	cperciva
2013-11-30 22:17:27 +00:00
..
eth_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00
ethp_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00
if_mxge_var.h Bump mxge copyright. 2013-02-22 19:23:33 +00:00
if_mxge.c The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
mcp_gen_header.h
mxge_eth_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
mxge_ethp_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
mxge_mcp.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
mxge_rss_eth_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
mxge_rss_ethp_z8e.c Revert previous commit... 2012-10-10 08:36:38 +00:00
rss_eth_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00
rss_ethp_z8e.h Update mxge(4) firmware to the latest version available from 2012-05-29 00:53:51 +00:00