| Age | Commit message (Expand) | Author |
| 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-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-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 1999-11-03 | use __vax__ and __i386__ instead of vax and i386 | matt |
| 1999-10-31 | Fix the size of start_sector, end_sector and end_sector_l0. (I'm just going to | mycroft |
| 1999-10-29 | Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running the | mycroft |
| 1999-10-17 | Don't call dk_establish() on vax either. | ragge |
| 1999-09-30 | Cleanup the scsipi_xfer flags: | thorpej |
| 1999-09-23 | Allow to detach wdc, atapibus, wd and cd. | enami |
| 1999-08-07 | Increase several timeouts to 30s. | mycroft |
| 1999-05-27 | in cdclose(), ignore "media change" when calling scsipi_prevent(), after | bouyer |
| 1999-04-08 | Add SCSI_IGNORE_NOT_READY to the flags for CDIOCCLOSE: some devices will | bouyer |
| 1999-04-05 | If scsipi_command() fails, always print out the error code. | mycroft |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-15 | For CDIOCCLOSE, ignore media changes, as some drive seems to return this | bouyer |
| 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-04 | Multisession-CD-Support, by Torsten Duwe <duwe@ns.lst.de>. | is |
| 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-08-17 | Assign my copyrights to TNF. | mycroft |
| 1998-08-05 | Improve generation of default disklabels: | drochner |
| 1998-07-13 | Add support for ATA CD changer devices like the NEC CDR-251. | hpeyerl |
| 1998-03-16 | Implement CDIOCCLOSE. | mycroft |
| 1998-01-15 | move the 'cd_cd' declaration back up to where it was before | cgd |
| 1998-01-15 | add support for an ATAPI attachment for 'sd'. | cgd |
| 1998-01-12 | Adjust for changes to config. | thorpej |
| 1997-12-02 | fix typo; from Dave Sainty in PR kern/4602 | mikel |
| 1997-10-18 | Implement two macros, scsipi_command() and scsipi_command_direct(), and | thorpej |
| 1997-10-13 | o Make usage of /dev/random dependant on | explorer |
| 1997-10-10 | Add hooks to insert timing info into the random system | explorer |
| 1997-10-08 | Implement DIOCGDEFLABEL. | thorpej |
| 1997-10-01 | Cosmetic changes to keep coding style consistency in this directory; | enami |
| 1997-09-09 | Uses PLAY_MSF instead of PLAY for the CDIOCPLAYTRACKS ioctl. This avoid a int16 | bouyer |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1997-04-02 | Push the buffer cleanup code into scsi_done(), and split it so that biodone() | mycroft |
| 1997-03-29 | PR/3409: Koji Imada: cdsize() timeout too short for cd changers. | christos |
| 1997-02-21 | If posting an error condition because the media has been unloaded, | thorpej |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-10-12 | revert previous kprintf change | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-13 | be quiet about read_subchannel. Some CD players use this to poll, and having | explorer |
| 1996-08-13 | Fix condition where disk_unbusy may not get called | explorer |
| 1996-05-05 | Cleanup the rest of the SCSIDEBUG printfs. From Bernd Ernesti. | christos |