From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 07:02:09 2009 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 BECD01065677 for ; Wed, 11 Feb 2009 07:02:09 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 90A118FC08 for ; Wed, 11 Feb 2009 07:02:09 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id BFAEEAFC1FF; Tue, 10 Feb 2009 22:02:08 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 10 Feb 2009 22:02:08 -0900 User-Agent: KMail/1.9.10 References: <200902060257734.SM07868@TX2.Go2France.com> In-Reply-To: <200902060257734.SM07868@TX2.Go2France.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902102202.08549.fbsd.questions@rachie.is-a-geek.net> Cc: Len Conrad Subject: Re: RTL8201 not explicitly in 7.1 supported hardware 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, 11 Feb 2009 07:02:10 -0000 On Thursday 05 February 2009 17:10:54 Len Conrad wrote: > A client wants to buy some TigerDirect/VisionMan 1U's with this mobo: > > http://www.biostar-usa.com/mbdetails.asp?model=P4M900%20MICRO%20775 > > RTL8201 PHY Ethernet > > http://www.freebsd.org/releases/7.1R/hardware.html > > ... shows only RTL81xx The RTL8201L should be supported since Apr 2002: cvs annotate sys/dev/mii/miidevs: ... 1.18 (wpaul 07-Apr-02): model REALTEK RTL8201L \ 0x0020 RTL8201L 10/100 media interface ... Whether this is the exact card, you'd have to get a pciconf -lv and look for the 0x0020 model. You could always try freebsd-hardware list. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.