From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 9 10:29:55 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4168716A4CE for ; Fri, 9 Jan 2004 10:29:55 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E4D43D5C for ; Fri, 9 Jan 2004 10:29:53 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i09ITpL07847 for ; Fri, 9 Jan 2004 19:29:52 +0100 (MET) Date: Fri, 9 Jan 2004 19:29:51 +0100 (CET) From: Harti Brandt To: sparc64@freebsd.org Message-ID: <20040109192555.P16150@beagle.fokus.fraunhofer.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: building kernel for Ultra-1 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: harti@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 18:29:55 -0000 Hi, the Ultra-1 doesn't have a PCI bus, so I thought I ommit the device pci in the configuration file. This fails however because ofw_machdep.c unconditionally includes ofw_pci.h, which in turn unconditionally includes ofw_pci_if.h, which is not there. Should this work? Maybe conditionally including ofw_pci.h? harti -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org