Use of cbp->tbd[-1].tb_size in /usr/src/sys/dev/fxp/if_fxp.c : clang 7 rejects it

2018-09-20 Thread Mark Millard
union { struct fxp_ipcb ipcb; struct fxp_tbd tbd[FXP_NTXSEG + 1]; } tx_cb_u; }; /usr/src/sys/dev/fxp/if_fxp.c:1630 is in: /* Configure TSO. */ if (m->m_pkthdr.csum_flags & CSUM_TSO) { cbp->tbd[-1].tb_size = htole32(m->m_pkth

Forward: if_fxp.c typo?

2001-12-21 Thread Jun Kuriyama
he current code clears all the hardware mc filters already set, as a result, the box can't receive any multicast packets (this is a serious problem especially when using ipv6). --- Keiichi SHIMA IIJ Research Laboratory <[EMAIL PROTECTED]> KAME Project <[EMAIL PROTECTED]> --- orig/i

Re: if_fxp.c

1999-12-27 Thread Eric D. Futch
c D. Futch wrote: This is from -current as of Wed Dec 22 01:48:17 EST 1999 ../../pci/if_fxp.c: In function `fxp_intr': ../../pci/if_fxp.c:1069: warning: label `getit' defined but not used ../../pci/if_fxp.c:1064: warning: label `dropit' defined but not used -- Eric Futch

if_fxp.c

1999-12-27 Thread Eric D. Futch
This is from -current as of Wed Dec 22 01:48:17 EST 1999 ../../pci/if_fxp.c: In function `fxp_intr': ../../pci/if_fxp.c:1069: warning: label `getit' defined but not used ../../pci/if_fxp.c:1064: warning: label `dropit' defined but not used -- Eric Futch New York C