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
/
aicasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant inclusion of inttypes.h in aicasm_gram.y
gibbs
2002-09-27
4
-8
/
+7
*
Use inttypes.h
gibbs
2002-09-26
5
-7
/
+26
*
Update assembler syntax and assembler to allow generation of register
gibbs
2002-08-31
10
-273
/
+566
*
- Remove unnecessary break statement.
robert
2002-07-22
1
-2
/
+1
*
Remove one more multi-line string literal.
gibbs
2002-06-06
1
-5
/
+5
*
Silence GCC warnings about multi-line strings.
gibbs
2002-06-05
7
-48
/
+48
*
Tweak the include dirs w/o incurring extra warnings
obrien
2002-05-14
1
-1
/
+1
*
Use only bits w/in /sys if at all possible.
obrien
2002-05-10
1
-1
/
+1
*
Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,
peter
2002-05-01
1
-0
/
+3
*
Add macro functionality.
gibbs
2002-04-24
10
-208
/
+1248
*
Remove __P.
alfred
2002-03-20
1
-10
/
+10
*
Due to changes in the handling of the #line directive by GCC(cpp) 3.1,
obrien
2002-03-11
1
-1
/
+1
*
add %option nounput
assar
2001-07-22
1
-0
/
+2
*
Add support for parsing version strings out of assembler source files
gibbs
2001-07-18
5
-36
/
+111
*
Don't allow immediate values of 0 for operations that can take either an
ken
2001-04-04
1
-0
/
+5
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
2
-27
/
+27
*
Fix include directories for crossbuilding.
marcel
2000-12-13
1
-1
/
+1
*
Sync perforce IDs.
gibbs
2000-11-10
7
-7
/
+7
*
Generate bmov instructions for all move requests. The driver
gibbs
2000-10-31
1
-3
/
+3
*
Correct pedantic errors in arrays generated by the assembler (trailing
gibbs
2000-10-05
1
-5
/
+12
*
Add Perforce RCSIDs for easy revision correlation to my local tree.
gibbs
2000-09-22
7
-8
/
+91
*
Move aicasm to its own subdirectory.
gibbs
2000-09-16
8
-105
/
+110
*
o Convert to <inttypes.h> style fixed sized types to facilitate porting to
gibbs
2000-07-18
7
-22
/
+202
*
Use /sys/sys/*.h over /usr/include/sys.
obrien
2000-05-27
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
4
-14
/
+14
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
4
-14
/
+14
*
Simplify my copyright license terms.
gibbs
1999-12-06
5
-5
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
7
-7
/
+7
*
Fix a few compiler nits.
gibbs
1999-08-16
1
-4
/
+7
*
Complete conversion to bus dma. This driver now works on the alpha.
gibbs
1999-04-23
1
-9
/
+11
*
Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.
gibbs
1999-03-23
1
-1
/
+3
*
"fix" long standing aicasm build glitch. The problem was the
peter
1999-01-17
1
-2
/
+2
*
Revamp the way that exceptional message handling is performed so that it
gibbs
1998-12-10
1
-3
/
+3
*
Massive overhaul of the aic7xxx driver:
gibbs
1998-09-15
6
-213
/
+518
*
Add support to aicasm for "downloaded constants". These are immediate
gibbs
1997-09-27
5
-7
/
+94
*
Make the aic7xxx sequencer assembler compile in the kernel's object
gibbs
1997-09-03
5
-21
/
+25
*
Modify my copyright notice to allow the sequencer to be used with GPLed
gibbs
1997-06-27
6
-32
/
+60
*
aic7xxx.seq:
gibbs
1997-04-10
1
-3
/
+3
*
CFLAGS += -I. so that building in an obj directory works.
gibbs
1997-04-03
1
-1
/
+3
*
aic7xxx.seq:
gibbs
1997-03-18
1
-12
/
+87
*
Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.
bde
1997-03-16
1
-1
/
+3
*
Missed one.
gibbs
1997-03-16
1
-0
/
+68
*
Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:
gibbs
1997-03-16
6
-612
/
+2493
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
aic7xxx.seq:
gibbs
1996-03-31
1
-4
/
+4
*
Null terminate execl's argument list.
gibbs
1996-01-05
1
-2
/
+2
*
The long awaited stability patch set for the aic7xxx driver:
gibbs
1996-01-03
1
-15
/
+57
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
John Aycock's BSD copyrighted sequencer assembler and sequencer code. This
gibbs
1995-04-15
1
-116
/
+151
[next]