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
/
cam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add quirk for the Samsung YP-U3
remko
2008-07-09
1
-0
/
+8
*
Locking in the ses_ioctl handler doesn't have to be so strict because
scottl
2008-03-17
1
-21
/
+25
*
When probing a newly found device, don't automatically assume that the
scottl
2008-02-27
1
-36
/
+95
*
Add a missing unlock to an error path fro XPT_DEBUG handling.
scottl
2008-02-26
1
-0
/
+1
*
Fix a couple of locking mistakes in the ses_ioctl path.
scottl
2008-02-20
1
-3
/
+3
*
Fix typo.
raj
2008-02-12
1
-1
/
+1
*
Correct the kernel config hint in a printf statement.
brueffer
2008-01-28
1
-1
/
+1
*
o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision:
maxim
2008-01-12
1
-1
/
+1
*
style(9)
obrien
2008-01-02
1
-73
/
+73
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-1
/
+1
*
Add a missing mutex unlock.
scottl
2007-12-16
1
-0
/
+1
*
Add quirks for Netac Onlydisk 2000 USB disk.
davidxu
2007-12-11
1
-0
/
+4
*
Fix a change in the previous commit that was actually a type-o.
scottl
2007-11-15
1
-1
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
Add a bunch of definitions and structures to support newer drivers.
scottl
2007-10-12
1
-1
/
+110
*
Do not forget to cam_periph_unhold the peripheral before exiting
kan
2007-07-21
1
-2
/
+5
*
After talking with njl@, change this wildcard entry to be a bit less wild.
imp
2007-07-01
1
-1
/
+1
*
Quirk for WD Mybook. Seems they do not like serial number queries.
imp
2007-06-30
1
-0
/
+12
*
Quirk for ChipsBnk usb stick
imp
2007-06-30
1
-0
/
+8
*
Add quirk for JoyFly 128mb USB Flash Drive
imp
2007-06-30
1
-0
/
+8
*
quirk for I/O Magic USB flash drive "Giga Bank"
imp
2007-06-30
1
-0
/
+8
*
Samsung MP0402H quirk
imp
2007-06-30
1
-0
/
+8
*
Add support for JNC MP3 Player
imp
2007-06-30
1
-0
/
+8
*
Philips USB Key Audio KEY013
imp
2007-06-30
1
-0
/
+8
*
Support for iRiver U10 USB connection
imp
2007-06-28
1
-0
/
+8
*
Quirk for Denver MP3 player usb.
imp
2007-06-28
1
-0
/
+8
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
3
-4
/
+6
*
Revert an accidental change from the previous rev.
scottl
2007-06-16
1
-2
/
+1
*
Work around the other uses of M_WAITOK.
scottl
2007-06-16
2
-4
/
+11
*
Work around a malloc locking problem.
scottl
2007-06-16
1
-1
/
+6
*
Commit for Nate his "guidelines for submitting quirks".
mjacob
2007-06-10
1
-2
/
+210
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
2
-2
/
+2
*
Add a placeholder document to be filled out by Nate which will describe
mjacob
2007-05-29
1
-0
/
+4
*
Back out 1.212 at Nate's request in order to go through the
mjacob
2007-05-29
1
-9
/
+0
*
Use the Hitachi 2.5" HD, 120 GB as a USB device.
mjacob
2007-05-29
1
-0
/
+9
*
Remove duplicate includes.
cognet
2007-05-23
2
-3
/
+0
*
Zero scsi_readcapacity allocations so we can really
mjacob
2007-05-18
1
-4
/
+3
*
Release the bus reference that is acquired when doing a CAMIOCOMMAND
scottl
2007-05-16
1
-0
/
+1
*
Remove an assertion in xpt_print_path() that makes debugging code much more
scottl
2007-05-16
1
-1
/
+0
*
Add a helper function for registering async callbacks. Besides
scottl
2007-05-16
11
-272
/
+70
*
Eliminate the use of M_TEMP.
scottl
2007-05-14
6
-115
/
+122
*
Only schedule the xpt_finishconfig_task once. This fixes some potential
scottl
2007-04-27
1
-4
/
+6
*
Remove obsolete headers. Move kernel specific headers under #ifdefs
scottl
2007-04-23
1
-9
/
+2
*
Retire the spl() markers. Add in some minor missed locking as a result.
scottl
2007-04-19
2
-193
/
+31
*
Inline cam_periph_lock|unlock to make debugging easier. Use more
scottl
2007-04-19
3
-30
/
+21
*
Fix a leaked lock in dashutdown.
scottl
2007-04-19
1
-1
/
+3
*
Avoid problems with make_dev.
scottl
2007-04-19
2
-0
/
+4
*
Zero the CCBs when mallocing them.
scottl
2007-04-19
1
-2
/
+2
*
Split the camisr into per-SIM done queues. This optimizes the locking a
scottl
2007-04-19
3
-45
/
+49
*
Missed locking the dump and shutdown entry points in the scsi_da driver.
scottl
2007-04-18
1
-2
/
+9
[next]