RE not working on 10.2-RELEASE #0 r286731M

Kim Culhan w8hdkim at gmail.com
Fri Aug 14 20:34:43 UTC 2015


RE on 10.2-RELEASE #0 r286731M appears to pass only arp traffic.

Replaced if_re.c with version from 273757, appears to work normally.

The diff:

34c34
< __FBSDID("$FreeBSD: stable/10/sys/dev/re/if_re.c 273757 2014-10-28
00:43:00Z yongari $");
---
> __FBSDID("$FreeBSD: releng/10.2/sys/dev/re/if_re.c 285177 2015-07-05
20:16:38Z marius $");
3198,3202d3197
<        * Enable transmit and receive.
<        */
<       CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB);
<
<       /*
3227a3223,3227
>       /*
>        * Enable transmit and receive.
>        */
>       CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB | RL_CMD_RX_ENB);
>
3251,3254d3250
< #ifdef notdef
<       /* Enable receiver and transmitter. */
<       CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB);
< #endif

Let me know what additional info I can provide.

thanks
-kim


More information about the freebsd-net mailing list