From owner-svn-src-all@FreeBSD.ORG Thu May 23 16:37:44 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 726AD293; Thu, 23 May 2013 16:37:44 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 63D2DF57; Thu, 23 May 2013 16:37:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4NGbidp082644; Thu, 23 May 2013 16:37:44 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4NGbi4c082643; Thu, 23 May 2013 16:37:44 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201305231637.r4NGbi4c082643@svn.freebsd.org> From: Konstantin Belousov Date: Thu, 23 May 2013 16:37:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250936 - head/sys/dev/tws 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.14 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: Thu, 23 May 2013 16:37:44 -0000 Author: kib Date: Thu May 23 16:37:43 2013 New Revision: 250936 URL: http://svnweb.freebsd.org/changeset/base/250936 Log: Fix typo in the definition of the TWS_DATA_CCB. Submitted by: Andreas Turriff Modified: head/sys/dev/tws/tws.h Modified: head/sys/dev/tws/tws.h ============================================================================== --- head/sys/dev/tws/tws.h Thu May 23 15:41:09 2013 (r250935) +++ head/sys/dev/tws/tws.h Thu May 23 16:37:43 2013 (r250936) @@ -137,7 +137,7 @@ enum tws_req_flags { TWS_DIR_IN = 0x2, TWS_DIR_OUT = 0x4, TWS_DIR_NONE = 0x8, - TWS_DATA_CCB = 0x16, + TWS_DATA_CCB = 0x10, }; enum tws_intrs {