From owner-freebsd-net@freebsd.org Fri Aug 14 21:44:11 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E809A9B97EF for ; Fri, 14 Aug 2015 21:44:11 +0000 (UTC) (envelope-from sbruno@ignoranthack.me) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC4A712C1 for ; Fri, 14 Aug 2015 21:44:11 +0000 (UTC) (envelope-from sbruno@ignoranthack.me) Received: from [192.168.200.200] (unknown [50.136.155.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 47AF21928D6 for ; Fri, 14 Aug 2015 21:44:10 +0000 (UTC) Reply-To: sbruno@freebsd.org Subject: Re: RE not working on 10.2-RELEASE #0 r286731M References: To: freebsd-net@freebsd.org From: Sean Bruno Message-ID: <55CE6129.4020003@ignoranthack.me> Date: Fri, 14 Aug 2015 14:44:09 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 21:44:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 08/14/15 13:34, Kim Culhan wrote: > 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 _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net To > unsubscribe, send any mail to > "freebsd-net-unsubscribe@freebsd.org" > I'm running -current with all changes in place, I'm not seeing the issues noted here with my hardware. Can you post your hardware from pciconf -lv? re0@pci0:3:0:0: class=0x020000 card=0x84321043 chip=0x816810ec rev=0x06 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8111/8168B PCI Express Gigabit Ethernet controller' class = network subclass = ethernet re1@pci0:4:5:0: class=0x020000 card=0x43021186 chip=0x43021186 rev=0x10 hdr=0x00 vendor = 'D-Link System Inc' device = 'DGE-530T Gigabit Ethernet Adapter (rev.C1) [Realtek RTL8169]' class = network subclass = ethernet sean -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVzmEnXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kv8gH/3Z7onJhiOmuHRO2ZR7f+ao2 rOlpg/5hbQMs0hdklh7LHZWw4bs9j/kFtJ/IGelzT6qBDeObb6w6e80X885Os7Gq IxYruQmeSrv4R/w38mVutEjLnpGvYnYqdBDusj9qU6w5d75mFsfgy40/ZxgXV0kH 7agEWzelhP6bOUobwszT53SAqIsEbgysFMTourLRDqW1oRmeqLMC8NYkWjO9oXEP swdMxXAqHZWjj9jm//gYU9YrBrPJlqk4vOyLISh9i9wH5wEysm3iJNzCPC8jChF9 F95ExRLzChN2NoEZJFKsVyrzyHvDiHUAyWFLp8hRsHa/7Lqxc8ReOB/6sl2x6iE= =ihwv -----END PGP SIGNATURE-----