diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 08:19:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 08:19:15 +0000 |
commit | 204f4b5ef5fe7030ef086dd77b5897e84806e140 (patch) | |
tree | bbdb96ff900c72c598529aaa76035b2ea256d77c /sys/arch/amiga/dev/grf_cvreg.h | |
parent | fb3e9b5af0b51d558a4a521a24edc78d9871af9f (diff) |
from netbsd: fix for newer boards (pr#1829) from Matthias Scheler
Diffstat (limited to 'sys/arch/amiga/dev/grf_cvreg.h')
-rw-r--r-- | sys/arch/amiga/dev/grf_cvreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amiga/dev/grf_cvreg.h b/sys/arch/amiga/dev/grf_cvreg.h index a38dcbea6b9..9ba27e6361e 100644 --- a/sys/arch/amiga/dev/grf_cvreg.h +++ b/sys/arch/amiga/dev/grf_cvreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: grf_cvreg.h,v 1.1.2.2 1995/11/10 16:27:13 chopps Exp $ */ +/* $NetBSD: grf_cvreg.h,v 1.3 1995/12/27 07:15:55 chopps Exp $ */ /* * Copyright (c) 1995 Michael Teske @@ -158,6 +158,7 @@ struct grfcvtext_mode { #define SEQ_ID_CLKSYN_TEST_HI 0x16 /* reserved for S3 testing of the */ #define SEQ_ID_CLKSYN_TEST_LO 0x17 /* internal clock synthesizer */ #define SEQ_ID_RAMDAC_CNTL 0x18 +#define SEQ_ID_MORE_MAGIC 0x1A /* CRT Controller: */ #define CRT_ADDRESS 0x03D4 |