| Age | Commit message (Expand) | Author |
| 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 |
| 2006-11-20 | Move part of wdc_sataprobe() to sys/dev/ata/sata_subr.c so that it can be | bouyer |
| 2006-11-14 | wdc_sataprobe(): | bouyer |
| 2006-10-25 | Exclude wdc_sataprobe() when no SATA controllers are present. Fix | bouyer |
| 2006-10-25 | Add sata registers to struct wdc_regs. Add wdc_sataprobe(), a function | bouyer |
| 2006-09-30 | A little effort against kernel bloat.... | itohy |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-03-18 | __wdcwait_reset(): if we hare there we have a wdc pointer, so no need to check | bouyer |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-01-24 | Revert part of previous: checking the drive's status after a read seems to | bouyer |
| 2006-01-22 | Make some debug printf more verbose. | bouyer |
| 2006-01-16 | properly use ata_channel->ch_ndrive: | bouyer |
| 2005-11-16 | After a reset don't wait for drives to come ready if there's no drives. | bouyer |
| 2005-08-29 | In __wdccommand_start(), don't cann wdcwait() with ata_c->flags, as this gives | bouyer |
| 2005-08-17 | make CF on pcmcia works again. | tacha |
| 2005-08-10 | Add missing declaration/initialisation of wdc. | bouyer |
| 2005-08-10 | Also initialize wdc->reset in wdcprobe() if the bus back-end didn't provide | bouyer |
| 2005-08-09 | The ATA/ATAPI IDENTIFY data were designed to be converted on the fly to | bouyer |
| 2005-08-06 | Add an optionnal controller callback for channel reset. If the callback | bouyer |
| 2005-06-19 | In wdcprobe1(), wait 5s for the drive to deassert ready. In case of e.g. | bouyer |
| 2005-06-16 | Remove a (wdc == NULL) test. We know wdc is not NULL at this point. | bouyer |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-03-28 | Reverse the cyl_lo and cyl_hi reads for the AT_READREG case; previously, | fvdl |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-11 | Add support for Artisea chips operating in DPA mode, which has a | rearnsha |
| 2004-10-30 | Allow polled commands to be queued, if ata_exec_xfer() is called in thread | bouyer |
| 2004-10-30 | Revert 1.215, with a comment explaining why we can't use interrupts here. | bouyer |
| 2004-10-26 | wdc_drvprobe(): don't poll for the IDENTIFY, use interrupts. There's no | bouyer |
| 2004-10-25 | Fill some entry in fake wdc_ata_bustype since those are called even | enami |
| 2004-08-21 | Make some functions referenced only in wdc.c private to that file. | thorpej |
| 2004-08-21 | atastart() (called only at splbio(), and from interrupts) can change | thorpej |
| 2004-08-20 | - Add an (*ata_reset_channel)() member to ata_bustype. | thorpej |