From owner-p4-projects@FreeBSD.ORG Sun Apr 2 04:23:49 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9B2D216A425; Sun, 2 Apr 2006 04:23:36 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEF016A422 for ; Sun, 2 Apr 2006 04:23:35 +0000 (UTC) (envelope-from jmg@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E4543D46 for ; Sun, 2 Apr 2006 04:23:35 +0000 (GMT) (envelope-from jmg@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k324NZHK098536 for ; Sun, 2 Apr 2006 04:23:35 GMT (envelope-from jmg@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k324NZ2J098533 for perforce@freebsd.org; Sun, 2 Apr 2006 04:23:35 GMT (envelope-from jmg@freebsd.org) Date: Sun, 2 Apr 2006 04:23:35 GMT Message-Id: <200604020423.k324NZ2J098533@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmg@freebsd.org using -f From: John-Mark Gurney To: Perforce Change Reviews Cc: Subject: PERFORCE change 94437 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 04:23:49 -0000 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;