From owner-freebsd-current@freebsd.org Wed Feb 3 20:33:55 2016 Return-Path: Delivered-To: freebsd-current@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 912DDA9BCD6 for ; Wed, 3 Feb 2016 20:33:55 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3811FB4 for ; Wed, 3 Feb 2016 20:33:55 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x231.google.com with SMTP id ho8so19000461pac.2 for ; Wed, 03 Feb 2016 12:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8Lr23ksqh26wp50w2kOXV8BenGfUNjejYO6fvgm0asE=; b=HfyxJEV1SuQrsEfHMOlvLqs4t/So20+Gt9wRfpIlVMQiHFJ7jc86SW2seT4DcGAaiP WaDEy3TY36lpioTcEPwFEe9sMliO4izP66A8OD2XXHjVfb8kFfx8kHmwzMzQFT/N7kQF uJKjNN1OEUPIhpZ6IonXRGWIyzmJDTUZb+ghIdTrFTh9isgvTLGKZNhu9FUal9A74XtB Xb9Lyg+tqia86LFgQgwc9ImHfVAOkl7m4qlJJ7p+QydvKnauWXxQHjEkm1ccKPYU7nB6 Khl2eGbRVAcc7J+SLXVVHil0RE7zzfUqzZaEyCN8B9wF0eFAtkegLKY1/i/EHyfVAvtp yJVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=8Lr23ksqh26wp50w2kOXV8BenGfUNjejYO6fvgm0asE=; b=ZsmkJsOd79Zl0RwakDc5B7t4cKRSL/BevX6fb47hN+fOikVKDP/t83g0aoEMGoB1xP ClTMz2etZy0HmiQeL9cBvn0zmmaxGlZouo9C0LM0vz1SZJrk4Rq90kBe/+IZpbq5YNwF tT4wlE3uPlLX7ivs1piEBDb2k/kxVLK64WRJwkBlzp9HqBVNgjg26d5ZrXs3VSx4tPdK NyBmWcerU5w13Bb0wH47kdGh188C1kgK3nVhUvyGSa4iGKcOv63HGKpAC8MPcZ52eUzs /fs6qdh1H9LtaDCHISEgaqCS37LQSXv1Eqc8e4Z9VwMuSw3tH+VWd2hdpbr7+jiGlWxS tyZA== X-Gm-Message-State: AG10YOQZXj3nOnUc24Jhkx1g3zp34dK6TpbYBdKIuK7wAZmFsPiL3U9ZVMhrXzfSOzuv+Q== X-Received: by 10.66.237.102 with SMTP id vb6mr5364308pac.133.1454531635021; Wed, 03 Feb 2016 12:33:55 -0800 (PST) Received: from [25.116.144.162] ([172.56.41.139]) by smtp.gmail.com with ESMTPSA id fc8sm11813424pab.21.2016.02.03.12.33.53 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Feb 2016 12:33:53 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Realtek 8168/8111 if_re not working in current r295091 From: NGie Cooper X-Mailer: iPhone Mail (13D15) In-Reply-To: Date: Wed, 3 Feb 2016 12:33:51 -0800 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1F6C19CC-C968-41D0-93C0-DABAFAEFD91A@gmail.com> References: To: s.o.k@web.de X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 20:33:55 -0000 > On Feb 3, 2016, at 11:57, s.o.k@web.de wrote: >=20 > After updating -current at Jan, 31st (r295091) the Realtek ethernet device= driver of my Zotac ZBox RI323 mini pc seems to be broken: I can neither con= nect to the host even though the interface is shown as active, nor can I ini= tiate connection from the host through re0. > Reverting the kernel to my previous build -current r290151 (install date N= ov 1st, 2015) the re0 interface is working OK. >=20 > Looking through the svn logs regarding /head/sys/dev/re/if_re.c I supect, t= hat Revision 290566 might have someting to do with this and that I have to i= nclude my Realtek Chipset to the exclusion list for "enabling RX/TX after in= itial configuration (or viceversa; I am really confused here), but I havent g= ot a clue how; as I do not know how to find the right RL_HWREV_XXX flag for m= y device. >=20 > dmesg shows RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet and p= ciconf -l -v re0 shows: > re0@pci0:2:0:0: class=3D0x020000 card=3D0x816819da chip=3D0x816810ec rev=3D= 0x07 hdr=3D0x00 > vendor =3D 'Realtek Semiconductor Co., Ltd.' > device =3D 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller' >=20 > I am grateful for any suggestion towards a solution and I am willing (and a= ble) to assist by patching or debugging my kernel or giving further hw infor= mation about my system. >=20 > Regards, Stefan Could you please file a bug and CC the relevant committer? Thanks! -Ngie=