summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling of "fictitious" in diagnostics and commentsdes1998-04-273-13/+13
* close() is no longer a SLICE method.julian1998-04-221-4/+11
* Add changes and code to implement a functional DEVFS.julian1998-04-191-6/+207
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-176-14/+14
* Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but theypeter1998-04-162-2/+54
* Attempt to get bounce_buffers working again for per-process kernel stackpeter1998-04-161-10/+40
* fix an obvious broken BOUNCE_BUFFER case.peter1998-04-161-1/+9
* Support compiling with `gcc -ansi'.bde1998-04-154-8/+8
* Add an ioctl to retrieve the next writable address.jmz1998-03-312-19/+109
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Add a quirk entry for IO DATA CDC-TX86 6 CD changer.jkh1998-03-081-1/+6
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirkmsmith1998-02-181-5/+5
* Add HW_WDOG to LINT, and turn it into a new-style option.eivind1998-02-161-1/+2
* Based on the following message, disable tagged command queueing for allmsmith1998-02-161-1/+5
* Staticize.eivind1998-02-091-2/+2
* Serves me right for committing code late at night...wollman1998-02-011-3/+9
* Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses itwollman1998-02-011-2/+16
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-249-9/+20
* Add SCSI-SCSI RAID from Infotrand as known deviceache1998-01-211-1/+5
* the pt driver should make one DEVFS entry for each one found rather thanjulian1998-01-061-20/+22
* - Accept all models of the HP C1553A tape series as usable tapes. Thisnate1997-12-301-2/+2
* move punchline of joke up to rest of joke. (got moved by useful edits)julian1997-12-301-5/+5
* 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
OpenPOWER on IntegriCloud