From owner-freebsd-current@FreeBSD.ORG Sat Oct 4 06:15:20 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F26791065686 for ; Sat, 4 Oct 2008 06:15:20 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB1D8FC1A for ; Sat, 4 Oct 2008 06:15:19 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1169408tid.3 for ; Fri, 03 Oct 2008 23:15:18 -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=m2PihleUvrzKt75zB5vL2cUFx9KT+5Tt/y4KFF/BmLo=; b=r/hmD2VOR/j4NPwt704pZ6R+HgGFtQA8CefXCtqRHlq4J588nNhM9T6IIGsDg0UJ+I nUE0KbIoshEjG76Ab6YYEIn3jBM1WlRzC2cy432OuhLDDw/n3DhTzpCwXhsmou6M8G2b vhs0WEq2/+RugKLYNkFSaprOFbgdJn5OPk/XQ= 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=cyUHVFG0oSuqM5P3rx1KLK8kRD2AhXz7o/ELAArvIj2bpJMq1KPht0FACXv+Bo+Ler inhVAWnLk7h6gTpeyNJNiPIjLt2b0TeBghX1vMzuJhYrD9BmWxTNiLKJcnIhNSQs14VT penf2FG1115Lq0Ru8MIJVjuEAj/Wts84v++dE= Received: by 10.110.43.20 with SMTP id q20mr2055172tiq.15.1223100918431; Fri, 03 Oct 2008 23:15:18 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id 2sm3313637tif.0.2008.10.03.23.15.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Oct 2008 23:15:17 -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 m946DIPc076402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Oct 2008 15:13:18 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m946DInW076401; Sat, 4 Oct 2008 15:13:18 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 4 Oct 2008 15:13:18 +0900 From: Pyun YongHyeon To: Norikatsu Shigemura Message-ID: <20081004061318.GB76137@cdnetworks.co.kr> References: <20081003054756.GB71518@cdnetworks.co.kr> <47297827@bb.ipt.ru> <20081004032046.f15cca9e.nork@FreeBSD.org> <81215412@bb.ipt.ru> <20081004041710.527ff40b.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081004041710.527ff40b.nork@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: Boris Samorodov , freebsd-current@FreeBSD.org Subject: Re: Call for axe(4) testers. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 06:15:21 -0000 On Sat, Oct 04, 2008 at 04:17:10AM +0900, Norikatsu Shigemura wrote: > On Fri, 03 Oct 2008 22:31:07 +0400 > Boris Samorodov wrote: > > axe0 pnpinfo vendor=0x0b95 product=0x7720 devclass=0xff devsubclass=0xff release=0x0001 sernum="" intclass=0xff intsubclass=0xff at port=1 interface=0 > > miibus0 > > ukphy0 pnpinfo oui=0xec6 model=0x1 rev=0x1 at phyno=16 > > Humm.. oui=0xec6 is ASIX, so I read ASIX site. > 1. Your AX88772 chipset is a USB2.0 to 10/100M Fast Ethernet > Controller with Embedded PHY. Right. > 2. Yes, PHY is ASIX's. Correct. > 3. We can get datasheet from following URL. > http://www.asix.com.tw/FrootAttach/datasheet/AX88772_datasheet_Rev103.pdf > 4. In chapter 7, there are descriptions about PHY. But I didn't > understand whether or not Universal PHY:-(. Sorry. Thanks for pointing out! Actually I already checked AX88772 datasheet before touching axe(4) and I thought it's generic enough to be served by ukphy(4). -- Regards, Pyun YongHyeon