summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/bootinfo.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-01 18:25:04 +0000
committermsmith <msmith@FreeBSD.org>1998-10-01 18:25:04 +0000
commitca4a8b6a69ff8533621c0f476d2a4e644ed5c711 (patch)
treee76d439d4b96a3faa29396d3e5be172b95b66a54 /sys/i386/include/bootinfo.h
parentf1febe76b21632df7967d0505fb038fbbfddff5f (diff)
downloadFreeBSD-src-ca4a8b6a69ff8533621c0f476d2a4e644ed5c711.zip
FreeBSD-src-ca4a8b6a69ff8533621c0f476d2a4e644ed5c711.tar.gz
Remove the bi_vesa field, as vesa modeswitching is no longer performed
by the bootblocks.
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 dbd6a00..928aa2b 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 * */
OpenPOWER on IntegriCloud