From: Imre Kaloz Date: Mon, 15 Jun 2009 21:40:35 +0000 (+0000) Subject: fix up the second minipci slot in the wndap330, too X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b907ba003f610ba3a3216dd4bfc998c26802ccef fix up the second minipci slot in the wndap330, too SVN-Revision: 16480 --- diff --git a/target/linux/octeon/patches/100-wndap330_hacks.patch b/target/linux/octeon/patches/100-wndap330_hacks.patch index 3de2fbbabd..c4ca4217c0 100644 --- a/target/linux/octeon/patches/100-wndap330_hacks.patch +++ b/target/linux/octeon/patches/100-wndap330_hacks.patch @@ -60,3 +60,18 @@ } else { cvmx_dprintf("ERROR: Unsupported Octeon model in %s\n", __func__); +--- a/arch/mips/cavium-octeon/pci.c ++++ b/arch/mips/cavium-octeon/pci.c +@@ -95,9 +95,11 @@ const char *octeon_get_pci_interrupts(vo + case CVMX_BOARD_TYPE_EBH3000: + return ""; + case CVMX_BOARD_TYPE_EBH3100: +- case CVMX_BOARD_TYPE_CN3010_EVB_HS5: ++ //case CVMX_BOARD_TYPE_CN3010_EVB_HS5: + case CVMX_BOARD_TYPE_CN3005_EVB_HS5: + return "AAABAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; ++ case CVMX_BOARD_TYPE_CN3010_EVB_HS5: ++ return "AAAAAAAAAAAAAABAAAAAAAAAAAAAAABA"; + case CVMX_BOARD_TYPE_BBGW_REF: + return "AABCD"; + default: