PERFORCE change 153071 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Nov 16 19:36:41 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153071

Change 153071 by nwhitehorn at nwhitehorn_trantor on 2008/11/17 03:35:43

	Last piece of the puzzle: the 32-bit real mode firmware implementation.
	Unlike the previous real-mode Open Firmware support, this uses a bounce
	page, and so should work for talking to the standard PPC 32-bit firmware	on a full 64-bit port (even for firmware running with the MMU on, since 
	we will get our direct map back then).

Affected files ...

.. //depot/projects/ppc-g5/sys/conf/files.powerpc#11 edit
.. //depot/projects/ppc-g5/sys/powerpc/ofw/ofw_real.c#1 add

Differences ...

==== //depot/projects/ppc-g5/sys/conf/files.powerpc#11 (text+ko) ====

@@ -118,6 +118,7 @@
 powerpc/ofw/ofw_pcibus.c	optional	pci aim
 powerpc/ofw/ofw_pcib_pci.c	optional	pci aim
 powerpc/ofw/ofw_syscons.c	optional	sc aim
+powerpc/ofw/ofw_real.c		optional	aim
 powerpc/powermac/ata_kauai.c	optional	powermac ata
 powerpc/powermac/ata_macio.c	optional	powermac ata
 powerpc/powermac/ata_dbdma.c	optional	powermac ata


More information about the p4-projects mailing list