summaryrefslogtreecommitdiff
path: root/sys/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev 1.81, silence a call to an optional command.Joerg Wunsch1997-09-071-1/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-31/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-13/+3
* Turn SCSIDEBUG into a new-style option.Joerg Wunsch1996-07-141-1/+2
* Ensure that media protection is released before attempting to eject theJustin T. Gibbs1996-06-241-10/+22
* Dump the timeout for st_erase().Joerg Wunsch1996-06-221-2/+2
* Change dev_link() to devfs_link()Marc G. Fournier1996-04-021-4/+4
* Changed use of devfs_add_devsw() to devfs_add_devswf()Marc G. Fournier1996-04-011-96/+39
* Fixed missing variable 'name' for DEVFS codeMarc G. Fournier1996-03-291-1/+4
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-4/+1
* Fixed group of disk devices (was wheel or games, now operator).Bruce Evans1996-03-271-18/+25
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-79/+79
* cosmetic fixes plus bring the cdevsw and bdevsw entriesJulian Elischer1996-02-191-10/+12
* Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...Paul Traina1996-02-081-2/+2
* Add a quirk record for the Tandberg 42XX series. Not only that theseJoerg Wunsch1996-02-031-5/+5
* Prevent media eject on first open and re-enable ejection on last close.Justin T. Gibbs1996-01-291-3/+6
* Bump the timeout in st_load() from 5 to 15 minutes. My TandbergJoerg Wunsch1996-01-141-2/+2
* Implement the MTRETENS command.Joerg Wunsch1996-01-081-1/+5
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-051-1/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-24/+24
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-2/+2
* Make NEW_SCSICONF the default way of doing thingsJulian Elischer1995-12-101-189/+1
* Restored used variable `name[32]' (used by DEVFS).Bruce Evans1995-12-101-7/+13
* scsi_tape.h had some old cruft that looked like missing typedefs orPoul-Henning Kamp1995-12-091-6/+5
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-3/+3
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-59/+150
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-2/+1
* Fix support for QIC_3080 drives...it 1/2 worked before.Paul Traina1995-11-301-1/+3
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-7/+55
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-5/+3
* First set of changes to eliminate the ad-hoc device buffer queues,John Dyson1995-11-191-13/+9
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-2/+1
* Make a lot of things static.Poul-Henning Kamp1995-10-211-26/+26
* oops currupted a line by hitting the wrong key..Julian Elischer1995-10-121-2/+2
* Ack!Julian Elischer1995-10-121-7/+21
* Do not set SCSI_NOSLEEP on every tape command (the exception being duringJustin T. Gibbs1995-07-161-2/+2
* PR #kern/572:Joerg Wunsch1995-07-091-6/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-29/+29
* Moved unit definitions out of scsiconf.h;Peter Dufault1995-05-031-2/+5
* Finally implement the kernel hook for the "mt eom" command. (TheJoerg Wunsch1995-04-291-6/+22
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalJustin T. Gibbs1995-04-231-7/+7
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-141-123/+108
* cd.c: Julian's CD audio cleanupPeter Dufault1995-03-211-76/+138
* 1. Add text for ASC/ASCQPeter Dufault1995-03-151-4/+4
* 1. Change driver signatures to full signature for slice support.Peter Dufault1995-03-041-9/+14
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comPeter Dufault1995-03-011-195/+113
* iodone->biodone; get rid of older call syntax.Jordan K. Hubbard1995-02-251-2/+2
* Split byte packing functions into signed and unsigned versions.Peter Dufault1995-01-311-11/+11
* 1. Reject obviously broken CDB command lengthsPeter Dufault1995-01-241-2/+2