From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 01:21:46 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 EB3AD106566B for ; Wed, 25 Feb 2009 01:21:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id B9C888FC1A for ; Wed, 25 Feb 2009 01:21:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k34so1483676wah.27 for ; Tue, 24 Feb 2009 17:21:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:subject :message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=JmoIovPLH+z/+Nq+C6sHmSCMk7uUbiXW3eyZoJ2bNxo=; b=Vt40wwlUA1qnVso15Mb88BRcp97Qqpmvl02BkbDW2mtN5abHJor60VfDZMWBue1AiW 41PYtVAnUrtgUcnywPfr3rBtIUDYAyJI+Z9n0z1D76mlpfq5rKZDsht5RlJpfDQ2q1Fh Uf4fw1hbV3KOoU5Zd3/07wWlaBpMJ6ou98Rrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=tMM1SUlSsVbg+J8DP9AyxoxunwSvUv4wazK9tZ38AQl8Cj8COZSticE2aujxh0nH13 zLENquGyb38aqge2ww5yaFWm0+M45+WKEwM0bIeZXr9lLYygySz9ooVD7HvcXnsEhdqy GRcJcqd6NAQ6oX6gl/+8Rmzg6HFt9E6WlZ6m4= Received: by 10.115.79.1 with SMTP id g1mr2539154wal.80.1235524906356; Tue, 24 Feb 2009 17:21:46 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id q18sm1008735pog.23.2009.02.24.17.21.44 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Feb 2009 17:21:45 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 25 Feb 2009 10:27:08 +0900 From: Pyun YongHyeon Date: Wed, 25 Feb 2009 10:27:08 +0900 To: freebsd-current@FreeBSD.org Message-ID: <20090225012708.GD55180@michelle.cdnetworks.co.kr> References: <20090205010613.GA77461@michelle.cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090205010613.GA77461@michelle.cdnetworks.co.kr> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: CFT: txp(4) new firmware image 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, 25 Feb 2009 01:21:47 -0000 On Thu, Feb 05, 2009 at 10:06:13AM +0900, Pyun YongHyeon wrote: > > Hi, > > It seems that 3CR990 controller with latest NV firmware 03.001.008 > does not work with txp(4)(I accidently flashed 3CR990 controller > with latest NVfirmware). I guess latest NVfirmware does not like > runtime image in txp(4). Latest runtime image from 3Com seemed to > fix the issue to me. I'd like to know whether controllers with old > NVfrimware can work with the following patch. > > http://people.freebsd.org/~yongari/txp/txp.firmware.diff.gz > > If you're txp(4) user or suffering from firmware loading issue > please give it try and let me know. > > P.S. I know txp(4) requires a lot of fixes for bus_dma(9) and > endianness as well as TSO/WOL support. That will be handled in > near future. FYI: Patch committed to HEAD(r189022).