summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aicasm
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-069-9/+9
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+5
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* When outputing a code listing, properly displaygibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.gibbs2003-12-162-4/+15
* Allow constants to be complex expressions so long as thosegibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handlegibbs2003-01-201-2/+2
* Minor updates to the aicasm:scottl2002-11-273-5/+5
* Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
* Remove redundant inclusion of inttypes.h in aicasm_gram.ygibbs2002-09-274-8/+7
* Use inttypes.hgibbs2002-09-265-7/+26
* Update assembler syntax and assembler to allow generation of registergibbs2002-08-3110-273/+566
* - Remove unnecessary break statement.robert2002-07-221-2/+1
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Tweak the include dirs w/o incurring extra warningsobrien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.obrien2002-05-101-1/+1
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,peter2002-05-011-0/+3
* Add macro functionality.gibbs2002-04-2410-208/+1248
* Remove __P.alfred2002-03-201-10/+10
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,obrien2002-03-111-1/+1
* add %option nounputassar2001-07-221-0/+2
* Add support for parsing version strings out of assembler source filesgibbs2001-07-185-36/+111
* Don't allow immediate values of 0 for operations that can take either anken2001-04-041-0/+5
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-042-27/+27
* Fix include directories for crossbuilding.marcel2000-12-131-1/+1
* Sync perforce IDs.gibbs2000-11-107-7/+7
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-227-8/+91
* Move aicasm to its own subdirectory.gibbs2000-09-168-105/+110
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-187-22/+202
* Use /sys/sys/*.h over /usr/include/sys.obrien2000-05-271-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-264-14/+14
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-234-14/+14
* Simplify my copyright license terms.gibbs1999-12-065-5/+5
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Fix a few compiler nits.gibbs1999-08-161-4/+7
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-231-9/+11
* Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.gibbs1999-03-231-1/+3
* "fix" long standing aicasm build glitch. The problem was thepeter1999-01-171-2/+2
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-101-3/+3
* Massive overhaul of the aic7xxx driver:gibbs1998-09-156-213/+518
* Add support to aicasm for "downloaded constants". These are immediategibbs1997-09-275-7/+94
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-035-21/+25
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-276-32/+60
* aic7xxx.seq:gibbs1997-04-101-3/+3
OpenPOWER on IntegriCloud