PERFORCE change 119805 for review

Bruce M Simpson bms at FreeBSD.org
Mon May 14 00:00:37 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119805

Change 119805 by bms at bms_anglepoise on 2007/05/13 23:59:40

	pass activation to parent nexus correctly

Affected files ...

.. //depot/projects/mips2/src/sys/dev/siba/siba.c#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/dev/siba/siba.c#4 (text+ko) ====

@@ -467,7 +467,8 @@
     struct resource *r)
 {
 
-	return (rman_activate_resource(r));
+	return (BUS_ACTIVATE_RESOURCE(device_get_parent(bus), child, type,
+	    rid, r));
 }
 
 static struct siba_devinfo *


More information about the p4-projects mailing list