svn commit: r266568 - head/sys/sys

Warner Losh imp at FreeBSD.org
Fri May 23 00:20:53 UTC 2014


Author: imp
Date: Fri May 23 00:20:53 2014
New Revision: 266568
URL: http://svnweb.freebsd.org/changeset/base/266568

Log:
  Fix the comment. This really isn't just a 4.x compatibility thing, but
  is used pervasively through our tree, making it really part of the API.

Modified:
  head/sys/sys/bus.h

Modified: head/sys/sys/bus.h
==============================================================================
--- head/sys/sys/bus.h	Fri May 23 00:20:48 2014	(r266567)
+++ head/sys/sys/bus.h	Fri May 23 00:20:53 2014	(r266568)
@@ -122,8 +122,7 @@ typedef struct kobj_class	driver_t;
 typedef struct devclass		*devclass_t;
 
 /**
- * @brief A device method (included mainly for compatibility with
- * FreeBSD 4.x).
+ * @brief A device method
  */
 #define device_method_t		kobj_method_t
 


More information about the svn-src-head mailing list