From owner-svn-src-all@FreeBSD.ORG Fri May 23 00:20:53 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACEA480C; Fri, 23 May 2014 00:20:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD932A25; Fri, 23 May 2014 00:20:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N0Krbg087414; Fri, 23 May 2014 00:20:53 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4N0KrZr087384; Fri, 23 May 2014 00:20:53 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201405230020.s4N0KrZr087384@svn.freebsd.org> From: Warner Losh Date: Fri, 23 May 2014 00:20:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266568 - head/sys/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 00:20:53 -0000 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