diff options
Diffstat (limited to 'sys/arch/mac68k/include/viareg.h')
-rw-r--r-- | sys/arch/mac68k/include/viareg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/viareg.h b/sys/arch/mac68k/include/viareg.h index c9bd825960e..27ec412fe65 100644 --- a/sys/arch/mac68k/include/viareg.h +++ b/sys/arch/mac68k/include/viareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: viareg.h,v 1.15 2005/02/06 19:51:35 martin Exp $ */ +/* $OpenBSD: viareg.h,v 1.16 2005/09/27 07:15:19 martin Exp $ */ /* $NetBSD: viareg.h,v 1.6 1997/02/28 07:41:41 scottr Exp $ */ /*- @@ -179,7 +179,7 @@ extern int VIA2; #define RBVMonitorMask 0x38 /* Type numbers */ #define RBVOff 0x40 /* Monitor turned off */ #define RBVMonIDBWP 0x08 /* 15 inch BW portrait */ -#define RBVMonIDRGB 0x10 /* 12 inch colorr */ +#define RBVMonIDRGB12 0x10 /* 12 inch color */ #define RBVMonIDRGB15 0x28 /* 15 inch RGB */ #define RBVMonIDStd 0x30 /* 12 inch BW or 13 inch color */ #define RBVMonIDNone 0x38 /* No monitor connected */ |