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
/
scsi_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Serves me right for committing code late at night...
wollman
1998-02-01
1
-3
/
+9
*
Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses it
wollman
1998-02-01
1
-2
/
+16
*
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
phk
1997-12-02
1
-3
/
+3
*
Removed unused #includes.
bde
1997-09-02
1
-5
/
+1
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
1
-1
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Turn SCSIDEBUG into a new-style option.
joerg
1996-07-14
1
-1
/
+2
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
1
-2
/
+2
*
More b_flags fixes.
dyson
1996-03-02
1
-2
/
+2
*
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
wollman
1996-01-05
1
-1
/
+4
*
Another mega commit to staticize things.
phk
1995-12-14
1
-9
/
+4
*
Set B_BUSY on the private buffer to avoid a panic in biodone when the
dg
1995-11-10
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Added bounce support for user scsi requests.
dyson
1995-05-09
1
-1
/
+7
*
Moved unit definitions out of scsiconf.h;
dufault
1995-05-03
1
-4
/
+12
*
Added "scsi target" device that can act as a target for scsi transfers
dufault
1995-04-14
1
-3
/
+6
*
1. Change driver signatures to full signature for slice support.
dufault
1995-03-04
1
-2
/
+2
*
Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
dufault
1995-03-01
1
-3
/
+3
*
Remove dup biodone and no more SCSIUSER option.
dufault
1995-01-19
1
-6
/
+2
*
Reviewed by: gibbs@estienne.CS.Berkeley.EDU
dufault
1995-01-08
1
-23
/
+68
*
Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtually
phk
1994-10-08
1
-3
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-9
/
+3
*
Get rid of a nagging call to sleep() which crept back in.
wollman
1994-03-20
1
-1
/
+1
*
"New" VM system from John Dyson & myself. For a run-down of the
dg
1994-01-14
1
-2
/
+9
*
Make everything compile with -Wtraditional. Make it easier to distribute
wollman
1993-12-19
1
-5
/
+5
*
Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
wollman
1993-11-25
1
-2
/
+4
*
New version of scsi code from Julian
rgrimes
1993-11-18
1
-0
/
+329