| Commit message (Expand) | Author | Age | Files | Lines |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -5/+5 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -6/+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 | -3/+3 |
* | Remove some pointless casting of void * when assigning one |  krw | 2020-07-13 | 1 | -2/+2 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -7/+1 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -3/+3 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | The siop family members use various atop/ptoa dances (oosiop/osiop) or |  krw | 2020-02-17 | 1 | -11/+2 |
* | Let's all agree to call our scsi_adapter variable '<dev>_switch'. |  krw | 2020-02-14 | 1 | -3/+3 |
* | 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 | -5/+2 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -2/+2 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | Enable synch negotiation; code was there but not enabled since this driver was |  miod | 2013-10-09 | 1 | -13/+21 |
* | Unbreak iopool conversion by putting the implicit yet missing important |  miod | 2011-06-27 | 1 | -1/+5 |
* | Iopoolification of some less common scsi drivers. |  krw | 2011-04-03 | 1 | -9/+35 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -9/+1 |
* | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 2010-05-19 | 1 | -3/+2 |
* | Allow MD oosiop(4) attachment to override default values for a few of the |  miod | 2010-04-20 | 1 | -5/+5 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -10/+5 |
* | Set ITSDONE in scsi_done() and zap trivial instances of setting it |  krw | 2010-01-10 | 1 | -2/+1 |
* | Make sure the scsi_xfer timeout is set up before the command may complete; |  miod | 2009-03-07 | 1 | -10/+15 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -3/+3 |
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). |  grange | 2009-01-21 | 1 | -5/+4 |
* | Don't print SCSI ID, it's redundant now that scsibus(4) prints the same |  kettenis | 2008-05-27 | 1 | -3/+3 |
* | More SPLBIO around scsi_done. |  krw | 2007-11-07 | 1 | -6/+5 |
* | Take a bit more care to ensure that SCSI_POLL commands always return |  krw | 2007-11-05 | 1 | -4/+4 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. |  krw | 2007-10-01 | 1 | -3/+2 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -2/+6 |
* | Shrink openings down to 1 for now, this makes the snakes happy, until a |  miod | 2004-03-14 | 1 | -2/+2 |
* | Small osiop inspired cleanups, especially honour the xfer timeout value |  miod | 2004-03-14 | 1 | -59/+133 |
* | Reset scsi bus upon command timeout. |  miod | 2004-03-12 | 1 | -1/+3 |
* | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly |  miod | 2004-03-12 | 1 | -0/+1378 |