From owner-freebsd-current@FreeBSD.ORG Mon May 25 23:40:07 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 3A82C1065670 for ; Mon, 25 May 2009 23:40:07 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id E53108FC16 for ; Mon, 25 May 2009 23:40:06 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1984334ywe.13 for ; Mon, 25 May 2009 16:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=e/Ft5w6GBW1tHWRzk0Lx1c8S5gQXX2pda9wodCjXqmg=; b=HZ3sFJDmBVCJokrPFKEyF946DiW6ctOA9Xh2waO7nVeCl1/csMzrwnItplnxMNKRXw VmlzNZK3SZBPKLI9aeuwY6Ff4PUMjqFw5tEryRWmT8Y0Qfod/FhWxb/3qKiZDvGE2CEL NmGzmiCtlBEMNu/IXnnWjS8no2lxtxiTZsUWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CF5ihZQuHv+nnHJkxtG9c0LgyOJqEFV4zxXxayA/cqCdCOeKIba2im92rjDRT+jqCh A2//0J8OG3AHNw8E4ZFlnCSiTfWpgPH+zUExzJ0QMesKSubtW2OMXyyVPehTdCR/DpPg /sHrnIdbzu7JXZJmXNIaC/zyptTiSxnNbe17w= MIME-Version: 1.0 Received: by 10.150.95.8 with SMTP id s8mr15198798ybb.278.1243292873420; Mon, 25 May 2009 16:07:53 -0700 (PDT) In-Reply-To: <20090525082320.GJ23593@michelle.cdnetworks.co.kr> References: <20090521041929.GN9043@michelle.cdnetworks.co.kr> <20090525082320.GJ23593@michelle.cdnetworks.co.kr> Date: Mon, 25 May 2009 16:07:53 -0700 Message-ID: <7d6fde3d0905251607h3bb07785rbeefd35afd15bb5d@mail.gmail.com> From: Garrett Cooper To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org 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: Mon, 25 May 2009 23:40:07 -0000 On Mon, May 25, 2009 at 1:23 AM, Pyun YongHyeon wrote: > On Thu, May 21, 2009 at 01:19:29PM +0900, 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: Patch committed to HEAD. Nice work on the new driver Pyun! It seems a lot more functional than the previous versions were on my msk chipset. [gcooper@orangebox /usr/home/gcooper]$ pciconf -lv | grep msk mskc0@pci0:2:0:0: class=0x020000 card=0x81f81043 chip=0x436411ab rev=0x12 hdr=0x00 wbr, -Garrett