From owner-freebsd-net@freebsd.org Wed Sep 21 07:43:25 2016 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 2D9FCBE30ED for ; Wed, 21 Sep 2016 07:43:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1955AF50 for ; Wed, 21 Sep 2016 07:43:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8L7hOMP049177 for ; Wed, 21 Sep 2016 07:43:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: maintainer-approval requested: [Bug 212876] re(4): Add support for NCube 8168 network cards : [Attachment 175029] if_re.diff Date: Wed, 21 Sep 2016 07:43:25 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 07:43:25 -0000 Tobias Kortkamp has asked freebsd-net@FreeBSD.org for maintainer-approval: Bug 212876: re(4): Add support for NCube 8168 network cards https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212876 Attachment 175029: if_re.diff https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175029&action=3Dedit --- Description --- User goshanecr on the forums has a Realtek 8168 based which identifies itse= lf as 03:00.0 Ethernet controller: NCube Device 8168 (rev 06) class=3D0x020000 card=3D0x34687470 chip=3D0x816810ff rev=3D0x06 hdr=3D0x00 which is currently not recognized by re(4). Adding a new entry to re_devs seems to be all that is needed to support this card. See the forum thread = for more details.