summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/controller/usb2_bus.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-01-13 19:02:40 +0000
committerthompsa <thompsa@FreeBSD.org>2009-01-13 19:02:40 +0000
commit0364e2114140007154073576bb28307c0c27ed45 (patch)
tree7750750e9e276700730ce521b39b53136d4f2c76 /sys/dev/usb2/controller/usb2_bus.h
parentf5c69926c5028799e817a4ea184c24c9443e9ce6 (diff)
downloadFreeBSD-src-0364e2114140007154073576bb28307c0c27ed45.zip
FreeBSD-src-0364e2114140007154073576bb28307c0c27ed45.tar.gz
MFp4: //depot/projects/usb@155820
USB memory usage reduction patch. Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb2/controller/usb2_bus.h')
-rw-r--r--sys/dev/usb2/controller/usb2_bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb2/controller/usb2_bus.h b/sys/dev/usb2/controller/usb2_bus.h
index f30d61f..163ad5a 100644
--- a/sys/dev/usb2/controller/usb2_bus.h
+++ b/sys/dev/usb2/controller/usb2_bus.h
@@ -70,7 +70,7 @@ struct usb2_bus {
struct usb2_dma_tag dma_tags[USB_BUS_DMA_TAG_MAX];
struct usb2_bus_methods *methods; /* filled by HC driver */
- struct usb2_device *devices[USB_MAX_DEVICES];
+ struct usb2_device **devices;
uint32_t hw_power_state; /* see USB_HW_POWER_XXX */
uint32_t uframe_usage[USB_HS_MICRO_FRAMES_MAX];
OpenPOWER on IntegriCloud