Age | Commit message (Expand) | Author |
2022-04-09 | atascsi: constify method tables | Christian Weisgerber |
2019-08-19 | Remove some unused code left over from an ancient (i.e. 2007) attempt | Kenneth R Westerback |
2017-05-31 | add some details relating to SATA device power management | Jonathan Matthew |
2017-05-31 | fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bits | Jonathan Matthew |
2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor | Mark Kettenis |
2015-05-15 | rename the probe and free members of atascsi_methods to ata_probe | David Gwynne |
2013-12-09 | replace workq_task_add with a task. stash teh struct in the ata xfer thing | David Gwynne |
2011-07-08 | macros for TRIM | David Gwynne |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | Dale Rahn |
2010-09-23 | commands and bits for data set management. | David Gwynne |
2010-09-20 | define and use macros for looking at ncq bits. | David Gwynne |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-05-05 | map the ATA data set management stuff (ie, trim) to the SCSI thin | David Gwynne |
2010-04-22 | cut atascsi over to providing and using iopools. this gets rid of NO_CCB | David Gwynne |
2010-04-19 | move the stupid throwing away of ata_xfers out the run of the first scsi | David Gwynne |
2010-04-05 | fill in the the lowest aligned logical block address field. it | David Gwynne |
2010-04-05 | add support for ata disks with block sizes other than 512 bytes. i havent | David Gwynne |
2010-04-03 | add support for emulating the disk characteristics and disk limits vpd | David Gwynne |
2009-12-08 | krw and marco found another problem with my atascsi chanages. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-01-01 | provide a thing for use with %b to show which xa flags are set. | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-06 | Ask for write cache and read look ahead to be turned | Jonathan Gray |
2007-11-28 | when we probe a port send an ata inquiry to the device and cache | David Gwynne |
2007-11-26 | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell | David Gwynne |
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne |
2007-11-23 | starting bits to implement hotplug of sili controllers. this adds the code | David Gwynne |
2007-04-12 | Do a security freeze lock like we do in wd(4) to deal with systems | Jonathan Gray |
2007-04-10 | Sort ATA commands by value. | Jonathan Gray |
2007-04-05 | device signatures appear to be common to sata controllers too. | David Gwynne |
2007-04-04 | some registers are shared amongst various sata controllers, so stick | David Gwynne |
2007-04-02 | Read log page 10h to determine the NCQ error, instead of aborting all | Christopher Pascoe |
2007-03-22 | Let atascsi issue NCQ commands if the controller supports it. | Christopher Pascoe |
2007-03-21 | Add support for issuing NCQ commands via AHCI. | Christopher Pascoe |
2007-03-21 | replace the array of u_int8_ts for the fis/registers with a struct to make | David Gwynne |
2007-03-20 | add missing FLUSH_CACHE commands. | David Gwynne |
2007-03-20 | Add support for ATA PACKET commands. This should make ATAPI cdrom drives, | Christopher Pascoe |
2007-03-20 | move ata command definitions from atascsi.c to atascsi.h | David Gwynne |
2007-03-20 | reorder slightly. ata bits before atascsi | David Gwynne |
2007-03-20 | Add timeout handling for ATA commands. | Christopher Pascoe |
2007-03-20 | nothing from wdc, wd, or any of the existing ata stuff pls. this gets rid | David Gwynne |
2007-03-20 | Request "descriptor processed" interrupts only for PIO requests (inquiry, | Christopher Pascoe |
2007-03-20 | Instead of having a copy of every register that we will issue in the ata_cmd, | Christopher Pascoe |
2007-03-20 | Change API for struct ata_xfer allocation to move it into the device that | Christopher Pascoe |
2007-03-13 | we need a resid too | David Gwynne |
2007-03-13 | add timeouts on ata_xfers | David Gwynne |
2007-02-28 | stash a pointer to the atascsi instance in ata_port structs. the completion | David Gwynne |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray |