From owner-freebsd-ppc@FreeBSD.ORG Sat May 5 08:20:09 2007 Return-Path: X-Original-To: freebsd-ppc@hub.freebsd.org Delivered-To: freebsd-ppc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6F7416A400 for ; Sat, 5 May 2007 08:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 728C713C44C for ; Sat, 5 May 2007 08:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l458K9lL066925 for ; Sat, 5 May 2007 08:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l458K91N066924; Sat, 5 May 2007 08:20:09 GMT (envelope-from gnats) Date: Sat, 5 May 2007 08:20:09 GMT Message-Id: <200705050820.l458K91N066924@freefall.freebsd.org> To: freebsd-ppc@FreeBSD.org From: Andrew Turner Cc: Subject: Re: powerpc/112435: Update nexus children to use ofw_bus functions X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Turner List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 08:20:09 -0000 The following reply was made to PR powerpc/112435; it has been noted by GNATS. From: Andrew Turner To: bug-followup@FreeBSD.org Cc: Subject: Re: powerpc/112435: Update nexus children to use ofw_bus functions Date: Sat, 5 May 2007 19:53:09 +1200 In the file sys/powerpc/psim/openpic_iobus.c the call to ofw_bus_get_device_type should be ofw_bus_get_type. I've tested it on a 12" PowerBook G4 and an EFIKA. Andrew