| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace local *_copy_internal_data() with scsi_copy_internal_data(). |  krw | 2020-10-15 | 1 | -23/+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 | -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 |
* | Neither is saa.ssa.pool the same as saa.saa_pool. |  krw | 2020-07-20 | 1 | -2/+2 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -5/+6 |
* | 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 | -4/+4 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -2/+1 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -12/+12 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 1 | -6/+6 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 2020-06-24 | 1 | -2/+2 |
* | Let aac(4) compile again by #include'ing selinfo.h. |  krw | 2020-02-18 | 1 | -1/+2 |
* | IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined |  krw | 2020-02-14 | 1 | -3/+3 |
* | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 2020-02-05 | 1 | -2/+2 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -6/+2 |
* | aac(4): tsleep(9) -> tsleep_nsec(9) |  cheloha | 2020-01-15 | 1 | -5/+5 |
* | fix build errors of aac(4) |  jan | 2019-10-05 | 1 | -3/+3 |
* | Partially revert previous mallocarray conversions that contain |  dhill | 2017-04-11 | 1 | -2/+2 |
* | Convert some malloc(9) to mallocarray(9) |  dhill | 2017-04-09 | 1 | -2/+2 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -3/+3 |
* | Kill async code commented out for more than 10 years. |  mpi | 2016-03-27 | 1 | -306/+1 |
* | Die, damned distracting red space. |  krw | 2015-05-02 | 1 | -46/+46 |
* | unbreak aac(4) by re-adding uvm_extern.h for ptoa() |  jasper | 2014-07-31 | 1 | -1/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | a polled command timing out isnt a software resource shortage, its |  dlg | 2014-01-17 | 1 | -2/+2 |
* | remove a XS_NO_CCB case by moving aac to iopools. |  dlg | 2014-01-17 | 1 | -41/+33 |
* | replace aacminphys with scsi_minphys. both are just wrappers around |  dlg | 2014-01-17 | 1 | -15/+6 |
* | aacvar advertises a public api which is only used inside aac.c. make it |  dlg | 2014-01-17 | 1 | -1/+8 |
* | simplify kthread_create(). no more stdarg |  deraadt | 2013-11-18 | 1 | -2/+2 |
* | ENOMEM is probably more appropriate than 0 in this error case. |  mlarkin | 2013-11-13 | 1 | -2/+2 |
* | Use of uninitialized variable. There are obvious locking problems also |  mlarkin | 2013-11-13 | 1 | -2/+2 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -6/+1 |
* | 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 |
* | Kill some #if 0'ed code (the 'raw' scsi path). Move splx() |  krw | 2011-04-04 | 1 | -30/+5 |
* | Force openings to 1 for devices that can't do tagged i/o, i.e. more |  krw | 2010-10-12 | 1 | -1/+2 |
* | Stefan Rinkes pointed that the disabled aac(4) driver does not compile |  krw | 2010-09-21 | 1 | -4/+5 |
* | Use SSD_ERRCODE_CURRENT instead of magic 0x70. |  krw | 2010-09-20 | 1 | -2/+2 |
* | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -5/+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 | -4/+2 |
* | more BUS_DMA_ZERO love. |  oga | 2010-05-18 | 1 | -5/+3 |
* | Remove a bunch of if 0ed out code that used vtophys. it hasn't been used |  oga | 2010-04-10 | 1 | -15/+1 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -15/+10 |
* | Zap all setting of ITSDONE in drivers that don't look at it. Nobody |  krw | 2010-01-09 | 1 | -11/+1 |