summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-05-23 16:37:43 +0000
committerkib <kib@FreeBSD.org>2013-05-23 16:37:43 +0000
commit4a88e6a5c9ffe63f647c893d01bd597820a03932 (patch)
tree082cbd6c13c92699bea8d3a9d62979666a281da6 /sys/dev
parentb44da0fb82647f2cfb06f65a6695c7e36c98828c (diff)
downloadFreeBSD-src-4a88e6a5c9ffe63f647c893d01bd597820a03932.zip
FreeBSD-src-4a88e6a5c9ffe63f647c893d01bd597820a03932.tar.gz
Fix typo in the definition of the TWS_DATA_CCB.
Submitted by: Andreas Turriff <maillist@turriff.net>
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/tws/tws.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tws/tws.h b/sys/dev/tws/tws.h
index e84047d..f24b947 100644
--- a/sys/dev/tws/tws.h
+++ b/sys/dev/tws/tws.h
@@ -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 {
OpenPOWER on IntegriCloud