summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the timeout in st_load() from 5 to 15 minutes. My Tandbergjoerg1996-01-141-2/+2
* Implement the MTRETENS command.joerg1996-01-081-1/+5
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Another mega commit to staticize things.phk1995-12-141-24/+24
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Make NEW_SCSICONF the default way of doing thingsjulian1995-12-101-189/+1
* Restored used variable `name[32]' (used by DEVFS).bde1995-12-101-7/+13
* scsi_tape.h had some old cruft that looked like missing typedefs orphk1995-12-091-6/+5
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-59/+150
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+1
* Fix support for QIC_3080 drives...it 1/2 worked before.pst1995-11-301-1/+3
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-7/+55
* Mega commit for sysctl.phk1995-11-201-5/+3
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-13/+9
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-2/+1
* Make a lot of things static.phk1995-10-211-26/+26
* oops currupted a line by hitting the wrong key..julian1995-10-121-2/+2
* Ack!julian1995-10-121-7/+21
* Do not set SCSI_NOSLEEP on every tape command (the exception being duringgibbs1995-07-161-2/+2
* PR #kern/572:joerg1995-07-091-6/+8
* Remove trailing whitespace.rgrimes1995-05-301-29/+29
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-2/+5
* Finally implement the kernel hook for the "mt eom" command. (Thejoerg1995-04-291-6/+22
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-7/+7
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-123/+108
* cd.c: Julian's CD audio cleanupdufault1995-03-211-76/+138
* 1. Add text for ASC/ASCQdufault1995-03-151-4/+4
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-9/+14
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-011-195/+113
* iodone->biodone; get rid of older call syntax.jkh1995-02-251-2/+2
* Split byte packing functions into signed and unsigned versions.dufault1995-01-311-11/+11
* 1. Reject obviously broken CDB command lengthsdufault1995-01-241-2/+2
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-081-23/+27
* Allocate all scsi-devices on the fly, not just CDs.phk1994-12-161-45/+75
* Andreas Klemm's tape erase patches from 1.1.5.1jkh1994-10-281-1/+46
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-4/+8
* all: register deviceswollman1994-10-191-1/+36
* Reviewed by: Julian Elischer / Jordan K. Hubbardse1994-09-281-3/+33
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-311-2/+2
* Added $Id$dg1994-08-021-11/+1
* Bounce buffers. From John Dyson with help from me.dg1994-03-231-2/+10
* Patch from Julian. Commit message by me.rgrimes1994-01-291-3/+4
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-9/+9
* New version of scsi code from Julianrgrimes1993-11-181-1941/+1498
* >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>rgrimes1993-10-201-2/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-13/+1
* >From: Julian Elischer <julian@jules.DIALix.oz.au>rgrimes1993-10-111-2/+3
* The dynamically allocated struct's where not getting properly initializedrgrimes1993-09-201-2/+4
OpenPOWER on IntegriCloud