aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-05-09 12:49:25 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-05-09 12:49:25 +0000
commit4722fea82ea6d00eb8db751c9bfe22e50d7a1c3f (patch)
treeb67bcde865ceecc0187667c0559b08b541791e91
parent1063e12617314d2f57516f4554764a7bf2f1131d (diff)
Notes
-rw-r--r--sys/dev/usb/usb_port.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index 5e814d448e7f..aff97305e1ef 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -52,7 +52,7 @@
#include "opt_usbverbose.h"
-/*#define USB_USE_SOFTINTR */
+#define USB_USE_SOFTINTR
#ifdef USB_DEBUG
#define UHID_DEBUG 1
@@ -300,6 +300,8 @@ MALLOC_DECLARE(M_USBHC);
#define USBVERBOSE
+#define USB_USE_SOFTINTR
+
#define Static static
#define device_ptr_t device_t