Revision 5cc194ca hw/usb-ehci.c

b/hw/usb-ehci.c
130 130
#define FRAME_TIMER_NS   (1000000000 / FRAME_TIMER_FREQ)
131 131

  
132 132
#define NB_MAXINTRATE    8        // Max rate at which controller issues ints
133
#define NB_PORTS         4        // Number of downstream ports
133
#define NB_PORTS         6        // Number of downstream ports
134 134
#define BUFF_SIZE        5*4096   // Max bytes to transfer per transaction
135 135
#define MAX_ITERATIONS   20       // Max number of QH before we break the loop
136 136
#define MAX_QH           100      // Max allowable queue heads in a chain

Also available in: Unified diff