diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-26 18:51:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-26 18:51:11 +0000 |
commit | 0dcc97f86544f74597d6153b851287455142df79 (patch) | |
tree | dbd2f8eac066e0a5bfac51145bbe63329c1d749b /sys/dev/pcmcia/cfxgareg.h | |
parent | ba273286f32c4265a652bdc528ec8a6484193291 (diff) |
Start reworking the raster ops code, and be smarter when monitoring the FIFO
for cpuu-to-display operation. This is much faster already.
Diffstat (limited to 'sys/dev/pcmcia/cfxgareg.h')
-rw-r--r-- | sys/dev/pcmcia/cfxgareg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/cfxgareg.h b/sys/dev/pcmcia/cfxgareg.h index 993e6d43a6d..433dbf45949 100644 --- a/sys/dev/pcmcia/cfxgareg.h +++ b/sys/dev/pcmcia/cfxgareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cfxgareg.h,v 1.2 2006/11/26 17:04:22 miod Exp $ */ +/* $OpenBSD: cfxgareg.h,v 1.3 2006/11/26 18:51:10 miod Exp $ */ /* * Copyright (c) 2005, 2006, Matthieu Herrb and Miodrag Vallat @@ -399,6 +399,7 @@ #define MODE_TV_FLICKER 0x06 #define LCD_MODE_SWIVEL_BIT_0 0x40 +/* BitBlt aperture */ #define CFREG_BITBLT_DATA 0x0400 #ifdef _KERNEL |