Revision 9caa3ec1

b/hw/r2d.c
34 34
#include "sh7750_regs.h"
35 35
#include "ide.h"
36 36
#include "loader.h"
37
#include "usb.h"
37 38

  
38 39
#define SDRAM_BASE 0x0c000000 /* Physical location of SDRAM: Area 3 */
39 40
#define SDRAM_SIZE 0x04000000
......
240 241
    for (i = 0; i < nb_nics; i++)
241 242
        pci_nic_init_nofail(&nd_table[i], "rtl8139", i==0 ? "2" : NULL);
242 243

  
244
    /* USB keyboard */
245
    usbdevice_create("keyboard");
246

  
243 247
    /* Todo: register on board registers */
244 248
    if (kernel_filename) {
245 249
      int kernel_size;

Also available in: Unified diff