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
*
MFprojects/camlock r249006:
mav
2013-08-05
1
-16
/
+13
*
MFprojects/camlock r249505:
mav
2013-08-05
5
-44
/
+71
*
Add NO_RC16 quirk to make da driver avoid using READ CAPACITY(16) command
mav
2013-07-30
1
-3
/
+11
*
Fix returning incorrect bio_resid value with failed BIO_DELETE requests.
mav
2013-07-28
2
-26
/
+35
*
Synchronize device cache on close only if there were some write operations.
mav
2013-07-27
2
-10
/
+24
*
Oops, revert unwanted part of r253721.
mav
2013-07-27
1
-2
/
+0
*
Detect unsupported PREVENT ALLOW MEDIUM REMOVAL and SYNCHRONIZE CACHE(10)
mav
2013-07-27
1
-0
/
+24
*
CAM and mps(4) driver scanning changes.
ken
2013-07-22
2
-9
/
+15
*
Make some improvements to r253322 to really rescan target, not a bus.
mav
2013-07-15
3
-11
/
+18
*
Fix an argument reversal in calls to scsi_read_element_status().
ken
2013-07-15
1
-2
/
+2
*
When printing opcode description, map T_NODEVICE to Direct Access Device to
mav
2013-07-13
1
-0
/
+4
*
Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00
mav
2013-07-13
3
-33
/
+48
*
Const-ify the new da_delete_functions.
scottl
2013-07-12
1
-5
/
+2
*
Fix a problem with READ ELEMENT STATUS that occurs on some
ken
2013-07-12
1
-8
/
+66
*
Refactor the various delete methods out of dastart(). Cleans up a bunch
scottl
2013-07-12
1
-231
/
+262
*
Added 4K QUIRK for OCZ Vertex 4 SSDs
smh
2013-07-09
2
-0
/
+16
*
Make it little bit more C++ friendly. This explicit casting fixes some
jkim
2013-07-04
1
-1
/
+1
*
Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.
smh
2013-07-03
1
-1
/
+1
*
Fix NULL-deference kernel panic on attempt of destroying non-existing
mav
2013-07-03
1
-8
/
+3
*
Introduce accessors for the ccb status word. Convert one (of many more)
scottl
2013-06-29
2
-13
/
+26
*
Fix some UTF-8 chars slipped into r252204 via copy/paste.
mav
2013-06-26
1
-8
/
+8
*
Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes.
mav
2013-06-25
1
-0
/
+186
*
Corrected ATA Passthrough defines from decimal to hex
smh
2013-06-20
1
-4
/
+4
*
Fix an unfortunate typo with the compat shims
scottl
2013-06-19
1
-3
/
+3
*
Add infrastructure for doing compatibility shims, as has been sorely
scottl
2013-06-17
5
-1
/
+168
*
Restore use of polling mode for disk cache flush in case of kernel panic.
mav
2013-06-15
2
-4
/
+19
*
Revert r251649:
mav
2013-06-13
2
-6
/
+0
*
Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.
mav
2013-06-12
4
-12
/
+108
*
Acquire periph reference when handling d_getattr() method call.
mav
2013-06-12
2
-0
/
+6
*
Simplify the checking of flags for cam_periph_mapmem(). This gets rid of
scottl
2013-06-07
4
-78
/
+42
*
Added missing SCSI quirks from r241784
smh
2013-05-28
2
-45
/
+209
*
Enforce validation on the selected delete method via sysctl.
smh
2013-05-24
1
-1
/
+2
*
Added output of device QUIRKS for CAM and AHCI devices during boot.
smh
2013-05-18
7
-2
/
+55
*
Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open.
mav
2013-05-12
1
-1
/
+1
*
Intel's 320-series and 510-series SSDs advertise 512-byte sectors
eadler
2013-05-11
1
-0
/
+16
*
Disable sending Early R_OK on SiI3726/SiI3826 port multipliers.
mav
2013-05-11
1
-3
/
+82
*
Fxi a bunch of typos.
eadler
2013-05-10
3
-5
/
+5
*
Rework r250298 in more correct way.
mav
2013-05-06
1
-5
/
+3
*
Fix byte order of ATA WWN when converting it to SCSI LUN ID.
mav
2013-05-06
1
-2
/
+5
*
Tune support for removable media in da driver:
mav
2013-05-03
1
-17
/
+13
*
Enable CAM SCSI to choice ATA TRIM during autodetection and correct method
smh
2013-05-02
1
-3
/
+3
*
Use the existence of ATA Information VPD to determine if we should attempt
smh
2013-05-02
2
-19
/
+73
*
Fix probe in progress check in dareprobe
smh
2013-05-02
1
-1
/
+1
*
Update probe flow so that devices with lbp can also disable disksort.
smh
2013-05-02
1
-31
/
+34
*
Correct a few sizeof()s
eadler
2013-05-01
1
-1
/
+1
*
Correct comment typo's
smh
2013-04-28
2
-3
/
+7
*
Add some cam_freeze_devq()'s missed at r249466.
mav
2013-04-28
1
-0
/
+3
*
MFprojects/camlock r249542:
mav
2013-04-27
2
-43
/
+10
*
MFprojects/camlock r249541:
mav
2013-04-27
1
-13
/
+8
*
Added automatic detection of non-rotating media which disables the
smh
2013-04-26
3
-8
/
+111
[next]