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
*
Change new constant names to ones used by OpenSolaris.
mav
2011-05-27
1
-2
/
+2
*
Add names for few more SES element types according SES-2 specification.
mav
2011-05-27
1
-0
/
+4
*
scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctl
avg
2011-05-07
1
-1
/
+1
*
Do not report legacy unit numbers (do not create legacy aliases) for disks
mav
2011-05-03
1
-3
/
+6
*
Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI.
mav
2011-04-29
1
-28
/
+29
*
- Add shim to simplify migration to the CAM-based ATA. For each new adaX
mav
2011-04-26
3
-1
/
+71
*
Add basic support for DMA-capable ATA disks on DMA-incapable controller.
mav
2011-04-20
3
-2
/
+10
*
Remove always false "< 0" check for unsgined int variable. This check is
mav
2011-04-18
1
-2
/
+0
*
Remove some used variables.
mav
2011-04-18
1
-4
/
+0
*
Remove some used variables.
mav
2011-04-18
2
-21
/
+10
*
Move a comment to the right place. The rearrange done in r208928 left
jh
2011-04-16
1
-4
/
+3
*
Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping while
jh
2011-04-16
2
-30
/
+32
*
Make ada(4) driver put ATA disks into sleep state on suspend.
mav
2011-04-15
1
-8
/
+83
*
Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.
mav
2011-04-14
9
-11
/
+69
*
Fix typo in write_cache tunable name and move TUNABLE_INT_FETCH() out of
mav
2011-04-14
1
-4
/
+6
*
Properly log few more ATA commands used by the kernel.
mav
2011-04-14
1
-0
/
+4
*
Improve SATA Asynchronous Notification feature support in CAM:
mav
2011-04-13
3
-2
/
+31
*
- Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching
mav
2011-04-08
1
-6
/
+92
*
Make ada(4) driver to control device write cache, same as ata(4) does.
mav
2011-04-07
1
-2
/
+91
*
Don't automatically send a START UNIT to sequential access devices-
mjacob
2011-03-03
1
-0
/
+9
*
Missed a file in r219056: add disk description for da(4).
nwhitehorn
2011-02-26
1
-0
/
+6
*
Add the disk ident and a human-meaningful description (here, the disk model
nwhitehorn
2011-02-26
2
-0
/
+8
*
Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/
netchild
2011-02-25
1
-0
/
+3
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
2
-3
/
+3
*
In addition to r217444 ignore also ATA status errors on DMA Auto-Activation
mav
2011-01-26
1
-0
/
+8
*
Make device initialization sequence shorter when possible. Do not enable/
mav
2011-01-26
1
-3
/
+9
*
sysctl(8) should use the CTLTYPE to determine the type of data when
mdf
2011-01-19
1
-1
/
+1
*
Some old WD SATA disks report supported and enabled device-initiated
mav
2011-01-15
1
-3
/
+17
*
Add a 64-bit hex-printed sysctl(9) since there is at least one place in
mdf
2011-01-13
1
-2
/
+2
*
Fix up a few more sysctl(9) mis-typing found in various LINT builds.
mdf
2011-01-13
1
-2
/
+2
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Fix a few issues related to the XPT_GDEV_ADVINFO CCB.
ken
2010-12-10
2
-4
/
+14
*
Add Serial Management Protocol (SMP) passthrough support to CAM.
ken
2010-11-30
12
-53
/
+1668
*
If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) -
mav
2010-11-18
1
-0
/
+4
*
When requesting sense data for SIM not doing it automatically (such as
mav
2010-11-08
1
-2
/
+3
*
Make da driver to handle some probably broken Android devices, returning
mav
2010-10-24
1
-1
/
+4
*
Mostly revert r203420, and add similar functionality into ada(4) since the
brucec
2010-10-24
2
-94
/
+63
*
Decrease poll interval from 1000 to 100us. This significantly reduces
mav
2010-09-22
1
-3
/
+3
*
Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as
mdf
2010-09-20
1
-1
/
+5
*
Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.
gibbs
2010-09-02
2
-7
/
+17
*
Revert r211434. Offline discussions have convinced me that this should
mjacob
2010-08-20
1
-18
/
+2
*
Now is as good a time as any to find out if we induce breakage
mjacob
2010-08-17
1
-2
/
+18
*
Fix two (very common) occurrences of s/sytem/system in comments.
bcr
2010-08-02
2
-2
/
+2
*
Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to
mav
2010-07-25
4
-0
/
+16
*
ATA device reset starts probe sequence from the beginning. If reset caused
mav
2010-07-06
1
-4
/
+19
*
Don't lock buses around a call to xptperiphlistmatch- the buses will be
mjacob
2010-06-29
1
-2
/
+0
*
For the target port groups structures, don't allocate the initial element.
ken
2010-06-14
1
-3
/
+4
*
Rearrange how things are done to avoid dereferencing stale pointers in
mjacob
2010-06-08
1
-30
/
+32
*
One byte off for scsi_target_group cdb.
mjacob
2010-06-08
1
-1
/
+1
*
Implement the usage of Report Luns as part of SCSI probing for SCP3 or
mjacob
2010-06-08
4
-33
/
+380
[next]