PERFORCE change 172867 for review

Rafal Jaworowski raj at FreeBSD.org
Sat Jan 9 20:48:04 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=172867

Change 172867 by raj at raj_fdt on 2010/01/09 20:47:18

	Do not instantiate ocbus, switch to fdtbus.

Affected files ...

.. //depot/projects/fdt/sys/powerpc/mpc85xx/nexus.c#2 edit

Differences ...

==== //depot/projects/fdt/sys/powerpc/mpc85xx/nexus.c#2 (text+ko) ====

@@ -112,13 +112,10 @@
 nexus_probe (device_t dev)
 {
 
-	/*
-	 * Add OCP (on-chip peripheral) bus
-	 */
-	device_add_child(dev, "ocpbus", 0);
+	device_add_child(dev, "fdtbus", 0);
+	device_quiet(dev);
 
-	device_set_desc(dev, "MPC85xx Nexus device");
-	return (0);
+	return (BUS_PROBE_DEFAULT);
 }
 
 static int


More information about the p4-projects mailing list