| Age | Commit message (Expand) | Author |
| 2019-09-23 | Pull up following revision(s) (requested by tsutsui in ticket #232): | martin |
| 2018-10-27 | Fix previous misnamed initializer elements | maya |
| 2018-10-27 | Add missing ata_recovery struct element, NULL, same as wdc_ata_bustype | maya |
| 2018-10-22 | Merge jdolecek-ncqfixes branch | jdolecek |
| 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-16 | fix comment - it's WDCTL_IDS which is supposed to disable interrupts | jdolecek |
| 2017-10-15 | explicitely ignore polled xfers in wdcintr(), so it won't be processed | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2017-03-29 | Fix 0x%d and 0x%u. | msaitoh |
| 2016-08-17 | Spelling in comment | skrll |
| 2016-05-06 | KNF. No functional change. | msaitoh |
| 2016-01-18 | Fix a bug that wdcprobe1() accesses NULL pointer when the DEBUG_PROBE bit | msaitoh |
| 2013-09-15 | Mark potentially unused variables | martin |
| 2013-04-03 | Fix kernel dump on ahci controller, by making sure we won't sleep | bouyer |
| 2013-02-03 | Add argument to wdccommandext() to allow the entire contents of the | jakllsch |
| 2012-12-19 | Restore spl before continue. | kiyohara |
| 2012-11-19 | Introduce WDC_CAPABILITY_NO_AUXCTL flag. For lame controllers that don't | rkujawa |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-29 | PR/46599: Onno van der Linden: Don't call bus space commands with 0 len. | christos |
| 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-24 | Rework struct ata_command to support LBA28 and LBA48-protocol commands. | jakllsch |
| 2012-01-09 | Instead of assume that 'features' is 0 in wdccommandext(), | jakllsch |
| 2011-12-04 | correct some typos in comments, whitespace adjustments | jakllsch |
| 2011-08-28 | Revert previous and fix properly by just removing the #error and a bogus | bouyer |
| 2011-08-28 | Make this compile again without WDC_NO_IDS. | christos |
| 2011-08-27 | The loongon2f+cs5526+jmicron PATA->SATA bridge cause an interresting issue: | bouyer |
| 2011-08-13 | It's hard to get a backtrace after calling a NULL function pointer, | jakllsch |
| 2010-03-28 | Spell "enough" properly. | snj |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-10-06 | Commit patch from PR#41926. Confirmed to work by PR submitter on two | sborrill |
| 2008-12-08 | Warn about large struct on stack in comment. | pooka |
| 2008-11-16 | cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so | bouyer |
| 2008-10-02 | Kill ATACH_TH_RUN and use cpu_intr_p() instead. | bouyer |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-01-28 | If something still holds a reference to our scsipi_adapter, do not | dyoung |
| 2008-01-19 | In wdcdetach(), if config_detach() fails, get out early. | dyoung |
| 2008-01-10 | Let us detach atabus* from wdc*, and wdc* from isa*. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-04-16 | Make this compile with or without 'options ATADEBUG'. | dyoung |
| 2007-03-17 | Let config(1) know that #define ATADEBUG goes in opt_ata.h. In | dyoung |
| 2007-01-26 | Add missing bus_space_(read,write)_stream macros. | sborrill |
| 2007-01-18 | For the unaligned case: | bouyer |
| 2007-01-14 | If __NO_STRICT_ALIGNMENT is not defined, take special care to do PIO | martin |
| 2006-11-29 | Use mstohz() for callout argument instead of local arithmetic. | bouyer |