PERFORCE change 101103 for review

Howard Su howardsu at FreeBSD.org
Sun Jul 9 14:28:16 UTC 2006


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

Change 101103 by howardsu at 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.
  *


More information about the p4-projects mailing list