Age | Commit message (Expand) | Author |
2010-09-19 | check the cdb length on the scsi commands we emulate in atascsi as a way to | David Gwynne |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-07-27 | Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, | 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-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-19 | Remove more splbio/splx pairs from around scsi_done() calls. | Kenneth R Westerback |
2010-05-26 | the addr field in read cap 16 is 8 bytes, not 4. pity, i had really big | 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 | 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-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 |
2010-04-03 | byteswap the cmdset word properly so we enable the right features on | David Gwynne |
2010-04-03 | remove some debug output | David Gwynne |
2010-04-03 | add support for emulating the disk characteristics and disk limits vpd | David Gwynne |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-12-08 | the ata identify structure is stupid. its full of buffers you have | David Gwynne |
2009-12-08 | krw and marco found another problem with my atascsi chanages. | David Gwynne |
2009-12-07 | oops, wrong version of previous diff. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-10-22 | gc unused global | David Gwynne |
2009-09-13 | Unchecked copyout() calls cause premature death in furry animals, so | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-09-25 | Initialize 'capacity' to 0 and use tabs to indent. "won't hurt" miod@. | Kenneth R Westerback |
2008-05-05 | Don't set the adaptor template link's flags and quirks when trying to | Kenneth R Westerback |
2008-03-26 | plug a mem leak. the array of ports wasnt freed on detach. | David Gwynne |
2007-12-30 | dont freeze lock or set caching modes on ata devices that arent disks, its | David Gwynne |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne |
2007-12-28 | provide vpd page 0, which lists which vpd pages we provide. | David Gwynne |
2007-12-28 | rename some functions to make it clear theyre used to emulate vpd responses | David Gwynne |
2007-12-28 | implement emulation of vpd page 83, the device identification page. if the | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-09 | unify synchronous scsi xfer completion handling. this started out as a fix | David Gwynne |
2007-12-09 | remove the nosleep argument to ata_get_xfer. it is a relic from when i | 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-28 | make ata controllers protect their own command lists so atascsi doesnt have | 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-11-23 | use copyin and copyout to get the actual ata data in and out of the kernel | David Gwynne |
2007-11-23 | implement translation of the scsi vpd page for fetching a disks serial | David Gwynne |
2007-11-23 | t10 has a whole spec on doing SCSI to ATA translation called SAT. i wish | David Gwynne |
2007-11-16 | accept ATA ioctls so tools like atactl work on disks behind the atascsi | David Gwynne |