summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw1-2/+2
2020-01-26Shuffle some names around to make reading the code less headachekrw1-2/+2
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-6/+2
2020-01-23we've been using LBA48 for < 137GB drives for 17 years, so perhapstedu1-2/+1
2019-08-19Remove some unused code left over from an ancient (i.e. 2007) attemptkrw2-25/+2
2019-07-07Use timeout_add_msec(9)kn1-3/+4
2018-11-02Remove unnecessary if/else block, both branches are identical. We canfcambus1-9/+4
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther1-2/+2
2017-12-30Delete unnecessary <sys/file.h> includesguenther2-4/+2
2017-12-14Repair flushcache/standby operations to not convert AT_WAIT operationsderaadt1-12/+4
2017-10-24remove defines for ioctls the kernel doesn't recognisejsg1-28/+1
2017-08-23Use the correct argument to sizeof. Coverity CID 1453382.jsg1-2/+2
2017-05-31add some details relating to SATA device power managementjmatthew1-3/+19
2017-05-31fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bitsjmatthew1-2/+4
2017-05-29Add an ioctl to tell storage devices to flush their internal cachessf1-10/+26
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toderaadt1-3/+3
2016-03-15Fix size passed to free(), found the hard way by Nick Permyakovjca1-2/+2
2016-01-20Set segflg member of uio struct with symbolic enum valuestefan1-2/+2
2016-01-03Fix typo in comment.kettenis1-2/+2
2015-12-29Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtorkettenis2-2/+25
2015-08-28fairly simple sizes for free(); ok teduderaadt1-5/+5
2015-08-26trivial size to free()deraadt1-2/+2
2015-08-17The 80's called and want their interface back. Remove last fragments ofkrw4-14/+10
2015-05-15rename the probe and free members of atascsi_methods to ata_probedlg2-7/+7
2015-04-04Use config_suspend() instead of dereferencing ca_activate directly tompi1-6/+2
2015-03-14Remove some includes include-what-you-use claims don'tjsg3-7/+3
2015-01-27remove the second void * argument on tasks.dlg1-5/+5
2014-12-09More malloc() -> mallocarray() in the kernel.doug1-5/+5
2014-09-14remove uneeded proc.h includesjsg3-6/+4
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-8/+8
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgderaadt1-3/+1
2014-07-09Kill unused shutdown hook pointers.mpi1-2/+1
2013-12-09replace workq_task_add with a task. stash teh struct in the ata xfer thingdlg2-7/+11
2013-11-06teach the side-effect free drivers about the partition they are dealingderaadt1-2/+11
2013-10-14Use DL_SECTOBLK() instead of handrolling same calculation to getkrw1-3/+4
2013-10-14XXsize() returns daddr_t, so calculate the return value in a daddr_tkrw1-2/+2
2013-09-27Try harder to ensure wddump() doesn't decrement the countkrw1-6/+7
2013-09-18return after done in atascsi_disk_unmap.dlg1-5/+14
2013-09-15Make it clearer that sc_wdc_bio.blkno is actuall a disk hardwarekrw1-8/+9
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2-8/+8
2013-01-17Add a hibernate HIB_DONE op. After the memory-side-effect driver finishesderaadt1-1/+11
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codederaadt1-21/+5
2012-02-24Correct the spelling of "transferred" and "transferring"guenther1-3/+3
2011-11-15on failure, the hibernate io function should return an errno type variable,deraadt1-2/+2
2011-11-14Use a fixed io_page for all hibernate I/O, which is needed formlarkin1-1/+5
2011-11-13Add some #defines for the various hibernate I/O modes, some of themlarkin1-3/+9
2011-09-22KNF of mlarkin's code, requested by him. Some improvements to the interfacederaadt2-5/+5
2011-08-03Alexander Polakov found a use of an uninitialized pointer in the scsidlg1-1/+2
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew1-10/+8
2011-07-15Cope with the start-dma-before-init errata and some other register setupderaadt1-4/+13