Date: Mon, 14 May 2007 00:00:36 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 119805 for review Message-ID: <200705140000.l4E00aGm005799@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119805 Change 119805 by bms@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 *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705140000.l4E00aGm005799>