Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 11/05/2007 15:49:03
Module Name:	src
Committed By:	garbled
Date:		Mon Nov  5 15:49:03 UTC 2007

Modified Files:
	src/sys/arch/ofppc/conf: GENERIC files.ofppc
	src/sys/arch/ofppc/include: isa_machdep.h
	src/sys/arch/ofppc/isa: isa_machdep.c
	src/sys/arch/ofppc/pci: pegasospci.c
	src/sys/arch/powerpc/oea: ofw_consinit.c
	src/sys/arch/powerpc/pci: pci_machdep_ofw.c

Log Message:
Lots of small changes for ofppc:

Remove the ofb driver.  I'm not interested in trying to make this work.
It should be replaced with the genfb driver, which I have added,
commented out because that driver needs work before it will function on
ofppc.  (it's too panic-happy, and ofppc needs a working autoconf.c)

Change the way we do isa_inb/outb.  The new way is a slightly nastier
hack, but won't run afoul of the other isa drivers as much.

Fix ofw_consinit.c to remove the dependency on ofb.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.30 -r1.31 src/sys/arch/ofppc/conf/files.ofppc
cvs rdiff -r1.2 -r1.3 src/sys/arch/ofppc/include/isa_machdep.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/ofppc/isa/isa_machdep.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/ofppc/pci/pegasospci.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/powerpc/oea/ofw_consinit.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/powerpc/pci/pci_machdep_ofw.c

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