| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 1 | -2/+2 |
| 2020-01-26 | Shuffle some names around to make reading the code less headache |  krw | 1 | -2/+2 |
| 2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 1 | -6/+2 |
| 2020-01-23 | we've been using LBA48 for < 137GB drives for 17 years, so perhaps |  tedu | 1 | -2/+1 |
| 2019-08-19 | Remove some unused code left over from an ancient (i.e. 2007) attempt |  krw | 2 | -25/+2 |
| 2019-07-07 | Use timeout_add_msec(9) |  kn | 1 | -3/+4 |
| 2018-11-02 | Remove unnecessary if/else block, both branches are identical. We can |  fcambus | 1 | -9/+4 |
| 2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 1 | -2/+2 |
| 2017-12-30 | Delete unnecessary <sys/file.h> includes |  guenther | 2 | -4/+2 |
| 2017-12-14 | Repair flushcache/standby operations to not convert AT_WAIT operations |  deraadt | 1 | -12/+4 |
| 2017-10-24 | remove defines for ioctls the kernel doesn't recognise |  jsg | 1 | -28/+1 |
| 2017-08-23 | Use the correct argument to sizeof. Coverity CID 1453382. |  jsg | 1 | -2/+2 |
| 2017-05-31 | add some details relating to SATA device power management |  jmatthew | 1 | -3/+19 |
| 2017-05-31 | fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bits |  jmatthew | 1 | -2/+4 |
| 2017-05-29 | Add an ioctl to tell storage devices to flush their internal caches |  sf | 1 | -10/+26 |
| 2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 1 | -3/+3 |
| 2016-03-15 | Fix size passed to free(), found the hard way by Nick Permyakov |  jca | 1 | -2/+2 |
| 2016-01-20 | Set segflg member of uio struct with symbolic enum value |  stefan | 1 | -2/+2 |
| 2016-01-03 | Fix typo in comment. |  kettenis | 1 | -2/+2 |
| 2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor |  kettenis | 2 | -2/+25 |
| 2015-08-28 | fairly simple sizes for free(); ok tedu |  deraadt | 1 | -5/+5 |
| 2015-08-26 | trivial size to free() |  deraadt | 1 | -2/+2 |
| 2015-08-17 | The 80's called and want their interface back. Remove last fragments of |  krw | 4 | -14/+10 |
| 2015-05-15 | rename the probe and free members of atascsi_methods to ata_probe |  dlg | 2 | -7/+7 |
| 2015-04-04 | Use config_suspend() instead of dereferencing ca_activate directly to |  mpi | 1 | -6/+2 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 3 | -7/+3 |
| 2015-01-27 | remove the second void * argument on tasks. |  dlg | 1 | -5/+5 |
| 2014-12-09 | More malloc() -> mallocarray() in the kernel. |  doug | 1 | -5/+5 |
| 2014-09-14 | remove uneeded proc.h includes |  jsg | 3 | -6/+4 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2 | -8/+8 |
| 2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg |  deraadt | 1 | -3/+1 |
| 2014-07-09 | Kill unused shutdown hook pointers. |  mpi | 1 | -2/+1 |
| 2013-12-09 | replace workq_task_add with a task. stash teh struct in the ata xfer thing |  dlg | 2 | -7/+11 |
| 2013-11-06 | teach the side-effect free drivers about the partition they are dealing |  deraadt | 1 | -2/+11 |
| 2013-10-14 | Use DL_SECTOBLK() instead of handrolling same calculation to get |  krw | 1 | -3/+4 |
| 2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t |  krw | 1 | -2/+2 |
| 2013-09-27 | Try harder to ensure wddump() doesn't decrement the count |  krw | 1 | -6/+7 |
| 2013-09-18 | return after done in atascsi_disk_unmap. |  dlg | 1 | -5/+14 |
| 2013-09-15 | Make it clearer that sc_wdc_bio.blkno is actuall a disk hardware |  krw | 1 | -8/+9 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2 | -8/+8 |
| 2013-01-17 | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes |  deraadt | 1 | -1/+11 |
| 2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 1 | -21/+5 |
| 2012-02-24 | Correct the spelling of "transferred" and "transferring" |  guenther | 1 | -3/+3 |
| 2011-11-15 | on failure, the hibernate io function should return an errno type variable, |  deraadt | 1 | -2/+2 |
| 2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for |  mlarkin | 1 | -1/+5 |
| 2011-11-13 | Add some #defines for the various hibernate I/O modes, some of the |  mlarkin | 1 | -3/+9 |
| 2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface |  deraadt | 2 | -5/+5 |
| 2011-08-03 | Alexander Polakov found a use of an uninitialized pointer in the scsi |  dlg | 1 | -1/+2 |
| 2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 1 | -10/+8 |
| 2011-07-15 | Cope with the start-dma-before-init errata and some other register setup |  deraadt | 1 | -4/+13 |