summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-5/+5
* Silence the PREVENT ALLOW MEDIUM REMOVAL call.joerg1997-09-071-2/+3
* Removed unused #includes.bde1997-09-021-6/+1
* Increase the retry timeouts.steve1997-08-231-4/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-31/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-13/+3
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
* Ensure that media protection is released before attempting to eject thegibbs1996-06-241-10/+22
* Dump the timeout for st_erase().joerg1996-06-221-2/+2
* Change dev_link() to devfs_link()scrappy1996-04-021-4/+4
* Changed use of devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-96/+39
* Fixed missing variable 'name' for DEVFS codescrappy1996-03-291-1/+4
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-4/+1
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-18/+25
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-79/+79
* cosmetic fixes plus bring the cdevsw and bdevsw entriesjulian1996-02-191-10/+12
* Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...pst1996-02-081-2/+2
* Add a quirk record for the Tandberg 42XX series. Not only that thesejoerg1996-02-031-5/+5
* Prevent media eject on first open and re-enable ejection on last close.gibbs1996-01-291-3/+6
* 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
OpenPOWER on IntegriCloud