PERFORCE change 94437 for review

John-Mark Gurney jmg at FreeBSD.org
Sun Apr 2 04:23:49 UTC 2006


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

Change 94437 by jmg at jmg_carbon-60 on 2006/04/02 04:23:14

	add first cut at the hv pci bus implementation...  also fix ofw
	where cell_t was the wrong size of L64 machines...

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/conf/files.sun4v#10 edit
.. //depot/projects/kmacy_sun4v/src/sys/dev/ofw/openfirm.h#6 edit
.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#1 add
.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pcivar.h#1 add

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/conf/files.sun4v#10 (text+ko) ====

@@ -51,6 +51,7 @@
 sun4v/sun4v/eeprom.c	optional	eeprom ebus | eeprom fhc | \
 						eeprom sbus
 sun4v/sun4v/gdb_machdep.c	optional	gdb
+sun4v/sun4v/hv_pci.c	optional	pci
 # XXX hvcons should be optional
 sun4v/sun4v/hvcons.c	standard	
 sun4v/sun4v/hcall.S	standard

==== //depot/projects/kmacy_sun4v/src/sys/dev/ofw/openfirm.h#6 (text+ko) ====

@@ -64,7 +64,7 @@
  * Prototypes for Open Firmware Interface Routines
  */
 
-typedef unsigned long cell_t;
+typedef uint32_t cell_t;
 
 typedef	unsigned int	ihandle_t;
 typedef unsigned int	phandle_t;


More information about the p4-projects mailing list