diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-08-28 11:52:12 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-08-28 11:52:12 +0000 |
| commit | d447ab3427ba17ea50adef6e08a388fdf33962ee (patch) | |
| tree | b9d42752497dc79630ec08f858bce23a78ccbd1e | |
| parent | a462f21277b020871e7d7c3c64f491589736bb3f (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/ohcivar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 5f81000c122a..cd0e56189ba8 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -72,9 +72,6 @@ typedef struct ohci_softc { /* XXX should keep track of all DMA memory */ #endif /* __FreeBSD__ */ - bus_space_tag_t iot; - bus_space_handle_t ioh; - usb_dma_t sc_hccadma; struct ohci_hcca *sc_hcca; ohci_soft_ed_t *sc_eds[OHCI_NO_EDS]; |
