diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-20 19:54:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-20 19:54:38 +0000 |
commit | 69fc1a7162ec1f1ccf8d054be842341222e28530 (patch) | |
tree | 24b5ef741ed647f9d87dc36ad29438a1a759f272 /sys/arch/sparc64/dev/creatorreg.h | |
parent | c7c31c649973f0cf9cc915731ea1d5d3d1df7701 (diff) |
Screen blanker routine for Creator, adapted from the X11 sunffb driver code.
Tested by jason@ and I.
Diffstat (limited to 'sys/arch/sparc64/dev/creatorreg.h')
-rw-r--r-- | sys/arch/sparc64/dev/creatorreg.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/creatorreg.h b/sys/arch/sparc64/dev/creatorreg.h index 453374647ef..6ad4c52a250 100644 --- a/sys/arch/sparc64/dev/creatorreg.h +++ b/sys/arch/sparc64/dev/creatorreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: creatorreg.h,v 1.7 2003/06/02 20:02:49 jason Exp $ */ +/* $OpenBSD: creatorreg.h,v 1.8 2003/06/20 19:54:37 miod Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -313,3 +313,7 @@ #define DAC_TYPE2_CURSENAB 0x100 /* cursor enable */ #define DAC_TYPE2_CURSCMAP 0x102 /* set cursor colormap */ #define DAC_TYPE2_CURSPOS 0x104 /* set cursor position */ + +#define DAC_BLANK_VIDEO_ENABLE 0x00000001 +#define DAC_BLANK_HSYNC_DISABLE 0x00000004 +#define DAC_BLANK_VSYNC_DISABLE 0x00000008 |