diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-10-19 08:10:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-10-19 08:10:28 +0000 |
commit | bd1bfc49debe3b839f1f4d363712ad6f90294ddf (patch) | |
tree | a229eea91c16217f9d73cad03fcd5ee3534988f3 /sys/dev/usb/ehcivar.h | |
parent | 1f441b433c5319652e59cbff40b0e3d78659f39c (diff) |
suspend/resume support
while here define EHCI_DEBUG when USB_DEBUG is defined
ok pvalchev@ deraadt@
Diffstat (limited to 'sys/dev/usb/ehcivar.h')
-rw-r--r-- | sys/dev/usb/ehcivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h index 90849232c6f..447729f1b19 100644 --- a/sys/dev/usb/ehcivar.h +++ b/sys/dev/usb/ehcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ehcivar.h,v 1.4 2004/05/30 01:25:17 tedu Exp $ */ +/* $OpenBSD: ehcivar.h,v 1.5 2004/10/19 08:10:27 dlg Exp $ */ /* $NetBSD: ehcivar.h,v 1.12 2001/12/31 12:16:57 augustss Exp $ */ /* @@ -83,6 +83,7 @@ typedef struct ehci_softc { char sc_vendor[16]; /* vendor string for root hub */ int sc_id_vendor; /* vendor ID for root hub */ + u_int32_t sc_cmd; /* shadow of cmd reg during suspend */ void *sc_powerhook; /* cookie from power hook */ void *sc_shutdownhook; /* cookie from shutdown hook */ |