Date: Sun, 9 Jul 2006 14:28:08 GMT From: Howard Su <howardsu@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 101103 for review Message-ID: <200607091428.k69ES8s1014159@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101103 Change 101103 by howardsu@su_laptop on 2006/07/09 14:27:10 Fix build. One definition is lost during last IFC Affected files ... .. //depot/projects/dtrace/src/sys/kern/bus_if.m#4 edit Differences ... ==== //depot/projects/dtrace/src/sys/kern/bus_if.m#4 (text+ko) ==== @@ -509,6 +509,18 @@ } DEFAULT bus_generic_config_intr; /** + * @brief Returns bus_dma_tag_t for use w/ devices on the bus. + * + * @param _dev the parent device of @p _child + * @param _child the device to which the tag will belong + */ + +METHOD bus_dma_tag_t get_dma_tag { + device_t _dev; + device_t _child; +} DEFAULT bus_generic_get_dma_tag; + +/** * @brief Notify a (bus) driver about a child that the hints mechanism * believes it has discovered. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607091428.k69ES8s1014159>