| Age | Commit message (Expand) | Author |
| 2013-10-30 | play the addref/delref game on suspend, prevents crash if the disk/CF Card | drochner |
| 2013-08-19 | Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL | skrll |
| 2013-08-06 | TRIM showed up sometime between ATA-7 and ATA-8. | soren |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-01-09 | Initialize b_resid before biodone in wdioctlstrategy error branch. | riastradh |
| 2012-10-19 | Implement experimental support to pass notifications that a file | drochner |
| 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-22 | FLUSH CACHE EXT is a 48-bit command, issue as such. Both FLUSH CACHE commands | jakllsch |
| 2012-07-22 | ATA-6 and ACS-2 drafts both say the flush cache commands may take longer than | 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-06-26 | In some case, when an error is reported by the disk, the ahci controller | bouyer |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-24 | Rework struct ata_command to support LBA28 and LBA48-protocol commands. | jakllsch |
| 2011-11-25 | Replace broken memset with M_ZERO | joerg |
| 2011-10-27 | Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list. | jakllsch |
| 2011-10-05 | Limit wd(4) transfers to 128 (512-byte) logical sectors, as the traditional | jakllsch |
| 2011-07-30 | Add some additional consistency checking paranoia with KASSERT. | jakllsch |
| 2011-02-10 | Start new line before issuing IDENTIFY command since messages from | enami |
| 2010-11-05 | Mark a buffer with EIO in wdstrategy() if the device is not "enabled" | dyoung |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-23 | struct buf::b_iodone is not called at splbio() any more. | bouyer |
| 2010-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-17 | ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between | bouyer |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-06-08 | Add atap_max_lba member to ataparams for LBA48 Maximum Address. From OpenBSD. | jakllsch |
| 2009-05-20 | On second thought, let's call disk_predetach() disk_begindetach(). | dyoung |
| 2009-05-19 | Use disk_predetach(). | dyoung |
| 2009-05-19 | Delete wdactivate() and sdactivate(). They were no-ops, but as a | dyoung |
| 2009-05-15 | Do not detach a wd(4) instance if it is open, but return EBUSY, | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-02-10 | Backout LBA 48 quick entries which were added to fix one aspect of | tron |
| 2009-02-09 | Add two more entries to the quirk table for hard disks which need the | tron |
| 2009-02-06 | -in the wdc@pcmcia driver, don't try to powerup/down while cold or | drochner |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-12-13 | more debugging in the dump path. | christos |
| 2008-12-05 | In wddetach(), avoid a crash by destroying the callout sc_restart_ch. | dyoung |
| 2008-06-08 | Use device_lookup_private() rathter than device_private(device_lookup()). | tsutsui |
| 2008-05-02 | disk_destroy() is needed when the disk structure is no longer required, | plunky |
| 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-02-29 | The Hitachi HDP725025GLA380 returns "aborted command" instead of | bouyer |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-02-28 | use pmf again to register the shutdown handler, instead of | drochner |