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 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
*
Remove some more NetBSD compat shims and other unused bits from these
jhb
2012-09-10
4
-205
/
+77
*
Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.
jhb
2012-09-06
4
-706
/
+27
*
Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation to use correct local
jimharris
2012-08-24
1
-3
/
+3
*
1. Remove SEN support. I doubt there are any working examples
mjacob
2012-08-12
3
-49
/
+37
*
Add missing VERIFY_10 definition.
mjacob
2012-08-12
1
-0
/
+1
*
Remove opt_enc.h from files committed with r235911. enc(4) is the
bz
2012-07-30
3
-6
/
+0
*
Implement media change notification for DA and CD removable media devices.
mav
2012-07-29
7
-12
/
+273
*
Handle a case where we had an SRR that pushed back the
mjacob
2012-07-28
1
-4
/
+124
*
Fix off by one error in ses_enc_desc_last_byte().
mav
2012-07-24
1
-1
/
+1
*
Do not call ses_softc_cleanup() in case of configuration read failure.
mav
2012-07-24
1
-1
/
+1
*
Fix some typos in r238595.
mav
2012-07-18
1
-3
/
+3
*
Add bunch of new ASC/ASCQ values from T10 site.
mav
2012-07-18
1
-1
/
+172
*
The call to disk_resize causes a panic if DIAGNOSTIC is set.
mjacob
2012-07-14
1
-0
/
+3
*
Add and utilize defines for the ATA device register.
brueffer
2012-07-12
1
-3
/
+3
*
Apply similar same change as in r238379:
brueffer
2012-07-11
1
-2
/
+2
*
Renamed the kern.cam.da.da_send_ordered sysctl and tunable to
brueffer
2012-07-11
1
-2
/
+2
*
- fix description of SECURITY_FREEZE_LOCK (1)
brueffer
2012-07-11
1
-2
/
+2
*
Make the da(4) driver notify GEOM about LUN size change.
trasz
2012-07-07
1
-0
/
+2
*
Remove variables which are initialized but never used thereafter
eadler
2012-07-07
2
-8
/
+2
*
Add a loader tunable, kern.cam.ctl.disable, that will disable
ken
2012-06-28
5
-1
/
+33
*
Add a sysctl to set the cdrom timeout. Data recovery operations from
imp
2012-06-28
1
-2
/
+10
*
Fix a typo in a panic() call.
ken
2012-06-28
1
-1
/
+1
*
Fix an issue that caused the kernel to panic inside CTL when trying
ken
2012-06-26
1
-9
/
+35
*
Fix a bug which causes a panic in daopen(). The panic is caused by
ken
2012-06-24
2
-15
/
+68
*
Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().
mav
2012-06-23
5
-71
/
+56
*
Change 'camcontrol defects' to first probe a drive to find out how much
ken
2012-06-22
1
-0
/
+1
*
Don't print SCSI Queue Full and CAM_REQUEUE_REQ statuses as errors if they
mav
2012-06-22
1
-1
/
+4
*
Make cam_periph_hold() behavior consistent: drop taken reference and
mav
2012-06-21
1
-0
/
+4
[next]