From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 00:38:57 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 1ADD41065674 for ; Fri, 13 Jun 2008 00:38:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id D1B658FC0A for ; Fri, 13 Jun 2008 00:38:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4637252rvf.43 for ; Thu, 12 Jun 2008 17:38:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=0gXYT0WSvFE0mxqqnIKMnfm0CgIEX13z6allxPaCEEA=; b=hu1oa5z4GqIHB1X5XBwTsPzWesB5VGZBIVumbIATUUmxC1qxR3tlxHxvHGcAbEOeN/ Cw6cIH/UktgIEkKIoPjqQcR44d+crOukj8fy6/k/5bZjlJLpklk9jj0q41sbu8QlOyNg rUAXgFOLALLzEpafFmL2sZczh2iJn3ASmt2es= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=wtSaW/2QJPrTrl1meVi3aIvTc77Wiswi4Vf/47MvBN+uzN/MlDLJ4hKIUJRf09b0YO xRNeXH+t9fkMv02cHEYM3Hcn2BEM0we79yJRKgTSGezbjm9y5sYKDZfI1iDR+KUrMwOB ORoR4CuGT5f3kSdk25x37KbaL9cDEDfJmx88o= Received: by 10.141.33.21 with SMTP id l21mr1469044rvj.140.1213317536565; Thu, 12 Jun 2008 17:38:56 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g31sm2896599rvb.2.2008.06.12.17.38.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Jun 2008 17:38:55 -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 m5D0alou011677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jun 2008 09:36:47 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m5D0aidT011676; Fri, 13 Jun 2008 09:36:44 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 13 Jun 2008 09:36:44 +0900 From: Pyun YongHyeon To: Stephen Montgomery-Smith Message-ID: <20080613003644.GA11476@cdnetworks.co.kr> References: <48516BC1.9060904@math.missouri.edu> <20080612190237.G83875@maildrop.int.zabbadoz.net> <4851821C.2090805@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4851821C.2090805@math.missouri.edu> User-Agent: Mutt/1.4.2.1i Cc: "Bjoern A. Zeeb" , freebsd-current@freebsd.org Subject: Re: Marvell Yukon 2 88E8040 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: Fri, 13 Jun 2008 00:38:57 -0000 On Thu, Jun 12, 2008 at 03:07:56PM -0500, Stephen Montgomery-Smith wrote: > Bjoern A. Zeeb wrote: > >On Thu, 12 Jun 2008, Stephen Montgomery-Smith wrote: > > > >>I saw a Marvell Yukon 2 88E8040 driver at > >>http://people.freebsd.org/~yongari/msk/msk.88E8040.patch I guess patch above wouldn't apply cleanly due to changes in msk(4). > >>but the patch doesn't apply cleanly. > >> > >>Are people considering putting it into FreeBSD 8x or FreeBSD 7x anytime > >>soon? > > Yes, I'd like to but had no testers so far. (I'm still waiting for feedback from a first tester.) Because I don't have 88E8040 hardware I need help from users to write a working patch. What make me hard for this hardware was it used slightly different descriptor format and added additional new silicon bugs. I'll update the patch in a couple of days and let you know. > >it's been there for ages... > > But I have rather recent source code for both FreeBSD 7 and CURRENT, and > inside /usr/src/sys/dev/msk/if_mskreg.h I am seeing lines like: > > > #define DEVICEID_MRVL_8038 0x4352 > #define DEVICEID_MRVL_8039 0X4353 > #define DEVICEID_MRVL_4360 0x4360 > #define DEVICEID_MRVL_4361 0x4361 > > In other words, it is missing > > #define DEVICEID_MRVL_8040 0x4354 -- Regards, Pyun YongHyeon