| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call |  krw | 2020-10-15 | 1 | -3/+4 |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -12/+12 |
* | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY |  krw | 2020-09-05 | 1 | -3/+3 |
* | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. |  krw | 2020-09-03 | 1 | -3/+3 |
* | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -3/+3 |
* | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 1 | -3/+3 |
* | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, |  krw | 2020-08-26 | 1 | -2/+1 |
* | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 2020-07-22 | 1 | -2/+1 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -4/+5 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -6/+6 |
* | Always a joker hiding somewhere. |  krw | 2020-07-17 | 1 | -4/+4 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -13/+13 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -3/+1 |
* | Shuffle things around so that sc->sc_link initialization is |  krw | 2020-07-02 | 1 | -4/+4 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -6/+6 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 2020-06-24 | 1 | -2/+2 |
* | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 2020-02-05 | 1 | -2/+2 |
* | Shuffle some names around to make reading the code less headache |  krw | 2020-01-26 | 1 | -2/+2 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -6/+2 |
* | Remove some unused code left over from an ancient (i.e. 2007) attempt |  krw | 2019-08-19 | 1 | -21/+1 |
* | Use the correct argument to sizeof. Coverity CID 1453382. |  jsg | 2017-08-23 | 1 | -2/+2 |
* | Fix size passed to free(), found the hard way by Nick Permyakov |  jca | 2016-03-15 | 1 | -2/+2 |
* | Fix typo in comment. |  kettenis | 2016-01-03 | 1 | -2/+2 |
* | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor |  kettenis | 2015-12-29 | 1 | -1/+21 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -5/+5 |
* | rename the probe and free members of atascsi_methods to ata_probe |  dlg | 2015-05-15 | 1 | -4/+4 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -3/+1 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -5/+5 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -5/+5 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | replace workq_task_add with a task. stash teh struct in the ata xfer thing |  dlg | 2013-12-09 | 1 | -6/+7 |
* | return after done in atascsi_disk_unmap. |  dlg | 2013-09-18 | 1 | -5/+14 |
* | Alexander Polakov found a use of an uninitialized pointer in the scsi |  dlg | 2011-08-03 | 1 | -1/+2 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -10/+8 |
* | translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP |  dlg | 2011-07-09 | 1 | -2/+126 |
* | Fix fallout from my previous SCSI refactoring diff (moving |  matthew | 2011-07-09 | 1 | -7/+9 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -3/+3 |
* | fill in the ata vpd page as best we can. i dont know how to fill in the |  dlg | 2011-07-08 | 1 | -5/+52 |
* | provide the thin provisining vpd page if the disk does trim. only claim |  dlg | 2011-07-08 | 1 | -4/+40 |
* | some trim cleanups and additions. |  dlg | 2011-07-08 | 1 | -9/+17 |
* | i forgot to set the sector_count when translating WRITE SAME 16 |  dlg | 2011-07-05 | 1 | -2/+9 |
* | Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) no |  matthew | 2011-06-21 | 1 | -4/+3 |
* | Small refactoring of atascsi and fix non-data ATA commands to not set |  matthew | 2011-06-02 | 1 | -48/+65 |
* | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly |  matthew | 2011-05-08 | 1 | -3/+5 |
* | Go back to only attempting one IDENTIFY command against directly |  matthew | 2011-05-05 | 1 | -5/+6 |
* | Fix a few off-by-1 errors in atascsi. |  matthew | 2011-04-27 | 1 | -5/+5 |
* | Safer, big mem friendly, allocation of identify buf that is the |  krw | 2011-04-02 | 1 | -5/+6 |
* | Initialize stack memory before use. Found with clang. |  matthew | 2011-02-03 | 1 | -1/+2 |