Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 01:36:50 GMT
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150920 for review
Message-ID:  <200810040136.m941aovq027007@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810040136.m941aovq027007>