summaryrefslogtreecommitdiffstats
path: root/private/ntos/miniport/always/33c93s.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/miniport/always/33c93s.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/private/ntos/miniport/always/33c93s.h b/private/ntos/miniport/always/33c93s.h
new file mode 100644
index 000000000..3cafe0cbb
--- /dev/null
+++ b/private/ntos/miniport/always/33c93s.h
@@ -0,0 +1,26 @@
+/* Copyright (C) 1991, 1992 by Always Technology Corporation.
+ This module contains information proprietary to
+ Always Technology Corporation, and is be treated as confidential.
+*/
+
+#ifndef __33C93S_H__
+#define __33C93S_H__
+
+#define USES33C93
+
+struct WD33C93S {
+
+ IOHandle WDSelPort; /* IO address of select/status register */
+ IOHandle WDDataPort; /* IO address on this board for data port */
+
+ U8 MHz; /* Ext. clock freq. */
+ U8 IFreq; /* Internal freq (X-clock/clock divisor) */
+ U8 AsyncValue; /* Board sync. xfer value for async xfers */
+ U8 State;
+ U8 MI_Temp; /* Temp holding register for received msgs */
+ U8 TID; /* Target ID of reselection */
+
+ };
+
+
+#endif /* __33C93S_H__ */