| Age | Commit message (Expand) | Author |
| 2016-05-02 | move scsipi_strvis -> libkern:strnvisx() | christos |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-04 | support DIOCMWEDGES ioctl. | mlelstv |
| 2014-10-11 | The partition size is always computed in native blocks. The code also assumes | mlelstv |
| 2014-09-10 | g/u_int[0-9]*_t/ s/u_int/uint/g | matt |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Drop the old discard/trim ioctls from wd.c. | dholland |
| 2014-07-25 | Implement d_discard for wd. | dholland |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-25 | kill sprintf | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 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 |