index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
usb_busdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
1
-0
/
+4
*
Fix regression issue after r244500 and r244503:
hselasky
2013-01-27
1
-2
/
+3
*
Regression issue:
hselasky
2012-12-21
1
-5
/
+13
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-2
/
+2
*
Style change.
hselasky
2011-11-12
1
-7
/
+7
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Use saner nsegments and maxsegsz parameters when creating certain DMA tags;
marius
2010-09-14
1
-2
/
+2
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-3
/
+3
*
Add a reminder comment to optimize bus_dmamap_sync calls.
alfred
2009-08-24
1
-0
/
+6
*
Fix USB cache sync operations for platforms with non-coherent DMA.
raj
2009-08-19
1
-4
/
+3
*
MFp4:
marcel
2009-07-12
1
-1
/
+2
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-3
/
+23
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-97
/
+97
*
Remove usb2_cv_* and just use the kernel condvar implementation, it was needed
thompsa
2009-06-15
1
-5
/
+5
*
Revert the size_t part of the last commit for the moment, this blows up the
thompsa
2009-05-30
1
-8
/
+8
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-27
/
+27
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-53
/
+53
*
Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and it
thompsa
2009-05-26
1
-396
/
+1
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-1
/
+1
*
MFp4 //depot/projects/usb @159431,159437,159438
thompsa
2009-03-20
1
-35
/
+36
*
MFp4 //depot/projects/usb@159392
thompsa
2009-03-20
1
-20
/
+32
*
MFp4 //depot/projects/usb @159430
thompsa
2009-03-20
1
-1
/
+0
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+1426