Age | Commit message (Expand) | Author |
2014-12-15 | convert bcopy to memcpy. ok dlg krw | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-03 | Print daddr_t variables with %lld, u_int64_t variables with %llu. | Kenneth R Westerback |
2013-09-27 | scsi_size() is now used only by cd(4). So move it from scsi_base.c | Kenneth R Westerback |
2013-09-15 | cddump() takes a daddr_t parameter. Call that parameter 'blkno' and not | Kenneth R Westerback |
2013-09-15 | Use DL_SECTOBLK() and DL_BLKTOSEC() to clarify code and remove | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew Dempsky |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-05-31 | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) | Matthew Dempsky |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2010-11-22 | SCSI devices are assumed to be T_FIXED unless they say otherwise. | Kenneth R Westerback |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
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-20 | bufq_drain() does not need to be done in deactivate; we only need | Theo de Raadt |
2010-09-14 | scsi_xsh_del the xs handler on DEACTIVATE. | David Gwynne |
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-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-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-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | Change the powerhook into an activation routine. It has to use a workq. | 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-07-28 | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set | Kenneth R Westerback |
2010-07-25 | Missing SCSI_DATA_IN flag in dvd_read_copyright() caused | Kenneth R Westerback |
2010-07-25 | Let DVD's play again. Logic reversal prevented copyright reading. | Kenneth R Westerback |
2010-07-22 | Fix a few more scsi_scsi_cmd() removal regressions, caught by | 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-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback |
2010-07-01 | Restore setting xs->bp; fixes ncr(4) on VAX. | Matthew Dempsky |
2010-06-30 | Bring cd(4) into line with sd(4) and st(4) by implementing CDF_DYING | Kenneth R Westerback |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-11 | Restore an unusual XS_SENSE semantic that inadvertantly got lost | Kenneth R Westerback |
2010-06-03 | cut cd(4) over to use xshandlers. based on the sd(4) diff and includes the | David Gwynne |
2010-06-01 | move cd, st & ss over to bufq's again. | Thordur I. Bjornsson |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |