mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
xhci: support multiple interrupters
Everything is in place, flip the big switch now and enable support for multiple interrupters. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
+1
-5
@@ -42,7 +42,7 @@
|
||||
|
||||
#define MAXPORTS (MAXPORTS_2+MAXPORTS_3)
|
||||
#define MAXSLOTS MAXPORTS
|
||||
#define MAXINTRS 1 /* MAXPORTS */
|
||||
#define MAXINTRS MAXPORTS
|
||||
|
||||
#define TD_QUEUE 24
|
||||
|
||||
@@ -75,10 +75,6 @@
|
||||
# error Increase LEN_REGS
|
||||
#endif
|
||||
|
||||
#if MAXINTRS > 1
|
||||
# error TODO: only one interrupter supported
|
||||
#endif
|
||||
|
||||
/* bit definitions */
|
||||
#define USBCMD_RS (1<<0)
|
||||
#define USBCMD_HCRST (1<<1)
|
||||
|
||||
Reference in New Issue
Block a user