aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aicasm/aicasm_scan.l
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so noDimitry Andric2011-12-161-0/+2
* Improve portability #defines for compiling aicasm on other systems.Ed Maste2011-07-151-4/+0
* Revert r213765. This is required because our build infrastructure usesRui Paulo2010-10-141-1/+0
* Define YY_NO_INPUT. This makes aicasm buildable by clang with WerrorRui Paulo2010-10-131-0/+1
* Add missing `void' keywords.Ed Schouten2009-12-301-1/+1
* Initialize the match structure. This is unnecessary but gcc insists toXin LI2009-06-011-2/+1
* Code cleanups to make this WARNS=6 clean.Xin LI2009-06-011-6/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Modify assembler to ignore carriage returns in input.Justin T. Gibbs2003-12-161-3/+13
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-271-2/+2
* Use inttypes.hJustin T. Gibbs2002-09-261-1/+2
* Update assembler syntax and assembler to allow generation of registerJustin T. Gibbs2002-08-311-3/+5
* Silence GCC warnings about multi-line strings.Justin T. Gibbs2002-06-051-1/+1
* Add macro functionality.Justin T. Gibbs2002-04-241-37/+286
* add %option nounputAssar Westerlund2001-07-221-0/+2
* Add support for parsing version strings out of assembler source filesJustin T. Gibbs2001-07-181-8/+49
* Sync perforce IDs.Justin T. Gibbs2000-11-101-1/+1
* Add Perforce RCSIDs for easy revision correlation to my local tree.Justin T. Gibbs2000-09-221-1/+3
* Move aicasm to its own subdirectory.Justin T. Gibbs2000-09-161-6/+19
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-181-1/+5
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Simplify my copyright license terms.Justin T. Gibbs1999-12-061-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Massive overhaul of the aic7xxx driver:Justin T. Gibbs1998-09-151-11/+44
* Add support to aicasm for "downloaded constants". These are immediateJustin T. Gibbs1997-09-271-1/+2
* Make the aic7xxx sequencer assembler compile in the kernel's objectJustin T. Gibbs1997-09-031-3/+3
* Modify my copyright notice to allow the sequencer to be used with GPLedJustin T. Gibbs1997-06-271-11/+16
* Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.Bruce Evans1997-03-161-1/+3
* Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:Justin T. Gibbs1997-03-161-0/+242