Date: Mon, 2 Nov 2009 15:08:59 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r198790 - projects/mips/sys/mips/rmi Message-ID: <200911021508.nA2F8xWD060347@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rrs Date: Mon Nov 2 15:08:59 2009 New Revision: 198790 URL: http://svn.freebsd.org/changeset/base/198790 Log: Fix spacing Modified: projects/mips/sys/mips/rmi/board.c Modified: projects/mips/sys/mips/rmi/board.c ============================================================================== --- projects/mips/sys/mips/rmi/board.c Mon Nov 2 15:08:33 2009 (r198789) +++ projects/mips/sys/mips/rmi/board.c Mon Nov 2 15:08:59 2009 (r198790) @@ -41,39 +41,39 @@ #include <mips/rmi/shared_structs.h> static int xlr_rxstn_to_txstn_map[128] = { - [0...7] = TX_STN_CPU_0, - [8...15] = TX_STN_CPU_1, - [16...23] = TX_STN_CPU_2, - [24...31] = TX_STN_CPU_3, - [32...39] = TX_STN_CPU_4, - [40...47] = TX_STN_CPU_5, - [48...55] = TX_STN_CPU_6, - [56...63] = TX_STN_CPU_7, - [64...95] = TX_STN_INVALID, - [96...103] = TX_STN_GMAC, - [104...107] = TX_STN_DMA, - [108...111] = TX_STN_INVALID, - [112...113] = TX_STN_XGS_0, - [114...115] = TX_STN_XGS_1, - [116...119] = TX_STN_INVALID, - [120...127] = TX_STN_SAE + [0 ... 7] = TX_STN_CPU_0, + [8 ... 15] = TX_STN_CPU_1, + [16 ... 23] = TX_STN_CPU_2, + [24 ... 31] = TX_STN_CPU_3, + [32 ... 39] = TX_STN_CPU_4, + [40 ... 47] = TX_STN_CPU_5, + [48 ... 55] = TX_STN_CPU_6, + [56 ... 63] = TX_STN_CPU_7, + [64 ... 95] = TX_STN_INVALID, + [96 ... 103] = TX_STN_GMAC, + [104 ... 107] = TX_STN_DMA, + [108 ... 111] = TX_STN_INVALID, + [112 ... 113] = TX_STN_XGS_0, + [114 ... 115] = TX_STN_XGS_1, + [116 ... 119] = TX_STN_INVALID, + [120 ... 127] = TX_STN_SAE }; static int xls_rxstn_to_txstn_map[128] = { - [0...7] = TX_STN_CPU_0, - [8...15] = TX_STN_CPU_1, - [16...23] = TX_STN_CPU_2, - [24...31] = TX_STN_CPU_3, - [32...63] = TX_STN_INVALID, - [64...71] = TX_STN_PCIE, - [72...79] = TX_STN_INVALID, - [80...87] = TX_STN_GMAC1, - [88...95] = TX_STN_INVALID, - [96...103] = TX_STN_GMAC0, - [104...107] = TX_STN_DMA, - [108...111] = TX_STN_CDE, - [112...119] = TX_STN_INVALID, - [120...127] = TX_STN_SAE + [0 ... 7] = TX_STN_CPU_0, + [8 ... 15] = TX_STN_CPU_1, + [16 ... 23] = TX_STN_CPU_2, + [24 ... 31] = TX_STN_CPU_3, + [32 ... 63] = TX_STN_INVALID, + [64 ... 71] = TX_STN_PCIE, + [72 ... 79] = TX_STN_INVALID, + [80 ... 87] = TX_STN_GMAC1, + [88 ... 95] = TX_STN_INVALID, + [96 ... 103] = TX_STN_GMAC0, + [104 ... 107] = TX_STN_DMA, + [108 ... 111] = TX_STN_CDE, + [112 ... 119] = TX_STN_INVALID, + [120 ... 127] = TX_STN_SAE }; struct stn_cc *xlr_core_cc_configs[] = {&cc_table_cpu_0, &cc_table_cpu_1,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911021508.nA2F8xWD060347>