Age | Commit message (Expand) | Author |
2011-04-29 | ss(4) is gone; no need for ssvar.h. | Matthew Dempsky |
2011-04-29 | zero out a scsi_links node_wwn and port_wwn fields after initialising it | David Gwynne |
2011-04-28 | clean up the path ops struct a bit. the path drivers init their xsh with | David Gwynne |
2011-04-27 | hds(4) is a path driver that knows how to talk to some hitachi modular | David Gwynne |
2011-04-27 | whitespace fixes. | David Gwynne |
2011-04-27 | use dma safe memory when talking to devices. this was written before bigmem | David Gwynne |
2011-04-27 | if a path returns XS_SELTIMEOUT, retry the io down another path like we | David Gwynne |
2011-04-26 | Add some defines for the logout request and response and fix the | Claudio Jeker |
2011-04-22 | delete a bogus blank line | Theo de Raadt |
2011-04-17 | if mpath is disabled in config or ukc, then prevent path drivers from | David Gwynne |
2011-04-08 | Since we don't print "drive offline" anymore, there is no need to | Kenneth R Westerback |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | 'disk offline' is not helpful. Silence is golden. | Kenneth R Westerback |
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-18 | Fix stdetach() to call vdevgone() with the right device minor numbers. | Matthew Dempsky |
2011-03-18 | Add ukdetach() so that detaching an unknown SCSI device doesn't result | Matthew Dempsky |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2011-03-02 | Sync ASC/ASCQ errors with www.t10.org/lists/asc-num.txt of 11/15/10. | Kenneth R Westerback |
2011-02-21 | If a spin up command can't be started becaause of a lack of openings, | Kenneth R Westerback |
2010-12-24 | Have sd(4) devices check for and respect read-only information the | Kenneth R Westerback |
2010-11-22 | SCSI devices are assumed to be T_FIXED unless they say otherwise. | Kenneth R Westerback |
2010-10-13 | No need to check ST_DYING flag twice in succession. | Kenneth R Westerback |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-27 | A few M_ZEROs without any M_WAITOK/M_NOWAITs. | Thordur I. Bjornsson |
2010-09-24 | init err to 0 in sd_get_parms to avoid confusion when checking rigid | David Gwynne |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-23 | descripe a few bits of the write same commands. | David Gwynne |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-21 | Add a real DIOCGPDINFO, allowing access to the physical information | Kenneth R Westerback |
2010-09-21 | opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands. | David Gwynne |
2010-09-20 | bufq_drain() does not need to be done in deactivate; we only need | Theo de Raadt |
2010-09-20 | bring back scsi_base.c r1.195 and scsiconf.h r1.138 now that | David Gwynne |
2010-09-17 | revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with some | David Gwynne |
2010-09-14 | dont leak an xs in ststart if its called while the device is dying. | David Gwynne |
2010-09-14 | scsi_xsh_del the xs handler on DEACTIVATE. | David Gwynne |
2010-09-14 | Clean up sense mode handling to make residual value handling clearer | Kenneth R Westerback |
2010-09-14 | the openings member of scsi_link is the maximum number of commands that a | David Gwynne |
2010-09-13 | i got the order of the bits in the cache page back to front. how | David Gwynne |
2010-09-12 | Garbage collect rot_rate from disk_parms. No longer in disk label so no | Kenneth R Westerback |
2010-09-12 | Make cd the same as sd by calling the cd_parms member of the softc 'params' | Kenneth R Westerback |
2010-09-11 | Be more ruthlessly consistent in variable names for blk/block == | Kenneth R Westerback |
2010-09-10 | scsi_xsh_del the io handler in deactivate to prevent it from being run on | David Gwynne |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-08 | let things request the detach of everything on the whole bus, rather than | David Gwynne |
2010-09-08 | activate hooks should return a value. | David Gwynne |