| Age | Commit message (Expand) | Author |
| 2022-03-15 | Pull up following revision(s) (requested by perseant in ticket #1435): | martin |
| 2022-02-08 | Pull up following revision(s) (requested by jdolecek in ticket #1426): | martin |
| 2020-12-30 | Pull up following revision(s) (requested by jmcneill in ticket #1167): | martin |
| 2020-03-21 | Pull up following revision(s) (requested by riastradh in ticket #795): | martin |
| 2020-03-21 | Pull up following revision(s) (requested by riastradh in ticket #788): | martin |
| 2019-09-05 | Pull up following revision(s) (requested by gson in ticket #179): | martin |
| 2019-06-06 | Take channel lock for calling reset_drive. | mlelstv |
| 2019-06-06 | Count only the initial start of a transfer, not the retries. | mlelstv |
| 2019-05-25 | use PR_ZERO | christos |
| 2019-05-24 | Also schedule timeouts when all openings are in use. | mlelstv |
| 2019-04-26 | Some more empty-string --> NULL conversions for module dependencies | pgoyette |
| 2019-04-07 | Really implement WDF_DIRTY. patch(1) did something silly here ... | bouyer |
| 2019-04-06 | Make sure the aprint_verbose chain is terminated with a newline. | uwe |
| 2019-04-05 | drop AT_RST_NOCMD, it's a cut'n'paste side effect | bouyer |
| 2019-04-05 | unbreak the build, someone forgot to commit more stuff :-) | christos |
| 2019-04-05 | Implement a DIRTY flag (copied from sd(4)) so avoid flushing the cache if | bouyer |
| 2019-03-19 | The NCQ support added a private request queue to the wd driver. This | mlelstv |
| 2019-03-19 | Set disk model name as disk type. The information can be queried through | mlelstv |
| 2019-03-19 | Move standby on detach after wedges deletion in case wedges trigger | mlelstv |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-11 | in atabus_detach(), shutdown the channel thread only after all the | jdolecek |
| 2018-11-12 | hold channel lock during whole ata_dmaerr()/ata_downgrade_mode() - | jdolecek |
| 2018-11-07 | don't touch the queue structure in ata_queue_active() if atabus is already | jdolecek |
| 2018-10-24 | ata_kill_active() needs to drop channel drop before calling kill_xfer() hook, | jdolecek |
| 2018-10-24 | remove TODO.ncq; the FIS note was added to atastart(), and the note | jdolecek |
| 2018-10-24 | add further note about FIS-based switching to atastart() | jdolecek |
| 2018-10-24 | move the comment (and expand) about NCQ TRIM to wd_trim() | jdolecek |
| 2018-10-24 | detach the controller itself on shutdown; adjust to not detach already | jdolecek |
| 2018-10-24 | only include umass_isdata.c if atabus present, and likewise ata_subr.c | jdolecek |
| 2018-10-24 | only include ata_recovery.c with atabus (same as ata.c which provides | jdolecek |
| 2018-10-23 | add support for DIOCCACHESYNC (!), and DIOCGCACHE; code adapted from ccd(4) | jdolecek |
| 2018-10-22 | remove the note for dump, moral equivalent is done and biodone() most | jdolecek |
| 2018-10-22 | remove the wd* at umass? entry (comment moved to umass_isdata.c and manpage) | jdolecek |
| 2018-10-22 | move mvsata(4) related items from ata/TODO.ncq to dev/ic/mvsata.c, it's | jdolecek |
| 2018-10-22 | Merge jdolecek-ncqfixes branch | jdolecek |
| 2018-10-22 | convert from malloc(9) to kmem(9) | jdolecek |
| 2018-10-22 | no need for <sys/malloc.h> here | jdolecek |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-31 | one less | jdolecek |
| 2018-08-10 | fix race in wd_lastclose() on systems with two ide disks on same | jdolecek |
| 2018-08-06 | add wddebug() which dumps some status for attached disks; indended for | jdolecek |
| 2018-07-29 | mark satapmp_rescan() static, it's not to be used outside satapmp_subr.c | jdolecek |
| 2018-06-22 | Call config_cfattach_attach() regardless of whether the module is | pgoyette |
| 2018-06-21 | split the port status reporting to new function sata_interpret_det() | jdolecek |
| 2018-06-03 | take mutex around check for pending flush, as the code before dksubr | jdolecek |
| 2018-06-03 | Whitespace | martin |
| 2018-06-01 | add a flag to start DMA before issuing commands - needed to work around a bug | macallan |
| 2018-04-16 | remove superfluous semicolon | jdolecek |
| 2018-01-07 | Fix block address calculation for bad sectors. | mlelstv |