Age | Commit message (Expand) | Author |
2012-07-02 | Hibernate i/o implementation for ahci(4). This works with an ATI SBx00 | Jonathan Matthew |
2012-06-29 | fix obvious panic on resume with AHCI_DEBUG enabled | Jonathan Matthew |
2012-06-28 | Fix issues with AMD chipset ahci(4) attach functions. | Stuart Henderson |
2012-06-05 | When error recovery fails, just fail the command. Attempting error | Jonathan Matthew |
2012-05-05 | Sync with renamed and new AMD Hudson-2 entries done in pcidevs r1.1640 | Stuart Henderson |
2012-04-13 | Fix waiting problem at boot on AMD Hudson's AHCI. | sasano |
2012-02-04 | Close races where timer is started on a command and then an splbio() | Kenneth R Westerback |
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike Larkin |
2011-10-27 | Split AHCI port multiplier detection out into a separate function. | Jonathan Matthew |
2011-10-26 | Convert some ahci port multiplier printfs to DPRINTFs as they're | Jonathan Matthew |
2011-08-20 | Don't wait for FR to come on after setting the FRE bit in the port command | Mark Kettenis |
2011-07-04 | Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ... | Jonathan Matthew |
2011-06-14 | Intel 3400 AHCI responds to PMP probes like ATI SBx00 chips. | Jonathan Matthew |
2011-06-02 | Attempt msi interrupt mapping, with fall back to old-style mapping. Works | Kenneth R Westerback |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-04-24 | get the error ccbs state right for a put when a port is empty. should get | David Gwynne |
2011-04-21 | steal the ccb for error handling before it might be needed during the | David Gwynne |
2011-04-21 | ahci asks atascsi to reserve a ccb to use for error handling, but then | David Gwynne |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-03 | Another driver made safer for big mem by dma_alloc/dma_free'ing | Kenneth R Westerback |
2011-01-28 | we deal with polled ccbs erroring out properly, we dont have to complain | David Gwynne |
2011-01-28 | ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should be | David Gwynne |
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | Dale Rahn |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-07-03 | Turns out the | Mark Kettenis |
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray |
2010-06-29 | Add code to make ahci(4) suspend/resume properly. Probably not perfect yet, | Mark Kettenis |
2010-05-24 | atascsi may (will) reuse ata_xfers, meaning the xa state that | David Gwynne |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-04-16 | Remove Intel RAID IDs for now. They can be added back when code has been | Mark Kettenis |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-04-06 | add Intel 82801GR RAID. | David Gwynne |
2010-03-15 | Add support for 82801HBM RAID. 'that diff can go in' kettenis@ | Dale Rahn |
2010-03-15 | Add id for Intel 82801JI RAID. Lets HP GL360 G6 see internal SATA | Kenneth R Westerback |
2010-01-21 | Use ahci_nvidia_mcp_attach() for nvidia MCP79 ("Ion"), without which | Stuart Henderson |
2010-01-10 | ATI AHCI seems not to put slot number into the command register | Alexander Yurchenko |
2009-12-28 | Add MCP73_AHCI_5 to list of devices started in that special NVidia | Kenneth R Westerback |
2009-12-08 | claim Intel 82801H RAID by pci id. it might be in RAID mode, not ahci. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-11-01 | add support for the ati sb900^Whudson2 chips. | David Gwynne |
2009-10-24 | recognise ahci 1.3 devices, maybe they'll Just Work(tm). | David Gwynne |
2009-10-17 | Another MCP77 controller that while matched already by class, | Jonathan Gray |
2009-10-13 | sort the device list. from Brad. | Stuart Henderson |
2009-10-05 | nvidia MCP73 on acer aspire m1640; proger@uaoug.org.ua | Theo de Raadt |
2009-09-13 | ATI SB700 can be handled in ahci mode like SB600. suggested by | Matthieu Herrb |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-12-13 | ;5Anvidia mcp67 ahci controller also needs special handling. | Mike Belopuhov |
2008-12-07 | yet another one nvidia ahci controller that needs special handling. | Mike Belopuhov |
2008-11-22 | Some nVidia MCP77 AHCI controllers need special handling. There's 12 | Mike Belopuhov |