diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-09-19 12:07:21 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-09-19 12:07:21 +0000 |
commit | fa81ffa1009de14e8ff846bba127e0fa978f6a4c (patch) | |
tree | cd5eb0ef4ab4a9a9493f2969f3fc144ba75d4dc0 | |
parent | 46027757abcc1fac8980efe314938adb337c15b6 (diff) |
Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.
Solves a number of hangs on ohci (and possibly uhci) machines.
Found by me prodding around, and drahn@ more cluefully
ok pvalchev@, nate@
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index a668052db5f..d5ed452ed1b 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.43 2003/07/08 13:19:09 nate Exp $ */ +/* $OpenBSD: usb_port.h,v 1.44 2003/09/19 12:07:20 avsm Exp $ */ /* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -202,7 +202,7 @@ int __CONCAT(dname,_detach)(struct device *self, int flags) */ #include <sys/timeout.h> -#define USB_USE_SOFTINTR +#undef USB_USE_SOFTINTR #ifdef USB_DEBUG #define UKBD_DEBUG 1 |