aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhcivar.h
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1998-12-09 23:36:15 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1998-12-09 23:36:15 +0000
commit97797dc9596bf264777221f51b00afeaddae8d26 (patch)
treeaadb0ba90e9a096466c06e09f2f7a988befddd44 /sys/dev/usb/uhcivar.h
parenta48e33e0944581156e71866712d88a3f8d98dbbf (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r--sys/dev/usb/uhcivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h
index b7102f38f821..989190807076 100644
--- a/sys/dev/usb/uhcivar.h
+++ b/sys/dev/usb/uhcivar.h
@@ -63,7 +63,7 @@ typedef struct uhci_soft_td uhci_soft_td_t;
*/
typedef struct uhci_intr_info {
#if defined(__FreeBSD__)
- struct callout_handle callout_handler;
+ struct callout_handle timeout_handle;
#endif
struct uhci_softc *sc;
usbd_request_handle reqh;
@@ -124,7 +124,6 @@ typedef struct uhci_softc {
/* XXX should keep track of all DMA memory */
#elif defined(__FreeBSD__)
int sc_iobase;
- int sc_int;
int unit;
#endif