summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Do not set SCSI_NOSLEEP on every tape command (the exception being duringgibbs1995-07-161-2/+2
* Fix benign function type mismatch.bde1995-07-131-4/+5
* PR #kern/572:joerg1995-07-091-6/+8
* Bestmatch check for cd-drive always faild due to additional spaceamurai1995-06-141-7/+23
* Remove trailing whitespace.rgrimes1995-05-3021-198/+198
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Added bounce support for user scsi requests.dyson1995-05-091-1/+7
* sdsize() didn't open a device often enough. This caused swap partitions onbde1995-05-081-17/+4
* Change defintion of unit to minor(dev). Sorry for notdufault1995-05-031-4/+2
* Try to make this work again. Peter's last changes left it like :gpalmer1995-05-031-4/+4
* Moved unit definitions out of scsiconf.h;dufault1995-05-0312-214/+188
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-3/+3
* Finally implement the kernel hook for the "mt eom" command. (Thejoerg1995-04-292-9/+25
* Submitted by: achedufault1995-04-291-2/+1
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-237-37/+37
* Don't export a bogus include to half the universe.bde1995-04-232-5/+4
* Declare wakeup() non-implicitly and don't bogusly cast its arg.bde1995-04-231-2/+3
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-1413-382/+1052
* Read of a record smaller then request size always failsache1995-04-111-3/+2
* sdattach: print out cyl/hd/sec info in the same format as wd driver doesache1995-04-101-4/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-5/+12
* Support disk slices. This involves mainly replacing inline code withbde1995-03-231-279/+116
* cd.c: Julian's CD audio cleanupdufault1995-03-218-185/+362
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-164-14/+24
* Plug lurking bug when a device returns ASC:ASCQ 0xff:0xffdufault1995-03-151-4/+15
* Change it so it doesn't say "probe0" for SCSI probe "device".dufault1995-03-151-4/+5
* 1. Add text for ASC/ASCQdufault1995-03-159-41/+348
* Submitted by: bde@zeta.org.au (Bruce Evans)dufault1995-03-061-3/+3
* Remove some of my old debugging junk that somehow slipped in under my nose.dg1995-03-061-9/+1
* Fix when SCSI_DEBUG turned on. Thanks to Michael Reifenberger.dufault1995-03-051-4/+5
* 1. Change driver signatures to full signature for slice support.dufault1995-03-0414-199/+835
* Remove unused common variable `extended'.bde1995-03-041-2/+2
* Make sure there is a device before opening. Fixes NULL accessdufault1995-03-031-1/+4
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-0112-1178/+1291
* iodone->biodone; get rid of older call syntax.jkh1995-02-251-2/+2
* Add a define for the SCSI_QUEUE_FULL sense messagegibbs1995-02-221-1/+2
* >From a week or two ago I got kernel panics as soon as I tried to access mydg1995-02-151-3/+3
* YFfix.phk1995-02-141-2/+4
* YFfix. addedphk1995-02-141-1/+2
* Split byte packing functions into signed and unsigned versions.dufault1995-01-314-25/+41
* 1. Reject obviously broken CDB command lengthsdufault1995-01-242-3/+18
* Add the missing forward declaration of chopen. Reported in theats1995-01-191-1/+2
* Remove dup biodone and no more SCSIUSER option.dufault1995-01-192-9/+3
* Ensured all files have copyright and RCS ID variable.dufault1995-01-082-0/+41
* Submitted by: Gerd Truschinskiats1995-01-081-2/+2
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-0813-197/+921
* Fix the "wds" count stat.bde1994-12-241-2/+2
* Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bitbde1994-12-241-2/+2
* Revert last patch - it's wrong.dg1994-12-231-2/+2
OpenPOWER on IntegriCloud