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
/
dev
/
siis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some English grammar.
mav
2011-04-19
2
-6
/
+6
*
According to specification. device should respond to COMRESET with COMINIT
mav
2011-04-19
1
-12
/
+24
*
Properly handle memory allocation errors during error recovery.
mav
2011-04-19
1
-5
/
+18
*
Improve SATA Asynchronous Notification feature support in CAM:
mav
2011-04-13
1
-0
/
+5
*
As soon as siis_reset() doesn't waits for device readiness, but only for
mav
2011-04-13
1
-3
/
+3
*
Implement automatic SCSI sense fetching for siis(4).
mav
2011-04-12
2
-36
/
+90
*
Add missing part of r217877.
mav
2011-01-26
1
-0
/
+1
*
Hardware supported by siis(4) allows software control over activity LEDs.
mav
2011-01-26
1
-0
/
+19
*
Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual
mav
2010-11-08
1
-0
/
+11
*
Add missing mtx_destroy() on channel attach failure.
mav
2010-10-25
1
-0
/
+1
*
Fix panic, when due to some kind of congestion on FIS-based switching
mav
2010-09-16
1
-5
/
+8
*
Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to
mav
2010-07-25
1
-2
/
+7
*
Plug memory leak to silent Coverity. Error is still not really handled.
mav
2010-06-05
1
-0
/
+1
*
Fix attach errors handling.
mav
2010-06-05
1
-3
/
+5
*
Fill rman range start/end values. It makes devinfo output more readable.
mav
2010-05-22
1
-0
/
+2
*
Report ATA/SATA channel number to NewBus at location string.
mav
2010-05-22
1
-0
/
+11
*
Improve suspend/resume support. Make sure controller is idle on suspend
mav
2010-05-21
1
-12
/
+41
*
Make SATA XPT negotiate and enable some additional SATA features, such as:
mav
2010-05-02
2
-0
/
+13
*
Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.
mav
2010-04-30
1
-39
/
+28
*
Explicitly enable PCI busmastering on attach.
mav
2010-04-15
1
-0
/
+1
*
Enable MSI by default for SiI3124.
mav
2010-03-20
1
-6
/
+7
*
MFp4:
mav
2010-02-14
1
-2
/
+25
*
Use new helper functions to set PCIe max read request size.
mav
2010-02-05
1
-12
/
+2
*
- Give ATA/SATA SIMs info about ATAPI packet size, supported by device.
mav
2010-02-02
2
-0
/
+5
*
Reset port on disconnect event, to abort any running requests.
mav
2010-01-29
1
-8
/
+6
*
MFp4: Large set of CAM inprovements.
mav
2010-01-28
1
-9
/
+26
*
Usually these controllers are able to automatically decode command code to
mav
2009-12-29
2
-5
/
+27
*
Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.
mav
2009-12-09
1
-1
/
+14
*
Explicitly acknowledge MSI completion, as required by SiI3124 datasheet.
mav
2009-12-07
2
-3
/
+14
*
SiI3124 has no SNotification register. Handle Asynchronous Notifications
mav
2009-12-07
2
-12
/
+27
*
MFp4:
mav
2009-11-26
2
-14
/
+16
*
MFp4:
mav
2009-11-24
2
-23
/
+71
*
Do not require payload data to be aligned. It is not mentioned in datasheet
mav
2009-11-16
1
-1
/
+1
*
MFp4:
mav
2009-11-11
1
-1
/
+1
*
MFp4:
mav
2009-11-10
2
-21
/
+31
*
Do not unarm callout on request completion and change slot selection
mav
2009-11-04
1
-10
/
+8
*
MFp4:
mav
2009-11-03
2
-49
/
+104
*
Reimplement device reset sequence in more controller-specific way.
mav
2009-10-23
1
-38
/
+34
*
MFp4:
mav
2009-10-21
1
-1
/
+1
*
MFp4:
mav
2009-10-21
1
-7
/
+26
*
On command timeout handle frozen command first, to not run it inside
mav
2009-10-07
1
-3
/
+4
*
MFp4:
mav
2009-08-30
1
-5
/
+31
*
Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.
mav
2009-07-21
2
-0
/
+2017