From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 22:15:50 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 708101065672 for ; Wed, 22 Dec 2010 22:15:50 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from relay.ptn-ipout02.plus.net (relay.ptn-ipout02.plus.net [212.159.7.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7458FC21 for ; Wed, 22 Dec 2010 22:15:49 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlMFAO7/EU1UXebj/2dsb2JhbACWCI4Zc8NMhUkE Received: from outmx01.plus.net ([84.93.230.227]) by relay.ptn-ipout02.plus.net with ESMTP; 22 Dec 2010 21:46:19 +0000 Received: from helix.plus.com ([84.92.153.232] helo=curlew.milibyte.co.uk) by outmx01.plus.net with esmtp (Exim) id 1PVWVn-0001NR-97 for freebsd-questions@freebsd.org; Wed, 22 Dec 2010 21:46:19 +0000 Received: by curlew.milibyte.co.uk with local (Exim 4.72) (envelope-from ) id 1PVWVm-0000h2-2C for freebsd-questions@freebsd.org; Wed, 22 Dec 2010 21:46:18 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Wed, 22 Dec 2010 21:46:17 +0000 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201012222146.17757.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false Subject: Which network driver for RTL8211 or 8201 NIC's? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2010 22:15:50 -0000 I need to replace a failing motherboard. I'm aiming to keep the existing Athlon CPU so I'm tied down to to a socket AM2(+) board and the majority of those available seem to have nForce 630a chipsets and RTL8211CL or 8201EL NIC's which aren't explicitly mentioned in the release notes . I see that the strings RTL8211C(L) and RTL8201L (but not EL) appear in /usr/src/sys/dev/rgephy.c and rlphy.c but the man page for the rl driver only mentions RealTek 8129/8139 and I'm not sure which driver is built from rgephy.c. Am I going to have problems if I get a motherboard with one of these NIC's? -- Mike Clarke