summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/bootinfo.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-18 05:02:43 +0000
committerphk <phk@FreeBSD.org>1994-11-18 05:02:43 +0000
commit55e8224b94949468d77dc932a4218dfe561b8b2e (patch)
tree48f58f29bc63cf1a88f4062d8df5ea523211eb15 /sys/i386/include/bootinfo.h
parentb7cd7a6cec3ba5c87fb2c4b6049beef3f4bd9327 (diff)
downloadFreeBSD-src-55e8224b94949468d77dc932a4218dfe561b8b2e.zip
FreeBSD-src-55e8224b94949468d77dc932a4218dfe561b8b2e.tar.gz
Add space for the bios-geometry in the bootinfo struct.
Diffstat (limited to 'sys/i386/include/bootinfo.h')
-rw-r--r--sys/i386/include/bootinfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h
index 204bc88..1dd1958 100644
--- a/sys/i386/include/bootinfo.h
+++ b/sys/i386/include/bootinfo.h
@@ -29,16 +29,19 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: bootinfo.h,v 1.1 1994/10/06 09:25:25 rgrimes Exp $
*/
#ifndef _MACHINE_BOOTINFO_H_
#define _MACHINE_BOOTINFO_H_
+#define N_BIOS_GEOM 8
struct bootinfo_t {
unsigned int version;
unsigned char *kernelname;
struct nfs_diskless *nfs_diskless;
+ unsigned int n_bios_used;
+ unsigned long bios_geom[N_BIOS_GEOM];
};
#endif /* _MACHINE_BOOTINFO_H_ */
OpenPOWER on IntegriCloud