summaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2005-02-28 21:06:14 +0000
committerIan Dowse <iedowse@FreeBSD.org>2005-02-28 21:06:14 +0000
commit528433ba71db7189eaeab212aac3219d902cf443 (patch)
treef4f23fb6d6f4eebcdd80ad07ed575125d706e712 /sys/dev/fb
parente2db8d3732b3b51c50eabbfb974bdbc9901f4e73 (diff)
Notes
Diffstat (limited to 'sys/dev/fb')
-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 e26c214e21c5..4ccef40d616f 100644
--- a/sys/dev/fb/vgareg.h
+++ b/sys/dev/fb/vgareg.h
@@ -69,6 +69,7 @@
struct video_adapter;
typedef struct vga_softc {
struct video_adapter *adp;
+ void *state_buf;
#ifdef FB_INSTALL_CDEV
genfb_softc_t gensc;
#endif