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
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
6
-34
/
+43
*
Format CDB output as 2 digit hex correcting the length
smh
2013-01-31
1
-1
/
+1
*
Sanitize the element descriptor string before using it as a device name.
jh
2013-01-24
1
-2
/
+10
*
Do not pretend to have autosense data when no such data is available.
kan
2013-01-19
1
-10
/
+9
*
- Add missig xpt_schedule() call for cases when requested immediate CCB
mav
2013-01-11
1
-5
/
+8
*
Do not schedule periph for payload/TUR requests if reprobe is in progress
mav
2013-01-11
1
-10
/
+15
*
Changed scsi_da device requests to use the sysctl tunable value for retry_count
smh
2013-01-10
1
-3
/
+3
*
Updates delete_method sysctl changes to always maintain disk d_flags
smh
2013-01-10
1
-12
/
+32
*
Removes essentially unused variables from scsi_da probe setups
smh
2013-01-10
1
-6
/
+2
*
Make CTL work a little better with loading and unloading drivers.
ken
2013-01-09
2
-88
/
+183
*
Make SES driver to not fall out on some errors in Additional Status page.
mav
2012-12-20
1
-3
/
+2
*
Fix bug in r242720, that caused additional status page to not be used if
mav
2012-12-19
1
-5
/
+2
*
Fix a couple of CTL locking issues and clean up some duplicated code.
ken
2012-12-09
2
-37
/
+31
*
Make sure we hold the SIM lock when calling xpt_free_path().
ken
2012-12-08
1
-5
/
+6
*
Fix the CTL OOA queue dumping code so that it does not hold a mutex
ken
2012-12-08
1
-25
/
+38
*
Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)
ken
2012-12-08
5
-15
/
+305
*
Fix a panic during CAM EDT traversal.
ken
2012-12-07
2
-14
/
+10
*
Fix problem with the Samsung 840 PRO series SSD detection.
mav
2012-11-26
1
-0
/
+8
*
Use information about suported diagnostic pages to avoid reading optional
mav
2012-11-07
1
-2
/
+7
*
Use M_ZERO instead of explicit memsets and bzeros.
trasz
2012-10-30
2
-34
/
+14
*
Fix locking problem in disk_resize(); previously it would run without
trasz
2012-10-29
1
-4
/
+4
*
Remove priority enforcement from xpt_ation(). It is not good and even not
mav
2012-10-27
3
-6
/
+9
*
Remove several uses of numeric priorities from immediate CCB setups.
mav
2012-10-27
3
-6
/
+6
*
Remove one more numeric priority constant.
mav
2012-10-27
1
-1
/
+1
*
Remove two more 'periph == NULL' checks missed in r241404.
mav
2012-10-23
2
-10
/
+0
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-18
/
+3
*
remove duplicate semicolons where possible.
eadler
2012-10-22
2
-3
/
+3
*
Adds 4K quirks for the some SSD's which all perform better when 4K
eadler
2012-10-20
1
-0
/
+110
*
Add support for samsung HM250JI
eadler
2012-10-16
1
-0
/
+9
*
Add support for the USB DISK Pro PMAP.
eadler
2012-10-15
1
-0
/
+9
*
Add explicit check for not set time inside cam_periph_freeze_after_event().
mav
2012-10-14
1
-0
/
+3
*
Don't exclude XPT SIM from locking in xpt_create_path_unlocked().
mav
2012-10-13
1
-9
/
+4
*
Use xpt_create_path_unlocked() for initial debug path compilation because
mav
2012-10-13
1
-6
/
+1
*
Extend SIM lock coverage during the bus registration process.
mav
2012-10-13
1
-8
/
+7
*
Fix XPT_DEBUG paths operations locking:
mav
2012-10-13
1
-8
/
+16
*
XPT_DEV_MATCH is probably the only xpt_action() method that is called
mav
2012-10-13
2
-3
/
+15
*
Get SIM lock in several places while calling CAM functions.
mav
2012-10-12
1
-5
/
+13
*
Protect xpt_getattr() calls with the SIM lock and assert that.
mav
2012-10-12
4
-15
/
+19
*
Use separate malloc buckets for CAM devices, CCBs and paths. This will
mav
2012-10-11
1
-12
/
+15
*
Don't duplicate path/ccb allocation code, use existing functions.
mav
2012-10-11
3
-39
/
+15
*
Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.
mav
2012-10-11
1
-2
/
+3
*
There are SCSI conditions that are not an errors. In those cases cderror()
mav
2012-10-10
1
-10
/
+9
*
Really handle xpt_compile_path() error in xpt_bus_register() instead of
mav
2012-10-10
1
-2
/
+5
*
Remove 'periph == NULL' check from bunch of periph drivers.
mav
2012-10-10
10
-49
/
+0
*
ata_da: set disk::d_ident from serial number
avg
2012-10-06
1
-0
/
+2
*
Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to make
mav
2012-09-28
1
-9
/
+7
*
Remove useless NULL checks after M_WAITOK allocations.
trasz
2012-09-27
4
-147
/
+2
*
Fix panic in CTL caused by trying to free invalid pointers passed
trasz
2012-09-26
1
-0
/
+5
*
Fix a panic when trying to play invalid audio tracks.
tijl
2012-09-19
1
-0
/
+1
*
s/ is is / is /g
eadler
2012-09-14
1
-1
/
+1
[next]