From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 23:54:55 2011 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 29D3D106564A for ; Wed, 19 Jan 2011 23:54:55 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E94248FC0C for ; Wed, 19 Jan 2011 23:54:54 +0000 (UTC) Received: by iwn39 with SMTP id 39so6453iwn.13 for ; Wed, 19 Jan 2011 15:54:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:cc:content-type; bh=uB4dR8iOYddi/H1DEtF1ufFb3m1O19/3pcUOlm0e85A=; b=u5SKLjmlWd0ip57KYltkrcnZnlr7XKiQh2ASQ1EZb71Ko/Mgs5BnDqk1fZFHDKLwcX clA7q0wp03LzXBPbo3S1KFmOuhh8/AcXJKKnM/upUHfV6patHbl0RedbwXRLf1mgv0P1 ouOWjJwbeZ7SXKqIEImKg1lJlMBXg4CHEBRGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=X/BxuiW4ObjDznMZcVoHpmqqJyfiD8vxLLuk0TK/FrBfAdeUtjRWZCObhmCNxBXxz0 obyWJbEMu+E8xhLwHQNACeF8Wt6/WPJL9r+8+nVF2RhF2bSeKAG7iKpg7k4QtedbpRLu 6Y578GBANdFxqbo3SsGF/DPKkt8Vt8dtsGjHk= MIME-Version: 1.0 Received: by 10.42.169.70 with SMTP id a6mr1713808icz.291.1295481294411; Wed, 19 Jan 2011 15:54:54 -0800 (PST) Received: by 10.42.7.139 with HTTP; Wed, 19 Jan 2011 15:54:54 -0800 (PST) Date: Wed, 19 Jan 2011 23:54:54 +0000 Message-ID: From: "b. f." To: Mike Clarke Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@FreeBSD.org, Pyun YongHyeon Subject: Re: Which network driver for RTL8211 or 8201 NIC's? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 23:54:55 -0000 Mike Clarke wrote: > 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? It's a bit confusing, because there are product numbers associated with NICs, and with different individual component chipsets, and some code is shared. Pyun YongHyeon, who has been working on the re(4) and rl(4) drivers in -CURRENT and -STABLE recently, could probably tell you more (I've cc'ed him). b.