From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gospodarek Subject: Re: [PATCH] tehuti: use request_firmware Date: Tue, 22 Jul 2008 13:39:14 -0400 Message-ID: <20080722173914.GH32408@gospo.rdu.redhat.com> References: <1216741806.28669.6.camel@jaswinder.satnam> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKML , Jeff Garzik , David Woodhouse , netdev To: Jaswinder Singh Return-path: Received: from mx1.redhat.com ([66.187.233.31]:51864 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750875AbYGVRj7 (ORCPT ); Tue, 22 Jul 2008 13:39:59 -0400 Content-Disposition: inline In-Reply-To: <1216741806.28669.6.camel@jaswinder.satnam> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jul 22, 2008 at 09:20:06PM +0530, Jaswinder Singh wrote: > > Firmware blob is little endian. > > Removed bdx_firmware_endianess() as firmware blob is already little endian > > Signed-off-by: Jaswinder Singh > --- > drivers/net/tehuti.c | 29 +- > drivers/net/tehuti.h | 1 + > drivers/net/tehuti_fw.h |10712 ------------------------------------------ > firmware/Makefile | 1 + > firmware/WHENCE | 12 + > firmware/tehuti/bdx.bin.ihex | 2678 +++++++++++ > 6 files changed, 2708 insertions(+), 10725 deletions(-) > delete mode 100644 drivers/net/tehuti_fw.h > create mode 100644 firmware/tehuti/bdx.bin.ihex > This has been on my TODO list for a while, but just haven't gotten around to it yet since I didn't feel like it was that crucial. Thanks for taking the time, Jaswinder. Did you manage to test it? I would like to try it out before ACKing, so I'll do that tonight or tomorrow and post back my results.