diff options
author | joe <joe@FreeBSD.org> | 2002-04-07 18:06:34 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-04-07 18:06:34 +0000 |
commit | 9815f9833b0d74bf50f87bc0c7ab2225d3659622 (patch) | |
tree | 4a39661b660d207939605e8ee2127d2a2b7a544b /sys/dev/usb/uhcivar.h | |
parent | 944817ec342094827161ef3272e349a42a0f4010 (diff) | |
download | FreeBSD-src-9815f9833b0d74bf50f87bc0c7ab2225d3659622.zip FreeBSD-src-9815f9833b0d74bf50f87bc0c7ab2225d3659622.tar.gz |
MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33)
date: 2002/02/11 11:41:30; author: augustss;
Switch to new abort mechanism.
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r-- | sys/dev/usb/uhcivar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 109fb41..82be04b 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: uhcivar.h,v 1.32 2000/08/13 16:18:09 augustss Exp $ */ +/* $NetBSD: uhcivar.h,v 1.33 2002/02/11 11:41:30 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -83,6 +83,7 @@ typedef struct uhci_intr_info { struct uhci_xfer { struct usbd_xfer xfer; uhci_intr_info_t iinfo; + struct usb_task abort_task; int curframe; }; @@ -166,6 +167,7 @@ typedef struct uhci_softc { u_int8_t sc_saved_sof; u_int16_t sc_saved_frnum; + char sc_softwake; char sc_isreset; char sc_suspend; char sc_dying; |