summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changerdufault1995-12-201-2/+2
* Staticize.phk1995-12-172-6/+8
* Moved prototypes to better places.bde1995-12-143-31/+28
* Added prototypes.bde1995-12-142-1/+4
* Declared functions as static in their definitions as well as in theirbde1995-12-142-20/+17
* The change of [cb]devsw was missed here.bde1995-12-141-3/+3
* Another mega commit to staticize things.phk1995-12-1411-125/+111
* Check before dereferencing a possible null pointer (cdevsw[i]->d_open)peter1995-12-131-2/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-2/+2
* Undo a change that should not have been committed with the 1Tb enhancements.dyson1995-12-111-2/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-1/+6
* Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-102-4/+4
* Replaced odsize by generic nopsize.bde1995-12-101-35/+28
* Replaced cdsize by generic nopsize.bde1995-12-101-27/+20
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-103-6/+6
* Removed unused functions sudump() and supsize().bde1995-12-101-26/+5
* Make NEW_SCSICONF the default way of doing thingsjulian1995-12-105-423/+21
* Restored used variable `name[32]' (used by DEVFS).bde1995-12-102-9/+22
* scsi_tape.h had some old cruft that looked like missing typedefs orphk1995-12-093-17/+15
* Julian forgot to make the *devsw structures static.phk1995-12-0811-26/+26
* Pass 3 of the great devsw changesjulian1995-12-0811-389/+513
* Untangled the vm.h include file spaghetti.dg1995-12-072-2/+6
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-062-4/+2
* Removed dummy routines sscstrategy(), sscread(), sscwrite() andbde1995-12-051-10/+6
* fix a couple of stuffups in the worm driver and in other associated scsi filesjulian1995-12-054-35/+13
* If the open fails, don't mark the device as open (duh!)julian1995-12-051-2/+2
* Fix support for QIC_3080 drives...it 1/2 worked before.pst1995-11-302-2/+5
* 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
OpenPOWER on IntegriCloud