From owner-p4-projects@FreeBSD.ORG Sat Oct 4 01:36:51 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 70CBB1065692; Sat, 4 Oct 2008 01:36:51 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 340CA106568B for ; Sat, 4 Oct 2008 01:36:51 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0778C8FC35 for ; Sat, 4 Oct 2008 01:36:51 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m941ao4k027009 for ; Sat, 4 Oct 2008 01:36:50 GMT (envelope-from nwhitehorn@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m941aovq027007 for perforce@freebsd.org; Sat, 4 Oct 2008 01:36:50 GMT (envelope-from nwhitehorn@freebsd.org) Date: Sat, 4 Oct 2008 01:36:50 GMT Message-Id: <200810040136.m941aovq027007@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to nwhitehorn@freebsd.org using -f From: Nathan Whitehorn To: Perforce Change Reviews Cc: Subject: PERFORCE change 150920 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: Sat, 04 Oct 2008 01:36:51 -0000 http://perforce.freebsd.org/chv.cgi?CH=150920 Change 150920 by nwhitehorn@nwhitehorn_trantor on 2008/10/04 01:35:58 Remove an #if 0 that I missed. Affected files ... .. //depot/projects/ppc-g5/sys/powerpc/powermac/cpcht.c#3 edit Differences ... ==== //depot/projects/ppc-g5/sys/powerpc/powermac/cpcht.c#3 (text+ko) ==== @@ -352,14 +352,6 @@ } } -#if 0 - /* - * Write out the correct PIC interrupt values to config space - * of all devices on the bus. - */ - ofw_pci_fixup(dev, sc->sc_bus, node); -#endif - device_add_child(dev, "pci", device_get_unit(dev)); return (bus_generic_attach(dev));