Age | Commit message (Expand) | Author |
2011-01-26 | Add port multiplier support, has been in snaps for a while with no reported | Dale Rahn |
2011-01-13 | Add new file for upcoming change. ok dlg@ deraadt@ | Dale Rahn |
2011-01-12 | Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it | Mark Kettenis |
2010-12-31 | Reintroduce the code that puts the drive into standby in shutdown, but | Mark Kettenis |
2010-12-30 | The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook Pro | Mark Kettenis |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-06 | If the dma_init callback function returns with EINVAL, fall back to PIO. | Mark Kettenis |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-23 | translate WRITE SAME 16 into DSM TRIM. | David Gwynne |
2010-09-23 | commands and bits for data set management. | David Gwynne |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-20 | define and use macros for looking at ncq bits. | David Gwynne |
2010-09-20 | DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove | Theo de Raadt |
2010-09-19 | move the ncq depth calculation into atascsi_probe where it belongs. by | David Gwynne |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-07-27 | Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, | Matthew Dempsky |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-22 | Give the drive a little bit more time to complete the STANDBY IMMED command. | Mark Kettenis |
2010-07-22 | First part of better pciide resume. Wake the channel by performing two | Mike Larkin |
2010-07-21 | Garbage collect ata_bio's badsect field. | Matthew Dempsky |
2010-07-20 | Do not put a data buffer on the stack. It will be dma'd to. Use | Theo de Raadt |
2010-07-13 | Do not put a data buffer on the stack; malloc it (we will use dma_alloc | Theo de Raadt |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-19 | Remove more splbio/splx pairs from around scsi_done() calls. | Kenneth R Westerback |
2010-06-07 | partial backout of 1.81 as invoking standby in shutdown | Jonathan Gray |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |
2010-05-26 | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big | David Gwynne |
2010-05-24 | Flush cache before suspend. | Mark Kettenis |
2010-05-23 | Place drive in standby mode before shutdown. Avoids the loud click heard on | Mark Kettenis |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-05 | map the ATA data set management stuff (ie, trim) to the SCSI thin | David Gwynne |
2010-04-29 | Revert r1.80, leaving iopools in place. Fixes PR#6365. Why WD3200KS-00P | Kenneth R Westerback |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | 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-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2010-04-05 | fill in the the lowest aligned logical block address field. it | David Gwynne |
2010-04-05 | populate the logical per physical exponent of the read cap 16 reply by | David Gwynne |
2010-04-05 | add support for READ_CAPACITY_16. | David Gwynne |
2010-04-05 | add support for ata disks with block sizes other than 512 bytes. i havent | David Gwynne |