summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud