summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-23 08:16:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-23 08:16:33 +0000
commit88d9782fe3ee8303feb58f005e6279c9f956ce3a (patch)
tree41361a12c03b99cd4657b683320d6b96ac951b4a /sys/arch/sparc/include
parent42884fdc09e98a0486707242024c97047c5163ff (diff)
+ SYSEN_VIDEO
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/ctlreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc/include/ctlreg.h b/sys/arch/sparc/include/ctlreg.h
index 7ba5f7eea30..154f358b985 100644
--- a/sys/arch/sparc/include/ctlreg.h
+++ b/sys/arch/sparc/include/ctlreg.h
@@ -173,6 +173,7 @@
#define SYSEN_DVMA 0x20 /* Enable dvma */
#define SYSEN_CACHE 0x10 /* Enable cache */
#define SYSEN_IOCACHE 0x40 /* Enable IO cache */
+#define SYSEN_VIDEO 0x08 /* Enable on-board video */
#define SYSEN_RESET 0x04 /* Reset the hardware */
#define SYSEN_RESETVME 0x02 /* Reset the VME bus */
#endif