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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-2
/
+2
*
Added bounce support for user scsi requests.
dyson
1995-05-09
1
-1
/
+7
*
sdsize() didn't open a device often enough. This caused swap partitions on
bde
1995-05-08
1
-17
/
+4
*
Change defintion of unit to minor(dev). Sorry for not
dufault
1995-05-03
1
-4
/
+2
*
Try to make this work again. Peter's last changes left it like :
gpalmer
1995-05-03
1
-4
/
+4
*
Moved unit definitions out of scsiconf.h;
dufault
1995-05-03
12
-214
/
+188
*
Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's
bde
1995-04-30
1
-3
/
+3
*
Finally implement the kernel hook for the "mt eom" command. (The
joerg
1995-04-29
2
-9
/
+25
*
Submitted by: ache
dufault
1995-04-29
1
-2
/
+1
*
Set SCSI_NOSLEEP only when we really need to. This requires an additional
gibbs
1995-04-23
7
-37
/
+37
*
Don't export a bogus include to half the universe.
bde
1995-04-23
2
-5
/
+4
*
Declare wakeup() non-implicitly and don't bogusly cast its arg.
bde
1995-04-23
1
-2
/
+3
*
Added "scsi target" device that can act as a target for scsi transfers
dufault
1995-04-14
13
-382
/
+1052
*
Read of a record smaller then request size always fails
ache
1995-04-11
1
-3
/
+2
*
sdattach: print out cyl/hd/sec info in the same format as wd driver does
ache
1995-04-10
1
-4
/
+5
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
2
-5
/
+12
*
Support disk slices. This involves mainly replacing inline code with
bde
1995-03-23
1
-279
/
+116
*
cd.c: Julian's CD audio cleanup
dufault
1995-03-21
8
-185
/
+362
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
4
-14
/
+24
*
Plug lurking bug when a device returns ASC:ASCQ 0xff:0xff
dufault
1995-03-15
1
-4
/
+15
*
Change it so it doesn't say "probe0" for SCSI probe "device".
dufault
1995-03-15
1
-4
/
+5
*
1. Add text for ASC/ASCQ
dufault
1995-03-15
9
-41
/
+348
*
Submitted by: bde@zeta.org.au (Bruce Evans)
dufault
1995-03-06
1
-3
/
+3
*
Remove some of my old debugging junk that somehow slipped in under my nose.
dg
1995-03-06
1
-9
/
+1
*
Fix when SCSI_DEBUG turned on. Thanks to Michael Reifenberger.
dufault
1995-03-05
1
-4
/
+5
*
1. Change driver signatures to full signature for slice support.
dufault
1995-03-04
14
-199
/
+835
*
Remove unused common variable `extended'.
bde
1995-03-04
1
-2
/
+2
*
Make sure there is a device before opening. Fixes NULL access
dufault
1995-03-03
1
-1
/
+4
*
Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
dufault
1995-03-01
12
-1178
/
+1291
*
iodone->biodone; get rid of older call syntax.
jkh
1995-02-25
1
-2
/
+2
*
Add a define for the SCSI_QUEUE_FULL sense message
gibbs
1995-02-22
1
-1
/
+2
*
>From a week or two ago I got kernel panics as soon as I tried to access my
dg
1995-02-15
1
-3
/
+3
*
YFfix.
phk
1995-02-14
1
-2
/
+4
*
YFfix. added
phk
1995-02-14
1
-1
/
+2
*
Split byte packing functions into signed and unsigned versions.
dufault
1995-01-31
4
-25
/
+41
*
1. Reject obviously broken CDB command lengths
dufault
1995-01-24
2
-3
/
+18
*
Add the missing forward declaration of chopen. Reported in the
ats
1995-01-19
1
-1
/
+2
*
Remove dup biodone and no more SCSIUSER option.
dufault
1995-01-19
2
-9
/
+3
*
Ensured all files have copyright and RCS ID variable.
dufault
1995-01-08
2
-0
/
+41
*
Submitted by: Gerd Truschinski
ats
1995-01-08
1
-2
/
+2
*
Reviewed by: gibbs@estienne.CS.Berkeley.EDU
dufault
1995-01-08
13
-197
/
+921
*
Fix the "wds" count stat.
bde
1994-12-24
1
-2
/
+2
*
Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bit
bde
1994-12-24
1
-2
/
+2
*
Revert last patch - it's wrong.
dg
1994-12-23
1
-2
/
+2
*
Fixed byte count stat.
dg
1994-12-23
1
-2
/
+2
*
Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()
se
1994-12-22
1
-2
/
+2
*
Make sure we allocate at least 8 scbus if we allocate any at all.
phk
1994-12-18
1
-1
/
+9
*
Allocate all scsi-devices on the fly, not just CDs.
phk
1994-12-16
4
-110
/
+218
*
added a missing '\n' in both files.
phk
1994-12-03
2
-4
/
+4
[next]