| Commit message (Expand) | Author | Age | Files | Lines |
* | No leading space(s) before labels. |  krw | 2019-01-20 | 1 | -4/+4 |
* | When retiring a SCSI request, sometimes the buf's b_error value is |  krw | 2019-01-20 | 1 | -4/+6 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | To prevent anyone else from stumbling on this (now) archaic bit of |  krw | 2017-05-29 | 1 | -11/+1 |
* | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 2017-05-04 | 1 | -3/+3 |
* | Standardize on calling local scsi_link variables 'link' instead of |  krw | 2016-03-12 | 1 | -41/+41 |
* | More damned eye searing whitespace. |  krw | 2015-06-07 | 1 | -7/+7 |
* | convert bcopy to memcpy. ok dlg krw |  tedu | 2014-12-15 | 1 | -9/+9 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 2013-11-01 | 1 | -2/+2 |
* | Print daddr_t variables with %lld, u_int64_t variables with %llu. |  krw | 2013-10-03 | 1 | -2/+2 |
* | scsi_size() is now used only by cd(4). So move it from scsi_base.c |  krw | 2013-09-27 | 1 | -4/+112 |
* | cddump() takes a daddr_t parameter. Call that parameter 'blkno' and not |  krw | 2013-09-15 | 1 | -2/+2 |
* | Use DL_SECTOBLK() and DL_BLKTOSEC() to clarify code and remove |  krw | 2013-09-15 | 1 | -4/+3 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -4/+4 |
* | Eliminate redundant buf validation checks in xxstrategy() methods now |  matthew | 2011-07-06 | 1 | -23/+5 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
* | Refactor some common open/close/detach disk driver code into |  matthew | 2011-06-30 | 1 | -35/+5 |
* | Use disk_lock_nointr() in the xxclose() routines so that they cannot |  deraadt | 2011-06-19 | 1 | -6/+2 |
* | Use disk_lock/disk_unlock directly and in the same way in these drivers, |  deraadt | 2011-06-19 | 1 | -11/+9 |
* | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and |  matthew | 2011-06-06 | 1 | -3/+1 |
* | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot |  matthew | 2011-06-05 | 1 | -11/+1 |
* | Get rid of the wlabel argument to bounds_check_with_label(). It's |  matthew | 2011-06-03 | 1 | -3/+2 |
* | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) |  matthew | 2011-05-31 | 1 | -2/+2 |
* | use dma_alloc/dma_free instead of malloc to allocate buffers which need |  deraadt | 2011-03-17 | 1 | -90/+128 |
* | SCSI devices are assumed to be T_FIXED unless they say otherwise. |  krw | 2010-11-22 | 1 | -1/+5 |
* | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent |  jsing | 2010-09-23 | 1 | -1/+2 |
* | All users of physio(9) now pass NULL as the buf pointer argument, so |  matthew | 2010-09-22 | 1 | -3/+3 |
* | Add a real DIOCGPDINFO, allowing access to the physical information |  krw | 2010-09-21 | 1 | -2/+6 |
* | bufq_drain() does not need to be done in deactivate; we only need |  deraadt | 2010-09-20 | 1 | -2/+1 |
* | scsi_xsh_del the xs handler on DEACTIVATE. |  dlg | 2010-09-14 | 1 | -1/+2 |
* | Make cd the same as sd by calling the cd_parms member of the softc 'params' |  krw | 2010-09-12 | 1 | -14/+14 |
* | Be more ruthlessly consistent in variable names for blk/block == |  krw | 2010-09-11 | 1 | -22/+22 |
* | Introduce a disk_lookup() function which calls device_lookup(), before |  jsing | 2010-09-08 | 1 | -2/+2 |
* | Store a struct device pointer within struct disk and populate this when |  jsing | 2010-09-08 | 1 | -2/+2 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -31/+4 |
* | rely on SCSI_AUTOCONF for cd_resume instead of wrapping it in a workq |  deraadt | 2010-09-07 | 1 | -11/+6 |
* | make struct bufq a member of the softc for devices that use it, |  dlg | 2010-09-01 | 1 | -11/+11 |
* | Change the powerhook into an activation routine. It has to use a workq. |  deraadt | 2010-08-31 | 1 | -17/+31 |
* | Avoid possible aliasing-related compiler issues by always writing to |  matthew | 2010-08-30 | 1 | -50/+55 |
* | Garbage collect struct dkdriver. |  matthew | 2010-08-28 | 1 | -4/+1 |
* | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set |  krw | 2010-07-28 | 1 | -2/+2 |
* | Missing SCSI_DATA_IN flag in dvd_read_copyright() caused |  krw | 2010-07-25 | 1 | -2/+2 |
* | Let DVD's play again. Logic reversal prevented copyright reading. |  krw | 2010-07-25 | 1 | -2/+2 |
* | Fix a few more scsi_scsi_cmd() removal regressions, caught by |  matthew | 2010-07-22 | 1 | -16/+18 |
* | Appropriately set SCSI_DATA_IN or SCSI_DATA_OUT depending on type of |  matthew | 2010-07-22 | 1 | -2/+11 |
* | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the |  krw | 2010-07-22 | 1 | -236/+392 |
* | Die struct scsi_device! Die! Instead, save a pointer to the routine |  krw | 2010-07-01 | 1 | -12/+8 |