fix up the second minipci slot in the wndap330, too
SVN-Revision: 16480
This commit is contained in:
parent
c83b031b84
commit
a0fbd0ca92
1 changed files with 15 additions and 0 deletions
|
@ -60,3 +60,18 @@
|
||||||
} else {
|
} else {
|
||||||
cvmx_dprintf("ERROR: Unsupported Octeon model in %s\n",
|
cvmx_dprintf("ERROR: Unsupported Octeon model in %s\n",
|
||||||
__func__);
|
__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:
|
||||||
|
|
Loading…
Reference in a new issue