OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 14... Line 14...
14 arch/mips/bcm63xx/boards/board_bcm963xx.c | 4 ++++ 14 arch/mips/bcm63xx/boards/board_bcm963xx.c | 4 ++++
15 1 file changed, 4 insertions(+) 15 1 file changed, 4 insertions(+)
Line 16... Line 16...
16   16  
17 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c 17 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
18 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c 18 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
19 @@ -27,6 +27,7 @@ 19 @@ -28,6 +28,7 @@
20 #include <bcm63xx_dev_hsspi.h> 20 #include <bcm63xx_dev_hsspi.h>
21 #include <bcm63xx_dev_pcmcia.h> 21 #include <bcm63xx_dev_pcmcia.h>
22 #include <bcm63xx_dev_spi.h> 22 #include <bcm63xx_dev_spi.h>
23 +#include <bcm63xx_dev_usb_ohci.h> 23 +#include <bcm63xx_dev_usb_ohci.h>
24 #include <bcm63xx_dev_usb_usbd.h> 24 #include <bcm63xx_dev_usb_usbd.h>
Line 25... Line 25...
25 #include <board_bcm963xx.h> 25 #include <board_bcm963xx.h>
26 26
27 @@ -881,6 +882,9 @@ int __init board_register_devices(void) 27 @@ -898,6 +899,9 @@ int __init board_register_devices(void)
Line 28... Line 28...
28 if (board.has_usbd) 28 if (board.has_usbd)
29 bcm63xx_usbd_register(&board.usbd); 29 bcm63xx_usbd_register(&board.usbd);
30 30
31 + if (board.has_ohci0) 31 + if (board.has_ohci0)
32 + bcm63xx_ohci_register(); 32 + bcm63xx_ohci_register();
33 + 33 +