aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_base.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.Justin T. Gibbs1998-09-151-1370/+0
* Don't use unaligned accesses when printing extended sense codes.Doug Rabson1998-08-171-2/+3
* Fixed printf format errors.Bruce Evans1998-07-111-20/+23
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-4/+4
* Attempt to get bounce_buffers working again for per-process kernel stackPeter Wemm1998-04-161-10/+40
* Don't depend on "implicit int".Bruce Evans1998-02-201-2/+2
* Ifdefed some conditionally used declarations.Bruce Evans1997-12-201-1/+3
* Remove the call to scsi_start_unit() from sd_open(). It was causingJoerg Wunsch1997-10-121-2/+2
* Convert to use the new bufq* functions for dealing with bufferJustin T. Gibbs1997-09-211-1/+2
* Removed unused #includes.Bruce Evans1997-09-021-7/+1
* In SCSI diagnostic messages, cause "0x" to be prepended to the numberJohn Polstra1997-07-251-3/+3
* Add a 1ms delay in the XS_BUSY case. This is the same error code returnedJustin T. Gibbs1997-04-041-1/+6
* free_xs must be called at splbio(). This is usually the case since the mainJustin T. Gibbs1997-03-241-1/+3
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make some small tweaks to the messages to clean up some stuffBill Paul1997-02-081-2/+9
* Fix a benign type mismatch i've introduced in rev 1.40.Joerg Wunsch1997-01-301-14/+14
* Make the SCSI probe messages more BSDish. This may raise a few eyebrowsBill Paul1997-01-251-10/+7
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Do something Peter Dufault long since intended to do: make a currentJoerg Wunsch1996-12-241-4/+18
* Turn SCSIDEBUG into a new-style option.Joerg Wunsch1996-07-141-1/+2
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-3/+3
* Implement the XS_SELTIMEOUT error code. This causes the SCSI code toJustin T. Gibbs1996-03-311-1/+2
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-45/+45
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-051-1/+3
* Staticize.Poul-Henning Kamp1995-12-171-5/+4
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-8/+23
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Some bug fixes for the worm driver:Joerg Wunsch1995-10-091-3/+3
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedBruce Evans1995-07-251-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-25/+25
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalJustin T. Gibbs1995-04-231-3/+2
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-141-107/+299
* Read of a record smaller then request size always failsAndrey A. Chernov1995-04-111-3/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-2/+3
* cd.c: Julian's CD audio cleanupPeter Dufault1995-03-211-5/+31
* Change it so it doesn't say "probe0" for SCSI probe "device".Peter Dufault1995-03-151-4/+5
* 1. Add text for ASC/ASCQPeter Dufault1995-03-151-14/+13
* 1. Change driver signatures to full signature for slice support.Peter Dufault1995-03-041-12/+51
* >From a week or two ago I got kernel panics as soon as I tried to access myDavid Greenman1995-02-151-3/+3
* Split byte packing functions into signed and unsigned versions.Peter Dufault1995-01-311-7/+22
* 1. Reject obviously broken CDB command lengthsPeter Dufault1995-01-241-1/+16
* Remove dup biodone and no more SCSIUSER option.Peter Dufault1995-01-191-3/+1
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUPeter Dufault1995-01-081-68/+196
* Remove bogus and unused declaration and definition of Debugger().Bruce Evans1994-11-151-7/+1
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyPoul-Henning Kamp1994-10-081-4/+4
* GCC cleanup.Poul-Henning Kamp1994-10-021-1/+2
* Rather than exclude bounce buffers support with NOBOUNCE, include itDavid Greenman1994-08-311-7/+7
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-9/+1
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-3/+1