summaryrefslogtreecommitdiff
path: root/sys/dev/cninit.c
AgeCommit message (Collapse)Author
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were. Extra verification by snj@.
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2008-03-11foo() -> foo(void)matt
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-10-21Remove declarations of constab[] and *cn_tab. They are in <dev/cons.h>.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
2001-11-13add RCSIDslukem
1998-06-21Keep cn_tab NULL until an appropriate console is found (avoids interrupttv
problems between some console devices and some net devices) - adapted from the Shark code for cninit.c.
1995-04-11Remove duplicate definition of `constty'.pk
1995-04-11Split cninit from cons so ports that can't use it don't have to include it.mellon