summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cissreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/cissreg.h')
-rw-r--r--sys/dev/ic/cissreg.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/ic/cissreg.h b/sys/dev/ic/cissreg.h
index 81516ac9b0c..5fe09a4a14e 100644
--- a/sys/dev/ic/cissreg.h
+++ b/sys/dev/ic/cissreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cissreg.h,v 1.1 2005/07/06 01:52:13 mickey Exp $ */
+/* $OpenBSD: cissreg.h,v 1.2 2005/09/07 04:00:16 mickey Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -118,6 +118,13 @@ struct ciss_ldmap {
} map[1];
} __packed;
+struct ciss_flush {
+ u_int16_t flush;
+#define CISS_FLUSH_ENABLE 0
+#define CISS_FLUSH_DISABLE 1
+ u_int16_t resv[255];
+} __packed;
+
struct ciss_cmd {
u_int8_t resv0; /* 00 */
u_int8_t sgin; /* 01: #sg in the cmd */