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
/
dev
/
aic7xxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some revisions of the aic7880 have a problem where, if the
gibbs
1998-06-28
1
-2
/
+10
*
Add support to aicasm for "downloaded constants". These are immediate
gibbs
1997-09-27
13
-62
/
+211
*
Make the aic7xxx sequencer assembler compile in the kernel's object
gibbs
1997-09-03
16
-2763
/
+50
*
Add a spin lock that prevents the sequencer from attempting to add an
gibbs
1997-08-13
2
-2
/
+26
*
Modify my copyright notice to allow the sequencer to be used with GPLed
gibbs
1997-06-27
21
-140
/
+235
*
The following scenario would result in a bogus residual being reported
gibbs
1997-04-24
2
-3
/
+8
*
Revert some changes to the selection and reselection code that were thought
gibbs
1997-04-18
1
-41
/
+19
*
Re-arange the selection and reselection code to hopefully kill the
gibbs
1997-04-14
2
-16
/
+31
*
aic7xxx.seq:
gibbs
1997-04-10
4
-13
/
+16
*
Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for work
gibbs
1997-04-05
1
-5
/
+5
*
Add missing Id that was lost when the sequencer file format changed.
gibbs
1997-04-04
1
-0
/
+2
*
When not using SCB paging, we can always directly index the SCB of interest
gibbs
1997-04-04
1
-13
/
+18
*
CFLAGS += -I. so that building in an obj directory works.
gibbs
1997-04-03
2
-2
/
+6
*
Re-arrange the code to upload an SCB to ensure that there is at least
gibbs
1997-03-24
1
-14
/
+12
*
aic7xxx.seq:
gibbs
1997-03-18
4
-36
/
+263
*
Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.
bde
1997-03-16
3
-3
/
+9
*
Missed one.
gibbs
1997-03-16
3
-0
/
+204
*
Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:
gibbs
1997-03-16
22
-3239
/
+9185
*
No longer clear all interrupt status when the sequencer is reset. The only
gibbs
1997-02-28
1
-40
/
+29
*
Leave reselections on all the time.
gibbs
1997-02-25
2
-10
/
+21
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
5
-5
/
+5
*
Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wide
gibbs
1997-02-18
2
-18
/
+11
*
Clear the DFCNTRL register after every busfree.
gibbs
1997-02-11
1
-23
/
+26
*
Clear the channel after (re)selection instead of once we see the bus go
gibbs
1997-02-09
2
-30
/
+31
*
In dma_finish, don't disturb the direction bit in DFCNTRL when turning off
gibbs
1997-02-03
1
-6
/
+3
*
Add 1997 to my copyright.
gibbs
1997-01-29
2
-16
/
+7
*
Change the way DMA is handled during the command phase. Only test on
gibbs
1997-01-24
2
-7
/
+30
*
Clear the SCSI channel after we go to busfree instead of after re/selection.
gibbs
1997-01-22
2
-46
/
+53
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
5
-5
/
+5
*
Re-enable reselections as the first thing after we see a bus free. We seem
gibbs
1996-12-03
1
-10
/
+8
*
Conditionally enable the busfree interrupt to catch unexpected busfrees.
gibbs
1996-11-22
2
-56
/
+29
*
Change the way Automatic PIO is performed in the mesgin and mesgout phases.
gibbs
1996-11-21
1
-27
/
+18
*
Assert that we have seen an identify or have not disconneccted since the
gibbs
1996-11-16
2
-12
/
+17
*
Fix two problems with SCB Paging.
gibbs
1996-11-11
2
-36
/
+29
*
index_untagged_scb should rely solely on the argument passed in SINDEX and
gibbs
1996-11-05
1
-3
/
+3
*
In data_phase_reinit when I converted the code to use bcopy, I should have
gibbs
1996-10-28
1
-3
/
+3
*
Fix problems dealing with non-tagged devices when SCB paging is enabled.
gibbs
1996-10-28
2
-48
/
+53
*
Go back to using DMA to get SCBs down to the adapter.
gibbs
1996-10-25
2
-356
/
+485
*
Bring aic7xxx driver bug fixes from 'SCSI' into current.
gibbs
1996-10-06
2
-164
/
+71
*
Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'
gibbs
1996-06-09
2
-2
/
+32
*
Hopefully fix the parity problem and the hang on message reject for good.
gibbs
1996-06-08
1
-5
/
+12
*
Don't use the auto ATN on parity error feature. It may be the source
gibbs
1996-05-31
1
-4
/
+4
*
Fix regression. It seems that you need at least one instruction between
gibbs
1996-05-30
1
-3
/
+3
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
1
-2
/
+6
*
Fix a race condition in p_mesgout* and inb* code that could allow a
gibbs
1996-05-27
1
-3
/
+3
*
Correct a botched commit from yesturday. It helps to bring over the
gibbs
1996-05-23
1
-3
/
+4
*
Enable/Disable Ultra mode on a per target basis. This allows the driver
gibbs
1996-05-21
2
-3
/
+21
*
One more linux -> __linux__
gibbs
1996-05-10
1
-2
/
+2
*
aic7xxx.seq:
gibbs
1996-05-10
2
-4
/
+7
*
Implement SCB paging. This allows up to 255 active commands on
gibbs
1996-04-20
2
-100
/
+181
[next]