summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wtreg.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-22 00:31:49 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-22 00:31:49 +0000
commit0e9d63c38baf0f9246c39e2e9030048b3f7635f8 (patch)
treea2ac74201be435c448188d9e0073265b61bbff43 /sys/i386/isa/wtreg.h
parentce6232a085e7df8545e0fd18fa2f4391d709b817 (diff)
downloadFreeBSD-src-0e9d63c38baf0f9246c39e2e9030048b3f7635f8.zip
FreeBSD-src-0e9d63c38baf0f9246c39e2e9030048b3f7635f8.tar.gz
. move out the error and status register def's for wt into
<machine/wtio.h>, so mt(1) can print them, . cosmetics: put the return type and the function name onto different lines.
Diffstat (limited to 'sys/i386/isa/wtreg.h')
-rw-r--r--sys/i386/isa/wtreg.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/i386/isa/wtreg.h b/sys/i386/isa/wtreg.h
index 2ee160b..d86d783 100644
--- a/sys/i386/isa/wtreg.h
+++ b/sys/i386/isa/wtreg.h
@@ -19,7 +19,7 @@
* the original CMU copyright notice.
*
* Version 1.3, Thu Nov 11 12:09:13 MSK 1993
- * $Id: wtreg.h,v 1.6 1996/01/08 12:46:15 joerg Exp $
+ * $Id: wtreg.h,v 1.7 1996/01/30 22:56:14 mpp Exp $
*
*/
@@ -104,10 +104,6 @@
#define TP_ST1 0x8000 /* Status byte 1 bits */
#define TP_ST1MASK 0xff00 /* Status byte 1 mask */
-/* formats for printing flags and error values */
-#define WTDS_BITS "\20\1inuse\2read\3write\4start\5rmark\6wmark\7rew\10excep\11vol\12wo\13ro\14wany\15rany\16wp\17timer\20active"
-#define WTER_BITS "\20\1eof\2bnl\3uda\4eom\5wrp\6usl\7cni\11por\12erm\13bpe\14bom\15mbd\16ndt\17ill"
-
/* device minor number */
#define WT_BSIZE 0100 /* long block flag */
#define WT_DENSEL 0070 /* density select mask */
OpenPOWER on IntegriCloud