Deleted Added
full compact
usb_transfer.h (184610) usb_transfer.h (184824)
1/* $FreeBSD: head/sys/dev/usb2/core/usb2_transfer.h 184610 2008-11-04 02:31:03Z alfred $ */
1/* $FreeBSD: head/sys/dev/usb2/core/usb2_transfer.h 184824 2008-11-10 20:54:31Z thompsa $ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 37 unchanged lines hidden (view full) ---

47 struct usb2_done_msg done_m[2];
48 struct cv cv_drain;
49
50 struct usb2_dma_parent_tag dma_parent_tag;
51
52 struct usb2_process done_p;
53 void *memory_base;
54 struct mtx *priv_mtx;
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 37 unchanged lines hidden (view full) ---

47 struct usb2_done_msg done_m[2];
48 struct cv cv_drain;
49
50 struct usb2_dma_parent_tag dma_parent_tag;
51
52 struct usb2_process done_p;
53 void *memory_base;
54 struct mtx *priv_mtx;
55 struct mtx *usb2_mtx;
56 struct usb2_page_cache *dma_page_cache_start;
57 struct usb2_page_cache *dma_page_cache_end;
58 struct usb2_page_cache *xfer_page_cache_start;
59 struct usb2_page_cache *xfer_page_cache_end;
60 struct usb2_bus *bus;
61
62 uint32_t memory_size;
63 uint32_t setup_refcount;

--- 60 unchanged lines hidden ---
55 struct usb2_page_cache *dma_page_cache_start;
56 struct usb2_page_cache *dma_page_cache_end;
57 struct usb2_page_cache *xfer_page_cache_start;
58 struct usb2_page_cache *xfer_page_cache_end;
59 struct usb2_bus *bus;
60
61 uint32_t memory_size;
62 uint32_t setup_refcount;

--- 60 unchanged lines hidden ---