PERFORCE change 129993 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Dec 2 03:11:39 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129993

Change 129993 by hselasky at hselasky_laptop001 on 2007/12/02 11:11:29

	
	We need to initialize "priv_mtx" in the
	"usbd_memory_info" structure.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#58 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#58 (text+ko) ====

@@ -729,6 +729,7 @@
 			info->xfer_page_cache_end = USBD_ADD_BYTES(buf, parm.size[2]);
 
 			info->usb_mtx = &(udev->bus->mtx);
+			info->priv_mtx = priv_mtx;
 			info->dma_tag_p = parm.dma_tag_p;
 			info->dma_tag_max = parm.dma_tag_max;
 


More information about the p4-projects mailing list