From owner-freebsd-net@FreeBSD.ORG Wed Mar 2 20:39:20 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1156D106564A; Wed, 2 Mar 2011 20:39:20 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id CDF8E8FC14; Wed, 2 Mar 2011 20:39:19 +0000 (UTC) Received: by pzk32 with SMTP id 32so63332pzk.13 for ; Wed, 02 Mar 2011 12:39:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=CTqHaRi11Yp4ZKq6i+bh3gc8d1YcNcljXVcWiyWduZw=; b=eLQO3RrjGjZxX9UrefKBo+sL8DN8qfQKQW0GFhvcHdHZaXYpaaH0KLtDWqRWvtcaIi QMNDZTfPGHB41L3FBLjXI3b1Gx7dI4esN5Gr6nhbdk6J60gqKMJm/2nuPjIBCLD7hFw7 YZpQj+U2F38aGi4nVyuhDlU0gOC9aZHZvYVZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=CS6GZTydxkW5yJ0Iw7wt99mFcOYMBusfW/csPvp6vHThsxnHF+LmDu3yxcWhW//AVn Sbg05N7VZAXfEUM3dZ8BhGCdkHiCAUcyTJtGbcZ4KbH6UJEeazMHjj83JGjZf++EvWSz WGtufRG3H6Q9F8T8OUOK1UGReOvBKoWTYoYsM= Received: by 10.142.156.16 with SMTP id d16mr113936wfe.388.1299098359230; Wed, 02 Mar 2011 12:39:19 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id m10sm406567wfl.11.2011.03.02.12.39.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Mar 2011 12:39:17 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 02 Mar 2011 12:39:21 -0800 From: YongHyeon PYUN Date: Wed, 2 Mar 2011 12:39:21 -0800 To: =?utf-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= Message-ID: <20110302203921.GF7076@michelle.cdnetworks.com> References: <201103020736.p227arD1034029@freefall.freebsd.org> <681089083.20110302214303@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <681089083.20110302214303@yandex.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, freebsd-bugs@freebsd.org, linimon@freebsd.org Subject: Re: kern/155113: [re] 'media auto' does not work X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 20:39:20 -0000 On Wed, Mar 02, 2011 at 09:43:03PM +0200, ?????????????? ?????????????? wrote: > If this is auto then it SHUOLD try each media. > If hardware does not, soft must (driver must) > That depends on PHY hardware and your PHY hardware does not support down-shifting. If you want to implement all these things in driver which I don't think it is worth to implement, open a new PR about that. This issue has nothing to do with re(4). Interesting developers or users can implement software based down-shifting.