From owner-freebsd-current@FreeBSD.ORG Wed Dec 13 09:24:40 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29E1A16A416 for ; Wed, 13 Dec 2006 09:24:40 +0000 (UTC) (envelope-from andy@siliconlandmark.com) Received: from lexi.siliconlandmark.com (lexi.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A826E43CB6 for ; Wed, 13 Dec 2006 09:20:15 +0000 (GMT) (envelope-from andy@siliconlandmark.com) Received: from lexi.siliconlandmark.com (localhost [127.0.0.1]) by lexi.siliconlandmark.com (8.13.3/8.13.3) with ESMTP id kBD9LXuf059688; Wed, 13 Dec 2006 04:21:33 -0500 (EST) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost) by lexi.siliconlandmark.com (8.13.3/8.13.3/Submit) with ESMTP id kBD9LT3I059684; Wed, 13 Dec 2006 04:21:29 -0500 (EST) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: lexi.siliconlandmark.com: andy owned process doing -bs Date: Wed, 13 Dec 2006 04:21:29 -0500 (EST) From: Andre Guibert de Bruet To: Pyun YongHyeon In-Reply-To: <20061213081134.GB13506@cdnetworks.co.kr> Message-ID: <20061213041018.I56950@lexi.siliconlandmark.com> References: <20060926002916.GA5975@cdnetworks.co.kr> <20061129013052.GC71523@cdnetworks.co.kr> <457DF011.9010701@FreeBSD.org> <20061212020023.GA9698@cdnetworks.co.kr> <6BC2A5CB-AC24-4EB3-8C6C-A4D0A5EA7183@siliconlandmark.com> <20061212124428.GB9698@cdnetworks.co.kr> <20061213023325.P56950@lexi.siliconlandmark.com> <20061213081134.GB13506@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.88.6/2319/Tue Dec 12 15:09:22 2006 on lexi.siliconlandmark.com X-Virus-Status: Clean X-Information: Please contact the ISP for more information X-SL-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-SL-SpamCheck: not spam, SpamAssassin (not cached, score=-2.537, required 6, autolearn=not spam, AWL 0.06, BAYES_00 -2.60, SPF_HELO_PASS -0.00, SPF_PASS -0.00) X-MailScanner-From: andy@siliconlandmark.com Cc: freebsd-current@freebsd.org Subject: Re: Call for Marvell/SysKonnect Yukon II Gigabit Ethernet testers. 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, 13 Dec 2006 09:24:40 -0000 On Wed, 13 Dec 2006, Pyun YongHyeon wrote: > On Wed, Dec 13, 2006 at 02:35:43AM -0500, Andre Guibert de Bruet wrote: > > > Sorry for the late reply. This is the output, including your latest > > round of changes (As committed): > > > > dmesg: > > > > mskc0: port 0xd800-0xd8ff mem > > 0xfcffc000-0xfcffffff irq 16 at device 0.0 on pci6 > > mskc0: [FAST] > > msk0: on mskc0 > > msk0: Ethernet address: 00:04:23:b0:d2:cf > > miibus0: on msk0 > > ukphy0: on miibus0 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > > 1000baseT-FDX, auto > > Hmm, it seems that e1000phy(4) failed to attach your PHY. > I'd like to know your PHY model/revision number.(You can set > bootverbose option and ukphy(4) will show OUI/model/revision > for your PHY.) With ukphy(4) you wouldn't get auto-crossover > feature or manual media selection work. I guess it looks better when I enable e1000phy (I was testing a dc-based card for a bit and forgot to re-enable it). mskc0: port 0xd800-0xd8ff mem 0xfcffc000-0xfcffffff irq 16 at device 0.0 on pci6 mskc0: MSI count : 2 mskc0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfcffc000 mskc0: RAM buffer size : 48KB mskc0: Port 0 : Rx Queue 32KB(0x00000000:0x00007fff) mskc0: Port 0 : Tx Queue 16KB(0x00008000:0x0000bfff) msk0: on mskc0 msk0: bpf attached msk0: Ethernet address: 00:04:23:b0:d2:cf miibus0: on msk0 e1000phy0: on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto Do you still need the information for this PHY? boot -v doesn't seem to provide this information when e1000phy is attached (It may be a good idea print this information out for debugging, anyway). Andy /* Andre Guibert de Bruet * 6f43 6564 7020 656f 2e74 4220 7469 6a20 */ /* Code poet / Sysadmin * 636f 656b 2e79 5320 7379 6461 696d 2e6e */ /* GSM: +1 734 846 8758 * 5520 494e 2058 6c73 7565 6874 002e 0000 */ /* WWW: siliconlandmark.com * Tormenting bytes since 1980. */