Re: [PATCH] v2.6.23-rc1 Sparc32 Serial Port Selection error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Mark Fortescue <mark@xxxxxxxxxxxxxxxxxx>
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux