Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Kazuki Sakamoto <sakamoto@netbsd.org>
List: source-changes
Date: 06/27/1999 18:20:46
Module Name:	syssrc
Committed By:	sakamoto
Date:		Mon Jun 28 01:20:46 UTC 1999

Modified Files:
	syssrc/sys/arch/bebox/stand/boot: Makefile boot.c boot.h clock.c conf.c
	    cons.c cons.h cpu.c devopen.c fd.c filesystem.c inkernel.c io.c
	    kbd.c monitor.c ns16550.c ns16550.h prf.c srt0.s tgets.c vga.c
	    video.c vreset.c

Log Message:
Use loadfile.
KNF
b* -> mem*


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/bebox/stand/boot/Makefile
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/bebox/stand/boot/boot.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/bebox/stand/boot/boot.h \
    syssrc/sys/arch/bebox/stand/boot/conf.c \
    syssrc/sys/arch/bebox/stand/boot/filesystem.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/bebox/stand/boot/clock.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/bebox/stand/boot/cons.c \
    syssrc/sys/arch/bebox/stand/boot/ns16550.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/bebox/stand/boot/cons.h \
    syssrc/sys/arch/bebox/stand/boot/ns16550.h \
    syssrc/sys/arch/bebox/stand/boot/video.c \
    syssrc/sys/arch/bebox/stand/boot/vreset.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/bebox/stand/boot/cpu.c \
    syssrc/sys/arch/bebox/stand/boot/devopen.c \
    syssrc/sys/arch/bebox/stand/boot/fd.c \
    syssrc/sys/arch/bebox/stand/boot/inkernel.c \
    syssrc/sys/arch/bebox/stand/boot/io.c \
    syssrc/sys/arch/bebox/stand/boot/kbd.c \
    syssrc/sys/arch/bebox/stand/boot/monitor.c \
    syssrc/sys/arch/bebox/stand/boot/prf.c \
    syssrc/sys/arch/bebox/stand/boot/srt0.s \
    syssrc/sys/arch/bebox/stand/boot/tgets.c \
    syssrc/sys/arch/bebox/stand/boot/vga.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.