summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/bootinfo.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-01 18:22:52 +0000
committermsmith <msmith@FreeBSD.org>1998-10-01 18:22:52 +0000
commitf1febe76b21632df7967d0505fb038fbbfddff5f (patch)
tree9747ed3adcac2447ef6d737240492ad92b6e07d0 /sys/i386/include/bootinfo.h
parentc0b467b849546b99e70adc1adacacf3927776994 (diff)
downloadFreeBSD-src-f1febe76b21632df7967d0505fb038fbbfddff5f.zip
FreeBSD-src-f1febe76b21632df7967d0505fb038fbbfddff5f.tar.gz
Pass the BIOS unit number from which the kernel/loader was obtained in
the bootinfo struct so that it can be reused later.
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 7e3312b..dbd6a00 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;
OpenPOWER on IntegriCloud