Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/usb_compat_linux.c 190174 2009-03-20 19:04:31Z thompsa $ */
---
> /* $FreeBSD: head/sys/dev/usb/usb_compat_linux.c 190181 2009-03-20 21:50:54Z thompsa $ */
70c70
< static int usb_start_wait_urb(struct urb *, uint32_t, uint16_t *);
---
> static int usb_start_wait_urb(struct urb *, usb2_timeout_t, uint16_t *);
567c567
< usb_start_wait_urb(struct urb *urb, uint32_t timeout, uint16_t *p_actlen)
---
> usb_start_wait_urb(struct urb *urb, usb2_timeout_t timeout, uint16_t *p_actlen)
623c623
< uint16_t size, uint32_t timeout)
---
> uint16_t size, usb2_timeout_t timeout)
744c744
< struct usb_host_endpoint *uhe, uint32_t bufsize)
---
> struct usb_host_endpoint *uhe, usb2_size_t bufsize)
839c839
< uint32_t size;
---
> usb2_size_t size;
974c974
< uint32_t size;
---
> usb2_size_t size;
1105c1105
< usb_buffer_alloc(struct usb_device *dev, uint32_t size, uint16_t mem_flags, uint8_t *dma_addr)
---
> usb_buffer_alloc(struct usb_device *dev, usb2_size_t size, uint16_t mem_flags, uint8_t *dma_addr)
1196c1196
< usb_buffer_free(struct usb_device *dev, uint32_t size,
---
> usb_buffer_free(struct usb_device *dev, usb2_size_t size,
1329,1331c1329,1331
< uint32_t max_frame = xfer->max_frame_size;
< uint32_t offset;
< uint16_t x;
---
> usb2_frlength_t max_frame = xfer->max_frame_size;
> usb2_frlength_t offset;
> usb2_frcount_t x;
1503c1503
< uint32_t max_bulk = xfer->max_data_length;
---
> usb2_frlength_t max_bulk = xfer->max_data_length;