From: Mark Fortescue <[EMAIL PROTECTED]>
Date: Sun, 29 Jul 2007 03:17:39 +0100 (BST)

> Hi David,
> 
> The serial console code selection code needs to select the ports the 
> otherway around. The attached patch fixes the problem.
> 
> --- linux-test/arch/sparc/kernel/prom.c~      2007-07-28 21:02:31.000000000 
> +0100
> +++ linux-test/arch/sparc/kernel/prom.c       2007-07-29 02:38:54.000000000 
> +0100
> @@ -460,7 +460,7 @@
>               strcpy(of_console_path, dp->full_name);
>               if (!strcmp(type, "serial")) {
>                       strcat(of_console_path,
> -                            (skip ? ":b" : ":a"));
> +                            (skip ? ":a" : ":b"));
>               }
>               break;

Thanks for tracking this down, I'll have a look at it more
deeply and apply this.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to