| Age | Commit message (Expand) | Author |
| 2001-12-09 | Support for dvd region code (RPC). | veego |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-22 | We can't have XS_CTL_DATA_OUT and XS_CTL_DATA_IN at the same time. | bouyer |
| 2001-09-02 | Use be16toh(), be32toh(), le16toh() and le32toh() rather than | tsutsui |
| 2001-08-20 | Don't special case the retry for Media Changed... More later. | ad |
| 2001-08-20 | Two changes submitted by Sergey Svishchev <svs@ropnet.ru>: | ad |
| 2001-08-15 | Add support for smaller sector sizes so we can mount ffs filesystems. | eeh |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-06-26 | Add a XS_CTL_SILENT_NODEV flag: if the sense info is "not ready, medium | bouyer |
| 2001-05-20 | PR/12991: Dave Huang: DVD ioctls don't work because we send the wrong size | christos |
| 2001-05-17 | SDEV_DB -> SCSIPI_DB | bouyer |
| 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-01-19 | Retry requests if the CD-ROM drive returns the sense code "Device in | kenh |
| 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-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 |