summaryrefslogtreecommitdiff
path: root/sys/dev/vesa/vesabiosvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vesa/vesabiosvar.h')
-rw-r--r--sys/dev/vesa/vesabiosvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vesa/vesabiosvar.h b/sys/dev/vesa/vesabiosvar.h
index 38db88e8901..f48a5114694 100644
--- a/sys/dev/vesa/vesabiosvar.h
+++ b/sys/dev/vesa/vesabiosvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vesabiosvar.h,v 1.1 2006/11/27 18:04:28 gwk Exp $ */
+/* $OpenBSD: vesabiosvar.h,v 1.2 2007/01/28 20:28:50 gwk Exp $ */
/*
* Copyright (c) 2006 Matthieu Herrb
@@ -21,6 +21,7 @@ extern int vbeprobe(void);
struct vesabios_softc {
struct device sc_dev;
int sc_nmodes;
+ uint32_t sc_size;
uint16_t *sc_modes;
};