| Age | Commit message (Expand) | Author |
| 2013-10-30 | play the addref/delref game on suspend, prevents crash if the disk/CF Card | drochner |
| 2013-10-30 | -recognize CF cards by the magic value in inquiry data | drochner |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-08-19 | Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL | skrll |
| 2013-08-07 | Make sure a channel has drives attached before resetting it otherwise | blymn |
| 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-05-03 | Wait for DRDY after the PMP commands and don't wait before. | jakllsch |
| 2013-04-17 | Also print port multiplier port number when register accesses fail. | jakllsch |
| 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 |
| 2013-01-09 | Initialize b_resid before biodone in wdioctlstrategy error branch. | riastradh |
| 2013-01-09 | Name the ATA SECURITY commands. | riastradh |
| 2012-11-19 | Introduce WDC_CAPABILITY_NO_AUXCTL flag. For lame controllers that don't | rkujawa |
| 2012-11-01 | Allow setting ATADEBUG_MASK to default value of atadebug_mask | abs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-19 | Implement experimental support to pass notifications that a file | drochner |
| 2012-08-04 | If ch_ndrives is > 0, then ch_drive is not supposed to be NULL. | bouyer |
| 2012-08-01 | Make this compile again after DRIVET rename | bouyer |
| 2012-08-01 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-29 | Remove ata_channel->ata_drives, it's redundant with the pointer in | jakllsch |
| 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 | It turns out my previous commit here was off by one. | 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-22 | Port multiplier registers are 64-bits wide (although the ones we need only | jakllsch |
| 2012-07-22 | The vendor and product IDs are 16-bit, print out as such. | jakllsch |
| 2012-07-22 | Correctly issue port multiplier register access commands as LBA48 now that the | jakllsch |
| 2012-07-22 | KASSERT if we attempt to access an invalid port. | jakllsch |
| 2012-07-22 | SATA uses the head portion of the device register in the command protocol for | jakllsch |
| 2012-07-15 | Stopgap crash prevention when atadebug_mask includes DEBUG_PROBE bit. | 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-05-15 | If the PHY reports link up but no communication, wait 5 more | bouyer |
| 2012-04-06 | Fix a typo (that I found 5 years ago). Though the definition of | isaki |
| 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 |
| 2012-01-09 | Instead of assume that 'features' is 0 in wdccommandext(), | jakllsch |
| 2011-11-25 | Replace broken memset with M_ZERO | joerg |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-11-02 | Drop trailing whitespace. | jakllsch |
| 2011-10-29 | Some comment improvements; spelling and grammar. | jakllsch |
| 2011-10-27 | Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list. | jakllsch |
| 2011-10-24 | SATA_SIGNAL_GEN3 definition for Serial ATA capabilities word in | jakllsch |
| 2011-10-24 | Add defines for SET FEATURES for the SATA, PUIS and AAM feature sets. | jakllsch |
| 2011-10-05 | Limit wd(4) transfers to 128 (512-byte) logical sectors, as the traditional | jakllsch |
| 2011-08-28 | make this compile. | christos |