summaryrefslogtreecommitdiffstats
path: root/sys/dev/cninit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Get rid of cnset(). It is only used on amd64/i386 and doesn't really dokettenis2013-09-291-27/+1
| | | | | | | | | | anything useful there. Switching from glass console to serial console is already done by cninit(), and the reinitializaton of cn_tab by cnset() breaks the conseleness checks in the wsdisplay code. Tested on various amd64/i386 systems with both glass and serial console. ok mpi@
* ansify a few files. ok deraadt dlg krw matthewtedu2011-06-231-4/+3
|
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
| | | | | | | | it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@
* Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriatemiod2010-06-091-1/+3
| | | | | | md files for ports which do not use dev/cninit.c. This gets rid of a common at kernel link time. feedback drahn@ ok deraadt@
* Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing2008-01-231-7/+9
| | | | | | | the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@
* Make function pointer calls look all alike; from Holger Mikolon.miod2007-09-101-2/+2
| | | | No change in generated code.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Prune duplicate definitions from <dev/cons.h>miod2002-06-121-6/+2
|
* import cnset() from libsamickey1998-06-171-1/+28
|
* Fix includes ordering.mickey1996-04-181-2/+2
|
* Add $OpenBSD$, fix comments.mickey1996-03-301-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+86