From owner-freebsd-net@FreeBSD.ORG Mon Oct 28 02:27:28 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5DDEC673 for ; Mon, 28 Oct 2013 02:27:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 346A12AF8 for ; Mon, 28 Oct 2013 02:27:28 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id xb4so2986996pbc.22 for ; Sun, 27 Oct 2013 19:27:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=R+FgeKFNk546gakYuAVJarxmq84daGBQv/PrvWJrpvc=; b=OPiXhWDiNm80zEWd4/98XWJqO4aFQ9fgqF1VijZGznW3DZaZJHrKVbYGqpNMaBGU94 4zkp1b8mTnSMnKbczx31bjMp1U01cTx9k9q3ypCnqMkeUf8PULzVa17KetrqtrSzm+LQ y/9gY5KNzNuJl+uJdXZ+699N+xWDEq1Ltm1p0NrmCftvZGThpUGQU8s8UmFcQufQS9n8 ytTGxakxdTIIM/XMw/k+aUxKfV3f+j0I1NGsTF4Pt0DBGPgwqg8Gp/HaOm4e8J03ypla +b1lpmi0PTS5fQtT9octmZ4HWBFg7cxFnkPvLdD3QaLqIrMLHw/WVzejwj+1kFhzn6HH OTEg== X-Received: by 10.66.163.164 with SMTP id yj4mr23419537pab.91.1382927246133; Sun, 27 Oct 2013 19:27:26 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id yh1sm24865208pbc.21.2013.10.27.19.27.23 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 27 Oct 2013 19:27:25 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 28 Oct 2013 11:27:23 +0900 From: Yonghyeon PYUN Date: Mon, 28 Oct 2013 11:27:23 +0900 To: Edward O'Callaghan Subject: Re: re(4) resync. Adds preliminary support for 8168G, 8168EP, 8168GU, 8411B and 8106EUS. Message-ID: <20131028022723.GA4367@michelle.cdnetworks.com> References: <20131027231325.2719b3c9.eocallaghan@alterapraxis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131027231325.2719b3c9.eocallaghan@alterapraxis.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 02:27:28 -0000 On Sun, Oct 27, 2013 at 11:13:25PM +1100, Edward O'Callaghan wrote: > Hi, > > This is a follow up. I have tested most of these NIC's now and this > patch _should_ be fine to commit to HEAD. Could someone please help me > mediate this? This also fixes kern/183167. Please disregards the > patches in the PR. > I can handle this. Actually I had been working on supporting these newer controllers for a while. It seems just adding 8168GU id does not work. Did you test the patch on 8168GU controller? If yes, please let me know the OUI id and model number of the PHY.