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
/
ahci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-port
mav
2013-05-02
1
-0
/
+3
*
Create controller-level DMA tag, handling range of supported addresses.
mav
2013-04-10
2
-8
/
+28
*
Check status of ahci_em_reset() on attach and abort if reset failed.
mav
2013-04-04
1
-1
/
+4
*
Read Asynchronous Notification statuses only if Port Multiplier or ATAPI
mav
2013-03-25
1
-1
/
+2
*
Depending on combination of running commands (NCQ/non-NCQ) try to avoid
mav
2013-03-25
1
-5
/
+10
*
No need to erase all 64 bytes of CFIS area if we never use more then 16.
mav
2013-03-24
1
-4
/
+4
*
ahci(4) and siis(4) are ready to process the unmapped i/o requests
kib
2013-03-19
1
-1
/
+1
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-13
/
+2
*
Disable MSI interrupts for SB600 chipset. According to the report they are
mav
2013-01-24
1
-1
/
+4
*
Add Intel Lynx Point PCH SATA Controller Device IDs
jfv
2013-01-02
1
-0
/
+8
*
Add IDs for SATA controllers on AMD Hudson-2 series chipsets.
mav
2012-12-12
1
-0
/
+5
*
Announce diagnostic page 7 (Element Descriptor) support.
mav
2012-11-07
1
-1
/
+2
*
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
*
Switch some PCI register reads from using magic numbers to using the names
gavin
2012-09-19
1
-1
/
+1
*
Fix AHCI 1.2 version checks. This should be mostly cosmetic.
mav
2012-09-12
1
-3
/
+3
*
Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.
mav
2012-08-30
1
-0
/
+2
*
Return "locally assigned" Enclosure Logical Identifier instead of 8 zero
mav
2012-08-25
1
-0
/
+2
*
Refactor enclosure manegement support in ahci(4). Move it out into separate
mav
2012-07-26
3
-100
/
+656
*
Partially revert r236666:
mav
2012-06-10
1
-1
/
+1
*
Add IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2 6Gbps SATA controllers.
mav
2012-06-08
1
-0
/
+3
*
ATA/SATA controllers have no idea about protocol of the connected device
mav
2012-06-06
1
-2
/
+2
*
Add quirk for Marvell based AHCI controller.
hselasky
2012-05-29
1
-0
/
+1
*
Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI
mav
2012-05-12
1
-0
/
+2
*
Fix names of some Marvell SATA chips. It looks like chips with proprietary
mav
2012-03-02
1
-4
/
+4
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.
jimharris
2012-01-06
1
-0
/
+1
*
Add hw.ahci.force tunable to control whether AHCI drivers should attach
mav
2011-12-02
1
-1
/
+5
*
Rename device_delete_all_children() into device_delete_children().
hselasky
2011-11-22
1
-1
/
+1
*
Move the device_delete_all_children() function from usb_util.c
hselasky
2011-11-19
1
-7
/
+3
*
Change the way how "not implemented" AHCI channels handled. Instead of
mav
2011-11-17
1
-5
/
+6
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add one more ID for the Marvell 88SE9128 6Gbps SATA controller.
mav
2011-09-27
1
-0
/
+1
*
Add ID for ASMedia ASM1061 2-port PCIe 2.0 x1 6Gb/s SATA controller.
mav
2011-08-24
1
-0
/
+1
*
Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Apple
mav
2011-08-02
1
-1
/
+1
*
In some cases, at least on Marvell 88SE912x controllers, Current Command
mav
2011-07-29
2
-6
/
+15
*
Add ID for Marvell 88SE9125 SATA controller.
mav
2011-06-30
1
-0
/
+1
*
Add Marvell 88SE9172 chip PCI ID.
mav
2011-05-26
1
-0
/
+1
*
Marvell 88SE91xx controllers are known to report soft-reset completion
mav
2011-05-26
1
-28
/
+49
*
According to SATA specification, when Serial ATA Enclosure Management Bridge
mav
2011-05-25
1
-12
/
+13
*
Add support for "LED" enclosure management messages, defined by the AHCI.
mav
2011-05-17
2
-0
/
+83
*
Chipset support for the new Intel Panther Point PCH, thanks
jfv
2011-05-11
1
-1
/
+9
*
Add PCI ID for Marvell 88SE9182 -- PCIe 2.x x2 relative of the 88SE912x.
mav
2011-05-05
1
-0
/
+1
*
Fix some English grammar.
mav
2011-04-19
2
-5
/
+5
*
According to specification. device should respond to COMRESET with COMINIT
mav
2011-04-19
1
-4
/
+9
*
Properly handle memory allocation errors during error recovery.
mav
2011-04-19
1
-5
/
+18
*
Handle ready timeout during polled operation same as done in mvs(4) before.
mav
2011-04-18
2
-0
/
+6
*
- Tune different wait loops to cut some more milliseconds from reset time.
mav
2011-04-18
1
-19
/
+19
*
Some changes around hot-plug and interface power-management:
mav
2011-04-15
2
-15
/
+65
*
Improve SATA Asynchronous Notification feature support in CAM:
mav
2011-04-13
1
-1
/
+3
*
Refactor hard-reset implementation in ahci(4).
mav
2011-04-12
2
-14
/
+74
[next]