| Age | Commit message (Expand) | Author |
| 2018-01-07 | Fix block address calculation for bad sectors. | mlelstv |
| 2017-12-13 | Fix build for WD_SOFTBADSECT option. PR kern/52814 | pgoyette |
| 2017-11-07 | Make wddone poll all drives of a channel again. | mlelstv |
| 2017-11-03 | Add WDF_OPEN flag to really disallow opening of a disk that has been invalida... | mlelstv |
| 2017-11-01 | one down - mlelstv converted wd(4) to dksubr | jdolecek |
| 2017-11-01 | refactor wd and ataraid drivers to use common disk subroutines. | mlelstv |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-19 | more detailed debug info; also sync DEBUG_* values in wd.c with ata.c | jdolecek |
| 2017-10-18 | add newlines to the debug messages | jdolecek |
| 2017-10-17 | reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only | jdolecek |
| 2017-10-15 | move the extra thaw for scheduled ata_reset_channel() to the function itself, | jdolecek |
| 2017-10-15 | revert the logic for wdc_wait_for_unbusy() in wdc_ata_bio_intr() to pre-NCQ, | jdolecek |
| 2017-10-14 | do not use the NCQ priority by default; seems it negatively affects | jdolecek |
| 2017-10-14 | only call drive reset with AT_POLL when the command itself was | jdolecek |
| 2017-10-10 | split off functions used by 'wd* at umass?' into separate file, unfortunately | jdolecek |
| 2017-10-08 | as a stopgap measure, include necessary parts of dev/ata/ata.c even | jdolecek |
| 2017-10-08 | Re-use the err label more so it is not unused for drivers that don't support | christos |
| 2017-10-08 | Don't assert channel lock in polled mode. | mlelstv |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2017-06-25 | dumb instruction | maxv |
| 2017-05-10 | KNF. No functional change. | msaitoh |
| 2017-04-24 | remove the workaround for Seagate 'mod15write' bug, now driver only prints | jdolecek |
| 2017-03-05 | Enhance disk metrics by calculating a weighted sum that is incremented | mlelstv |
| 2016-11-20 | Avoid calling bufq_free() from critical section. | pgoyette |
| 2016-09-27 | Remove some debug printf's that slipped through. Thanks, wiz! | pgoyette |
| 2016-09-27 | Modularize the ld driver and all of its attachments. Ensure that all | pgoyette |
| 2016-09-16 | modify ldattach() to have default strategy as a parameter | jdolecek |
| 2016-08-05 | CID 1364758: Integer handling issues, avoid sign extension to 64 bits. | christos |
| 2016-07-22 | Space before tab and trailing whitespace fixes. | jakllsch |
| 2016-07-22 | Add ATA8-ACS Long Logical Sector Feature Set support to wd(4). | jakllsch |
| 2016-07-21 | Call wd_params_to_properties() after softc is sufficently | jakllsch |
| 2016-07-21 | Remove unused 'params' argument of local function wd_params_to_properties() | jakllsch |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-06-19 | Add a new config_detach() flag, DETACH_POWEROFF, which is set when | bouyer |
| 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 |