Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2007 11:11:38 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 129993 for review
Message-ID:  <200712021111.lB2BBcEO042822@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 129993 by hselasky@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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712021111.lB2BBcEO042822>