Age | Commit message (Expand) | Author |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2012-10-16 | #if SCSIDEBUG -> #ifdef SCSIDEBUG | Jonathan Gray |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2011-09-22 | Fix order of arguments passed to malloc(9) - type first then flags. | Joel Sing |
2011-09-02 | generate a devid from vpd page 80 if vpd page 83 doesnt exist or work. | David Gwynne |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-06 | Add {sc,saa}_{targets,luns} to scsibus_softc and scsibus_attach_args. | Matthew Dempsky |
2011-07-05 | Garbage collect SDEV_S_WAITING and scsi_link->scsibus now that nothing | Matthew Dempsky |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-21 | scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so | Matthew Dempsky |
2011-05-04 | When printing scsi device ids, skip leading blanks and collapse multiple | Stuart Henderson |
2011-04-29 | zero out a scsi_links node_wwn and port_wwn fields after initialising it | David Gwynne |
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne |
2011-04-06 | unconditionally print scsi device ids instead of just when mpath is | David Gwynne |
2011-04-05 | do inquiries against dmaable memory while probing devices. | David Gwynne |
2011-04-05 | move forward with scsi multipathing. | David Gwynne |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-08 | activate hooks should return a value. | David Gwynne |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-25 | add scsi_iopool_destroy and scsi_link_shutdown. when a link or | David Gwynne |
2010-07-24 | Get rid of scsi_deinit(), and change scsi_init() back to a one-time | Matthew Dempsky |
2010-07-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-30 | for scsibus, silence the activate function when unknown events are given. | Theo de Raadt |
2010-06-30 | Flush cache before suspend. | Mark Kettenis |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |
2010-04-17 | use the iopools mutex to protect the semaphore wrapping the openings | David Gwynne |
2010-04-06 | implement a new mechanism for allocating resources on the bus. | David Gwynne |
2010-01-01 | If you want to use atomic ops, you need to #include the proper files instead | Miod Vallat |
2010-01-01 | split the flags used in a scsi_link structure to represent its state at | David Gwynne |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | dont compare devids when we dont have a devid to compare with. | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-10-23 | if you're attempting to detach multiple devices (eg, many targets, | David Gwynne |
2009-10-22 | devices below the scsibus should all be detached via scsi_detach_lun. | David Gwynne |
2009-10-14 | rework how devids are handled in the midlayer and mpath. | David Gwynne |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-08-10 | if mpath steals a link, print out where the link was stolen so dmesg still | David Gwynne |
2009-08-10 | pull the printing out of scsibusprint so it can be used against scsi_link | David Gwynne |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-08-08 | if the adapters wwn fields are set, print them out when attaching scsibus. | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-16 | Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits to | Kenneth R Westerback |
2009-02-16 | on some buses (eg sas and fc fabrics) the initiator id doesnt mean | David Gwynne |