Subject: CVS commit: src/sys/arch/prep/stand
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 04/10/2006 17:58:59
Module Name:	src
Committed By:	garbled
Date:		Mon Apr 10 17:58:59 UTC 2006

Modified Files:
	src/sys/arch/prep/stand/boot: Makefile boot.c conf.c cons.c kbd.c
	    monitor.c
	src/sys/arch/prep/stand/common: Makefile

Log Message:
Clean up the bootloader a little bit.  Get rid of some unused code,
set the makefile to build the bootloader without the DB_MONITOR stuff by
default, as it is primarily for debugging.  Reduces bootloader size by
about 8k.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/prep/stand/boot/Makefile
cvs rdiff -r1.11 -r1.12 src/sys/arch/prep/stand/boot/boot.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/prep/stand/boot/conf.c \
    src/sys/arch/prep/stand/boot/cons.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/prep/stand/boot/kbd.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/prep/stand/boot/monitor.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/prep/stand/common/Makefile

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