From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 03:53:28 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 57E6C1065683 for ; Tue, 2 Sep 2008 03:53:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC4E8FC08 for ; Tue, 2 Sep 2008 03:53:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2949753rvf.43 for ; Mon, 01 Sep 2008 20:53:27 -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=V7fPt4tQqVr5qW3sxWHdVKRkK9vP2n6S+i9zyRFp738=; b=U0e/GmRyzx12b6KV37/d6Pz8BdrUDYfVumgn1Zj89KjQOBz623Nkq5oWsIjMoiycL2 /fpQhVsmiZxxioz1u8S8KDUR1F+6LkWSqPFNHMuI+K/43VOBz55qgBGCPTIhjA1Yhg9g 5EzH7RxJZiaOfqVI1BS094Kyoa+4tNEf9SGho= 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=otzsfcA585w7XNSLCy1G9/Nj6x1RZoB2QP3DWwYSe8yPeySt6guhfRuaRX2Ek40xM/ BhMSEmHcvn8EkbLHCNWL0gwHOl8dVklIGI1hLmdPVg81u+2Kvn7s4APDAjRJXkngqTl+ JfGmob46dPJFBngOCcMn5GEq8VgaM5y7rvN48= Received: by 10.141.198.9 with SMTP id a9mr3866861rvq.108.1220327607481; Mon, 01 Sep 2008 20:53:27 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id g31sm11847744rvb.7.2008.09.01.20.53.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Sep 2008 20:53:26 -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 m823rLWv053300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Sep 2008 12:53: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 m823rKfe053299; Tue, 2 Sep 2008 12:53:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 2 Sep 2008 12:53:20 +0900 From: Pyun YongHyeon To: Stephen Montgomery-Smith Message-ID: <20080902035320.GH48568@cdnetworks.co.kr> References: <48516BC1.9060904@math.missouri.edu> <19247018.post@talk.nabble.com> <48BCA883.4050405@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48BCA883.4050405@math.missouri.edu> User-Agent: Mutt/1.4.2.1i Cc: rocketboy811 , 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: Tue, 02 Sep 2008 03:53:28 -0000 On Mon, Sep 01, 2008 at 09:44:19PM -0500, Stephen Montgomery-Smith wrote: > rocketboy811 wrote: > >not to sound like an idiot, but how do you go about putting this code into > >the system? > > Get the latest version from http://people.freebsd.org/~yongari/msk/. > > Then > > cd /usr/src > patch < /whereever_it_is/msk.88E8040.patch8 > > Then do whatever you usually do to build the kernel. > > I tried patch7 a while back, and it didn't work for me. But maybe it > will work for you. > Unfortunately it still doesn't work. :-( > If it doesn't work, back it out with > > patch -R < /whereever_it_is/msk.88E8040.patch8 -- Regards, Pyun YongHyeon