Subject: CVS commit: src/sys/arch/prep
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 06/27/2006 23:26:14
Module Name:	src
Committed By:	garbled
Date:		Tue Jun 27 23:26:14 UTC 2006

Modified Files:
	src/sys/arch/prep/include: platform.h
	src/sys/arch/prep/prep: extintr.c mainbus.c platform.c
	src/sys/arch/prep/stand: Makefile
	src/sys/arch/prep/stand/boot: Makefile io.c version vreset.c
Added Files:
	src/sys/arch/prep/stand/boot_com0_vreset: Makefile

Log Message:
General fixups:
1) Fix support for the powerstack E1.  This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register.  Place a
quirk entry in the table for the machine.
2) Add a new com0_vreset boot image.  The vreset code only works on a few
machines, and breaks others like the 7025-F40.  Its only limitedly useful
when used with the com0, so just make it an optional image the user can
install by hand if they want.
3) Bump the bootloader to 1.8 with the above change.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/prep/include/platform.h
cvs rdiff -r1.23 -r1.24 src/sys/arch/prep/prep/extintr.c \
    src/sys/arch/prep/prep/mainbus.c
cvs rdiff -r1.19 -r1.20 src/sys/arch/prep/prep/platform.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/prep/stand/Makefile
cvs rdiff -r1.19 -r1.20 src/sys/arch/prep/stand/boot/Makefile
cvs rdiff -r1.3 -r1.4 src/sys/arch/prep/stand/boot/io.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/prep/stand/boot/version
cvs rdiff -r1.5 -r1.6 src/sys/arch/prep/stand/boot/vreset.c
cvs rdiff -r0 -r1.1 src/sys/arch/prep/stand/boot_com0_vreset/Makefile

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