summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* If you're going to mechanically replicate something in 50 filesjulian1995-11-2911-22/+23
* OK, that's it..julian1995-11-2911-19/+526
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-6/+13
* Completed function declarations and/or added prototypes.bde1995-11-211-12/+21
* Fixed replication error so that this compiles again.bde1995-11-211-4/+3
* Mega commit for sysctl.phk1995-11-207-37/+27
* Trim #includes to those that are necessary; other cosmetic changes.dg1995-11-201-15/+10
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-197-77/+61
* Minor aesthetics (changed "." to space in "cd present.[a x b records]"asami1995-11-151-3/+3
* Set B_BUSY on the private buffer to avoid a panic in biodone when thedg1995-11-101-2/+2
* Initialize the 3 remaining elements of the scsi_cmd struct rather thandg1995-11-061-2/+2
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-18/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-042-13/+2
* Fixed the type of sscstrategy() (return void).bde1995-11-041-4/+2
* The "od" driver. While the name is suggesting the use forjoerg1995-10-311-0/+802
* Include the "od" driver. (Oops, forgot to cvs add the driver filejoerg1995-10-312-49/+100
* Make a lot of things static.phk1995-10-215-66/+66
* oops currupted a line by hitting the wrong key..julian1995-10-121-2/+2
* Ack!julian1995-10-122-15/+34
* Some bug fixes for the worm driver:joerg1995-10-093-16/+37
* Say so if a sense code is vendor specific.dufault1995-10-011-0/+7
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-232-20/+53
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+3
* Set bp->b_actf=NULL for paranoia sake.dg1995-08-071-1/+2
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-251-2/+2
* Allow the specification of the controller bus when wiring down scsi buses.gibbs1995-07-172-32/+54
* 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
OpenPOWER on IntegriCloud