summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-08-181-8/+8
* In sys/scsi/st.c, st_close() does not check for errors from callingphk1998-07-311-3/+4
* Fixed printf format errors.bde1998-07-111-31/+38
* There is no such thing any more as "struct bdevsw".julian1998-07-041-6/+24
* Added used include of "ioconf.h" - don't depend on pollution inbde1998-06-171-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* fix an obvious broken BOUNCE_BUFFER case.peter1998-04-161-1/+9
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Fixed misuse of O_ACCMODE. Cosmetic.bde1997-11-231-2/+2
* 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
OpenPOWER on IntegriCloud