diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-01 18:25:04 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-01 18:25:04 +0000 |
| commit | 882ffc4bbd910fcadc1fc99949d58fb4e9d54660 (patch) | |
| tree | 9c664edc624ae7ffc794c31c5b5d90286160bce5 /sys/i386/include/bootinfo.h | |
| parent | c2316d3e9a04b343cca196962794e3b7700597f7 (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/bootinfo.h')
| -rw-r--r-- | sys/i386/include/bootinfo.h | 4 |
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 * */ |
