History log of /openbsd-current/sys/arch/sparc64/dev/consinit.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.17 30-Dec-2017 guenther

Delete unnecessary <sys/file.h> includes

ok millert@ krw@


Revision tags: OPENBSD_6_2_BASE
# 1.16 30-Apr-2017 mpi

Rename Debugger() into db_enter().

Using a name with the 'db_' prefix makes it invisible from the dynamic
profiler.

ok deraadt@, kettenis@, visa@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.15 07-Mar-2016 naddy

Sync no-argument function declaration and definition by adding (void).
ok mpi@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.14 13-Apr-2011 deraadt

do not use NULL in an integer context


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.13 23-Jan-2008 jsing

Cleanup cn_pri. Change constants to more meaningful names, rather than
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@


# 1.12 14-Nov-2007 kettenis

Remove eeprom.h.


# 1.11 13-Nov-2007 kettenis

Remove bsd_openprom.h.


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE
# 1.10 26-Apr-2005 miod

Use cons_decl() rather than rolling our own prototypes, and some KNF.


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.9 13-Sep-2004 deraadt

for pcons tty and kernel console (ie. boot -a) input, replace prom ^H
with ^? as that is what we have standardized on for all delete keys.
this got missed, meaning boot -a and RAMDISK console tty were gross.
ok miod


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE SMP_SYNC_A SMP_SYNC_B
# 1.8 16-Jun-2003 miod

Provide the same fbxxx() api as on sparc, in order to factorize more code
and eventually share some drivers.
This also brings us screen unblanking upon entering ddb, which can be really
useful at times...


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE UBC_SYNC_A UBC_SYNC_B
# 1.7 14-Mar-2002 millert

First round of __P removal in sys


# 1.6 25-Jan-2002 jason

Remove more NKBD/NMS references (jason == cpp tonight I guess)


# 1.5 03-Jan-2002 jason

call ukbd_cnattach() if the console keyboard is usb
[XXX this probbably doesn't belong here, but I haven't found a better
place yet and I'm bloody tired of using boot -d to set ukbd_is_console].


Revision tags: OPENBSD_3_0_BASE UBC_BASE
# 1.4 20-Sep-2001 jason

branches: 1.4.4; 1.4.6;
Incorrect parens (from netbsd)


# 1.3 05-Sep-2001 art

OF magic. From NetBSD.


# 1.2 20-Aug-2001 jason

$OpenBSD$


# 1.1 19-Aug-2001 jason

Lot of stuff... Some from NetBSD, some from OpenBSD, minor modifications