summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohcivar.h
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-07 15:16:31 +0000
committerjoe <joe@FreeBSD.org>2002-04-07 15:16:31 +0000
commit942f573c8ce5b7ba2c2ddc8937f7358edd2a06b1 (patch)
tree02efaeb9ce122404ac847d29a68cc143f0e932d0 /sys/dev/usb/ohcivar.h
parent4e8d2719f46f9cd366e820d835e29a3a4233c6ea (diff)
downloadFreeBSD-src-942f573c8ce5b7ba2c2ddc8937f7358edd2a06b1.zip
FreeBSD-src-942f573c8ce5b7ba2c2ddc8937f7358edd2a06b1.tar.gz
MFNetBSD: ohci.c (1.119), ohcivar.h (1.30)
date: 2001/12/31 12:20:35; author: augustss; Change xfer abort to wait for the softintr to run.
Diffstat (limited to 'sys/dev/usb/ohcivar.h')
-rw-r--r--sys/dev/usb/ohcivar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h
index b57d8cc..e72b94f 100644
--- a/sys/dev/usb/ohcivar.h
+++ b/sys/dev/usb/ohcivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcivar.h,v 1.29 2001/11/21 02:41:18 augustss Exp $ */
+/* $NetBSD: ohcivar.h,v 1.30 2001/12/31 12:20:35 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -111,6 +111,7 @@ typedef struct ohci_softc {
int sc_noport;
u_int8_t sc_addr; /* device address */
u_int8_t sc_conf; /* device configuration */
+ char sc_softwake;
ohci_soft_ed_t *sc_freeeds;
ohci_soft_td_t *sc_freetds;
OpenPOWER on IntegriCloud