diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1998-12-09 23:36:15 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1998-12-09 23:36:15 +0000 |
| commit | 97797dc9596bf264777221f51b00afeaddae8d26 (patch) | |
| tree | aadb0ba90e9a096466c06e09f2f7a988befddd44 /sys/dev/usb/uhcivar.h | |
| parent | a48e33e0944581156e71866712d88a3f8d98dbbf (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
| -rw-r--r-- | sys/dev/usb/uhcivar.h | 3 |
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 |
