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
/
scsiconf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a quirk flag for CD drives that jam when seeing a START STOP UNIT
joerg
1997-09-07
1
-1
/
+2
*
Introduce an advisory exclusive lock on the scsi link structure.
tegge
1997-06-25
1
-1
/
+3
*
Set the quirks for the worm drives.
jmz
1997-05-19
1
-1
/
+4
*
Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.
kato
1997-04-03
1
-9
/
+9
*
add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track
jmg
1997-04-02
1
-1
/
+2
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
1
-3
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make some small tweaks to the messages to clean up some stuff
wpaul
1997-02-08
1
-0
/
+1
*
Make the SCSI probe messages more BSDish. This may raise a few eyebrows
wpaul
1997-01-25
1
-0
/
+4
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Restored a non-devconf comment that was removed with devconf.
bde
1996-09-10
1
-1
/
+5
*
Various cleanups for remanents of devconf.
phk
1996-09-08
1
-9
/
+1
*
Ensure that media protection is released before attempting to eject the
gibbs
1996-06-24
1
-3
/
+3
*
Forward-declare a struct tag so that this doesn't depend on a side effect
bde
1996-06-23
1
-1
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+9
*
Implement the XS_SELTIMEOUT error code. This causes the SCSI code to
gibbs
1996-03-31
1
-2
/
+3
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
1
-59
/
+53
*
Add a quirk record for the Tandberg 42XX series. Not only that these
joerg
1996-02-03
1
-1
/
+2
*
Make the "uk" device usable again. The open() always failed due to an intern...
joerg
1996-01-20
1
-1
/
+4
*
Add an adapter_softc field to the scsi_link struct.
gibbs
1996-01-07
1
-1
/
+2
*
Staticize.
phk
1995-12-17
1
-1
/
+4
*
Declared functions as static in their definitions as well as in their
bde
1995-12-14
1
-9
/
+7
*
Another mega commit to staticize things.
phk
1995-12-14
1
-7
/
+1
*
Make NEW_SCSICONF the default way of doing things
julian
1995-12-10
1
-5
/
+6
*
fix a couple of stuffups in the worm driver and in other associated scsi files
julian
1995-12-05
1
-3
/
+4
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-12
/
+21
*
Mega commit for sysctl.
phk
1995-11-20
1
-2
/
+2
*
Make a lot of things static.
phk
1995-10-21
1
-3
/
+3
*
Remove hard coded assumption that SCSI busses have 7 targets.
gibbs
1995-08-23
1
-5
/
+8
*
Allow the specification of the controller bus when wiring down scsi buses.
gibbs
1995-07-17
1
-20
/
+22
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
Moved unit definitions out of scsiconf.h;
dufault
1995-05-03
1
-106
/
+77
*
Set SCSI_NOSLEEP only when we really need to. This requires an additional
gibbs
1995-04-23
1
-2
/
+2
*
Don't export a bogus include to half the universe.
bde
1995-04-23
1
-3
/
+1
*
Added "scsi target" device that can act as a target for scsi transfers
dufault
1995-04-14
1
-9
/
+28
*
cd.c: Julian's CD audio cleanup
dufault
1995-03-21
1
-31
/
+31
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-1
/
+5
*
1. Change driver signatures to full signature for slice support.
dufault
1995-03-04
1
-25
/
+33
*
Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
dufault
1995-03-01
1
-14
/
+139
*
YFfix. added
phk
1995-02-14
1
-1
/
+2
*
Split byte packing functions into signed and unsigned versions.
dufault
1995-01-31
1
-3
/
+4
*
Reviewed by: gibbs@estienne.CS.Berkeley.EDU
dufault
1995-01-08
1
-2
/
+103
*
scsiconf.h:
ats
1994-11-14
1
-2
/
+2
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
1
-1
/
+2
*
Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev.
wollman
1994-10-19
1
-2
/
+3
*
Forgot to bring this file over from previous commit.
wollman
1994-10-19
1
-1
/
+8
*
Reviewed by: Julian Elischer / Jordan K. Hubbard
se
1994-09-28
1
-3
/
+108
*
Bounce buffers. From John Dyson with help from me.
dg
1994-03-23
1
-1
/
+2
*
Make everything compile with -Wtraditional. Make it easier to distribute
wollman
1993-12-19
1
-1
/
+3
*
New version of scsi code from Julian
rgrimes
1993-11-18
1
-71
/
+188
[next]