summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohcivar.h
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-03-16 12:44:21 +0000
committerjoe <joe@FreeBSD.org>2002-03-16 12:44:21 +0000
commit6c63fbbb0ce1ddb7ddd300846dc26ee0cb394c60 (patch)
tree756028c4a6bf248a3efd69c11acf7e29d11b50aa /sys/dev/usb/ohcivar.h
parent5bfc3567ae33db403bcd3c94c80335e8a81a9641 (diff)
downloadFreeBSD-src-6c63fbbb0ce1ddb7ddd300846dc26ee0cb394c60.zip
FreeBSD-src-6c63fbbb0ce1ddb7ddd300846dc26ee0cb394c60.tar.gz
Merge from NetBSD:
ohcivar.h (1.22), uhcivar.h (1.29): ============================================================ date: 2000/04/25 09:20:55; author: augustss; Move the size of the mapped bus_space region into the bus independent softc. ============================================================ ohci.c (1.88), uhci.c (1.112): ============================================================ date: 2000/04/25 14:28:13; author: augustss; Insert (very conservative!) bus_space_barrier() calls at all register accesses. The bus_space(9) man page says you've gotta have them... ============================================================
Diffstat (limited to 'sys/dev/usb/ohcivar.h')
-rw-r--r--sys/dev/usb/ohcivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h
index b72ccba..1aae723 100644
--- a/sys/dev/usb/ohcivar.h
+++ b/sys/dev/usb/ohcivar.h
@@ -78,6 +78,7 @@ typedef struct ohci_softc {
struct usbd_bus sc_bus; /* base device */
bus_space_tag_t iot;
bus_space_handle_t ioh;
+ bus_size_t sc_size;
#if defined(__FreeBSD__)
void *ih;
OpenPOWER on IntegriCloud