| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2019-10-21 | follow the channel locking protocol during probe (like the other drivers) | christos |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2016-08-23 | Remove PCI_PRODUCT_CMDTECH_240's entry because CMDTECH_AAR_1210SA has | msaitoh |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-10-07 | Use the universal pciide_detach() for detach function of all remaining | jakllsch |
| 2013-09-15 | Comment out unused variables | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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 |
| 2010-06-08 | attach on Sil240 and IXP 300 chips as well, as if they are 3112 | mrg |
| 2010-03-23 | only apply the satalink 3112 rev 0.1 and earlier to actual 3112 based | mrg |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2007-12-27 | Change cacheline fixup for 3114's second set of channels, too. | ws |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-25 | Use common wdc_sataprobe() where possible; explain why we can't in satalink.c | bouyer |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-06-26 | Add missing __KERNEL_RCSID() | xtraeme |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-01-16 | properly use ata_channel->ch_ndrive: | bouyer |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-01 | The read/read multiple cacheline problem may also appear on the 3114 | ragge |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-09-05 | Fill out correct cap variable so that DMA works again. | skd |
| 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-07-19 | Add Adaptec AAR-1210SA serial ATA RAID. | msaitoh |
| 2004-06-23 | When the Silicon Image 3112 retries a PCI memory read command, it | briggs |
| 2004-05-28 | Use the common sata_speed() routine. | thorpej |
| 2004-05-25 | Add the notion of "shadow registers" to the wdc driver. These shadow | thorpej |
| 2004-05-07 | Add support for Silicon Image 3512 chip to satalink driver -- treat it as | sekiya |
| 2004-01-07 | Initialize some importantant members of the drive info structure. (I have | thorpej |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2004-01-01 | Rename: | thorpej |