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
/
i386
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Obsoleted by CAM.
gibbs
1998-09-15
8
-7109
/
+0
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-2
/
+3
*
Fixed pedantic semantics errors (bitfields not of type int, signed int
bde
1998-06-08
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-8
/
+8
*
Don't depend on "implicit int".
bde
1998-02-20
1
-2
/
+2
*
Add support to the host driver for "downloaded constants". These are immediate
gibbs
1997-09-27
1
-43
/
+32
*
Update for changes in the callout interface.
gibbs
1997-09-21
2
-23
/
+35
*
Don't depend on the gcc feature of permitting conditional expressions
bde
1997-08-25
1
-4
/
+4
*
Change restart_sequencer to be more robust by performing an explicit
gibbs
1997-08-21
1
-17
/
+6
*
To handle scsi RESERVATION CONFLICT properly in ahc driver.
itojun
1997-08-17
1
-1
/
+6
*
Remove the bus settle delay after reset code. It could cause an infinite
gibbs
1997-08-15
2
-168
/
+23
*
Add a spin lock that prevents the sequencer from attempting to add an
gibbs
1997-08-13
2
-9
/
+35
*
Removed unused #includes.
bde
1997-07-20
3
-10
/
+3
*
Modify my copyright notice to allow the sequencer to be used with GPLed
gibbs
1997-06-27
2
-8
/
+22
*
Print out some more diagnostic information when we reject a message.
gibbs
1997-04-26
1
-4
/
+10
*
No longer use AAP for queueing SCBs to the QINFIFO.
gibbs
1997-04-18
1
-79
/
+63
*
Be more careful about how SCBs are cleaned up during error recovery.
gibbs
1997-04-14
1
-113
/
+173
*
Drop the number of allowed tags back down to 8. Pluto uses a higher value
gibbs
1997-04-10
1
-17
/
+17
*
Fix an infinite loop caused by calling ahc_run_done queue while the
gibbs
1997-04-07
1
-3
/
+32
*
Fix a bug in the selection timeout handler that was introduced when the
gibbs
1997-04-05
1
-38
/
+52
*
Now that we use AAP, we have to explicitly unpause the sequencer when
gibbs
1997-04-04
1
-2
/
+11
*
NOOP commit to correct the comment for the last commit:
gibbs
1997-04-04
1
-1
/
+1
*
When not using SCB paging, we can always directly index the SCB of interest
gibbs
1997-04-04
1
-15
/
+6
*
Fix a fencepost error in ahc_find_scb that could cause us to wrongfully
gibbs
1997-03-24
1
-2
/
+2
*
Fix a nasty bug that meant a QUEUE_FULL status would result in a lost
gibbs
1997-03-24
1
-12
/
+12
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
2
-2
/
+4
*
Adapt to some changes in the register definitions. Clear the selection
gibbs
1997-03-16
1
-78
/
+234
*
When we perform an "automatic request sense", we issue an untagged command.
gibbs
1997-03-01
1
-5
/
+44
*
Functionalize some code that was repeated throughout the driver.
gibbs
1997-02-28
1
-50
/
+77
*
Fix numerous problems with the abort/recovery code. Highlights include fixing
gibbs
1997-02-25
2
-194
/
+371
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
8
-8
/
+8
*
Fix some more problems in the recovery code.
gibbs
1997-02-19
1
-20
/
+37
*
Kill the initialization of two old scratch ram variables. They were removed
gibbs
1997-02-18
1
-12
/
+0
*
Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. This
gibbs
1997-02-18
2
-20
/
+20
*
Changed timeout for requesting sense from 100ms to 1 second.
dg
1997-02-14
1
-2
/
+1
*
Fix a bug in the reporting of residuals. The code was relying on the SG_COUNT
gibbs
1997-02-11
2
-5
/
+22
*
ahc_search_qinfo->ahc_search_qinfifo
gibbs
1997-02-09
1
-31
/
+36
*
Initialization of a variable got lost in the last commit when I moved
gibbs
1997-02-03
1
-0
/
+1
*
Fix an oversight in the handling of non-tagged abort requests. We need
gibbs
1997-02-03
1
-34
/
+72
*
White space cleanup and other cosmetic style changes.
gibbs
1997-02-03
2
-25
/
+62
*
Add 1997 to my copyright.
gibbs
1997-01-29
2
-136
/
+377
*
93cx6.c:
gibbs
1997-01-24
2
-4
/
+8
*
Remove some unnecessary overhead in the command complete processing. It
gibbs
1997-01-22
1
-48
/
+29
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
8
-8
/
+8
*
Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.
gibbs
1996-12-03
1
-6
/
+13
*
Add code to the SCSIINT handler for unexpected busfrees and handling immediate
gibbs
1996-11-22
1
-52
/
+130
*
Be even more careful in how we manipulate the QOUTQCNT variable. Now we
gibbs
1996-11-16
1
-20
/
+93
*
Fixed pessimized (short) i/o port type.
bde
1996-11-11
1
-2
/
+2
*
Clean up the memory mapped/Programmed I/O stuff so that the driver completely
gibbs
1996-11-11
2
-302
/
+337
*
Bzero the kernel scb array after it is allocated otherwise the control byte
gibbs
1996-11-07
1
-3
/
+5
[next]