From owner-freebsd-net@FreeBSD.ORG Tue Apr 25 00:19:12 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA5E16A404 for ; Tue, 25 Apr 2006 00:19:12 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80E443D53 for ; Tue, 25 Apr 2006 00:19:05 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so1024481nzi for ; Mon, 24 Apr 2006 17:19:05 -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=LuCp109rmYc+UiL9PuYA6/hb9dxF4IKETz5knfukxdrKz0BVvECnVvbi6kpoAWkXMD+vzJ+/tNS3odVValO4t9OhKRzjga+8QpuKWrZ8CzGnjgLdX26q99gLMY9MCPhN46AbCT0YNWFqcgseIovqX10hQse2PtHPJRwcjKr5AMU= Received: by 10.36.247.12 with SMTP id u12mr4754234nzh; Mon, 24 Apr 2006 17:19:05 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 15sm779486nzn.2006.04.24.17.19.03; Mon, 24 Apr 2006 17:19:04 -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 k3P0IqH7001263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Apr 2006 09:18:52 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k3P0IppR001262; Tue, 25 Apr 2006 09:18:51 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 25 Apr 2006 09:18:51 +0900 From: Pyun YongHyeon To: Brad Message-ID: <20060425001851.GB946@cdnetworks.co.kr> References: <001201c666d4$b69dc290$0201a8c0@oxy> <20060423140833.V13011@maildrop.int.zabbadoz.net> <20060424234934.GA946@cdnetworks.co.kr> <20060425000106.GF14517@blar.home.comstyle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060425000106.GF14517@blar.home.comstyle.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: Marvell 88E8053 lan controller support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 00:19:12 -0000 On Mon, Apr 24, 2006 at 08:01:06PM -0400, Brad wrote: > On Tue, Apr 25, 2006 at 08:49:34AM +0900, Pyun YongHyeon wrote: > > On Mon, Apr 24, 2006 at 07:51:05AM -0700, othermark wrote: > > > Bjoern A. Zeeb wrote: > > > > > > > On Sun, 23 Apr 2006, OxY wrote: > > > > > > > >> hi! > > > >> > > > >> my question is when will this chip being supported by 6.x? > > > > > > > > for x>1 maybe. > > > > > > > >> or is it supported now and i didn't find the proper driver? :) > > > > > > > > search freebsd-net archive of Jan 2006, posting from andre oppermann > > > > and do not forget to read the follow-ups. > > > > > > Just so other people don't have to do the rummaging, here's the link from > > > gmane.org. > > > > > > http://thread.gmane.org/gmane.os.freebsd.current/79126/focus=79126 > > > > > > I too am hoping someone will step up to the plate and this support will be > > > integrated into -current. > > > > > > > I've tried their driver on CURRENT(It needs a minor modification to > > compile on CURRENT). But the driver didn't recognize link and even > > it panicked with numeros witness warnings when I enabled jumbo frame > > support. > > In addition it didn't attach for DGE530T. I think there driver is > > in experimental stage not for production use. In order to support > > Yukon II we need a documentation from Marvell. > > It is *extremely* unlikely that you will ever see documentation for the > Yukon II from Marvell. At this point the only option is to reverse > engineer the existing driver and/or use the new Linux driver as a source > of information. :-( Since they released source code for FreeBSD I can't see any point not releasing the documentation. However I'm happy as they didn't released binary only driver such as nve(4). Getting hardware information from Linux driver source would be more better option due to the complexity of Marvell's driver, I guess. -- Regards, Pyun YongHyeon