diff options
author | 2003-06-20 19:54:37 +0000 | |
---|---|---|
committer | 2003-06-20 19:54:37 +0000 | |
commit | fcb5cc8ba159da65f013ed87b9da55b128fa38df (patch) | |
tree | 57541b1439fa0c38397fbbb93f004e4d177eb7a1 /sys/arch/sparc64/dev/creatorreg.h | |
parent | Add MSS support to the synproxy. The client's MSS is sent to the server, (diff) | |
download | wireguard-openbsd-fcb5cc8ba159da65f013ed87b9da55b128fa38df.tar.xz wireguard-openbsd-fcb5cc8ba159da65f013ed87b9da55b128fa38df.zip |
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 |