From owner-freebsd-current@FreeBSD.ORG Fri May 22 17:46:36 2009 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 8C6E21065670 for ; Fri, 22 May 2009 17:46:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5E51E8FC15 for ; Fri, 22 May 2009 17:46:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E9E7646B7E; Fri, 22 May 2009 13:46:35 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 16E718A026; Fri, 22 May 2009 13:46:34 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, pyunyh@gmail.com Date: Fri, 22 May 2009 13:14:05 -0400 User-Agent: KMail/1.9.7 References: <20090521041929.GN9043@michelle.cdnetworks.co.kr> In-Reply-To: <20090521041929.GN9043@michelle.cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905221314.06146.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 22 May 2009 13:46:34 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: CFT: msk(4) and Yukon FE+(88E8040, 88E8040T, 88E8048, 88E8070) 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: Fri, 22 May 2009 17:46:36 -0000 On Thursday 21 May 2009 12:19:29 am Pyun YongHyeon wrote: > Hi, > > I had been working on supporting Yukon FE+ for more than a year. > Lack of hardware and documentation was one of major issue to write > support code. Recently one user, Tanguy Bouzeloc, submitted fix > and the patch seems to make msk(4) work on Yukon FE+. You can get > the latest patch at the following URL. > http://people.freebsd.org/~yongari/msk/msk.88E8040.patch26 > > Since the patch changes a lot of code flow of driver all msk(4) > users would be affected. If you use msk(4) or have Yukon FE+, > please give it try and let me know how it goes on your box. FYI, I am using this on 7.x along with some other patches to get an 88E8072 working (it's the Yukon Extreme (0xb5) chip ID). I finally got it to somewhat work today (it is having TX issues with TSO and TXCSUM enabled, haven't figured out which one breaks it yet). When I get 8 up and running I will send you the current patch I have. -- John Baldwin