| Age | Commit message (Expand) | Author |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2013-10-07 | Use the universal pciide_detach() for detach function of all remaining | jakllsch |
| 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-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2010-11-05 | Pave the way for detachment of pciide(4)-family ATA controllers. | jakllsch |
| 2008-05-14 | Normalize my licenses. | tsutsui |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-24 | ATP865 chips support Ultra133, so correct attach messages as well. | tsutsui |
| 2005-05-24 | add __KERNEL_RCSID | lukem |
| 2005-05-08 | ACARD ATP865-A (used on AEC-6280/6880) supports UltraDMA/133 too. | tsutsui |
| 2004-08-21 | atastart() (called only at splbio(), and from interrupts) can change | thorpej |
| 2004-08-20 | Move most of wdc_softc into a new atac_softc structure that contains | thorpej |
| 2004-08-19 | - Add and use a CHAN_TO_WDC() macro to get the wdc_softc from an | thorpej |
| 2004-08-14 | - Split the register handles out of struct wdc_channel into a separate | thorpej |
| 2004-08-13 | Don't bother with bits that tell of the presence of optional callbacks; | thorpej |
| 2004-08-02 | If acknowledge "bogus" interrupts (that is, interrupts that have happened | bouyer |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2003-11-27 | There are some cards that map the ATA control and IDE DMA registers | fvdl |
| 2003-10-24 | Add support for Acard ATP865/A Ultra100 IDE Controllers. From Tsubai Masanari. | tsutsui |
| 2003-10-24 | Remove trailing whitespace. | tsutsui |
| 2003-10-24 | Remove IDE_PCI_CLASS_OVERRIDE -- it wasn't actually used anywhere. In lieu of | mycroft |
| 2003-10-11 | Cosmetic changes: | thorpej |
| 2003-10-08 | Split pciide in per-chip family driver, as proposed in | bouyer |