summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* If available, use the device's LOGICAL blocksize as reported byjulian1997-12-291-53/+69
* back out previous commitjulian1997-12-281-24/+13
* Move the sector size check to the right place,julian1997-12-281-14/+25
* Fix some breakage that prevented the Plasmon burners from being usedjoerg1997-12-261-67/+66
* Add a PARITITON arg to SCSI_MKFIXED, and use it tobrian1997-12-232-5/+10
* Duplicate the entry for the Plasmon CD-R device, so both possibilitiesjoerg1997-12-201-4/+7
* Protect against a null pointer dereferencation in the case of anjoerg1997-12-201-1/+12
* Ifdefed some conditionally used declarations.bde1997-12-202-2/+6
* Removed a stray semicolon.bde1997-12-201-2/+1
* Allow slow SCSI CDROMs more time to start up.jraynard1997-12-141-1/+13
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-062-4/+4
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-028-17/+17
* Fixed misuse of O_ACCMODE. Cosmetic.bde1997-11-231-2/+2
* Fixed the sector size frobbing in sd_strategy() at least not tobde1997-11-231-8/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-1/+6
* Make the Nakamichi CD-ROM changer detection detect more recent devices,joerg1997-11-061-2/+2
* Use a MODE SELECT command to reset the block size, instead of calling thejmz1997-10-271-13/+33
* Make the Sun OEM version of the DLT a known multi-LUN device so changersjoerg1997-10-191-1/+5
* Remove the call to scsi_start_unit() from sd_open(). It was causingjoerg1997-10-122-8/+9
* Add the REGAL CDC-4X as a known CD-ROM changer device.joerg1997-10-051-1/+6
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-219-37/+44
* Remove line noise from the quirk list (kernel build stopper)msmith1997-09-181-2/+1
* Add the C1557A as a known tape changer (thus non-broken multi-LUN tapejoerg1997-09-171-1/+6
* Update select -> poll in drivers.peter1997-09-143-10/+12
* Revert the logic behind my last change, and use a function calledjoerg1997-09-131-5/+5
* Do not ever try to coredump adapter memory regions.joerg1997-09-101-3/+7
* Add a quirk flag for CD drives that jam when seeing a START STOP UNITjoerg1997-09-073-5/+14
* Silence the PREVENT ALLOW MEDIUM REMOVAL call.joerg1997-09-071-2/+3
* Make the Sony TSL-7000 a known tape changer device.joerg1997-09-051-1/+9
* Removed unused #includes.bde1997-09-0213-77/+13
* Removed another vestige of devconf.bde1997-09-022-9/+2
* Increase the retry timeouts.steve1997-08-231-4/+4
* preparation for scsi device RESERVATION CONFLICT support.itojun1997-08-171-1/+2
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-091-2/+11
* Removed unused #includes.bde1997-08-022-7/+2
* My previous commit was incomplete because it ignored the READ case.jmz1997-08-011-1/+2
* Ignore the block size returned by scsi_read_capacity(): this value isjmz1997-07-261-2/+3
* In SCSI diagnostic messages, cause "0x" to be prepended to the numberjdp1997-07-251-3/+3
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-2/+2
* Introduce an advisory exclusive lock on the scsi link structure.tegge1997-06-254-4/+47
* Add quirk "no tags" entry for HP 3724/5 hard disk drives.se1997-06-111-1/+5
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-022-5/+169
* The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, notjmz1997-05-281-7/+7
* Add an entry for the Epson scanners since some of them repsond to morejoerg1997-05-251-1/+12
* Initialize the buf_queue of the pt(4) driver.joerg1997-05-212-3/+16
* Set the quirks for the worm drives.jmz1997-05-192-7/+13
* A few improvements to the worm driver.jmz1997-05-191-187/+318
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.joerg1997-05-101-2/+2
* Duplicate the TOC handling ioctls from the cd(4) driver. Duplicatingjoerg1997-05-051-2/+182
* This mega-commit brings the following:joerg1997-05-041-1/+58
OpenPOWER on IntegriCloud