| Age | Commit message (Expand) | Author |
| 2014-02-24 | - Only enable AHCI mode if it is not already enabled. | jmcneill |
| 2013-09-08 | Allow the attachment to override ahci_ports. | matt |
| 2013-09-08 | If there is only 1 port, don't say "1 ports". | matt |
| 2013-06-22 | Make sure dynamically allocated channel_queue struct are zero-filled. | matt |
| 2013-04-03 | Fix kernel dump on ahci controller, by making sure we won't sleep | bouyer |
| 2013-02-02 | Use __SHIFTOUT to simplify an expression. | matt |
| 2012-10-26 | Workaround PR kern/47097: use delay() instead of tsleep() ahci_do_reset_drive() | bouyer |
| 2012-09-27 | Add some more debugging messages. | matt |
| 2012-08-20 | Fix typo, pointed out by Markus W Kilbinger | bouyer |
| 2012-08-20 | Fix AHCI_QUIRK_BADPMPRESET: when reset fails for drive 15, stop, clear | bouyer |
| 2012-08-10 | Work around some SATA PMP issues in some AHCI controllers by either | bouyer |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-24 | Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and | jakllsch |
| 2012-07-15 | Some namespace protection (and add greppablity). | dsl |
| 2012-07-09 | This a 'quick fix' for the breakage in rev 1.35. | dsl |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-04-20 | Add a bustype_async_event_xfer_mode() callback to scsipi_bustype (which can | bouyer |
| 2012-01-10 | When a port reset fails, it is important to know which port. | jakllsch |
| 2011-08-20 | Rework version printout to be more future proof. | jakllsch |
| 2011-01-10 | Don't call bus_dmamap_load(9) and bus_dmamap_sync(9) on command xfers | tsutsui |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-07-27 | Support detachment of ahcisata(4). | jakllsch |
| 2010-07-20 | Prepare ahcisata(4) to work with 64-bit bus_dma_tag_t. | jakllsch |
| 2010-07-20 | Convert ahcisata(4) to C99 exact-width integer types. | jakllsch |
| 2010-04-07 | satafis: | jakllsch |
| 2010-03-12 | ata(4) expects IDENTIFY data to be in host endianess. | jakllsch |
| 2010-03-10 | ahcisata_core.c 1.23 cause long drive probe (31s, reported by | bouyer |
| 2010-02-23 | Move ahci_channel_start() after BSY has cleared (what seems to matter | bouyer |
| 2009-11-21 | Change bus_space_subregion() size for each SATA PHY register from 1 to 4, | jakllsch |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-06-17 | Use abstracted FIS code for ahcisata(4). Have the FIS code pre-zero the FIS. | jakllsch |
| 2009-02-12 | When an error is reported on a write, data may have been transfered | bouyer |
| 2008-10-03 | Make sure the adapter is ready to accept FISs before bringing the PHY up. | bouyer |
| 2008-08-01 | Increase delay after channel reset from 100ms to 500ms, suggested by bouyer. | dillo |
| 2008-06-07 | For ATAPI, in addition to storing the short sense, report a SCSI_CHECK | bouyer |
| 2008-05-07 | Wait 100ms after we resseting the PHY and found that a device is preent. | bouyer |
| 2008-03-24 | Split device_t and softc for atapibus(4). | cube |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-02-11 | Attach ahcisata(4) to any RAID controller that supports AHCI, and make it | xtraeme |
| 2008-01-25 | Make it print the correct version for AHCI 1.2 controllers. | xtraeme |
| 2007-12-04 | try fixing up broken revision string again | spz |
| 2007-12-04 | fix up broken revision string | spz |
| 2007-11-12 | Add ATAPI support to ahcisata(4). lightly tested with a DVD burner, by | bouyer |
| 2007-11-12 | Merge refactoring from jmcneill-pm. | joerg |
| 2007-11-11 | Move a delay() inside a loop, so that the 1s delay is really 1s. | bouyer |
| 2007-09-16 | Fix various error handling bugs: | bouyer |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-25 | We're not ready to handle ATAPI yet so just claim there's no drive to the | bouyer |
| 2007-06-21 | * Add bus_dmamap_sync calls for cmd structure. | fvdl |