Home | History | Annotate | Download | only in dev
History log of /src/sys/dev/cninit.c
RevisionDateAuthorComments
 1.14  29-Jul-2020  uwe cninit - don't reset cn_tab on entry.

cn_tab can be already set up by the MD startup code to point to an
early console vtable that can still be useful for debugging and as a
fallback.
 1.13  17-Jul-2020  uwe Tweak a bit and add some comments.

Same object code is generated.
 1.12  17-Jul-2020  uwe Do not recycle loop variable for unrealated purposes.

It just obfuscates the code. Same object code is generated.
 1.11  08-Feb-2011  rmind Remove clause 3 (UCB advertising clause) from the University of Utah
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@.
 1.10  23-Nov-2009  rmind branches: 1.10.4; 1.10.6; 1.10.8;
Remove some unecessary includes sys/user.h header.
 1.9  11-Mar-2008  matt branches: 1.9.4;
foo() -> foo(void)
 1.8  11-Dec-2005  christos branches: 1.8.46; 1.8.66; 1.8.70;
merge ktrace-lwp.
 1.7  27-Feb-2005  perry branches: 1.7.4;
nuke trailing whitespace
 1.6  21-Oct-2003  tsutsui branches: 1.6.8; 1.6.10;
Remove declarations of constab[] and *cn_tab. They are in <dev/cons.h>.
 1.5  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.4  13-Nov-2001  lukem branches: 1.4.16;
add RCSIDs
 1.3  21-Jun-1998  tv branches: 1.3.26; 1.3.28;
Keep cn_tab NULL until an appropriate console is found (avoids interrupt
problems between some console devices and some net devices) - adapted from
the Shark code for cninit.c.
 1.2  11-Apr-1995  pk Remove duplicate definition of `constty'.
 1.1  11-Apr-1995  mellon Split cninit from cons so ports that can't use it don't have to include it.
 1.3.28.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.26.1  14-Nov-2001  nathanw Catch up to -current.
 1.4.16.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.4.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.16.1  03-Aug-2004  skrll Sync with HEAD
 1.6.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.6.8.1  29-Apr-2005  kent sync with -current
 1.7.4.1  17-Mar-2008  yamt sync with head.
 1.8.70.1  03-Apr-2008  mjf Sync with HEAD.
 1.8.66.1  24-Mar-2008  keiichi sync with head.
 1.8.46.1  23-Mar-2008  matt sync with HEAD
 1.9.4.1  11-Mar-2010  yamt sync with head
 1.10.8.1  17-Feb-2011  bouyer Sync with HEAD
 1.10.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.10.4.1  05-Mar-2011  rmind sync with head

RSS XML Feed