diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-09 23:21:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-09 23:21:49 +0000 |
commit | d9ae52a33fe4008f0c222e7679374d8aba2322e4 (patch) | |
tree | b45dd38d54af37481d97550596926886642ab9cd /sys/dev/usb/ehcivar.h | |
parent | 6b762fbf281464d6522158329eff5b337b0dd5f5 (diff) |
Don't play games with the PCD interrupt. It delays the detection of
connect/disconnect events. From NetBSD.
ok deraadt@
Diffstat (limited to 'sys/dev/usb/ehcivar.h')
-rw-r--r-- | sys/dev/usb/ehcivar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h index 27039491533..b854fd8ed6e 100644 --- a/sys/dev/usb/ehcivar.h +++ b/sys/dev/usb/ehcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ehcivar.h,v 1.13 2007/06/12 16:26:36 mbalmer Exp $ */ +/* $OpenBSD: ehcivar.h,v 1.14 2008/06/09 23:21:48 kettenis Exp $ */ /* $NetBSD: ehcivar.h,v 1.19 2005/04/29 15:04:29 augustss Exp $ */ /* @@ -133,7 +133,6 @@ typedef struct ehci_softc { struct rwlock sc_doorbell_lock; - struct timeout sc_tmo_pcd; struct timeout sc_tmo_intrlist; struct device *sc_child; /* /dev/usb# device */ |