summaryrefslogtreecommitdiff
path: root/sys/dev/ic/twereg.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-11-06 23:56:19 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-11-06 23:56:19 +0000
commit5ec6d069ae4c93fe7ad9d87cc58fe337c0198b3b (patch)
treeb10cd8cb81e2d0de7cc6219c0b95130d6e6fb9e9 /sys/dev/ic/twereg.h
parent1de805ba2033873e35f9d05298b1a70f724ba5d0 (diff)
cache disable flag
Diffstat (limited to 'sys/dev/ic/twereg.h')
-rw-r--r--sys/dev/ic/twereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/twereg.h b/sys/dev/ic/twereg.h
index 9d5acc44324..ba2968d85c6 100644
--- a/sys/dev/ic/twereg.h
+++ b/sys/dev/ic/twereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: twereg.h,v 1.2 2000/09/15 21:51:50 mickey Exp $ */
+/* $OpenBSD: twereg.h,v 1.3 2000/11/06 23:56:18 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -131,6 +131,7 @@ struct twe_cmd {
#define TWE_UNITHOST(u, h) (((u) & 0xf) | ((h) << 4))
u_int8_t cmd_status;
u_int8_t cmd_flags;
+#define TWE_FLAGS_CACHEDISABLE 0x01
u_int16_t cmd_count;
union {
struct {