Date: Wed, 11 Aug 2004 13:52:34 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 59403 for review Message-ID: <200408111352.i7BDqYEQ069224@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=59403 Change 59403 by scottl@scottl-wv1u on 2004/08/11 13:51:52 Fix comment for bus_generic_reserve_resource. Affected files ... .. //depot/projects/newint/sys/kern/subr_bus.c#4 edit Differences ... ==== //depot/projects/newint/sys/kern/subr_bus.c#4 (text+ko) ==== @@ -2864,10 +2864,10 @@ } /** - * @brief Helper function for implementing BUS_TEARDOWN_INTR(). + * @brief Helper function for implementing BUS_RESERVE_RESOURCE() * - * This simple implementation of BUS_TEARDOWN_INTR() simply calls the - * BUS_TEARDOWN_INTR() method of the parent of @p dev. + * This simple implementation of BUS_RESERVE_RESOURCE() simply calls the + * BUS_RESERVE_RESOURCE() method of the parent of @p dev. */ int bus_generic_reserve_resource(device_t dev, device_t child, int type, int *start,help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408111352.i7BDqYEQ069224>
