History log of /netbsd/sys/arch/bebox/stand/boot/ns16550.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e63501d2 28-Jun-2005 junyoung <junyoung@NetBSD.org>

#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"


# d32f2272 28-Jun-1999 sakamoto <sakamoto@NetBSD.org>

Use loadfile.
KNF
b* -> mem*


# 95dac230 24-Jun-1999 sakamoto <sakamoto@NetBSD.org>

Some cleanup.
Move bootinfo related things to boot.c
and console related things to cons.c.


# a6a228ce 15-Feb-1999 sakamoto <sakamoto@NetBSD.org>

RCS ID police


# 5f78a367 19-Jan-1998 sakamoto <sakamoto@NetBSD.org>

Add findcpuspeed for delay() and to pass to the kernel(BUS FREQ information).
some bug fix.


# b1bde3fc 16-Jan-1998 sakamoto <sakamoto@NetBSD.org>

initial import of bebox kernel loader.