Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb2/core/usb2_handle_request.c 184610 2008-11-04 02:31:03Z alfred $ */
---
> /* $FreeBSD: head/sys/dev/usb2/core/usb2_handle_request.c 184824 2008-11-10 20:54:31Z thompsa $ */
133c133
< mtx_unlock(xfer->priv_mtx);
---
> USB_XFER_UNLOCK(xfer);
160c160
< mtx_lock(xfer->priv_mtx);
---
> USB_XFER_LOCK(xfer);
192c192
< mtx_unlock(xfer->priv_mtx);
---
> USB_XFER_UNLOCK(xfer);
313c313
< mtx_lock(xfer->priv_mtx);
---
> USB_XFER_LOCK(xfer);
319c319
< mtx_lock(xfer->priv_mtx);
---
> USB_XFER_LOCK(xfer);
335c335
< mtx_unlock(xfer->priv_mtx);
---
> USB_XFER_UNLOCK(xfer);
338c338
< mtx_lock(xfer->priv_mtx);
---
> USB_XFER_LOCK(xfer);
360c360
< mtx_lock(&udev->bus->mtx);
---
> USB_BUS_LOCK(udev->bus);
362c362
< mtx_unlock(&udev->bus->mtx);
---
> USB_BUS_UNLOCK(udev->bus);
383c383
< mtx_lock(&bus->mtx);
---
> USB_BUS_LOCK(bus);
393c393
< mtx_unlock(&bus->mtx);
---
> USB_BUS_UNLOCK(bus);
607c607
< mtx_lock(&udev->bus->mtx);
---
> USB_BUS_LOCK(udev->bus);
614c614
< mtx_unlock(&udev->bus->mtx);
---
> USB_BUS_UNLOCK(udev->bus);