Re: patch for m3mirror and 2.6.14
On 2005-11-22 12:30:10 +0100, Peter Plessas wrote:
[... original patch ...]
> - for (j=0; j<prom_num_displays; j++) {
> + for (j=0; j<1; j++) {
[...]
> Did change the line
> "for (i=j+1; i<prom_num_displays; i++) {"
> into
> "for (i=j+1; i<1; i++) {"
>
> but m3mirror does just give me the OpenFirmware splash screen:
> ...ok
> copying OF device tree...done
> Calling quiesce...
> returning 0x01400000 from prom_init
The index has been translated by j+1. So, perhaps you could try
"for (i=j+1; i<j+2; i++) {"
--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Reply to: