summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-07 11:33:55 +0000
committerjoe <joe@FreeBSD.org>2002-04-07 11:33:55 +0000
commit6fe062690ea034c49233a2dadb00c4699c7e8533 (patch)
treef9ae34efbcbb60892d43c7f495e33dcfcc848a90
parentd360d25ed8e8747f880170f55c0eb36ad91ead6e (diff)
downloadFreeBSD-src-6fe062690ea034c49233a2dadb00c4699c7e8533.zip
FreeBSD-src-6fe062690ea034c49233a2dadb00c4699c7e8533.tar.gz
MFNetBSD: ohci.c (1.104), ohcivar.h (1.28)
date: 2001/09/28 23:57:21; author: augustss; Reenable RHSC interrupt after one second so hot plugging works. (From OpenBSD.)
-rw-r--r--sys/dev/usb/ohcivar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h
index 28a8087..af43c47 100644
--- a/sys/dev/usb/ohcivar.h
+++ b/sys/dev/usb/ohcivar.h
@@ -131,6 +131,8 @@ typedef struct ohci_softc {
void *sc_shutdownhook; /* cookie from shutdown hook */
#endif
+ usb_callout_t sc_tmo_rhsc;
+
device_ptr_t sc_child;
char sc_dying;
} ohci_softc_t;
OpenPOWER on IntegriCloud