From owner-freebsd-ppc@FreeBSD.ORG Wed Jul 4 04:38:23 2007 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00D0416A400 for ; Wed, 4 Jul 2007 04:38:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id B8BA913C457 for ; Wed, 4 Jul 2007 04:38:22 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so3080015waf for ; Tue, 03 Jul 2007 21:38:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=VbbH8V7Xfl13LbFFxxxanc+AvWsUgQqGlCfhtfS7J+1P1LOG1icgIugSRI3qjSB3q4YqPLR+oEWFIdGVX40MrfaxzijKOhcWW/J4k4JkYSz+MK5tvFE/oOosG8HUdmU3k/1m9ly7XOKWiw2SNqCRqrZ7r6aPnmTUY6Q+2xNVA7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=ZurKT0C4NorVfW0wIdUrKxFzTGRa1PTL5mb53ToA63r5c8TK+J8A6vhEw2hzH8If52AjG320UXJpdAlIx4l22KsrxaAGm0Ln0Yr+i1hY76ZGihxFYjFe9znVdFr7KPtNa2lS4RCM4YZKpyrEFrM7WuhSJrtiO1QT1BhEoF2uiWA= Received: by 10.114.175.16 with SMTP id x16mr6890415wae.1183523899530; Tue, 03 Jul 2007 21:38:19 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id k39sm17729047wah.2007.07.03.21.38.16 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Jul 2007 21:38: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 l644cD1k073415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jul 2007 13:38:13 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l644c7t5073414; Wed, 4 Jul 2007 13:38:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 4 Jul 2007 13:38:07 +0900 From: Pyun YongHyeon To: emre n/a Message-ID: <20070704043807.GE72486@cdnetworks.co.kr> References: <6938E4E6-5A05-4793-BB99-4F2D33952561@uoregon.edu> <20070704012730.GC72486@cdnetworks.co.kr> <08B90B8B-8CA7-4624-BCDA-3886AE29FD2F@uoregon.edu> <20070704033729.GD72486@cdnetworks.co.kr> <529566A5-E51B-4B26-8F8E-75DE95CC2277@uoregon.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <529566A5-E51B-4B26-8F8E-75DE95CC2277@uoregon.edu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ppc@freebsd.org Subject: Re: gem0 problems with 6.2 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 04:38:23 -0000 On Tue, Jul 03, 2007 at 09:01:10PM -0700, emre n/a wrote: > > Sorry, I didn't know what you meant with verbose. Here's the more > detailed version. > > Take care > > > > Copyright (c) 1992-2007 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights > reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 6.2-RELEASE #0: Sat Jan 13 14:51:58 UTC 2007 [...] > gem0: mem 0xf5200000-0xf53fffff irq 41 > at device 15.0 on pci2 > gem0: Reserved 0x200000 bytes for rid 0x10 type 3 at 0xf5200000 > uninorth mapdev: start f5200000, len 2097152 > miibus0: on gem0 > ukphy0: on miibus0 > ukphy0: OUI 0x000818, model 0x000e, rev. 1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You have Broadcom BCM5754 Gigabit PHY and it should be supported by brgphy(4). The required change is not present in 6.2R so you have to update to latest stable or CURRENT. According to miidevs database the model name, BCM5754, seems to misleading. I guess it should be BCM5421. Could you verify that? In CURRENT gem(4) also recevied checksum offload capability and you would get better performance than ever before. > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-FDX, auto > gem0: 10kB RX FIFO, 4kB TX FIFO > gem0: bpf attached > gem0: Ethernet address: 00:03:93:bb:ea:de > gem0: [MPSAFE] -- Regards, Pyun YongHyeon