| Age | Commit message (Expand) | Author |
| 2020-08-24 | s/ressource/resource/. No functional change. | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-17 | reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2016-10-13 | provide intr xname | jdolecek |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-06-22 | When allocating the channel queue, make sure the return memory is zeroed. | matt |
| 2012-11-14 | don't attempt to re-unmap the interrupt on detach | 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 |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-05-10 | Stop abuse of PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED. The flags | dyoung |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2010-11-17 | Fix build when NATA_DMA is 0. | dholland |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-11-06 | Rework pciide(4) detachment to take the legacy interrupt mapping into | jakllsch |
| 2010-11-05 | Correct copy/paste error in as-of-yet-unused pciide_common_detach(). | jakllsch |
| 2010-11-05 | Pave the way for detachment of pciide(4)-family ATA controllers. | jakllsch |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-08-23 | Print device description on the same line as locators. | jmcneill |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-17 | Silence unused variable warning. | itohy |
| 2006-10-17 | Make pciide(4)-only configurations (without other DMA-capable driver) compile. | itohy |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-01-17 | Add missing ch_ndrive initialisations. Pointed out by Juan RP. | bouyer |
| 2006-01-04 | Fix forcing use of DMA mode for the generic pciide driver: default_chip_map() | bouyer |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | Add a const. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-15 | Allow MAXPHYS-sized instead of IDEDMA_BYTE_COUNT_MAX-sized transfers | briggs |
| 2005-02-15 | Move the definition of NIDEDMA_TABLES from pciidereg.h to be closer to | briggs |
| 2005-02-04 | de-__P | perry |
| 2004-11-24 | Move bus_dma setup out of pciide_dma_init() in a new function, | bouyer |
| 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-16 | Dereference ch_wdc after filled. | enami |