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 descriptor sense support to CAM, and honor sense residuals properly in
ken
2011-10-03
9
-265
/
+2433
*
Fixes for sure bus reference miscounting and potential device and
mjacob
2011-08-12
2
-16
/
+59
*
Higher-priority initialization request can eat request scheduling done from
mav
2011-07-30
1
-2
/
+10
*
Add control for ATA disk read-ahead, alike to the previously added write
mav
2011-07-29
1
-11
/
+102
*
In some cases failed SATA disks may report their presence, but don't
mav
2011-07-29
1
-8
/
+19
*
Do not try to execute FLUSHCACHE on close and print extra messages for
mav
2011-07-23
1
-2
/
+4
*
cam/scsi/scsi_cd.c:
gibbs
2011-06-26
1
-7
/
+4
*
cam/cam_xpt.c:
gibbs
2011-06-26
1
-2
/
+2
*
Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI
mav
2011-06-23
1
-1
/
+2
*
Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operation
will
2011-06-22
1
-3
/
+4
*
Plumb support for the device advanced information CCB in the ATA XPT.
will
2011-06-22
1
-0
/
+33
*
Fix a typo in adagetattr() from r223089. In particular, this restores
kib
2011-06-18
1
-1
/
+1
*
Plumb device physical path reporting from CAM devices, through GEOM and
gibbs
2011-06-14
3
-24
/
+140
*
sys/cam/scsi/scsi_da.c:
gibbs
2011-06-14
1
-13
/
+25
*
Lay groundwork in CAM for recording and reporting physical path and
gibbs
2011-06-14
10
-114
/
+465
*
Do not report CFA devices as ATAPI, even though IDENTIFY data look alike.
mav
2011-06-12
2
-3
/
+8
*
Increase maximum supported number of ranges per TRIM command from 256 to 512
mav
2011-06-03
1
-2
/
+2
*
When possible, join ranges of subsequest BIO_DELETE requests to handle more
mav
2011-06-02
1
-9
/
+25
*
Add quirks to hint 4K physical sector (Advanced Format) for ATA disks not
mav
2011-05-31
1
-2
/
+91
*
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
[next]