Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2006 03:42:29 GMT
From:      Howard Su <howardsu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 107482 for review
Message-ID:  <200610080342.k983gTPP073642@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107482

Change 107482 by howardsu@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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610080342.k983gTPP073642>