From owner-freebsd-hardware@FreeBSD.ORG Sat Jun 7 03:06:31 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64303106568C for ; Sat, 7 Jun 2008 03:06:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 34A048FC0C for ; Sat, 7 Jun 2008 03:06:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1745012rvf.43 for ; Fri, 06 Jun 2008 20:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=z+IuDynp3AqFHGlRcUFWz/TrhgFURmdm6S48s6OCGh0=; b=MWB6hRO5jhA4i/7A6kuYWzNujEzSSwQwmRPJpzF2oOkGZI9Bv4malzjY52h0HqeXfn JT/DzTYoOUeRgIKH+adI6TqBeXNyWRSFjdWMCepLf5iRdiaYmsHi1Uby7feZJEoCg7lV XHqu5TqixRiZVRJ1n9aXQy7bnJ6chkDK5UMoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Gi5Ve49wbqQ5cOjGLnT/Z8y55QccNRjxLLs0awVVRtlAZ72omfBtwcpZYUc61dGbYo rZPqaYd2uw3KPlEA8Fze7JrgKGx1mXLWlTyfFgRljEnveak5iCRF5+atclO8GGgYB9P3 4H8fdDnHggcpM/qHseb9kpYPeCg8aw2FN2dog= Received: by 10.141.198.9 with SMTP id a9mr505279rvq.238.1212806301358; Fri, 06 Jun 2008 19:38:21 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l31sm8697199rvb.6.2008.06.06.19.38.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Jun 2008 19:38:20 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m572cFPN004927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Jun 2008 11:38:15 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m572cD06004923; Sat, 7 Jun 2008 11:38:13 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 7 Jun 2008 11:38:13 +0900 From: Pyun YongHyeon To: Christian Brueffer Message-ID: <20080607023813.GB4565@cdnetworks.co.kr> References: <001901c8c72e$47714dd0$0101a8c0@artemis> <20080606065050.GA1429@haakonia.hitnet.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080606065050.GA1429@haakonia.hitnet.RWTH-Aachen.DE> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hardware@FreeBSD.org, yongari@FreeBSD.org, Aymeric MUNTZ Subject: Re: ATHEROS AR8012 10/100 Mbps PHY X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 03:06:31 -0000 On Fri, Jun 06, 2008 at 08:50:51AM +0200, Christian Brueffer wrote: > On Thu, Jun 05, 2008 at 07:04:55PM +0200, Aymeric MUNTZ wrote: > > Hi guys, > > > > > > > > I got a FBSD 5.4 box which I have to change the motherboard. > > > > It seams that it doesn't recognize the ATHEROS AR8012 10/100 Mbps PHY age(4) supports L1 Gigabit ethernet. It seems that your hardware might be Attansic/Atheros L2 fast ethernet which is not yet supported by FreeBSD. Supporting L2 wouldn't be hard as both OpenBSD/NetBSD already have a driver, lii(4). I don't have a L2 hardware so porting/writing a L2 driver is beyond scope of my ability. As Christian Brueffer said, knowing the output of pciconf -lvc would be big help to identify which hardware you've got. > > > > > > > > Anyone has any information about that? > > > > Hi Aymeric, > > the FreeBSD release you're using is very old, so there's no driver > support for your chip. In fact the driver that's likely to support > it (age(4)) is only in CURRENT at the moment but will probably be merged > to the STABLE branches soon. > Could you provide the output of pciconf -lv so we can determine if your > chip is supported by the age(4) driver? > > I have CCed Pyun YongHyeon, the age(4) driver writer, for additional insight. > > - Christian > > -- > Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org > GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc > GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D -- Regards, Pyun YongHyeon