svn commit: r250936 - head/sys/dev/tws

Konstantin Belousov kib at FreeBSD.org
Thu May 23 16:37:44 UTC 2013


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 at 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 {


More information about the svn-src-all mailing list