summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/aic7xxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the remaining references to .depend files since nothing creates themnaddy2017-10-171-3/+1
* more depends gc / yacc rules overhaulespie2017-07-191-7/+3
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-7/+2
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-13/+13
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-13/+13
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-5/+3
* a few leftovers from yesterday's SCCS/RCS-ID removal;schwarze2009-10-281-3/+1
* typos; ok jmc@martynas2007-11-261-3/+3
* spelling fixes, from Martynas Venckus;jmc2007-11-251-3/+3
* some spelling fixes from Martynas Venckusjmc2007-11-242-6/+6
* As pointed out by Mickey, "-I/usr/includes" is not required forkrw2007-07-081-2/+2
* Restore missing '(' to allow successful compilation. Bad pyr@.krw2007-07-071-2/+2
* avoid bypassing sys/queue.h in many places in the kernel.pyr2007-05-282-12/+8
* More comment typos from Diego Casati. Including winners like funtion, allmost,krw2007-05-264-35/+35
* "interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw2007-05-251-3/+3
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-102-8/+8
* Allow usb microcode to be built in a cross environment. System endian has beendrahn2007-04-051-1/+2
* Regenerate. No change except for comments being updated to reflectkrw2006-12-234-9/+9
* Spelling.krw2006-12-233-7/+7
* typos from alexey dobriyan;jmc2006-02-061-3/+3
* Sync with r1.18 of aic7xxx.seq.krw2005-10-072-5/+7
* From gibbs via FreeBSD (r1.127): "Extend critical section protectionkrw2005-10-071-5/+9
* Sync with new aicasm.c. No functional change.krw2005-10-042-7/+5
* Emit '#define NUM_CRIT_SECTIONS' instead of 'static const intkrw2005-10-041-4/+3
* more snprintf checking. ok krw@moritz2005-04-281-2/+2
* typo corrections; ok krw a long time agoderaadt2005-03-231-7/+7
* Correct a very rare case where command ordering could be compromisedkrw2004-12-112-693/+725
* Update microcode source prepatory to updating microcode and aic79xx.c.krw2004-12-112-31/+149
* regen w/ proper rcsids and constmickey2004-09-184-18/+18
* repair build that reused y.tab.h for two different parsersmickey2004-09-185-22/+37
* Fold in relevant bits of the most recent two updates fromkrw2004-08-014-519/+487
* Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.hkrw2004-06-123-27/+49
* Add missing aic79xx_reg.h file. Update aic79xx* files to latestkrw2004-05-195-712/+4744
* irregardless -> irrespective;jmc2004-04-271-2/+2
* Not used in updated ahc.krw2004-02-131-122/+0
* Pull in a few recent changes from FreeBSD, plus a couple of localkrw2004-02-084-474/+476
* Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascalkrw2003-12-2417-1213/+1582
* Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascalkrw2003-12-242-0/+1929
* Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascalkrw2003-12-246-1655/+8894
* check strdup failure; nimadeus@pandora.bederaadt2003-10-201-2/+3
* Sync ('make microcode') with change to aicasm_symbol.c:krw2003-08-281-3/+3
* Fix use of uninitialized variable by porting NetBSD patch to correctlykrw2003-08-281-3/+2
* regenmickey2003-08-121-6/+6
* constify sequencer script; krw@ okmickey2003-08-121-5/+5
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-4/+1
* Use queue.h macros instead of using the structure names directly.jason2002-11-194-45/+40
* attempt to make ahc smaller. change PCI interrupt handler.smurph2002-07-052-551/+556
* New aicasm synced with FreeBSD.smurph2002-06-3012-548/+1558
* actually, new new ahc uses these after allmillert2002-06-281-0/+122
* not used by new ahc drivermillert2002-06-281-122/+0