aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/bootinfo.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-10-01 18:25:04 +0000
committerMike Smith <msmith@FreeBSD.org>1998-10-01 18:25:04 +0000
commit882ffc4bbd910fcadc1fc99949d58fb4e9d54660 (patch)
tree9c664edc624ae7ffc794c31c5b5d90286160bce5 /sys/i386/include/bootinfo.h
parentc2316d3e9a04b343cca196962794e3b7700597f7 (diff)
Notes
Diffstat (limited to 'sys/i386/include/bootinfo.h')
-rw-r--r--sys/i386/include/bootinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h
index dbd6a008854ec..928aa2b70de6a 100644
--- a/sys/i386/include/bootinfo.h
+++ b/sys/i386/include/bootinfo.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootinfo.h,v 1.10 1998/09/14 18:32:46 msmith Exp $
+ * $Id: bootinfo.h,v 1.11 1998/10/01 18:22:52 msmith Exp $
*/
#ifndef _MACHINE_BOOTINFO_H_
@@ -56,7 +56,7 @@ struct bootinfo {
u_int32_t bi_size;
u_int8_t bi_memsizes_valid;
u_int8_t bi_bios_dev; /* bootdev BIOS unit number */
- u_int16_t bi_vesa;
+ u_int8_t bi_pad[2];
u_int32_t bi_basemem;
u_int32_t bi_extmem;
u_int32_t bi_symtab; /* struct symtab * */