--- arch/ppc/kernel/prom.c.orig Mon Jun 18 23:01:49 2001 +++ arch/ppc/kernel/prom.c Mon Jun 18 23:29:56 2001 @@ -963,17 +963,17 @@ = RELOC(prom_display_paths[i-1]); } RELOC(prom_display_paths[i]) = PTRUNRELOC(path); - if (i == 0) + if (i == 1) RELOC(prom_disp_node) = node; if (RELOC(prom_num_displays) >= FB_MAX) break; } /* - * Open the first display and set its colormap. + * Open the second display and set its colormap. */ if (RELOC(prom_num_displays) > 0) { - path = PTRRELOC(RELOC(prom_display_paths[0])); + path = PTRRELOC(RELOC(prom_display_paths[1])); prom_print(RELOC("opening display ")); prom_print(path); ih = call_prom(RELOC("open"), 1, 1, path);