History log of /openbsd-src/sys/arch/sparc64/dev/consinit.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 98edb555 30-Dec-2017 guenther <guenther@openbsd.org>

Delete unnecessary <sys/file.h> includes

ok millert@ krw@


# e97088d6 30-Apr-2017 mpi <mpi@openbsd.org>

Rename Debugger() into db_enter().

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

ok deraadt@, kettenis@, visa@


# 0aac5001 07-Mar-2016 naddy <naddy@openbsd.org>

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


# 92904bcc 13-Apr-2011 deraadt <deraadt@openbsd.org>

do not use NULL in an integer context


# 713cf266 23-Jan-2008 jsing <jsing@openbsd.org>

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_HIG

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@

show more ...


# 4b0cac3e 14-Nov-2007 kettenis <kettenis@openbsd.org>

Remove eeprom.h.


# 9a500496 13-Nov-2007 kettenis <kettenis@openbsd.org>

Remove bsd_openprom.h.


# f47852c5 26-Apr-2005 miod <miod@openbsd.org>

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


# 6bb09e94 13-Sep-2004 deraadt <deraadt@openbsd.org>

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 wer

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

show more ...


# 70d3ea64 16-Jun-2003 miod <miod@openbsd.org>

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 tim

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...

show more ...


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 6e0e684e 25-Jan-2002 jason <jason@openbsd.org>

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


# 888dfc73 03-Jan-2002 jason <jason@openbsd.org>

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].


# 27c1e15d 20-Sep-2001 jason <jason@openbsd.org>

Incorrect parens (from netbsd)


# c39e7123 05-Sep-2001 art <art@openbsd.org>

OF magic. From NetBSD.


# af3f3b5c 20-Aug-2001 jason <jason@openbsd.org>

$OpenBSD$


# 284584b0 19-Aug-2001 jason <jason@openbsd.org>

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