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
/
cam
/
scsi
/
scsi_all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The divide by zero panic must have been due to a bogus
mjacob
2005-04-14
1
-0
/
+9
*
Reference a pointer correctly when copying to it's location.
scottl
2005-02-21
1
-1
/
+1
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
When printing out an unknown sense code we should print it in hex, not
mjacob
2004-08-13
1
-3
/
+1
*
SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.
obrien
2003-12-01
1
-1
/
+1
*
(scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.
thomas
2003-09-21
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Don't use return(foo(...)); in a function returning void.
phk
2003-05-31
1
-6
/
+8
*
Add support to CAM for devices with more than 2^32 blocks. (2TB if you're
ken
2003-04-30
1
-14
/
+68
*
Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix
ken
2003-02-21
1
-4
/
+31
*
A SCSI_DELAY of zero is a legitimate value to have.
mjacob
2002-09-23
1
-2
/
+4
*
Make SCSI_DELAY setable at boot time and runtime via the
brooks
2002-09-02
1
-0
/
+80
*
Adjust scsi_calc_syncparam() to the exception table changing from 10ths to
gibbs
2002-08-26
1
-2
/
+4
*
Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table.
gibbs
2002-06-05
1
-6
/
+7
*
Add REPORT LUNS basic infrastructure.
mjacob
2002-06-04
1
-15
/
+39
*
Remove unused static variable quantum.
marcel
2002-04-23
1
-2
/
+0
*
Fix 3 of the four problems with my last indentation fix. ("fixing" the
ken
2002-04-01
1
-4
/
+2
*
Fix an indentation problem.
ken
2002-04-01
1
-7
/
+7
*
Add support for Simplified Direct Access Device in scsi_op_desc().
simokawa
2002-03-11
1
-0
/
+4
*
- Add support for Simplified Direct Access Device, mostly for
simokawa
2002-02-21
1
-0
/
+6
*
Fix bug in scsi_read_write() where it might use 6-byte commands when
kbyanc
2001-11-06
1
-5
/
+4
*
Add interfaces for SCSI LOG SELECT and LOG SENSE commands.
kbyanc
2001-08-27
1
-0
/
+67
*
Eliminate the hot-spare 'r' in Arrray.
phk
2001-08-10
1
-1
/
+1
*
Print out the asc/ascq and description even when both the asc and ascq
ken
2001-05-27
1
-4
/
+2
*
Add q quirk for the old SONY SMO drive i've been sitting upon in my
joerg
2001-05-05
1
-0
/
+16
*
Add sense key table entries for DATA PROTECT and BLANK CHECK. This will
ken
2001-04-30
1
-0
/
+2
*
Fix an errant search and replace that broke SCSI start unit commands.
ken
2001-04-30
1
-1
/
+1
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-999
/
+835
*
In the SCSI_NO_SENSE_STRINGS case, properly fill the table with the
gibbs
2001-02-24
1
-1
/
+1
*
Restore a print_sense=FALSE that got nuked by accident in last delta.
mjacob
2001-02-22
1
-0
/
+1
*
1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and should
mjacob
2001-02-11
1
-7
/
+15
*
Remove unused #includes
phk
2000-10-30
1
-1
/
+0
*
Add quirk entries from Andre Albsmeier to disable the sync cache command
ken
2000-08-29
1
-8
/
+0
*
scsi_all.c:
gibbs
2000-07-18
1
-7
/
+6
*
Fix 'camcontrol inquiry'. The inquiry data structure changes (increased to
ken
2000-02-20
1
-0
/
+7
*
Go for the gusto and do the full 256 bytes for inquiry data.
mjacob
2000-01-25
1
-0
/
+7
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-10
/
+10
*
Add FAST-80 timing to the scsi syncrates table.
obrien
1999-12-16
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Do not attempt to retry commands that fail with ILLEGAL REQUEST status.
gibbs
1998-12-11
1
-3
/
+3
*
print the appropriate SCSI revision (with CCS as a proper name for the announ...
mjacob
1998-12-06
1
-4
/
+8
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-13
/
+4
*
Fix several potential buffer overrun conditions. These changes have been
ken
1998-10-15
1
-23
/
+109
*
Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel to
ken
1998-10-02
1
-2
/
+2
*
In the bootverbose case, print out error messages for all errors that will
ken
1998-09-29
1
-7
/
+16
*
Fix error recovery in scsi_interpret_sense(). It turns out that ERESTART
ken
1998-09-19
1
-15
/
+27
*
Fix the CAM code so that people can compile kernels with the CD driver but
ken
1998-09-18
1
-5
/
+138
*
SCSI Peripheral drivers for CAM:
gibbs
1998-09-15
1
-0
/
+2678