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
*
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
*
In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIM
mav
2012-06-21
1
-1
/
+1
*
Remove unused error variables in cdclose() and daclose().
mav
2012-06-20
2
-4
/
+2
*
Check status of cam_periph_hold() inside cdclose(). If cd device was
mav
2012-06-20
1
-1
/
+6
*
Fix several reference counting and object lifetime issues between
ken
2012-06-20
5
-22
/
+125
*
Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.
mav
2012-06-18
2
-6
/
+0
*
One more major cam_periph_error() rewrite to improve error handling and
mav
2012-06-09
10
-537
/
+263
*
Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyed
mav
2012-06-07
2
-3
/
+29
*
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
mav
2012-06-07
5
-69
/
+49
*
Remove declaration of scsi_interpret_sense(), removed 11 years ago.
mav
2012-06-06
1
-13
/
+0
*
Fix a memory leak in the kernel case in scsi_command_string().
ken
2012-06-06
1
-0
/
+4
*
ATA/SATA controllers have no idea about protocol of the connected device
mav
2012-06-06
1
-1
/
+19
*
Use default error handler when flushing disk caches.
mav
2012-06-05
1
-1
/
+1
*
Tune and add some more CAM_DEBUG() points for the probe sequences.
mav
2012-06-05
2
-39
/
+44
*
Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().
mav
2012-06-05
1
-7
/
+2
*
Do not reinvent a wheel and let default error handler do its job.
mav
2012-06-05
1
-25
/
+4
*
Tune and add some missing CAM_DEBUG() points for better consistency.
mav
2012-06-05
5
-16
/
+48
*
Remove some dead code that I doubt will ever be implemented.
mav
2012-06-04
1
-108
/
+0
*
Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.
mav
2012-06-02
3
-99
/
+115
*
Print FC PortID as a hex number. This makes it easy to
mjacob
2012-06-01
1
-3
/
+3
*
Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ status
mav
2012-06-01
3
-6
/
+37
*
Add support for newer garmin devices
eadler
2012-05-30
1
-0
/
+4
*
Allow to change number of openings (used tags) for ATA/SATA devices
mav
2012-05-29
2
-15
/
+15
[next]