From owner-freebsd-bugs@FreeBSD.ORG Fri May 18 10:50:08 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0135C16A400 for ; Fri, 18 May 2007 10:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A07A113C44B for ; Fri, 18 May 2007 10:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4IAo7CR038453 for ; Fri, 18 May 2007 10:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4IAo7Vo038450; Fri, 18 May 2007 10:50:07 GMT (envelope-from gnats) Date: Fri, 18 May 2007 10:50:07 GMT Message-Id: <200705181050.l4IAo7Vo038450@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/109642: [re] re(4) does not support 3 port 8169 but the offical RealTek driver does X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 10:50:08 -0000 The following reply was made to PR kern/109642; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, corsmith@gmail.com Cc: Subject: Re: kern/109642: [re] re(4) does not support 3 port 8169 but the offical RealTek driver does Date: Fri, 18 May 2007 11:46:22 +0100 Hi, Support for this card was added after 6.2 was released, in src/sys/dev/re/if_re.c version 1.46.2.26. Is there any chance you could try the patch at http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/re/if_re.c.diff?r1=1.46.2.25;r2=1.46.2.26 and confirm that this now works for you? This PR appears to be a duplicate of kern/110804 Gavin