aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-04-11 16:22:57 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-04-11 16:22:57 +0000
commit2115c3404fd4634a0a3b9fd4bfd979b94746a8d4 (patch)
tree62340fe1ec03218c82a5568bbc1f4f95ed0cf95a /sys/dev
parentb4718cedf6a20ea1dc339769918b74cae66d2bc0 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ohcivar.h1
-rw-r--r--sys/dev/usb/uhcivar.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h
index d79aa23ff582..37abf2f4c55e 100644
--- a/sys/dev/usb/ohcivar.h
+++ b/sys/dev/usb/ohcivar.h
@@ -73,7 +73,6 @@ typedef struct ohci_softc {
#elif defined(__FreeBSD__)
int sc_iobase;
- int unit;
#endif /* __FreeBSD__ */
usb_dma_t sc_hccadma;
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h
index a2f8eaef252a..723b4495f038 100644
--- a/sys/dev/usb/uhcivar.h
+++ b/sys/dev/usb/uhcivar.h
@@ -126,7 +126,6 @@ typedef struct uhci_softc {
/* XXX should keep track of all DMA memory */
#elif defined(__FreeBSD__)
int sc_iobase;
- int unit;
#endif /* defined(__FreeBSD__) */
uhci_physaddr_t *sc_pframes;