summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/cyclades-z
AgeCommit message (Collapse)Author
2014-04-01regenchristos
2014-04-01avoid making too large diffs by restoring length in non-debugging mode to 10christos
2014-04-01- print ascii if debugchristos
- fold to 8 columns - don't exit with random values - change sccs magic in the generated header file
2012-03-08usage() can be "__dead static".jakllsch
2012-03-08Prevent expansion of $NetBSD$ that should be placed verbatim into output.jakllsch
2012-03-08Nuke trailing whitespace in output header file.jakllsch
2012-03-08Cast arguments to ctype functions to unsigned char.jakllsch
2012-03-08More-properly quote multiline string containing C-style multiline comment.jakllsch
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2005-12-11merge ktrace-lwp.christos
2005-06-27u_int8_t -> uint8_tthorpej
2005-03-01revert the whitespace kill -- these are binaries.perry
2005-02-27nuke trailing whitespaceperry
2004-08-01Add binary versions of firmware images, which will be used Soon.mycroft
2003-07-14add missing __RCSID()lukem
2001-08-14Back out previous change; I've lost my card and can't test it.cjs
2001-08-13Change the '@(#)' strings in front of the copyright/version messages to '@( )'cjs
so as not to clutter the output of the what(1) command when run on a kernel.
2001-02-19convert to use getprogname()cgd
2000-05-17Add a device driver for the Cyclades-Z series of intelligent multi-portthorpej
serial boards. Written by Jason R. Thorpe and Bill Studenmund.