PERFORCE change 107482 for review
Howard Su
howardsu at FreeBSD.org
Sat Oct 7 20:42:30 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107482
Change 107482 by howardsu at su_laptop on 2006/10/08 03:42:22
Remove a duplicate METHOD
Affected files ...
.. //depot/projects/dtrace/src/sys/kern/bus_if.m#6 edit
Differences ...
==== //depot/projects/dtrace/src/sys/kern/bus_if.m#6 (text+ko) ====
@@ -509,18 +509,6 @@
} 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.
*
More information about the p4-projects
mailing list