diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-01 18:22:52 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-01 18:22:52 +0000 |
| commit | c2316d3e9a04b343cca196962794e3b7700597f7 (patch) | |
| tree | c634f9a9e6f4ed9cba590bf42dc8e17cfe600986 /sys/i386/include/bootinfo.h | |
| parent | 31a014da282db0c3e116d67a28ad522a1cf172e9 (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 7e3312b640186..dbd6a008854ec 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.9 1998/07/11 04:02:49 bde Exp $ + * $Id: bootinfo.h,v 1.10 1998/09/14 18:32:46 msmith Exp $ */ #ifndef _MACHINE_BOOTINFO_H_ @@ -55,7 +55,7 @@ struct bootinfo { u_int32_t bi_bios_geom[N_BIOS_GEOM]; u_int32_t bi_size; u_int8_t bi_memsizes_valid; - u_int8_t bi_pad[1]; + u_int8_t bi_bios_dev; /* bootdev BIOS unit number */ u_int16_t bi_vesa; u_int32_t bi_basemem; u_int32_t bi_extmem; |
