finally move buildroot-ng to trunk
[openwrt/staging/mkresin.git] / target / linux / sibyte-2.6 / patches / 001-bcm112x_ax.patch
1 --- linux-2.6.16.4/arch/mips/sibyte/sb1250/setup.c 2006-04-21 16:16:18.000000000 -0700
2 +++ linux-2.6.16.4/arch/mips/sibyte/sb1250/setup.c 2006-04-21 16:15:22.000000000 -0700
3 @@ -140,6 +140,14 @@
4 periph_rev = 3;
5 pass_str = "A2";
6 break;
7 + case K_SYS_REVISION_BCM112x_A3:
8 + periph_rev = 3;
9 + pass_str = "A3";
10 + break;
11 + case K_SYS_REVISION_BCM112x_A4:
12 + periph_rev = 3;
13 + pass_str = "A4";
14 + break;
15 default:
16 prom_printf("Unknown %s rev %x\n", soc_str, soc_pass);
17 ret = 1;