PERFORCE change 59403 for review

Scott Long scottl at FreeBSD.org
Wed Aug 11 06:52:35 PDT 2004


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

Change 59403 by scottl at 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,


More information about the p4-projects mailing list