summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/ski/bootinfo.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-20 06:29:42 +0000
committerpeter <peter@FreeBSD.org>2002-06-20 06:29:42 +0000
commit9fb8326f23bb2805d0144aa1eff43cdc8023c1ca (patch)
treeb0f7fba1cde27a6a8bf4e1708754b4ec649ca392 /sys/boot/ia64/ski/bootinfo.c
parente763131bd9020d479409485b0cedb34bf44675b9 (diff)
downloadFreeBSD-src-9fb8326f23bb2805d0144aa1eff43cdc8023c1ca.zip
FreeBSD-src-9fb8326f23bb2805d0144aa1eff43cdc8023c1ca.tar.gz
Add boot_serial and boot_multicons variables to set RB_SERIAL and
RB_MULTIPLE since this seems to be the easiest way to add these flags for non-forth loaders etc.
Diffstat (limited to 'sys/boot/ia64/ski/bootinfo.c')
-rw-r--r--sys/boot/ia64/ski/bootinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ia64/ski/bootinfo.c b/sys/boot/ia64/ski/bootinfo.c
index f7b8ae3..0a18ec7 100644
--- a/sys/boot/ia64/ski/bootinfo.c
+++ b/sys/boot/ia64/ski/bootinfo.c
@@ -54,6 +54,8 @@ static struct
{"boot_gdb", RB_GDB},
{"boot_single", RB_SINGLE},
{"boot_verbose", RB_VERBOSE},
+ {"boot_multicons", RB_MULTIPLE},
+ {"boot_serial", RB_SERIAL},
{NULL, 0}
};
OpenPOWER on IntegriCloud