Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 00:20:53 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266568 - head/sys/sys
Message-ID:  <201405230020.s4N0KrZr087384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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