From 22da510a75cc1ad3f344221439f01f89fe076afe Mon Sep 17 00:00:00 2001 From: macallan Date: Mon, 3 Oct 2005 10:26:24 +0000 Subject: [PATCH] Cleanup, remove some duplicate code, behave better with more than one instance present. ( for machfb.c 1.34+ ) --- sys/dev/pci/machfbreg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/machfbreg.h b/sys/dev/pci/machfbreg.h index 00ba04eb26ee..33eb4fb382bb 100644 --- a/sys/dev/pci/machfbreg.h +++ b/sys/dev/pci/machfbreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: machfbreg.h,v 1.1 2002/10/24 18:15:57 junyoung Exp $ */ +/* $NetBSD: machfbreg.h,v 1.2 2005/10/03 10:26:24 macallan Exp $ */ /* * Copyright 1992,1993,1994,1995,1996,1997 by Kevin E. Martin, Chapel Hill, North Carolina. @@ -184,6 +184,8 @@ #define CRTC_CSYNC_EN 0x00000010 #define CRTC_PIX_BY_2_EN 0x00000020 +#define CRTC_DISPLAY_DIS 0x00000040 + #define CRTC_PIX_WIDTH 0x00000700 #define CRTC_PIX_WIDTH_4BPP 0x00000100 #define CRTC_PIX_WIDTH_8BPP 0x00000200