diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-22 22:26:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-22 22:26:48 +0000 |
commit | 136b827179fda4900a63b42898dc1cb8a99eaf6b (patch) | |
tree | 5d14a89fbffb5011e95654c98cbc05540b2197b9 /sys/arch/hp300/dev/hyperreg.h | |
parent | 57d8db0e2455ee60867a4aba05055c2eca1d7a2d (diff) |
Honour wsconsctl display.vblank setting.
Diffstat (limited to 'sys/arch/hp300/dev/hyperreg.h')
-rw-r--r-- | sys/arch/hp300/dev/hyperreg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/hyperreg.h b/sys/arch/hp300/dev/hyperreg.h index ab7e7204ff7..23f83e0aff9 100644 --- a/sys/arch/hp300/dev/hyperreg.h +++ b/sys/arch/hp300/dev/hyperreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hyperreg.h,v 1.1 2005/01/14 22:39:25 miod Exp $ */ +/* $OpenBSD: hyperreg.h,v 1.2 2005/01/22 22:26:47 miod Exp $ */ /* $NetBSD: grf_hyreg.h,v 1.2 1994/10/26 07:23:57 cgd Exp $ */ /* @@ -75,3 +75,6 @@ struct hyboxfb { u_int8_t nblank; /* display enable planes 0x4000 */ }; +/* Values for nblank */ +#define DISP_SYNC_ENABLE 0x01 +#define DISP_VIDEO_ENABLE 0x04 |