Age | Commit message (Expand) | Author |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-02-19 | ips(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-02-14 | Let's all agree to call our scsi_adapter variable '<dev>_switch'. | Kenneth R Westerback |
2020-02-14 | IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined | Kenneth R Westerback |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2016-08-14 | change some types in bio from u_quad_t to uint64_t, and fix casts in | David Gwynne |
2015-09-10 | sizes for free(); ok sthen | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-04-06 | move ips to iopools. its the usual drill, io between volumes is now | David Gwynne |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-07-01 | make this compile with SMALL_KERNEL | Theo de Raadt |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-30 | Use a SLIST for the ccb free list. | Michael Knudsen |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-04-06 | update a random sampling of drivers after the proc.h -> systm.h move | Ted Unangst |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-03-23 | Reorganize NBIO and SMALL_KERNEL handling again but this time without | Alexander Yurchenko |
2009-03-22 | unbreak ramdisk builds in a way i guess might work | Theo de Raadt |
2009-03-22 | Update volume info on every bio call instead of waiting for the | Alexander Yurchenko |
2009-03-22 | Don't show rebuild status for offline volumes. | Alexander Yurchenko |
2009-03-22 | Put recently added bio and sensors stuff under #if NBIO > 0 and | Alexander Yurchenko |
2009-03-21 | If rebuild is active set volume state to ``rebuild''. | Alexander Yurchenko |
2009-03-21 | Report rebuild progress only if rebuild is active. | Alexander Yurchenko |
2009-03-21 | IPS_MAXTARGETS should be 16, not 15. | Alexander Yurchenko |
2009-03-21 | Be smart when attaching pass-through scsibuses. Use configuration | Alexander Yurchenko |
2009-03-21 | Looks like the ``params'' field in the physical device description | Alexander Yurchenko |
2009-03-20 | When calculating physical disk size use its number of sectors | Alexander Yurchenko |
2009-03-20 | Detect unused and hot-spare drives. | Alexander Yurchenko |
2009-03-20 | Support bio ``unused'' drives. | Alexander Yurchenko |
2009-03-20 | Cleanup physical drive states handling. | Alexander Yurchenko |
2009-03-20 | Fetch rebuild status only for degraded or offline volumes. | Alexander Yurchenko |
2009-03-19 | For rebuilds use a special REBUILD command instead of a generic | Alexander Yurchenko |
2009-03-19 | For pass-through commands adjust timeout value to what controller | Alexander Yurchenko |