Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 16:37:44 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250936 - head/sys/dev/tws
Message-ID:  <201305231637.r4NGbi4c082643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <maillist@turriff.net>

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 {



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