| Commit message (Expand) | Author | Age | Files | Lines |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Standardize on calling local scsi_link variables 'link' instead of |  krw | 2016-03-12 | 1 | -57/+57 |
* | Enforce some naming sanity. Stop using 'sc_link' to mean two different |  krw | 2016-03-10 | 1 | -74/+74 |
* | add some sizes to free. looked over by deraadt |  tedu | 2015-08-23 | 1 | -9/+11 |
* | More damned eye searing whitespace. |  krw | 2015-06-07 | 1 | -4/+4 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | we dont need sys/lock.h because we dont use lockmgr, but we do need |  dlg | 2015-02-11 | 1 | -2/+2 |
* | convert bcopy to memcpy. ok dlg krw |  tedu | 2014-12-15 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -7/+7 |
* | factor out the code that figures out whether you're probing or detaching |  dlg | 2014-04-22 | 1 | -24/+35 |
* | if a device doesnt have device ids or serial numbers, try using node_wwn to |  dlg | 2014-01-31 | 1 | -2/+23 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -9/+4 |
* | #if SCSIDEBUG -> #ifdef SCSIDEBUG |  jsg | 2012-10-16 | 1 | -2/+2 |
* | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 2012-10-08 | 1 | -1/+2 |
* | Fix order of arguments passed to malloc(9) - type first then flags. |  jsing | 2011-09-22 | 1 | -2/+2 |
* | generate a devid from vpd page 80 if vpd page 83 doesnt exist or work. |  dlg | 2011-09-02 | 1 | -3/+52 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -21/+20 |
* | Add {sc,saa}_{targets,luns} to scsibus_softc and scsibus_attach_args. |  matthew | 2011-07-06 | 1 | -19/+21 |
* | Garbage collect SDEV_S_WAITING and scsi_link->scsibus now that nothing |  matthew | 2011-07-05 | 1 | -2/+1 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -5/+1 |
* | scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so |  matthew | 2011-06-21 | 1 | -7/+8 |
* | When printing scsi device ids, skip leading blanks and collapse multiple |  sthen | 2011-05-04 | 1 | -4/+7 |
* | zero out a scsi_links node_wwn and port_wwn fields after initialising it |  dlg | 2011-04-29 | 1 | -1/+2 |
* | add a new "serial" devid type for scsi devices. add code to usb that fakes |  dlg | 2011-04-06 | 1 | -1/+4 |
* | unconditionally print scsi device ids instead of just when mpath is |  dlg | 2011-04-06 | 1 | -3/+1 |
* | do inquiries against dmaable memory while probing devices. |  dlg | 2011-04-05 | 1 | -6/+17 |
* | move forward with scsi multipathing. |  dlg | 2011-04-05 | 1 | -31/+5 |
* | - use nitems(); no binary change. |  jasper | 2011-03-31 | 1 | -2/+2 |
* | use dma_alloc/dma_free instead of malloc to allocate buffers which need |  deraadt | 2011-03-17 | 1 | -23/+33 |
* | Force openings to 1 for devices that can't do tagged i/o, i.e. more |  krw | 2010-10-12 | 1 | -1/+7 |
* | activate hooks should return a value. |  dlg | 2010-09-08 | 1 | -22/+30 |
* | the page_length field in the vpd page header is 2 bytes, not 1. |  dlg | 2010-09-02 | 1 | -3/+5 |
* | Add DVACT_QUIECE support. This is called before splhigh() and before |  deraadt | 2010-08-31 | 1 | -6/+6 |
* | add scsi_iopool_destroy and scsi_link_shutdown. when a link or |  dlg | 2010-08-25 | 1 | -7/+12 |
* | Get rid of scsi_deinit(), and change scsi_init() back to a one-time |  matthew | 2010-07-24 | 1 | -4/+1 |
* | Die struct scsi_device! Die! Instead, save a pointer to the routine |  krw | 2010-07-01 | 1 | -9/+2 |
* | Change scsibus(4)'s scsi_link array to an SLIST to save memory on |  matthew | 2010-07-01 | 1 | -42/+45 |
* | for scsibus, silence the activate function when unknown events are given. |  deraadt | 2010-06-30 | 1 | -4/+1 |
* | Flush cache before suspend. |  kettenis | 2010-06-30 | 1 | -1/+5 |
* | Merge the only relevant (for now) parts of simplelock.h into lock.h |  deraadt | 2010-04-23 | 1 | -3/+2 |
* | use the iopools mutex to protect the semaphore wrapping the openings |  dlg | 2010-04-17 | 1 | -2/+1 |
* | implement a new mechanism for allocating resources on the bus. |  dlg | 2010-04-06 | 1 | -4/+29 |
* | If you want to use atomic ops, you need to #include the proper files instead |  miod | 2010-01-01 | 1 | -1/+3 |
* | split the flags used in a scsi_link structure to represent its state at |  dlg | 2010-01-01 | 1 | -1/+3 |
* | put the midlayer changes back in. |  dlg | 2009-12-01 | 1 | -33/+196 |
* | revert midlayer back to it was before i put my big rewrite in. this is |  dlg | 2009-11-12 | 1 | -196/+33 |
* | dont compare devids when we dont have a devid to compare with. |  dlg | 2009-11-10 | 1 | -2/+3 |
* | backout the backout marco did of my code because of the NO_CCB breakage. |  dlg | 2009-11-10 | 1 | -33/+195 |
* | The big diff dlg committed to the midlayer breaks NO_CCB and |  marco | 2009-11-05 | 1 | -195/+33 |
* | if you're attempting to detach multiple devices (eg, many targets, |  dlg | 2009-10-23 | 1 | -48/+73 |