aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/sctarg.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.Justin T. Gibbs1998-09-151-319/+0
* Fixed printf format errors.Bruce Evans1998-08-181-2/+2
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-2/+16
* Added used include of "ioconf.h" - don't depend on pollution inBruce Evans1998-06-171-1/+3
* Add sctargattach that initializes the bufq data structure.Justin T. Gibbs1998-06-011-9/+21
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Convert to use the new bufq* functions for dealing with bufferJustin T. Gibbs1997-09-211-4/+4
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-231-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-7/+1
* Turn SCSIDEBUG into a new-style option.Joerg Wunsch1996-07-141-1/+2
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-4/+7
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-6/+6
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-051-1/+3
* Moved prototypes to better places.Bruce Evans1995-12-141-7/+7
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-26/+9
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-24/+22
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+43
* Fixed replication error so that this compiles again.Bruce Evans1995-11-211-4/+3
* First set of changes to eliminate the ad-hoc device buffer queues,John Dyson1995-11-191-11/+8
* Fix benign function type mismatch.Bruce Evans1995-07-131-4/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Moved unit definitions out of scsiconf.h;Peter Dufault1995-05-031-2/+2
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-141-0/+271