| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-06-01 | Fix typo in sddump() which caused core dumps to fail with ENXIO. | bouyer |
| 2001-05-29 | fix some problems in sddump() with uninitialized variables. | chs |
| 2001-05-22 | Make SDRETRIES an option you can dig out of opt_scsi.h. | mjacob |
| 2001-05-06 | Since __HAVE_OLD_DISKLABEL, DISKMINOR(u, p) isn't continuous over "p" | drochner |
| 2001-04-28 | Don't forget to set XS_CTL_DATA_OUT (that was removed in previous). | tsutsui |
| 2001-04-28 | Use simple tags for read and write, unless B_ORDERED is set, in | thorpej |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-09 | Only lock the pack in if the disk device is a removable one. This fixes a | explorer |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-12-08 | Don't access (in core) disk label of a removable disk that is not there. | augustss |
| 2000-11-24 | avoid division and remainder operations for devices where | chs |
| 2000-11-22 | Remove obsolete comment. | soren |
| 2000-07-05 | Garbage-collect __BDEVSW_DUMP_OLD_TYPE. | thorpej |
| 2000-06-09 | Prevent a process being swapped out during I/O if the data buffer is | enami |
| 2000-05-30 | Add a quirk, SDEV_ONLYBIG, which implies that the device cannot handle | augustss |
| 2000-05-23 | sd_interpret_sense() can be called from interrupt context; call scsipi_start() | bouyer |
| 2000-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-07 | Fix a bug in disksort_*() which caused non-optimal ordering when multiple | thorpej |
| 2000-01-25 | try to dtrt for sector sizes <DEV_BSIZE (at least, don't divide by 0) | drochner |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 1999-12-23 | Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep the | leo |
| 1999-11-03 | use __vax__ and __i386__ instead of vax and i386 | matt |
| 1999-10-30 | In sddump(), check sd->sc_dev.dv_flags once sd has been initialised. | bouyer |
| 1999-10-17 | Don't call dk_establish() on vax either. | ragge |
| 1999-10-17 | Cosmetic changes. | enami |
| 1999-09-30 | Cleanup the scsipi_xfer flags: | thorpej |
| 1999-09-21 | Calculate the correct device minor of the first partition. | enami |
| 1999-09-11 | Implement detaching SCSI and ATAPI disks. | thorpej |
| 1999-08-26 | Make `sc_ops->sdo_flush' synchronous. The flags `SDF_FLUSHING' and | hannken |
| 1999-05-31 | * use format_bytes() to display the disk size | lukem |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-10 | Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson. | bouyer |
| 1999-02-08 | Change DIOCEJECT to do what's needed to eject a device before the eject | bouyer |
| 1999-01-29 | Return ENODEV instead of EIO when we are trying to open a device without media | bouyer |
| 1999-01-26 | Allows the raw partition to be open()'ed, even when scsipi_start() fails | bouyer |
| 1999-01-19 | Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start(). | bouyer |
| 1998-12-08 | When closing, wait for pending xfers to drain before unlocking the door, | thorpej |
| 1998-11-20 | Add adapter reference counting for SCSI and ATAPI devices. | thorpej |
| 1998-11-17 | The ATAPI-specific hack is not needed any more. | bouyer |
| 1998-08-17 | Only mark the disk dirty if we write. | thorpej |
| 1998-08-17 | Assign my copyrights to TNF. | mycroft |
| 1998-08-15 | Should not use SCSI_POLL if the system is not cold. | thorpej |
| 1998-08-15 | Keep track if the disk has had done i/o, making it dirty. On last close, | thorpej |
| 1998-08-05 | Improve generation of default disklabels: | drochner |