summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
Commit message (Expand)AuthorAgeFilesLines
* Ifdefed some conditionally used declarations.bde1997-12-201-1/+3
* Remove the call to scsi_start_unit() from sd_open(). It was causingjoerg1997-10-121-2/+2
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-1/+2
* Removed unused #includes.bde1997-09-021-7/+1
* In SCSI diagnostic messages, cause "0x" to be prepended to the numberjdp1997-07-251-3/+3
* Add a 1ms delay in the XS_BUSY case. This is the same error code returnedgibbs1997-04-041-1/+6
* free_xs must be called at splbio(). This is usually the case since the maingibbs1997-03-241-1/+3
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make some small tweaks to the messages to clean up some stuffwpaul1997-02-081-2/+9
* Fix a benign type mismatch i've introduced in rev 1.40.joerg1997-01-301-14/+14
* Make the SCSI probe messages more BSDish. This may raise a few eyebrowswpaul1997-01-251-10/+7
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Do something Peter Dufault long since intended to do: make a currentjoerg1996-12-241-4/+18
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-3/+3
* Implement the XS_SELTIMEOUT error code. This causes the SCSI code togibbs1996-03-311-1/+2
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-45/+45
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Staticize.phk1995-12-171-5/+4
* Another mega commit to staticize things.phk1995-12-141-8/+23
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Some bug fixes for the worm driver:joerg1995-10-091-3/+3
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-251-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-25/+25
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-3/+2
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-107/+299
* Read of a record smaller then request size always failsache1995-04-111-3/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-2/+3
* cd.c: Julian's CD audio cleanupdufault1995-03-211-5/+31
* Change it so it doesn't say "probe0" for SCSI probe "device".dufault1995-03-151-4/+5
* 1. Add text for ASC/ASCQdufault1995-03-151-14/+13
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-12/+51
* >From a week or two ago I got kernel panics as soon as I tried to access mydg1995-02-151-3/+3
* Split byte packing functions into signed and unsigned versions.dufault1995-01-311-7/+22
* 1. Reject obviously broken CDB command lengthsdufault1995-01-241-1/+16
* Remove dup biodone and no more SCSIUSER option.dufault1995-01-191-3/+1
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-081-68/+196
* Remove bogus and unused declaration and definition of Debugger().bde1994-11-151-7/+1
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyphk1994-10-081-4/+4
* GCC cleanup.phk1994-10-021-1/+2
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-311-7/+7
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-9/+1
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-3/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-8/+3
* Wait a much longer time for slow devices like CD multichangers to timeoutjkh1994-05-191-3/+3
* Bug fixes and performance improvements from John Dyson and myself:dg1994-04-201-2/+10
* Gee, seems like I have commited this fix at least 3 times :-)rgrimes1994-02-071-2/+2
* Patch from Julian. Commit message by me.rgrimes1994-01-291-1/+29
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-3/+10
OpenPOWER on IntegriCloud