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 <maill...@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 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to