index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
st.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
1
-3
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-31
/
+1
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-13
/
+3
*
Turn SCSIDEBUG into a new-style option.
joerg
1996-07-14
1
-1
/
+2
*
Ensure that media protection is released before attempting to eject the
gibbs
1996-06-24
1
-10
/
+22
*
Dump the timeout for st_erase().
joerg
1996-06-22
1
-2
/
+2
*
Change dev_link() to devfs_link()
scrappy
1996-04-02
1
-4
/
+4
*
Changed use of devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-04-01
1
-96
/
+39
*
Fixed missing variable 'name' for DEVFS code
scrappy
1996-03-29
1
-1
/
+4
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-4
/
+1
*
Fixed group of disk devices (was wheel or games, now operator).
bde
1996-03-27
1
-18
/
+25
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
1
-79
/
+79
*
cosmetic fixes plus bring the cdevsw and bdevsw entries
julian
1996-02-19
1
-10
/
+12
*
Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...
pst
1996-02-08
1
-2
/
+2
*
Add a quirk record for the Tandberg 42XX series. Not only that these
joerg
1996-02-03
1
-5
/
+5
*
Prevent media eject on first open and re-enable ejection on last close.
gibbs
1996-01-29
1
-3
/
+6
*
Bump the timeout in st_load() from 5 to 15 minutes. My Tandberg
joerg
1996-01-14
1
-2
/
+2
*
Implement the MTRETENS command.
joerg
1996-01-08
1
-1
/
+5
*
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
wollman
1996-01-05
1
-1
/
+3
*
Another mega commit to staticize things.
phk
1995-12-14
1
-24
/
+24
*
Replaced nxdump by nodump (if the dump function gets called, then the
bde
1995-12-10
1
-2
/
+2
*
Make NEW_SCSICONF the default way of doing things
julian
1995-12-10
1
-189
/
+1
*
Restored used variable `name[32]' (used by DEVFS).
bde
1995-12-10
1
-7
/
+13
*
scsi_tape.h had some old cruft that looked like missing typedefs or
phk
1995-12-09
1
-6
/
+5
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-3
/
+3
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-59
/
+150
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
1
-2
/
+1
*
Fix support for QIC_3080 drives...it 1/2 worked before.
pst
1995-11-30
1
-1
/
+3
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-7
/
+55
*
Mega commit for sysctl.
phk
1995-11-20
1
-5
/
+3
*
First set of changes to eliminate the ad-hoc device buffer queues,
dyson
1995-11-19
1
-13
/
+9
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-2
/
+1
*
Make a lot of things static.
phk
1995-10-21
1
-26
/
+26
*
oops currupted a line by hitting the wrong key..
julian
1995-10-12
1
-2
/
+2
*
Ack!
julian
1995-10-12
1
-7
/
+21
*
Do not set SCSI_NOSLEEP on every tape command (the exception being during
gibbs
1995-07-16
1
-2
/
+2
*
PR #kern/572:
joerg
1995-07-09
1
-6
/
+8
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-29
/
+29
*
Moved unit definitions out of scsiconf.h;
dufault
1995-05-03
1
-2
/
+5
*
Finally implement the kernel hook for the "mt eom" command. (The
joerg
1995-04-29
1
-6
/
+22
*
Set SCSI_NOSLEEP only when we really need to. This requires an additional
gibbs
1995-04-23
1
-7
/
+7
*
Added "scsi target" device that can act as a target for scsi transfers
dufault
1995-04-14
1
-123
/
+108
*
cd.c: Julian's CD audio cleanup
dufault
1995-03-21
1
-76
/
+138
*
1. Add text for ASC/ASCQ
dufault
1995-03-15
1
-4
/
+4
*
1. Change driver signatures to full signature for slice support.
dufault
1995-03-04
1
-9
/
+14
[next]