From owner-freebsd-current@FreeBSD.ORG Thu Feb 5 01:05:11 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 03405106564A for ; Thu, 5 Feb 2009 01:05:11 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id AD9358FC14 for ; Thu, 5 Feb 2009 01:05:10 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1162510yxb.13 for ; Wed, 04 Feb 2009 17:05:10 -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:mime-version:content-type:content-disposition :user-agent; bh=CwR6LRQjRz8xhf7Qwdf1RgggM6QUjlSixSdKLjO/i6Y=; b=aNCUNDQylhyKWZLpcCcaaVDGzxgQRhDbu7xqE+r2RgaVoaEs43nXvmHxWlAtHCfXIs vcRnjwrDCuyxpQHX8hJZNXPPhGX4k7u3ObVoDlwAhv8e5ZlvoXd+uptcJPS2N4fC+qRQ lzgL8TM+iHhs4XefQMjjMiwPyWL6ViEqO5YW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; b=Ayf6bOs5XDg8YyJzn6JpnqYgZezCz2zqbRMY1YsNijDTUsmUhNbcMpSAZiYO76BHHL JpT7vbYgNyFi35wADiLZOEUXdPQ9N7j7bsN9Oiz6cweVCmcrX8MVhGjaCWKyUZwLWefk BjIJWKlvwXgf9X/hSzfUXCfo6AcrqLxh4FcqM= Received: by 10.150.230.15 with SMTP id c15mr2632632ybh.235.1233795909965; Wed, 04 Feb 2009 17:05:09 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id k35sm4319155rnd.14.2009.02.04.17.05.07 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Feb 2009 17:05:09 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Thu, 5 Feb 2009 10:06:13 +0900 From: Pyun YongHyeon Date: Thu, 5 Feb 2009 10:06:13 +0900 To: freebsd-current@FreeBSD.org Message-ID: <20090205010613.GA77461@michelle.cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: 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: Thu, 05 Feb 2009 01:05:11 -0000 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.