From owner-freebsd-current@FreeBSD.ORG Tue Jun 3 04:44:28 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 66D881065671; Tue, 3 Jun 2008 04:44:28 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id 0557F8FC16; Tue, 3 Jun 2008 04:44:27 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id m534iQ89080800; Tue, 3 Jun 2008 13:44:26 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 3 Jun 2008 13:44:25 +0900 From: Norikatsu Shigemura To: pyunyh@gmail.com Message-Id: <20080603134425.e78589b5.nork@FreeBSD.org> In-Reply-To: <20080603010001.GA87699@cdnetworks.co.kr> References: <20080602034630.eb07fe5c.nork@FreeBSD.org> <20080602003948.GA83841@cdnetworks.co.kr> <20080603011316.7736c782.nork@FreeBSD.org> <20080603010001.GA87699@cdnetworks.co.kr> X-Mailer: Sylpheed 2.5.0beta3 (GTK+ 2.12.9; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Tue, 03 Jun 2008 13:44:26 +0900 (JST) Cc: freebsd-current@FreeBSD.org, Bill Paul , Sam Leffler , nork@FreeBSD.org Subject: Re: axe(4) doesn't work (patch to replace obsolete if_watchdog interface) 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: Tue, 03 Jun 2008 04:44:28 -0000 On Tue, 3 Jun 2008 10:00:01 +0900 Pyun YongHyeon wrote: > > ukphy0: OUI 0x1e525e, model 0x0014, rev. 9 > ^^^^^^^^^^^^ > This OUI does not exist in IEEE OUI database so I vaguely guess > this one comes from broken MII_OUI macro implementation in FreeBSD. > Because PHY vendors also made the same mistake as FreeBSD this > hasn't been much problem so far. Would you apply the following > patch and let me know the output of ukphy(4)? Please see following result. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - miibus0: on axe0 ukphy0: PHY 0 on miibus0 ukphy0: OUI 0x1e525e, model 0x0014, rev. 9 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseSX, 1000baseT, 1000baseT-FDX, auto ukphy0: IDR1 = 0x7949, IDR2 = 0x7949 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thank you.