[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <A3D470E0-953E-40D6-BF5A-D06B76451154@nocrew.org>
Date: Sun, 6 Jul 2008 15:36:58 +0200
From: Fredrik Noring <noring@...rew.org>
To: Jaswinder Singh <jaswinder@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
David Woodhouse <dwmw2@...radead.org>,
kernelnewbies <kernelnewbies@...linux.org>,
kernel-janitors <kernel-janitors@...r.kernel.org>,
Alan Cox <alan@...rguk.ukuu.org.uk>, lars@...rew.org,
tomas@...rew.org
Subject: Re: [PATCH] dsp56k: use request_firmware
Hi Jaswinder,
5 jul 2008 kl. 12.24 skrev Jaswinder Singh:
> + for (i = 0; i < fw->size; i + 3) {
Are you sure about "i + 3" in this loop? Isn't GCC complaining,
something like "statement with no effect"?
> +Driver: ATARI_DSP56K - Atari DSP56k support
> +
> +File: dsp56k/bootstap.bin
> +
> +Licence: Unknown
> +
> +Found in hex form in kernel source.
I wrote this DSP56k assembler code in 1995. It's a trivial copy loop
that loads the main DSP program into memory. Please consider it GPL
like the driver code it came from.
A disassembler would easily recreate the original ~50 lines of
assembler source code, in case you'd like to assemble it with the rest
of kernel. :)
Thanks,
Fredrik
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists