Date: Sun, 2 Apr 2006 04:23:35 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94437 for review Message-ID: <200604020423.k324NZ2J098533@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94437 Change 94437 by jmg@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604020423.k324NZ2J098533>