From owner-freebsd-current@FreeBSD.ORG Wed Sep 23 14:25:31 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C74AB1065676 for ; Wed, 23 Sep 2009 14:25:31 +0000 (UTC) (envelope-from gjb@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 3D14F8FC3C for ; Wed, 23 Sep 2009 14:25:31 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id E5D50C4279; Wed, 23 Sep 2009 16:08:12 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id GF48KedYUzfE; Wed, 23 Sep 2009 16:08:12 +0200 (CEST) Received: from [10.0.0.75] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPA id 32C80C3A96; Wed, 23 Sep 2009 16:08:12 +0200 (CEST) Message-ID: <4ABA2C08.3070504@semihalf.com> Date: Wed, 23 Sep 2009 16:09:12 +0200 From: Grzegorz Bernacki User-Agent: Thunderbird 2.0.0.16 (X11/20090618) MIME-Version: 1.0 To: pyunyh@gmail.com References: <20090922235350.GB1520@michelle.cdnetworks.com> <97F7ED67-AB93-4897-893B-16D3B22F9EB3@semihalf.com> In-Reply-To: <97F7ED67-AB93-4897-893B-16D3B22F9EB3@semihalf.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 23 Sep 2009 15:40:51 +0000 Cc: current@freebsd.org Subject: Re: mge, mii/e1000phy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 14:25:31 -0000 >> From: Pyun YongHyeon >> Date: 23 września 2009 01:53:50 CEST >> To: Kristof Provost >> Cc: current@freebsd.org >> Subject: Re: mge, mii/e1000phy >> Reply-To: pyunyh@gmail.com >> >>> - Forcing the mge driver to IFM_100_TX (in mge_set_port_serial_control) >>> does work. The system manages to acquire a DHCP address. >> >> Would you also show me the output of "ifconfig -m mge0"? >> >> I'm not author of mge(4) so I'm not familiar with mge(4). But it >> seems that mge(4) lacks link state change handler. Normally NICs >> are required to reprogram MAC to match resolved speed/duplex/ >> flow-control of link when it know it established a valid link which >> is notified from mii(4). > Hi, You are right. Link state change handler is missing in mge(4) driver. It is on our TODO list for this driver and will be implemented soon. grzesiek