summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/vgareg.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-11-04 00:58:20 +0000
committerjkim <jkim@FreeBSD.org>2009-11-04 00:58:20 +0000
commitab813af85f3d4dd2b25a8d283dd239ab98050c60 (patch)
treecaed7b7e44cd27743dccaa80fc899e845a4d6aa2 /sys/dev/fb/vgareg.h
parent6652e0b58106a0e0a38f926fd26993c8dd4ce178 (diff)
downloadFreeBSD-src-ab813af85f3d4dd2b25a8d283dd239ab98050c60.zip
FreeBSD-src-ab813af85f3d4dd2b25a8d283dd239ab98050c60.tar.gz
Save/restore VGA color palette while suspending and resuming.
Diffstat (limited to 'sys/dev/fb/vgareg.h')
-rw-r--r--sys/dev/fb/vgareg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h
index 0a73fbd..fa9d44e 100644
--- a/sys/dev/fb/vgareg.h
+++ b/sys/dev/fb/vgareg.h
@@ -70,6 +70,7 @@ struct video_adapter;
typedef struct vga_softc {
struct video_adapter *adp;
void *state_buf;
+ void *pal_buf;
#ifdef FB_INSTALL_CDEV
genfb_softc_t gensc;
#endif
OpenPOWER on IntegriCloud