Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 16:34:42 -0400
From:      Kim Culhan <w8hdkim@gmail.com>
To:        freebsd-net@freebsd.org
Subject:   RE not working on 10.2-RELEASE #0 r286731M
Message-ID:  <CAKZxVQWNOqn97yydN75mTmLu2SNrsf0Whqo5gc5xF1j961D9CQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKZxVQWNOqn97yydN75mTmLu2SNrsf0Whqo5gc5xF1j961D9CQ>