| Commit message (Expand) | Author | Age | Files | Lines |
* | ansi |  jsg | 2021-03-07 | 1 | -12/+6 |
* | Replace local *_copy_internal_data() with scsi_copy_internal_data(). |  krw | 2020-10-15 | 1 | -21/+4 |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -6/+6 |
* | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY |  krw | 2020-09-05 | 1 | -2/+2 |
* | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. |  krw | 2020-09-03 | 1 | -2/+2 |
* | When building emulated INQUIRY results use the SCSI_REV_* #define's to |  krw | 2020-09-02 | 1 | -2/+2 |
* | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 1 | -9/+9 |
* | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 2020-07-28 | 1 | -3/+4 |
* | Turning on various scsi drivers' *DEBUG options reveals that this has |  krw | 2020-07-24 | 1 | -3/+3 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -7/+7 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -5/+6 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -2/+2 |
* | Cache a scsibus_softc * and use it rather than cludging indirect |  krw | 2020-07-11 | 1 | -3/+4 |
* | 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 |
* | *_minphys() functions that cap i/o sizes at a value larger than the |  krw | 2020-02-15 | 1 | -10/+2 |
* | Shuffle some names around to make reading the code less headache |  krw | 2020-01-26 | 1 | -4/+4 |
* | Drivers that implement their own *minphys() don't need to call the |  krw | 2020-01-25 | 1 | -2/+1 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -2/+2 |
* | size for free() |  deraadt | 2015-09-01 | 1 | -2/+3 |
* | another handful of bcopy -> memcpy because there is no overlap |  deraadt | 2014-12-19 | 1 | -2/+2 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -5/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -26/+1 |
* | Initialize variables before use. From Pedro Martelletto, tweaked by |  krw | 2011-10-27 | 1 | -7/+9 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -2/+2 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -2/+2 |
* | Fix after poolification. For reasons not completely understood, the |  otto | 2011-05-23 | 1 | -10/+11 |
* | Avoid double scsi_done(xs) in error path; ok dlg@ krw@ |  otto | 2011-05-20 | 1 | -2/+1 |
* | A plausible iopoolification. Utter dearth of interested parties |  krw | 2011-04-21 | 1 | -37/+67 |
* | - use nitems() no binary change on amd64 |  jasper | 2011-04-05 | 1 | -2/+2 |
* | Force openings to 1 for devices that can't do tagged i/o, i.e. more |  krw | 2010-10-12 | 1 | -1/+2 |
* | Use SSD_ERRCODE_CURRENT instead of magic 0x70. |  krw | 2010-09-20 | 1 | -2/+2 |
* | Change scsibus(4)'s scsi_link array to an SLIST to save memory on |  matthew | 2010-07-01 | 1 | -3/+5 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -6/+1 |
* | New scsi code seems to be stable. Pluck previously identified |  krw | 2010-05-20 | 1 | -3/+1 |
* | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 2010-05-19 | 1 | -3/+2 |
* | Initialize various uninitialized variables. Found by jsg@ via Clang. |  krw | 2010-03-29 | 1 | -2/+3 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -14/+11 |
* | Zap all setting of ITSDONE in drivers that don't look at it. Nobody |  krw | 2010-01-09 | 1 | -3/+1 |
* | Bring last drivers fully into the NO_CCB world by replacing |  krw | 2009-11-22 | 1 | -5/+2 |
* | Need to scsi_done() before returning COMPLETE for untranslated commands, |  miod | 2009-09-30 | 1 | -1/+3 |
* | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ |  miod | 2009-09-04 | 1 | -1/+5 |
* | No need to spam log with 'unable to alloc CCB' messages now that |  krw | 2009-03-07 | 1 | -1/+3 |
* | Bring NO_CCB to cac(4), which helps bio work better without |  krw | 2009-02-20 | 1 | -3/+3 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -4/+3 |
* | Add initial bio support; only volume status is handled. |  brad | 2008-10-29 | 1 | -3/+226 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | More scsi_done() at SPLBIO. |  krw | 2007-11-06 | 1 | -2/+4 |