From owner-freebsd-current@FreeBSD.ORG Thu Sep 28 12:13:48 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93AE716A416 for ; Thu, 28 Sep 2006 12:13:48 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899FF43D73 for ; Thu, 28 Sep 2006 12:13:45 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so691399pye for ; Thu, 28 Sep 2006 05:13:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=M+8ALmMODQb832Fnv6w8ocGrvYtIn1yl2U8oiQUgMf8qr8YgPkc2kyVvCruyiTfSMsM1hQX6BSZPsV6if2UiSMo4U03zBKMVEHwC4NE/0nu8xN6DbA76s/Iu2VtXIf8vHN1omiplDEjdWM9/+Bo48Qz9C7UPAKlC+lEIksf3f40= Received: by 10.35.46.11 with SMTP id y11mr159541pyj; Thu, 28 Sep 2006 05:13:43 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 15sm1066018nzo.2006.09.28.05.13.41; Thu, 28 Sep 2006 05:13:42 -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 k8SCELZs025157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Sep 2006 21:14:21 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k8SCEIPM025156; Thu, 28 Sep 2006 21:14:18 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 28 Sep 2006 21:14:18 +0900 From: Pyun YongHyeon To: Ivan Synyeokov Message-ID: <20060928121418.GD16898@cdnetworks.co.kr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i 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 Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 12:13:48 -0000 On Thu, Sep 28, 2006 at 09:46:52AM +0300, Ivan Synyeokov wrote: > This is a multi-part message in MIME format. > --------------030701050508000202080506 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > On 26.09.2006 03:30 Pyun YongHyeon wrote: > > Hi, > > > > I've written a driver for Marvell/SysKonnect Yukon II Gigabit > > Ethernet controller. It supports the following GigE adapters. > > o SysKonnect SK-9Sxx Yukon Gigabit Ethernet > > o SysKonnect SK-9Exx Yukon Gigabit Ethernet > > o Marvell Yukon 88E8021CU Gigabit Ethernet > > o Marvell Yukon 88E8021 SX/LX Gigabit Ethernet > > o Marvell Yukon 88E8022CU Gigabit Ethernet > > o Marvell Yukon 88E8022 SX/LX Gigabit Ethernet > > o Marvell Yukon 88E8061CU Gigabit Ethernet > > o Marvell Yukon 88E8061 SX/LX Gigabit Ethernet > > o Marvell Yukon 88E8062CU Gigabit Ethernet > > o Marvell Yukon 88E8062 SX/LX Gigabit Ethernet > > o Marvell Yukon 88E8035 Gigabit Ethernet > > o Marvell Yukon 88E8036 Gigabit Ethernet > > o Marvell Yukon 88E8038 Gigabit Ethernet > > o Marvell Yukon 88E8050 Gigabit Ethernet > > o Marvell Yukon 88E8052 Gigabit Ethernet > > o Marvell Yukon 88E8053 Gigabit Ethernet > > o Marvell Yukon 88E8055 Gigabit Ethernet > > o D-Link 560T Yukon Gigabit Ethernet > > > > > I have Epox EP-MF570 MB with two Marvell 88E1116, but unfortunately even > pciconf -lv doesn't show anything related to network (on Win LAN is > working with native drivers), so I'd like to ask is it possible to make > 'em work on your drivers with a little hacking? > Unfortunately I'm not a kernel hacker, so it's difficult to me find out > what's the problem. Also I tried NDIS, but with no luck too. > > But nevertheless I really appreciate your work, hope it would be merged > into RELENG_6 soon :) > > P.S. I added dmesg and pciconf, maybe for someone it would be useful. > I'm not sure but 88E1116 seems to Gigabit PHY not ethernet controller. Have you tried nve(4) or nfe(4) on CURRENT? -- Regards, Pyun YongHyeon