Age | Commit message (Expand) | Author |
2019-09-01 | Adopt the SCSI versioning #define's from FreeBSD. Eliminate the | Kenneth R Westerback |
2019-08-30 | Rectify error made in 2006. SPC-2 == SCSI-3, not SCSI-2!! | Kenneth R Westerback |
2019-08-28 | Introduce SCSI0(), SCSI2() and SCSI3() defines to clarify (some) uses | Kenneth R Westerback |
2019-08-27 | Refactor probing logic to mirror detach logic. i.e. put smarts in | Kenneth R Westerback |
2019-08-24 | Simply logic of detaching things. scsi_detach_bus() folded into | Kenneth R Westerback |
2019-08-22 | T10/BSR INCITS 503 (SPC-5) is apparently a thing. Update | Kenneth R Westerback |
2019-08-20 | scsi_probe_bus() always returns 0. Nobody but scsi_probe() even | Kenneth R Westerback |
2019-08-18 | Every "goto bad" in scsi_probedev() deserves a SC_DEBUG(). | Kenneth R Westerback |
2019-08-18 | Rename 'link' to 'link0' as it refers to target 0 only. | Kenneth R Westerback |
2019-08-18 | When activating or detaching a target don't search the scsi_link SLIST | Kenneth R Westerback |
2019-08-18 | sc_buswidth field in struct scsi_link is redundant. Just use | Kenneth R Westerback |
2019-08-17 | Nuke some unused variables, tweak some declarations and | Kenneth R Westerback |
2019-08-14 | scsi_[add|remove]_link() are local functions so move their | Kenneth R Westerback |
2019-08-14 | Whitespace nit. Add {} around body of SLIST_FOREACH(). | Kenneth R Westerback |
2019-08-14 | Tweak some comments. | Kenneth R Westerback |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2016-03-12 | Standardize on calling local scsi_link variables 'link' instead of | Kenneth R Westerback |
2016-03-10 | Enforce some naming sanity. Stop using 'sc_link' to mean two different | Kenneth R Westerback |
2015-08-23 | add some sizes to free. looked over by deraadt | Ted Unangst |
2015-06-07 | More damned eye searing whitespace. | Kenneth R Westerback |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-11 | we dont need sys/lock.h because we dont use lockmgr, but we do need | David Gwynne |
2014-12-15 | convert bcopy to memcpy. ok dlg krw | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-22 | factor out the code that figures out whether you're probing or detaching | David Gwynne |
2014-01-31 | if a device doesnt have device ids or serial numbers, try using node_wwn to | David Gwynne |
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 |