From owner-freebsd-current@FreeBSD.ORG Wed Apr 18 04:03:06 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4588816A400 for ; Wed, 18 Apr 2007 04:03:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id DEF7013C45B for ; Wed, 18 Apr 2007 04:03:05 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so23056pyh for ; Tue, 17 Apr 2007 21:03:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=hAEzqL9LaVX0z7skfNECbAfFt2ZIke5Qt+Y2Y7//8EnS3BX0KAZGW/5y94kgL6tI91N9rGuxSOsIuBEbl/VLmwM8JClmdKDlOyTNkxHpurDMMoh0/o2VAq/InB3izwPU2kVBojNsAMQNirJXl4P6wvrswgiCu/yPWptJfTWA3DU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=odru4faP6GlQ+KcIN80/DppFbDGGSBXj0F4HlDCfaWcO7uowjBjsyseTz57jsvCu3gdKHk2qRHphi0TK/I3wtT6E/Nc2UNKDtAkvwU8/NIdLdsCgrSyO+nKcd9lhY3w9T301ke9O3DJiDi1Ek8IdYEJYxbsBqkQQq5RaOE8t1BY= Received: by 10.65.105.3 with SMTP id h3mr92165qbm.1176868985248; Tue, 17 Apr 2007 21:03:05 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id 17sm554134nzo.2007.04.17.21.03.01; Tue, 17 Apr 2007 21:03:03 -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 l3I43nun031699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Apr 2007 13:03:49 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l3I43l5T031698; Wed, 18 Apr 2007 13:03:47 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 18 Apr 2007 13:03:47 +0900 From: Pyun YongHyeon To: "Gelsema, P (Patrick) - FreeBSD" Message-ID: <20070418040347.GC30554@cdnetworks.co.kr> References: <200704162247.29909.gelsemap@superhero.nl> <20070417061113.GI98082@hoeg.nl> <61038.195.50.100.20.1176808565.squirrel@www.superhero.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <61038.195.50.100.20.1176808565.squirrel@www.superhero.nl> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Current , Ed Schouten , freebsd-hardware@freebsd.org Subject: Re: Difference between 6.2 and 7.0 Adaptec 39320D - 7.0 performing less 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: Wed, 18 Apr 2007 04:03:06 -0000 On Tue, Apr 17, 2007 at 01:16:05PM +0200, Gelsema, P (Patrick) - FreeBSD wrote: > On Tue, April 17, 2007 08:11, Ed Schouten wrote: > > * Gelsema, P (Patrick) wrote: > >> As the NIC is not yet supported by Freebsd and I haven't got it working > >> yet > >> (need to get a supported nic in, hopefully tomorrow or the day after) I > >> can > >> only provide the below information. I had to type it reading it from > >> another > >> console :( (this also means that I cannot CVS atm) > > > > http://people.freebsd.org/~yongari/nfe/if_nfe.c > > http://people.freebsd.org/~yongari/nfe/if_nfereg.h > > http://people.freebsd.org/~yongari/nfe/if_nfevar.h > > > > Just replace the original files in /sys/dev/nfe with these ones. > > > > -- > > Ed Schouten > > WWW: http://g-rave.nl/ > > Hi Ed, > > thanks for the files. Will these be MFC-ed (is that the proper word?) into > 6.3 release or committed into 7? > Firstly, it needs to be committed to HEAD. It's up to nfe(4) maintainer, obrien@. I don't want to replace it with overhauld nfe(4) without permission of offical maintainer. > If not and I cvsup my src do I need to replace the files again in the > above mentioned directory? > Yes. -- Regards, Pyun YongHyeon