aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aicasm
Commit message (Expand)AuthorAgeFilesLines
* Fix a group of typos:Yaroslav Tykhiy2006-12-292-2/+2
* Fix mysterious build failures (with parallel make) early inRuslan Ermilov2005-11-211-1/+1
* Back out change accidentally committed as Makefile:1.21 -- a localRobert Watson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-069-9/+9
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-2/+5
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* When outputing a code listing, properly displayJustin T. Gibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.Justin T. Gibbs2003-12-162-4/+15
* Allow constants to be complex expressions so long as thoseJustin T. Gibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handleJustin T. Gibbs2003-01-201-2/+2
* Minor updates to the aicasm:Scott Long2002-11-273-5/+5
* Use fcntl.h from inside /sys.David E. O'Brien2002-09-301-1/+1
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-274-8/+7
* Use inttypes.hJustin T. Gibbs2002-09-265-7/+26
* Update assembler syntax and assembler to allow generation of registerJustin T. Gibbs2002-08-3110-273/+566
* - Remove unnecessary break statement.Robert Drehmel2002-07-221-2/+1
* Remove one more multi-line string literal.Justin T. Gibbs2002-06-061-5/+5
* Silence GCC warnings about multi-line strings.Justin T. Gibbs2002-06-057-48/+48
* Tweak the include dirs w/o incurring extra warningsDavid E. O'Brien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.David E. O'Brien2002-05-101-1/+1
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,Peter Wemm2002-05-011-0/+3
* Add macro functionality.Justin T. Gibbs2002-04-2410-208/+1248
* Remove __P.Alfred Perlstein2002-03-201-10/+10
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,David E. O'Brien2002-03-111-1/+1
* add %option nounputAssar Westerlund2001-07-221-0/+2
* Add support for parsing version strings out of assembler source filesJustin T. Gibbs2001-07-185-36/+111
* Don't allow immediate values of 0 for operations that can take either anKenneth D. Merry2001-04-041-0/+5
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-27/+27
* Fix include directories for crossbuilding.Marcel Moolenaar2000-12-131-1/+1
* Sync perforce IDs.Justin T. Gibbs2000-11-107-7/+7
* Generate bmov instructions for all move requests. The driverJustin T. Gibbs2000-10-311-3/+3
* Correct pedantic errors in arrays generated by the assembler (trailingJustin T. Gibbs2000-10-051-5/+12
* Add Perforce RCSIDs for easy revision correlation to my local tree.Justin T. Gibbs2000-09-227-8/+91
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-168-105/+110
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-187-22/+202
* Use /sys/sys/*.h over /usr/include/sys.David E. O'Brien2000-05-271-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-264-14/+14
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-234-14/+14
* Simplify my copyright license terms.Justin T. Gibbs1999-12-065-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Fix a few compiler nits.Justin T. Gibbs1999-08-161-4/+7
* Complete conversion to bus dma. This driver now works on the alpha.Justin T. Gibbs1999-04-231-9/+11
* Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.Justin T. Gibbs1999-03-231-1/+3
* "fix" long standing aicasm build glitch. The problem was thePeter Wemm1999-01-171-2/+2
* Revamp the way that exceptional message handling is performed so that itJustin T. Gibbs1998-12-101-3/+3
* Massive overhaul of the aic7xxx driver:Justin T. Gibbs1998-09-156-213/+518