Age | Commit message (Expand) | Author |
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 |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-07 | rely on SCSI_AUTOCONF for cd_resume instead of wrapping it in a workq | Theo de Raadt |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-09-01 | Don't give xs->resid an invalid value (xs->datalen * st->blksize) | Kenneth R Westerback |
2010-09-01 | Restore compilability after bufq changes | Miod Vallat |
2010-09-01 | ata information vpd page id | David Gwynne |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | Change the powerhook into an activation routine. It has to use a workq. | Theo de Raadt |
2010-08-31 | in the activate function, order the DVACT_ functions in the order they | Theo de Raadt |
2010-08-30 | Avoid possible aliasing-related compiler issues by always writing to | Matthew Dempsky |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-25 | add scsi_iopool_destroy and scsi_link_shutdown. when a link or | David Gwynne |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-03 | Don't attempt to set the read or write caches on usb disks. It | Kenneth R Westerback |
2010-08-02 | Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs has | Kenneth R Westerback |
2010-07-28 | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set | Kenneth R Westerback |
2010-07-28 | No need to bzero() malloc'd memory if we used M_ZERO. | Kenneth R Westerback |
2010-07-27 | Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, | Matthew Dempsky |
2010-07-27 | the queue entry and state variables in the xsh and ioh structs are part | David Gwynne |
2010-07-25 | Missing SCSI_DATA_IN flag in dvd_read_copyright() caused | Kenneth R Westerback |
2010-07-25 | Restore previous behaviour of always bzero()'ing the buf passed to | Kenneth R Westerback |
2010-07-25 | Let DVD's play again. Logic reversal prevented copyright reading. | Kenneth R Westerback |
2010-07-24 | Get rid of scsi_deinit(), and change scsi_init() back to a one-time | Matthew Dempsky |
2010-07-22 | Fix a few more scsi_scsi_cmd() removal regressions, caught by | Matthew Dempsky |
2010-07-22 | Mark two more DMA accessible malloc(9)s. | Matthew Dempsky |
2010-07-22 | In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In scsi_inquire_vpd(), actually just return EJUSTRETURN when dealing | Matthew Dempsky |
2010-07-22 | style(9) fix and release rwlock(9) if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In safte_match(), return 0 on SCSI errors, not an errno value. Fixes | Matthew Dempsky |
2010-07-22 | Appropriately set SCSI_DATA_IN or SCSI_DATA_OUT depending on type of | Matthew Dempsky |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback |
2010-07-21 | let mpath build again even though it is disabled | Todd T. Fries |
2010-07-13 | Correct comment. scsi_sense_data is now 18 bytes, not 32. | Kenneth R Westerback |